From cdb8dcee2bda856b51c0c5d583316f6424762ffb Mon Sep 17 00:00:00 2001 From: sachinthakur96 Date: Tue, 19 Dec 2023 14:36:47 +0530 Subject: [PATCH] adding --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98f22d..52057e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ - 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.7.0 + +#### Features: +- New capability support structure for adapters +- Metadata freshness checks +- Catalog fetch performance improvements +- Behavior of dbt show's --limit flag +- Migrate date_spine() Macro from dbt-utils to Core +- Data Spine Tests +- Storing Test Failures as View +- Additional Tests + +#### Fixes: + +- Metadata freshness checks Tests + - TestGetLastRelationModified + - TestListRelationsWithoutCachingSingle + - TestListRelationsWithoutCachingFull +- Behavior of dbt show's --limit flag Tests + - BaseShowSqlHeader + - BaseShowLimit +- Data Spine Tests + - TestDateSpine + - TestGenerateSeries + - TestGetIntervalsBetween + - TestGetPowersOfTwo +- Storing Test Failures as View + - TestStoreTestFailuresAsInteractions + - TestStoreTestFailuresAsProjectLevelOff + - TestStoreTestFailuresAsProjectLevelView + - TestStoreTestFailuresAsGeneric + - TestStoreTestFailuresAsProjectLevelEphemeral + - TestStoreTestFailuresAsExceptions +- Additional Tests + - TestCloneSameTargetAndState + - SeedUniqueDelimiterTestBase + - TestSeedWithWrongDelimiter + - TestSeedWithEmptyDelimiter + ### 1.6.0 #### Features: