Skip to content

Commit

Permalink
update seeds and regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz committed Oct 18, 2024
1 parent 8921fd7 commit 7099937
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 44 deletions.
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

47 changes: 10 additions & 37 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/run_results.json

This file was deleted.

10 changes: 8 additions & 2 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ clean-targets: # directories to be removed by `dbt clean`
- "dbt_modules"

vars:
shopify_using_fulfillment_event: true # set to true when regenerating docs
shopify_using_all_metafields: true # set to true when regenerating docs
## Uncomment when regenerating docs
# shopify_using_fulfillment_event: true
# shopify_using_all_metafields: true

shopify_schema: shopify_integration_tests_11
shopify_source:
shopify_customer_identifier: "shopify_customer_data"
Expand Down Expand Up @@ -67,6 +69,10 @@ seeds:
id: "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"
default_address_id: "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"
email: "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}"
shopify_customer_tag_data:
+column_types:
_fivetran_synced: timestamp
customer_id: "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"
shopify_order_data:
+column_types:
created_at: timestamp
Expand Down
3 changes: 2 additions & 1 deletion integration_tests/seeds/shopify_customer_data.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
id,first_name,last_name,email,phone,state,orders_count,total_spent,created_at,updated_at,accepts_marketing,tax_exempt,verified_email,default_address_id,_fivetran_synced
3588998496353,29e00d3659d1c5e75f99e892f0c1a1f1,3f0e6a46fb84eb1e6f5f00d86aa53b1b,ab0bf25ab8b2a6b78af26a141dd6f455,,disabled,0,0,2020-09-11 13:26:15.000 ,2020-09-11 13:26:15.000 ,FALSE,FALSE,TRUE,3951726461025,2020-09-12 00:14:04.512
3589760876641,f0962b7a185488ecb752cedac1038349,aa35cb67c26e64bb81a1bf3f17e858ba,021cb20b5c78751fc7ddc091b6b69b3e,,invited,1,2.8,2020-09-11 19:35:42.000 ,2020-09-11 19:41:04.000 ,TRUE,FALSE,TRUE,3952669655137,2020-09-12 00:14:04.506
3584045351009,d3bae70c9d49bb7cb5a74cdd0eae7fc4,0dd89cff60965dff8f9ea2bc952a5474,dce90c7b4e52e045e5975836aff49cf1,,disabled,2,9.18,2020-09-09 22:57:44.000 ,2020-09-09 23:01:55.000 ,FALSE,FALSE,TRUE,3946055729249,2020-09-10 00:13:59.106
3584045351009,d3bae70c9d49bb7cb5a74cdd0eae7fc4,0dd89cff60965dff8f9ea2bc952a5474,dce90c7b4e52e045e5975836aff49cf1,,disabled,2,9.18,2020-09-09 22:57:44.000 ,2020-09-09 23:01:55.000 ,FALSE,FALSE,TRUE,3946055729249,2020-09-10 00:13:59.106
3584045351010,d3bae70c9d49bb7cb5a74cdd0eae7fc4,0dd89cff60965dff8f9ea2bc952a5474,dce90c7b4e52e045e5975836aff49cf1,,disabled,2,9.18,2020-09-09 22:57:44.000 ,2020-09-09 23:01:55.000 ,FALSE,FALSE,TRUE,3946055729249,2020-09-10 00:13:59.106
4 changes: 3 additions & 1 deletion integration_tests/seeds/shopify_customer_tag_data.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
customer_id,index,_fivetran_synced,value
9919268,1,2022-12-03 06:49:03.314000,GGPP
4404,1,2022-12-03 06:48:53.295000,GGPP
5509188,1,2022-12-03 06:48:55.067000,GGPP
5509188,1,2022-12-03 06:48:55.067000,GGPP
3589760876641,1,2022-12-03 06:48:55.067000,GGPP
3584045351010,1,2022-12-03 06:48:55.067000,GGPP

0 comments on commit 7099937

Please sign in to comment.