From 43ab8ae752037c3add48d84ba6cc98a8f790f934 Mon Sep 17 00:00:00 2001 From: sachinthakur96 Date: Fri, 10 Nov 2023 16:25:33 +0530 Subject: [PATCH] adding --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed96f6..40db3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ ## Changelog - This file provides a full account of all changes to dbt-vertica. - "Breaking changes" listed under a version may require action from end users. + +### 1.6.0 + +#### 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 +- Added new functional tests and parameterize them by overriding fixtures: + - TestIncrementalConstraintsRollback + - TestTableContractSqlHeader + - TestIncrementalContractSqlHeader + - TestModelConstraintsRuntimeEnforcement + - TestConstraintQuotedColumn + - TestEquals + - TestMixedNullCompare + - TestNullCompare + - TestPostgresCloneNotPossible + - TestValidateSqlMethod + + ### 1.5.0 #### Features: - Added support for [`dbt-core version 1.5.0`](https://github.com/dbt-labs/dbt-core/discussions/7213) according to DBT guidelines.