From ddcae2299b85bdfbbbf0a1106b8eb08a8f088036 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:21:12 -0600 Subject: [PATCH 1/3] feature/quickstart-update --- .quickstart/quickstart.yml | 14 +++++--------- CHANGELOG.md | 9 +++++---- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.quickstart/quickstart.yml b/.quickstart/quickstart.yml index dd46530..e0fb6ad 100644 --- a/.quickstart/quickstart.yml +++ b/.quickstart/quickstart.yml @@ -1,19 +1,15 @@ database_key: github_database schema_key: github_schema -dbt_versions: [">=1.3.0", "<2.0.0"] +dbt_versions: ">=1.3.0" "<2.0.0" table_variables: - - github__using_repo_team: + github__using_repo_team: - repo_team - team destination_configurations: - - databricks: - - dispatch: + databricks: + dispatch: - macro_namespace: dbt_utils - search_order: ['spark_utils', 'dbt_utils'] - - bigquery - - snowflake - - postgres - - redshift + search_order: [ 'spark_utils', 'dbt_utils' ] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f0a68..2e97e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# dbt_github v0.UPDATE.UPDATE +# dbt_github v0.NEXT.RELEASE - ## Under the Hood: +## Under the Hood: +- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. ([PR #49](https://github.com/fivetran/dbt_github/pull/49)) +- Updated the pull request [templates](/.github). ([PR #49](https://github.com/fivetran/dbt_github/pull/49)) +- Updated the `quickstart.yml` file to allow for automated Quickstart data model deployments. -- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. -- Updated the pull request [templates](/.github). # dbt_github v0.7.0 ## 🚨 Breaking Change 🚨 From 99a36c098a5f44383898a01e3bb8fe863c2d3b42 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:22:14 -0600 Subject: [PATCH 2/3] pr ref link update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e97e39..4482078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Under the Hood: - Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. ([PR #49](https://github.com/fivetran/dbt_github/pull/49)) - Updated the pull request [templates](/.github). ([PR #49](https://github.com/fivetran/dbt_github/pull/49)) -- Updated the `quickstart.yml` file to allow for automated Quickstart data model deployments. +- Updated the `quickstart.yml` file to allow for automated Quickstart data model deployments. ([PR #51](https://github.com/fivetran/dbt_github/pull/51)) # dbt_github v0.7.0 From 450f602431da0565ddcfedc60663819e05dae2c9 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:49:10 -0600 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4482078..4d00bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# dbt_github v0.NEXT.RELEASE +# dbt_github NEXT.RELEASE ## Under the Hood: - Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. ([PR #49](https://github.com/fivetran/dbt_github/pull/49))