From 9605e47e93d0c7552c16c97ddc0ea90c34e2b421 Mon Sep 17 00:00:00 2001 From: sachinthakur96 Date: Thu, 16 Nov 2023 18:11:40 +0530 Subject: [PATCH] Adding --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40db3db..e3e7518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ #### Features: - Added support for [`dbt-core version 1.6.0`](https://github.com/dbt-labs/dbt-core/discussions/7958) according to DBT guidelines. -- [ ] SUPPORT: new `clone` command -- [ ] BEHIND THE SCENES: Droped support for Python 3.7 -- [ ] BEHIND THE SCENES: new limit arg for `adapter.execute()` -- [ ] BEHIND THE SCENES: ensure support for revamped `dbt debug`` -- [ ] BEHIND THE SCENES: Add support for new/modified relevant tests +- new `clone` command +- Droped support for Python 3.7 + +#### Fixes: +- new limit arg for `adapter.execute()` +- ensure support for revamped `dbt debug`` +- new limit arg for `adapter.execute()` +- ensure support for revamped `dbt debug`` - Added new functional tests and parameterize them by overriding fixtures: - TestIncrementalConstraintsRollback - TestTableContractSqlHeader