Skip to content

Commit

Permalink
Merge pull request #40 from fivetran/feature/quickstart-yml-add
Browse files Browse the repository at this point in the history
Create .quickstart.yml
  • Loading branch information
fivetran-joemarkiewicz authored Feb 8, 2024
2 parents d6a578e + 05239fc commit c231613
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
database_key: iterable_database
schema_key: iterable_schema

dbt_versions: ">=1.3.0 <2.0.0"

table_variables:
iterable__using_campaign_label_history:
- campaign_label_history
iterable__using_campaign_suppression_list_history:
- campaign_suppression_list_history
iterable__using_user_unsubscribed_message_type:
- user_unsubscribed_message_type

destination_configurations:
databricks:
dispatch:
- macro_namespace: dbt_utils
search_order: [ 'spark_utils', 'dbt_utils' ]

0 comments on commit c231613

Please sign in to comment.