From d3d5fab0a54b20c8a7b89cff897fe0d9f5365524 Mon Sep 17 00:00:00 2001 From: Matthew McKnight <91097623+McKnight-42@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:26:26 -0500 Subject: [PATCH] Mcknight ct 1011 (#158) * init push for adding changie to redshift * add changelog and run pre-commit * change ref for no issue to #150 and add condtional logic for kinds dependency and security * try to fix spacing issue * remove original changelog * remove original changelog --- prev-CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 prev-CHANGELOG.md diff --git a/prev-CHANGELOG.md b/prev-CHANGELOG.md deleted file mode 100644 index 8077a85e7..000000000 --- a/prev-CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -## dbt-redshift 1.3.0b2 (Release TBD) - -### Fixes -- Avoid truncating Redshift model names with more than 63 characters([#147](https://github.com/dbt-labs/dbt-redshift/pull/147)) - -## dbt-redshift 1.3.0b1 (July 29, 2022) - -### Under the hood -- Rename compiled_sql to compiled_code ([#145](https://github.com/dbt-labs/dbt-redshift/pull/145))