We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a58a13 + e98f48c commit 8f4a421Copy full SHA for 8f4a421
1 file changed
.quickstart/quickstart.yml
@@ -0,0 +1,18 @@
1
+database_key: recurly_database
2
+schema_key: recurly_schema
3
+
4
+dbt_versions: ">=1.3.0 <2.0.0"
5
6
+table_variables:
7
+ recurly__using_credit_payment_history:
8
+ - credit_payment_history
9
+ recurly__using_subscription_add_on_history:
10
+ - subscription_add_on_history
11
+ recurly__using_subscription_change_history:
12
+ - subscription_change_history
13
14
+destination_configurations:
15
+ databricks:
16
+ dispatch:
17
+ - macro_namespace: dbt_utils
18
+ search_order: [ 'spark_utils', 'dbt_utils' ]
0 commit comments