Skip to content

Commit

Permalink
Merge pull request #40 from fivetran/feature/quickstart-update
Browse files Browse the repository at this point in the history
feature/quickstart-update
  • Loading branch information
fivetran-joemarkiewicz authored Jan 4, 2024
2 parents c188c85 + 82226f4 commit 454a4d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
database_key: facebook_ads_database
schema_key: facebook_ads_schema

dbt_versions: [">=1.3.0", "<2.0.0"]
dbt_versions: ">=1.3.0" "<2.0.0"

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' ]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# dbt_facebook_ads v0.NEXT.RELEASE

## Under the Hood
- Updated the `quickstart.yml` file to allow for automated Quickstart data model deployments. ([PR #40](https://github.com/fivetran/dbt_facebook_ads/pull/40))

# dbt_facebook_ads v0.7.2

[PR #38](https://github.com/fivetran/dbt_facebook_ads/pull/38) includes the following updates:
Expand Down

0 comments on commit 454a4d6

Please sign in to comment.