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..4d00bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# dbt_github v0.UPDATE.UPDATE +# dbt_github 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. ([PR #51](https://github.com/fivetran/dbt_github/pull/51)) -- 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 🚨