From f8aef95d90f26418911acc9eafa97a15a71671f4 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:42:57 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72e824..c276660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ # dbtc Changelog +## 2022-07-29 +- Add materialization for parents +- Parse all models from the last catalog directly +- Add git link (tested on github for now), checking which branch was run + - The link shows only for non-package models (package models are not in git) + +## 2022-07-28 +- Refactor the code in multiple files/folders + +## 2022-07-27 +- Add cache to env and model lists +- Add the ability to filter modesl by package +- Add message when the model has never run in the environment + ## [Initial Version] - 2022-07-22 \ No newline at end of file