From 27674de1808b8c41e6cdfecdf3743add37e4c224 Mon Sep 17 00:00:00 2001 From: Jesse Date: Tue, 29 Aug 2023 16:52:51 -0400 Subject: [PATCH] Cleanup PR: changelog and codeowners (#429) --------- Signed-off-by: Jesse Whitehouse --- .github/CODEOWNERS | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 07025a950..6fb3f0d3d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # the repo. Unless a later match takes precedence, these # users will be requested for review when someone opens a # pull request. -* @andrefurlan-db @susodapop @ueshin +* @andrefurlan-db @susodapop @benc-db @rcypher-databricks diff --git a/CHANGELOG.md b/CHANGELOG.md index 816d72d40..df5dd07a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## dbt-databricks 1.6.x (Release TBD) +## dbt-databricks 1.6.2 (August 29, 2023) + ### Features - Follow up: re-implement fix for issue where the show tables extended command is limited to 2048 characters. ([#326](https://github.com/databricks/dbt-databricks/pull/326)). Set `DBT_DESCRIBE_TABLE_2048_CHAR_BYPASS` to `true` to enable this behaviour.