From 33ab35a7c8b85adc4a5bc07aca34f68b44fae092 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:29:06 -0500 Subject: [PATCH] bugfix/klaviyo-too-many-partitions (#26) * bugfix/klaviyo-too-many-partitions * docs regen and changelog update * schema change * schema name shortening * changelog update and partition removal * Update CHANGELOG.md Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com> * review updates and docs regen * Update CHANGELOG.md Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com> * docs fix and dependency update --------- Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com> --- .gitignore | 3 +- CHANGELOG.md | 17 +++++++ README.md | 4 +- dbt_project.yml | 2 +- docs/catalog.json | 2 +- docs/index.html | 47 ++++------------- docs/manifest.json | 2 +- docs/run_results.json | 1 - integration_tests/ci/sample.profiles.yml | 10 ++-- integration_tests/dbt_project.yml | 51 +++---------------- integration_tests/packages.yml | 2 +- ...tency_customer_enhanced_row_comparison.sql | 45 ++++++++++++++++ ..._daily_customer_metrics_row_comparison.sql | 45 ++++++++++++++++ ...tency_order_attribution_row_comparison.sql | 45 ++++++++++++++++ ...holistic_reporting__orders_attribution.sql | 4 -- packages.yml | 2 +- 16 files changed, 182 insertions(+), 100 deletions(-) delete mode 100644 docs/run_results.json create mode 100644 integration_tests/tests/consistency/consistency_customer_enhanced_row_comparison.sql create mode 100644 integration_tests/tests/consistency/consistency_daily_customer_metrics_row_comparison.sql create mode 100644 integration_tests/tests/consistency/consistency_order_attribution_row_comparison.sql diff --git a/.gitignore b/.gitignore index 9589a8c..5fd5c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dbt_modules/ logs/ .DS_Store dbt_packages/ -package-lock.yml \ No newline at end of file +package-lock.yml +env/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4669326..a21844e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# dbt_shopify_holistic_reporting v0.7.0 + +[PR #26](https://github.com/fivetran/dbt_shopify_holistic_reporting/pull/26) includes the following changes: + +## Upstream Klaviyo and Shopify Holistic Reporting Breaking Changes (Full refresh required after upgrading) +- Upstream and immediate incremental models within the dbt_klaviyo and dbt_shopify_holistic_reporting packages running on BigQuery have had the `partition_by` logic removed. This change affects only BigQuery warehouses and resolves the `too many partitions` error that some users encountered. The partitioning was also deemed unnecessary for the aforementioned models and their downstream references, offering no performance benefit. By removing it, we eliminate both the error risk and an unneeded configuration. Refer to the [v0.8.0 dbt_klaviyo release notes](https://github.com/fivetran/dbt_klaviyo/releases/tag/v0.8.0) for more details regarding the upstream changes. This change applies to the following models: + - `int_klaviyo__event_attribution` + - `klaviyo__events` + - `shopify_holistic_reporting__orders_attribution` + +## Under the Hood +- Added consistency validation tests for the following models: + - `shopify_holistic_reporting__customer_enhanced` + - `shopify_holistic_reporting__daily_customer_metrics` + - `shopify_holistic_reporting__orders_attribution` +- Cleaned up unnecessary variable configuration within the `integration_tests/dbt_project.yml` file. + # dbt_shopify_holistic_reporting v0.6.0 [PR #21](https://github.com/fivetran/dbt_shopify_holistic_reporting/pull/21) includes the following changes: diff --git a/README.md b/README.md index 98bce92..2e83be6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Include the following shopify_holistic_reporting package version in your `packag ```yml packages: - package: fivetran/shopify_holistic_reporting - version: [">=0.6.0", "<0.7.0"] # we recommend using ranges to capture non-breaking changes automatically + version: [">=0.7.0", "<0.8.0"] # we recommend using ranges to capture non-breaking changes automatically ``` Do **NOT** include the `shopify`, `shopify_source`, `klaviyo`, or `klaviyo_source` packages in this file. The combo package itself has a dependency on these and will install the transformation and source packages as well. @@ -136,7 +136,7 @@ packages: version: [">=0.11.0", "<0.13.0"] - package: fivetran/klaviyo - version: [">=0.7.0", "<0.8.0"] + version: [">=0.8.0", "<0.9.0"] - package: fivetran/klaviyo_source version: [">=0.7.0", "<0.8.0"] diff --git a/dbt_project.yml b/dbt_project.yml index 213ce48..2efb073 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'shopify_holistic_reporting' -version: '0.6.0' +version: '0.7.0' config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] models: diff --git a/docs/catalog.json b/docs/catalog.json index 96c1c80..b5c5245 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.9", "generated_at": "2024-07-09T18:41:10.270361Z", "invocation_id": "580e48be-4ad1-4c92-87b0-805b8059d810", "env": {}}, "nodes": {"model.shopify_holistic_reporting.int__daily_klaviyo_user_metrics": {"metadata": {"type": "view", "schema": "zz_dbt_renee_shopify_holistic", "name": "int__daily_klaviyo_user_metrics", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATE", "index": 1, "name": "date_day", "comment": null}, "email": {"type": "STRING", "index": 2, "name": "email", "comment": null}, "last_touch_campaign_id": {"type": "STRING", "index": 3, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "STRING", "index": 4, "name": "last_touch_flow_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 5, "name": "campaign_name", "comment": null}, "flow_name": {"type": "STRING", "index": 6, "name": "flow_name", "comment": null}, "variation_id": {"type": "STRING", "index": 7, "name": "variation_id", "comment": null}, "campaign_subject_line": {"type": "STRING", "index": 8, "name": "campaign_subject_line", "comment": null}, "campaign_type": {"type": "STRING", "index": 9, "name": "campaign_type", "comment": null}, "source_relation": {"type": "STRING", "index": 10, "name": "source_relation", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 11, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 12, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "NUMERIC", "index": 13, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "NUMERIC", "index": 14, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "NUMERIC", "index": 15, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "NUMERIC", "index": 16, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 17, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "INT64", "index": 18, "name": "count_active_on_site", "comment": null}, "count_viewed_product": {"type": "INT64", "index": 19, "name": "count_viewed_product", "comment": null}, "count_ordered_product": {"type": "INT64", "index": 20, "name": "count_ordered_product", "comment": null}, "count_placed_order": {"type": "INT64", "index": 21, "name": "count_placed_order", "comment": null}, "count_refunded_order": {"type": "INT64", "index": 22, "name": "count_refunded_order", "comment": null}, "count_received_email": {"type": "INT64", "index": 23, "name": "count_received_email", "comment": null}, "count_clicked_email": {"type": "INT64", "index": 24, "name": "count_clicked_email", "comment": null}, "count_opened_email": {"type": "INT64", "index": 25, "name": "count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "INT64", "index": 26, "name": "count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "INT64", "index": 27, "name": "count_unsubscribed", "comment": null}, "count_received_sms": {"type": "INT64", "index": 28, "name": "count_received_sms", "comment": null}, "count_clicked_sms": {"type": "INT64", "index": 29, "name": "count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "INT64", "index": 30, "name": "count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "INT64", "index": 31, "name": "count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.int__daily_klaviyo_user_metrics"}, "model.shopify_holistic_reporting.int__daily_shopify_customer_orders": {"metadata": {"type": "view", "schema": "zz_dbt_renee_shopify_holistic", "name": "int__daily_shopify_customer_orders", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATE", "index": 1, "name": "date_day", "comment": null}, "email": {"type": "STRING", "index": 2, "name": "email", "comment": null}, "last_touch_campaign_id": {"type": "STRING", "index": 3, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "STRING", "index": 4, "name": "last_touch_flow_id", "comment": null}, "last_touch_campaign_name": {"type": "STRING", "index": 5, "name": "last_touch_campaign_name", "comment": null}, "last_touch_flow_name": {"type": "STRING", "index": 6, "name": "last_touch_flow_name", "comment": null}, "last_touch_variation_id": {"type": "STRING", "index": 7, "name": "last_touch_variation_id", "comment": null}, "last_touch_campaign_subject_line": {"type": "STRING", "index": 8, "name": "last_touch_campaign_subject_line", "comment": null}, "last_touch_campaign_type": {"type": "STRING", "index": 9, "name": "last_touch_campaign_type", "comment": null}, "source_relation": {"type": "STRING", "index": 10, "name": "source_relation", "comment": null}, "total_orders": {"type": "INT64", "index": 11, "name": "total_orders", "comment": null}, "total_price": {"type": "FLOAT64", "index": 12, "name": "total_price", "comment": null}, "count_line_items": {"type": "INT64", "index": 13, "name": "count_line_items", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 14, "name": "total_line_items_price", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 15, "name": "total_discounts", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 16, "name": "total_tax", "comment": null}, "total_shipping_cost": {"type": "FLOAT64", "index": 17, "name": "total_shipping_cost", "comment": null}, "total_refund_subtotal": {"type": "FLOAT64", "index": 18, "name": "total_refund_subtotal", "comment": null}, "total_refund_tax": {"type": "FLOAT64", "index": 19, "name": "total_refund_tax", "comment": null}, "count_cancelled_orders": {"type": "INT64", "index": 20, "name": "count_cancelled_orders", "comment": null}, "count_products": {"type": "INT64", "index": 21, "name": "count_products", "comment": null}, "count_product_variants": {"type": "INT64", "index": 22, "name": "count_product_variants", "comment": null}, "sum_quantity": {"type": "FLOAT64", "index": 23, "name": "sum_quantity", "comment": null}, "total_order_adjustment_amount": {"type": "FLOAT64", "index": 24, "name": "total_order_adjustment_amount", "comment": null}, "total_order_adjustment_tax_amount": {"type": "FLOAT64", "index": 25, "name": "total_order_adjustment_tax_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.int__daily_shopify_customer_orders"}, "model.shopify_holistic_reporting.int__klaviyo_person_rollup": {"metadata": {"type": "view", "schema": "zz_dbt_renee_shopify_holistic", "name": "int__klaviyo_person_rollup", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"email": {"type": "STRING", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "STRING", "index": 2, "name": "source_relation", "comment": null}, "person_ids": {"type": "STRING", "index": 3, "name": "person_ids", "comment": null}, "phone_numbers": {"type": "STRING", "index": 4, "name": "phone_numbers", "comment": null}, "full_name": {"type": "STRING", "index": 5, "name": "full_name", "comment": null}, "first_klaviyo_account_made_at": {"type": "TIMESTAMP", "index": 6, "name": "first_klaviyo_account_made_at", "comment": null}, "last_klaviyo_account_made_at": {"type": "TIMESTAMP", "index": 7, "name": "last_klaviyo_account_made_at", "comment": null}, "last_updated_at": {"type": "TIMESTAMP", "index": 8, "name": "last_updated_at", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 9, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 10, "name": "last_event_at", "comment": null}, "first_campaign_touch_at": {"type": "TIMESTAMP", "index": 11, "name": "first_campaign_touch_at", "comment": null}, "last_campaign_touch_at": {"type": "TIMESTAMP", "index": 12, "name": "last_campaign_touch_at", "comment": null}, "first_flow_touch_at": {"type": "TIMESTAMP", "index": 13, "name": "first_flow_touch_at", "comment": null}, "last_flow_touch_at": {"type": "TIMESTAMP", "index": 14, "name": "last_flow_touch_at", "comment": null}, "count_total_campaigns": {"type": "INT64", "index": 15, "name": "count_total_campaigns", "comment": null}, "count_total_flows": {"type": "INT64", "index": 16, "name": "count_total_flows", "comment": null}, "address_1": {"type": "STRING", "index": 17, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 18, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 19, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 20, "name": "country", "comment": null}, "zip": {"type": "STRING", "index": 21, "name": "zip", "comment": null}, "latitude": {"type": "FLOAT64", "index": 22, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 23, "name": "longitude", "comment": null}, "organization": {"type": "STRING", "index": 24, "name": "organization", "comment": null}, "region": {"type": "STRING", "index": 25, "name": "region", "comment": null}, "timezone": {"type": "STRING", "index": 26, "name": "timezone", "comment": null}, "title": {"type": "STRING", "index": 27, "name": "title", "comment": null}, "last_event_date": {"type": "TIMESTAMP", "index": 28, "name": "last_event_date", "comment": null}, "total_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 29, "name": "total_sum_revenue_refunded_order", "comment": null}, "organic_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 30, "name": "organic_sum_revenue_refunded_order", "comment": null}, "total_sum_revenue_placed_order": {"type": "NUMERIC", "index": 31, "name": "total_sum_revenue_placed_order", "comment": null}, "organic_sum_revenue_placed_order": {"type": "NUMERIC", "index": 32, "name": "organic_sum_revenue_placed_order", "comment": null}, "total_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 33, "name": "total_sum_revenue_ordered_product", "comment": null}, "organic_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 34, "name": "organic_sum_revenue_ordered_product", "comment": null}, "total_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 35, "name": "total_sum_revenue_checkout_started", "comment": null}, "organic_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 36, "name": "organic_sum_revenue_checkout_started", "comment": null}, "total_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 37, "name": "total_sum_revenue_cancelled_order", "comment": null}, "organic_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 38, "name": "organic_sum_revenue_cancelled_order", "comment": null}, "total_count_active_on_site": {"type": "INT64", "index": 39, "name": "total_count_active_on_site", "comment": null}, "total_count_viewed_product": {"type": "INT64", "index": 40, "name": "total_count_viewed_product", "comment": null}, "total_count_ordered_product": {"type": "INT64", "index": 41, "name": "total_count_ordered_product", "comment": null}, "total_count_placed_order": {"type": "INT64", "index": 42, "name": "total_count_placed_order", "comment": null}, "total_count_refunded_order": {"type": "INT64", "index": 43, "name": "total_count_refunded_order", "comment": null}, "total_count_received_email": {"type": "INT64", "index": 44, "name": "total_count_received_email", "comment": null}, "total_count_clicked_email": {"type": "INT64", "index": 45, "name": "total_count_clicked_email", "comment": null}, "total_count_opened_email": {"type": "INT64", "index": 46, "name": "total_count_opened_email", "comment": null}, "total_count_marked_email_as_spam": {"type": "INT64", "index": 47, "name": "total_count_marked_email_as_spam", "comment": null}, "total_count_unsubscribed": {"type": "INT64", "index": 48, "name": "total_count_unsubscribed", "comment": null}, "total_count_received_sms": {"type": "INT64", "index": 49, "name": "total_count_received_sms", "comment": null}, "total_count_clicked_sms": {"type": "INT64", "index": 50, "name": "total_count_clicked_sms", "comment": null}, "total_count_sent_sms": {"type": "INT64", "index": 51, "name": "total_count_sent_sms", "comment": null}, "total_count_unsubscribed_from_sms": {"type": "INT64", "index": 52, "name": "total_count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.int__klaviyo_person_rollup"}, "model.shopify_holistic_reporting.shopify_holistic_reporting__customer_enhanced": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify_holistic", "name": "shopify_holistic_reporting__customer_enhanced", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"email": {"type": "STRING", "index": 1, "name": "email", "comment": null}, "full_name": {"type": "STRING", "index": 2, "name": "full_name", "comment": null}, "shopify_customer_ids": {"type": "STRING", "index": 3, "name": "shopify_customer_ids", "comment": null}, "klaviyo_person_ids": {"type": "STRING", "index": 4, "name": "klaviyo_person_ids", "comment": null}, "phone_number": {"type": "STRING", "index": 5, "name": "phone_number", "comment": null}, "shopify_customer_first_created_at": {"type": "TIMESTAMP", "index": 6, "name": "shopify_customer_first_created_at", "comment": null}, "shopify_customer_last_created_at": {"type": "TIMESTAMP", "index": 7, "name": "shopify_customer_last_created_at", "comment": null}, "klaviyo_person_first_created_at": {"type": "TIMESTAMP", "index": 8, "name": "klaviyo_person_first_created_at", "comment": null}, "klaviyo_person_last_created_at": {"type": "TIMESTAMP", "index": 9, "name": "klaviyo_person_last_created_at", "comment": null}, "shopify_customer_last_updated_at": {"type": "TIMESTAMP", "index": 10, "name": "shopify_customer_last_updated_at", "comment": null}, "klaviyo_person_last_updated_at": {"type": "TIMESTAMP", "index": 11, "name": "klaviyo_person_last_updated_at", "comment": null}, "is_shopify_email_verified": {"type": "BOOL", "index": 12, "name": "is_shopify_email_verified", "comment": null}, "shopify_first_order_at": {"type": "TIMESTAMP", "index": 13, "name": "shopify_first_order_at", "comment": null}, "shopify_last_order_at": {"type": "TIMESTAMP", "index": 14, "name": "shopify_last_order_at", "comment": null}, "shopify_customer_tags": {"type": "STRING", "index": 15, "name": "shopify_customer_tags", "comment": null}, "shopify_marketing_consent_updated_at": {"type": "TIMESTAMP", "index": 16, "name": "shopify_marketing_consent_updated_at", "comment": null}, "shopify_last_fivetran_synced": {"type": "TIMESTAMP", "index": 17, "name": "shopify_last_fivetran_synced", "comment": null}, "shopify_is_tax_exempt": {"type": "BOOL", "index": 18, "name": "shopify_is_tax_exempt", "comment": null}, "shopify_default_address_id": {"type": "INT64", "index": 19, "name": "shopify_default_address_id", "comment": null}, "shopify_account_state": {"type": "STRING", "index": 20, "name": "shopify_account_state", "comment": null}, "shopify_note": {"type": "STRING", "index": 21, "name": "shopify_note", "comment": null}, "shopify_currency": {"type": "STRING", "index": 22, "name": "shopify_currency", "comment": null}, "shopify_marketing_consent_state": {"type": "STRING", "index": 23, "name": "shopify_marketing_consent_state", "comment": null}, "shopify_marketing_opt_in_level": {"type": "STRING", "index": 24, "name": "shopify_marketing_opt_in_level", "comment": null}, "shopify_lifetime_abandoned_checkouts": {"type": "INT64", "index": 25, "name": "shopify_lifetime_abandoned_checkouts", "comment": null}, "shopify_first_order_timestamp": {"type": "TIMESTAMP", "index": 26, "name": "shopify_first_order_timestamp", "comment": null}, "shopify_most_recent_order_timestamp": {"type": "TIMESTAMP", "index": 27, "name": "shopify_most_recent_order_timestamp", "comment": null}, "shopify_avg_order_value": {"type": "FLOAT64", "index": 28, "name": "shopify_avg_order_value", "comment": null}, "shopify_lifetime_total_spent": {"type": "FLOAT64", "index": 29, "name": "shopify_lifetime_total_spent", "comment": null}, "shopify_lifetime_total_refunded": {"type": "FLOAT64", "index": 30, "name": "shopify_lifetime_total_refunded", "comment": null}, "shopify_lifetime_total_net": {"type": "FLOAT64", "index": 31, "name": "shopify_lifetime_total_net", "comment": null}, "shopify_lifetime_count_orders": {"type": "INT64", "index": 32, "name": "shopify_lifetime_count_orders", "comment": null}, "shopify_avg_quantity_per_order": {"type": "FLOAT64", "index": 33, "name": "shopify_avg_quantity_per_order", "comment": null}, "shopify_lifetime_total_tax": {"type": "FLOAT64", "index": 34, "name": "shopify_lifetime_total_tax", "comment": null}, "shopify_avg_tax_per_order": {"type": "FLOAT64", "index": 35, "name": "shopify_avg_tax_per_order", "comment": null}, "shopify_lifetime_total_discount": {"type": "FLOAT64", "index": 36, "name": "shopify_lifetime_total_discount", "comment": null}, "shopify_avg_discount_per_order": {"type": "FLOAT64", "index": 37, "name": "shopify_avg_discount_per_order", "comment": null}, "shopify_lifetime_total_shipping": {"type": "FLOAT64", "index": 38, "name": "shopify_lifetime_total_shipping", "comment": null}, "shopify_avg_shipping_per_order": {"type": "FLOAT64", "index": 39, "name": "shopify_avg_shipping_per_order", "comment": null}, "shopify_lifetime_total_shipping_with_discounts": {"type": "FLOAT64", "index": 40, "name": "shopify_lifetime_total_shipping_with_discounts", "comment": null}, "shopify_avg_shipping_with_discounts_per_order": {"type": "FLOAT64", "index": 41, "name": "shopify_avg_shipping_with_discounts_per_order", "comment": null}, "shopify_lifetime_total_shipping_tax": {"type": "FLOAT64", "index": 42, "name": "shopify_lifetime_total_shipping_tax", "comment": null}, "shopify_avg_shipping_tax_per_order": {"type": "FLOAT64", "index": 43, "name": "shopify_avg_shipping_tax_per_order", "comment": null}, "shopify_source_relation": {"type": "STRING", "index": 44, "name": "shopify_source_relation", "comment": null}, "klaviyo_first_event_at": {"type": "TIMESTAMP", "index": 45, "name": "klaviyo_first_event_at", "comment": null}, "klaviyo_last_event_at": {"type": "TIMESTAMP", "index": 46, "name": "klaviyo_last_event_at", "comment": null}, "klaviyo_first_campaign_touch_at": {"type": "TIMESTAMP", "index": 47, "name": "klaviyo_first_campaign_touch_at", "comment": null}, "klaviyo_last_campaign_touch_at": {"type": "TIMESTAMP", "index": 48, "name": "klaviyo_last_campaign_touch_at", "comment": null}, "klaviyo_first_flow_touch_at": {"type": "TIMESTAMP", "index": 49, "name": "klaviyo_first_flow_touch_at", "comment": null}, "klaviyo_last_flow_touch_at": {"type": "TIMESTAMP", "index": 50, "name": "klaviyo_last_flow_touch_at", "comment": null}, "klaviyo_count_total_campaigns": {"type": "INT64", "index": 51, "name": "klaviyo_count_total_campaigns", "comment": null}, "klaviyo_count_total_flows": {"type": "INT64", "index": 52, "name": "klaviyo_count_total_flows", "comment": null}, "klaviyo_address_1": {"type": "STRING", "index": 53, "name": "klaviyo_address_1", "comment": null}, "klaviyo_address_2": {"type": "STRING", "index": 54, "name": "klaviyo_address_2", "comment": null}, "klaviyo_city": {"type": "STRING", "index": 55, "name": "klaviyo_city", "comment": null}, "klaviyo_country": {"type": "STRING", "index": 56, "name": "klaviyo_country", "comment": null}, "klaviyo_zip": {"type": "STRING", "index": 57, "name": "klaviyo_zip", "comment": null}, "klaviyo_latitude": {"type": "FLOAT64", "index": 58, "name": "klaviyo_latitude", "comment": null}, "klaviyo_longitude": {"type": "FLOAT64", "index": 59, "name": "klaviyo_longitude", "comment": null}, "klaviyo_organization": {"type": "STRING", "index": 60, "name": "klaviyo_organization", "comment": null}, "klaviyo_region": {"type": "STRING", "index": 61, "name": "klaviyo_region", "comment": null}, "klaviyo_timezone": {"type": "STRING", "index": 62, "name": "klaviyo_timezone", "comment": null}, "klaviyo_title": {"type": "STRING", "index": 63, "name": "klaviyo_title", "comment": null}, "klaviyo_last_event_date": {"type": "TIMESTAMP", "index": 64, "name": "klaviyo_last_event_date", "comment": null}, "klaviyo_total_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 65, "name": "klaviyo_total_sum_revenue_refunded_order", "comment": null}, "klaviyo_organic_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 66, "name": "klaviyo_organic_sum_revenue_refunded_order", "comment": null}, "klaviyo_total_sum_revenue_placed_order": {"type": "NUMERIC", "index": 67, "name": "klaviyo_total_sum_revenue_placed_order", "comment": null}, "klaviyo_organic_sum_revenue_placed_order": {"type": "NUMERIC", "index": 68, "name": "klaviyo_organic_sum_revenue_placed_order", "comment": null}, "klaviyo_total_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 69, "name": "klaviyo_total_sum_revenue_ordered_product", "comment": null}, "klaviyo_organic_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 70, "name": "klaviyo_organic_sum_revenue_ordered_product", "comment": null}, "klaviyo_total_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 71, "name": "klaviyo_total_sum_revenue_checkout_started", "comment": null}, "klaviyo_organic_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 72, "name": "klaviyo_organic_sum_revenue_checkout_started", "comment": null}, "klaviyo_total_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 73, "name": "klaviyo_total_sum_revenue_cancelled_order", "comment": null}, "klaviyo_organic_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 74, "name": "klaviyo_organic_sum_revenue_cancelled_order", "comment": null}, "klaviyo_total_count_active_on_site": {"type": "INT64", "index": 75, "name": "klaviyo_total_count_active_on_site", "comment": null}, "klaviyo_total_count_viewed_product": {"type": "INT64", "index": 76, "name": "klaviyo_total_count_viewed_product", "comment": null}, "klaviyo_total_count_ordered_product": {"type": "INT64", "index": 77, "name": "klaviyo_total_count_ordered_product", "comment": null}, "klaviyo_total_count_placed_order": {"type": "INT64", "index": 78, "name": "klaviyo_total_count_placed_order", "comment": null}, "klaviyo_total_count_refunded_order": {"type": "INT64", "index": 79, "name": "klaviyo_total_count_refunded_order", "comment": null}, "klaviyo_total_count_received_email": {"type": "INT64", "index": 80, "name": "klaviyo_total_count_received_email", "comment": null}, "klaviyo_total_count_clicked_email": {"type": "INT64", "index": 81, "name": "klaviyo_total_count_clicked_email", "comment": null}, "klaviyo_total_count_opened_email": {"type": "INT64", "index": 82, "name": "klaviyo_total_count_opened_email", "comment": null}, "klaviyo_total_count_marked_email_as_spam": {"type": "INT64", "index": 83, "name": "klaviyo_total_count_marked_email_as_spam", "comment": null}, "klaviyo_total_count_unsubscribed": {"type": "INT64", "index": 84, "name": "klaviyo_total_count_unsubscribed", "comment": null}, "klaviyo_total_count_received_sms": {"type": "INT64", "index": 85, "name": "klaviyo_total_count_received_sms", "comment": null}, "klaviyo_total_count_clicked_sms": {"type": "INT64", "index": 86, "name": "klaviyo_total_count_clicked_sms", "comment": null}, "klaviyo_total_count_sent_sms": {"type": "INT64", "index": 87, "name": "klaviyo_total_count_sent_sms", "comment": null}, "klaviyo_total_count_unsubscribed_from_sms": {"type": "INT64", "index": 88, "name": "klaviyo_total_count_unsubscribed_from_sms", "comment": null}, "klaviyo_source_relation": {"type": "STRING", "index": 89, "name": "klaviyo_source_relation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 862763, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 481751452, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.shopify_holistic_reporting__customer_enhanced"}, "model.shopify_holistic_reporting.shopify_holistic_reporting__daily_customer_metrics": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify_holistic", "name": "shopify_holistic_reporting__daily_customer_metrics", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATE", "index": 1, "name": "date_day", "comment": null}, "email": {"type": "STRING", "index": 2, "name": "email", "comment": null}, "campaign_id": {"type": "STRING", "index": 3, "name": "campaign_id", "comment": null}, "flow_id": {"type": "STRING", "index": 4, "name": "flow_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 5, "name": "campaign_name", "comment": null}, "flow_name": {"type": "STRING", "index": 6, "name": "flow_name", "comment": null}, "variation_id": {"type": "STRING", "index": 7, "name": "variation_id", "comment": null}, "campaign_subject_line": {"type": "STRING", "index": 8, "name": "campaign_subject_line", "comment": null}, "campaign_type": {"type": "STRING", "index": 9, "name": "campaign_type", "comment": null}, "shopify_total_orders": {"type": "INT64", "index": 10, "name": "shopify_total_orders", "comment": null}, "shopify_total_price": {"type": "FLOAT64", "index": 11, "name": "shopify_total_price", "comment": null}, "shopify_count_line_items": {"type": "INT64", "index": 12, "name": "shopify_count_line_items", "comment": null}, "shopify_total_line_items_price": {"type": "FLOAT64", "index": 13, "name": "shopify_total_line_items_price", "comment": null}, "shopify_total_discounts": {"type": "FLOAT64", "index": 14, "name": "shopify_total_discounts", "comment": null}, "shopify_total_tax": {"type": "FLOAT64", "index": 15, "name": "shopify_total_tax", "comment": null}, "shopify_total_shipping_cost": {"type": "FLOAT64", "index": 16, "name": "shopify_total_shipping_cost", "comment": null}, "shopify_total_refund_subtotal": {"type": "FLOAT64", "index": 17, "name": "shopify_total_refund_subtotal", "comment": null}, "shopify_total_refund_tax": {"type": "FLOAT64", "index": 18, "name": "shopify_total_refund_tax", "comment": null}, "shopify_count_cancelled_orders": {"type": "INT64", "index": 19, "name": "shopify_count_cancelled_orders", "comment": null}, "shopify_count_products": {"type": "INT64", "index": 20, "name": "shopify_count_products", "comment": null}, "shopify_count_product_variants": {"type": "INT64", "index": 21, "name": "shopify_count_product_variants", "comment": null}, "shopify_sum_quantity": {"type": "FLOAT64", "index": 22, "name": "shopify_sum_quantity", "comment": null}, "shopify_total_order_adjustment_amount": {"type": "FLOAT64", "index": 23, "name": "shopify_total_order_adjustment_amount", "comment": null}, "shopify_total_order_adjustment_tax_amount": {"type": "FLOAT64", "index": 24, "name": "shopify_total_order_adjustment_tax_amount", "comment": null}, "shopify_source_relation": {"type": "STRING", "index": 25, "name": "shopify_source_relation", "comment": null}, "klaviyo_first_event_at": {"type": "TIMESTAMP", "index": 26, "name": "klaviyo_first_event_at", "comment": null}, "klaviyo_last_event_at": {"type": "TIMESTAMP", "index": 27, "name": "klaviyo_last_event_at", "comment": null}, "klaviyo_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 28, "name": "klaviyo_sum_revenue_refunded_order", "comment": null}, "klaviyo_sum_revenue_placed_order": {"type": "NUMERIC", "index": 29, "name": "klaviyo_sum_revenue_placed_order", "comment": null}, "klaviyo_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 30, "name": "klaviyo_sum_revenue_ordered_product", "comment": null}, "klaviyo_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 31, "name": "klaviyo_sum_revenue_checkout_started", "comment": null}, "klaviyo_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 32, "name": "klaviyo_sum_revenue_cancelled_order", "comment": null}, "klaviyo_count_active_on_site": {"type": "INT64", "index": 33, "name": "klaviyo_count_active_on_site", "comment": null}, "klaviyo_count_viewed_product": {"type": "INT64", "index": 34, "name": "klaviyo_count_viewed_product", "comment": null}, "klaviyo_count_ordered_product": {"type": "INT64", "index": 35, "name": "klaviyo_count_ordered_product", "comment": null}, "klaviyo_count_placed_order": {"type": "INT64", "index": 36, "name": "klaviyo_count_placed_order", "comment": null}, "klaviyo_count_refunded_order": {"type": "INT64", "index": 37, "name": "klaviyo_count_refunded_order", "comment": null}, "klaviyo_count_received_email": {"type": "INT64", "index": 38, "name": "klaviyo_count_received_email", "comment": null}, "klaviyo_count_clicked_email": {"type": "INT64", "index": 39, "name": "klaviyo_count_clicked_email", "comment": null}, "klaviyo_count_opened_email": {"type": "INT64", "index": 40, "name": "klaviyo_count_opened_email", "comment": null}, "klaviyo_count_marked_email_as_spam": {"type": "INT64", "index": 41, "name": "klaviyo_count_marked_email_as_spam", "comment": null}, "klaviyo_count_unsubscribed": {"type": "INT64", "index": 42, "name": "klaviyo_count_unsubscribed", "comment": null}, "klaviyo_count_received_sms": {"type": "INT64", "index": 43, "name": "klaviyo_count_received_sms", "comment": null}, "klaviyo_count_clicked_sms": {"type": "INT64", "index": 44, "name": "klaviyo_count_clicked_sms", "comment": null}, "klaviyo_count_sent_sms": {"type": "INT64", "index": 45, "name": "klaviyo_count_sent_sms", "comment": null}, "klaviyo_count_unsubscribed_from_sms": {"type": "INT64", "index": 46, "name": "klaviyo_count_unsubscribed_from_sms", "comment": null}, "klaviyo_source_relation": {"type": "STRING", "index": 47, "name": "klaviyo_source_relation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 196617375, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 62809357703, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.shopify_holistic_reporting__daily_customer_metrics"}, "model.shopify_holistic_reporting.shopify_holistic_reporting__orders_attribution": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify_holistic", "name": "shopify_holistic_reporting__orders_attribution", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 3, "name": "total_discounts", "comment": null}, "total_discounts_set": {"type": "STRING", "index": 4, "name": "total_discounts_set", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 5, "name": "total_line_items_price", "comment": null}, "total_line_items_price_set": {"type": "STRING", "index": 6, "name": "total_line_items_price_set", "comment": null}, "total_price": {"type": "FLOAT64", "index": 7, "name": "total_price", "comment": null}, "total_price_set": {"type": "STRING", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "STRING", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "STRING", "index": 11, "name": "source_name", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 12, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "BOOL", "index": 13, "name": "has_taxes_included", "comment": null}, "total_weight": {"type": "INT64", "index": 14, "name": "total_weight", "comment": null}, "total_tip_received": {"type": "FLOAT64", "index": 15, "name": "total_tip_received", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 18, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 19, "name": "note", "comment": null}, "number": {"type": "INT64", "index": 20, "name": "number", "comment": null}, "order_number": {"type": "INT64", "index": 21, "name": "order_number", "comment": null}, "cancel_reason": {"type": "STRING", "index": 22, "name": "cancel_reason", "comment": null}, "cart_token": {"type": "STRING", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "STRING", "index": 24, "name": "checkout_token", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 25, "name": "created_timestamp", "comment": null}, "cancelled_timestamp": {"type": "TIMESTAMP", "index": 26, "name": "cancelled_timestamp", "comment": null}, "closed_timestamp": {"type": "TIMESTAMP", "index": 27, "name": "closed_timestamp", "comment": null}, "processed_timestamp": {"type": "TIMESTAMP", "index": 28, "name": "processed_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 29, "name": "updated_timestamp", "comment": null}, "currency": {"type": "STRING", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "INT64", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "STRING", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "STRING", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 48, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 49, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "STRING", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "STRING", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 65, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 66, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "STRING", "index": 68, "name": "token", "comment": null}, "app_id": {"type": "INT64", "index": 69, "name": "app_id", "comment": null}, "checkout_id": {"type": "STRING", "index": 70, "name": "checkout_id", "comment": null}, "client_details_user_agent": {"type": "STRING", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "STRING", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "STRING", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "STRING", "index": 74, "name": "presentment_currency", "comment": null}, "is_test_order": {"type": "BOOL", "index": 75, "name": "is_test_order", "comment": null}, "is_deleted": {"type": "BOOL", "index": 76, "name": "is_deleted", "comment": null}, "has_buyer_accepted_marketing": {"type": "BOOL", "index": 77, "name": "has_buyer_accepted_marketing", "comment": null}, "is_confirmed": {"type": "BOOL", "index": 78, "name": "is_confirmed", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 79, "name": "_fivetran_synced", "comment": null}, "orders_unique_key": {"type": "STRING", "index": 80, "name": "orders_unique_key", "comment": null}, "shipping_cost": {"type": "FLOAT64", "index": 81, "name": "shipping_cost", "comment": null}, "order_adjustment_amount": {"type": "FLOAT64", "index": 82, "name": "order_adjustment_amount", "comment": null}, "order_adjustment_tax_amount": {"type": "FLOAT64", "index": 83, "name": "order_adjustment_tax_amount", "comment": null}, "refund_subtotal": {"type": "FLOAT64", "index": 84, "name": "refund_subtotal", "comment": null}, "refund_total_tax": {"type": "FLOAT64", "index": 85, "name": "refund_total_tax", "comment": null}, "order_adjusted_total": {"type": "FLOAT64", "index": 86, "name": "order_adjusted_total", "comment": null}, "line_item_count": {"type": "INT64", "index": 87, "name": "line_item_count", "comment": null}, "shipping_discount_amount": {"type": "FLOAT64", "index": 88, "name": "shipping_discount_amount", "comment": null}, "percentage_calc_discount_amount": {"type": "FLOAT64", "index": 89, "name": "percentage_calc_discount_amount", "comment": null}, "fixed_amount_discount_amount": {"type": "FLOAT64", "index": 90, "name": "fixed_amount_discount_amount", "comment": null}, "count_discount_codes_applied": {"type": "INT64", "index": 91, "name": "count_discount_codes_applied", "comment": null}, "order_total_shipping_tax": {"type": "FLOAT64", "index": 92, "name": "order_total_shipping_tax", "comment": null}, "order_tags": {"type": "STRING", "index": 93, "name": "order_tags", "comment": null}, "order_url_tags": {"type": "STRING", "index": 94, "name": "order_url_tags", "comment": null}, "number_of_fulfillments": {"type": "INT64", "index": 95, "name": "number_of_fulfillments", "comment": null}, "fulfillment_services": {"type": "STRING", "index": 96, "name": "fulfillment_services", "comment": null}, "tracking_companies": {"type": "STRING", "index": 97, "name": "tracking_companies", "comment": null}, "tracking_numbers": {"type": "STRING", "index": 98, "name": "tracking_numbers", "comment": null}, "customer_order_seq_number": {"type": "INT64", "index": 99, "name": "customer_order_seq_number", "comment": null}, "new_vs_repeat": {"type": "STRING", "index": 100, "name": "new_vs_repeat", "comment": null}, "is_attributed": {"type": "BOOL", "index": 101, "name": "is_attributed", "comment": null}, "last_touch_campaign_id": {"type": "STRING", "index": 102, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "STRING", "index": 103, "name": "last_touch_flow_id", "comment": null}, "last_touch_variation_id": {"type": "STRING", "index": 104, "name": "last_touch_variation_id", "comment": null}, "last_touch_campaign_name": {"type": "STRING", "index": 105, "name": "last_touch_campaign_name", "comment": null}, "last_touch_campaign_subject_line": {"type": "STRING", "index": 106, "name": "last_touch_campaign_subject_line", "comment": null}, "last_touch_campaign_type": {"type": "STRING", "index": 107, "name": "last_touch_campaign_type", "comment": null}, "last_touch_flow_name": {"type": "STRING", "index": 108, "name": "last_touch_flow_name", "comment": null}, "count_interactions_with_campaign": {"type": "INT64", "index": 109, "name": "count_interactions_with_campaign", "comment": null}, "count_interactions_with_flow": {"type": "INT64", "index": 110, "name": "count_interactions_with_flow", "comment": null}, "last_touch_event_id": {"type": "STRING", "index": 111, "name": "last_touch_event_id", "comment": null}, "last_touch_event_occurred_at": {"type": "TIMESTAMP", "index": 112, "name": "last_touch_event_occurred_at", "comment": null}, "last_touch_event_type": {"type": "STRING", "index": 113, "name": "last_touch_event_type", "comment": null}, "last_touch_integration_name": {"type": "STRING", "index": 114, "name": "last_touch_integration_name", "comment": null}, "last_touch_integration_category": {"type": "STRING", "index": 115, "name": "last_touch_integration_category", "comment": null}, "shopify_source_relation": {"type": "STRING", "index": 116, "name": "shopify_source_relation", "comment": null}, "klaviyo_source_relation": {"type": "STRING", "index": 117, "name": "klaviyo_source_relation", "comment": null}, "unique_order_key": {"type": "STRING", "index": 118, "name": "unique_order_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 900389, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1730867954, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "created_timestamp", "include": true, "description": "The partitioning column for this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.shopify_holistic_reporting__orders_attribution"}, "model.shopify.int_shopify__customer_email_rollup": {"metadata": {"type": "view", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__customer_email_rollup", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"email": {"type": "STRING", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "STRING", "index": 2, "name": "source_relation", "comment": null}, "customer_ids": {"type": "STRING", "index": 3, "name": "customer_ids", "comment": null}, "phone_numbers": {"type": "STRING", "index": 4, "name": "phone_numbers", "comment": null}, "customer_tags": {"type": "STRING", "index": 5, "name": "customer_tags", "comment": null}, "first_account_created_at": {"type": "TIMESTAMP", "index": 6, "name": "first_account_created_at", "comment": null}, "last_account_created_at": {"type": "TIMESTAMP", "index": 7, "name": "last_account_created_at", "comment": null}, "last_updated_at": {"type": "TIMESTAMP", "index": 8, "name": "last_updated_at", "comment": null}, "marketing_consent_updated_at": {"type": "TIMESTAMP", "index": 9, "name": "marketing_consent_updated_at", "comment": null}, "last_fivetran_synced": {"type": "TIMESTAMP", "index": 10, "name": "last_fivetran_synced", "comment": null}, "is_tax_exempt": {"type": "BOOL", "index": 11, "name": "is_tax_exempt", "comment": null}, "is_verified_email": {"type": "BOOL", "index": 12, "name": "is_verified_email", "comment": null}, "first_name": {"type": "STRING", "index": 13, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 14, "name": "last_name", "comment": null}, "default_address_id": {"type": "INT64", "index": 15, "name": "default_address_id", "comment": null}, "account_state": {"type": "STRING", "index": 16, "name": "account_state", "comment": null}, "note": {"type": "STRING", "index": 17, "name": "note", "comment": null}, "currency": {"type": "STRING", "index": 18, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "STRING", "index": 19, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "STRING", "index": 20, "name": "marketing_opt_in_level", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.int_shopify__customer_email_rollup"}, "model.shopify.shopify__calendar": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__calendar", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATETIME", "index": 1, "name": "date_day", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2016, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16128, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__calendar"}, "model.shopify.shopify__customer_cohorts": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__customer_cohorts", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_month": {"type": "DATE", "index": 1, "name": "date_month", "comment": null}, "customer_id": {"type": "INT64", "index": 2, "name": "customer_id", "comment": null}, "first_order_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "first_order_timestamp", "comment": null}, "cohort_month": {"type": "DATE", "index": 4, "name": "cohort_month", "comment": null}, "source_relation": {"type": "STRING", "index": 5, "name": "source_relation", "comment": null}, "order_count_in_month": {"type": "INT64", "index": 6, "name": "order_count_in_month", "comment": null}, "total_price_in_month": {"type": "FLOAT64", "index": 7, "name": "total_price_in_month", "comment": null}, "line_item_count_in_month": {"type": "INT64", "index": 8, "name": "line_item_count_in_month", "comment": null}, "total_price_lifetime": {"type": "FLOAT64", "index": 9, "name": "total_price_lifetime", "comment": null}, "order_count_lifetime": {"type": "INT64", "index": 10, "name": "order_count_lifetime", "comment": null}, "line_item_count_lifetime": {"type": "INT64", "index": 11, "name": "line_item_count_lifetime", "comment": null}, "cohort_month_number": {"type": "INT64", "index": 12, "name": "cohort_month_number", "comment": null}, "customer_cohort_id": {"type": "STRING", "index": 13, "name": "customer_cohort_id", "comment": null}}, "stats": {"clustering_fields": {"id": "clustering_fields", "label": "Clustered By", "value": "date_month, customer_id", "include": true, "description": "The clustering columns for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10547188, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1307351792, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "date_month", "include": true, "description": "The partitioning column for this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customer_cohorts"}, "model.shopify.shopify__customer_email_cohorts": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__customer_email_cohorts", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_month": {"type": "DATE", "index": 1, "name": "date_month", "comment": null}, "email": {"type": "STRING", "index": 2, "name": "email", "comment": null}, "first_order_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "first_order_timestamp", "comment": null}, "cohort_month": {"type": "TIMESTAMP", "index": 4, "name": "cohort_month", "comment": null}, "source_relation": {"type": "STRING", "index": 5, "name": "source_relation", "comment": null}, "order_count_in_month": {"type": "INT64", "index": 6, "name": "order_count_in_month", "comment": null}, "total_price_in_month": {"type": "FLOAT64", "index": 7, "name": "total_price_in_month", "comment": null}, "line_item_count_in_month": {"type": "INT64", "index": 8, "name": "line_item_count_in_month", "comment": null}, "total_price_lifetime": {"type": "FLOAT64", "index": 9, "name": "total_price_lifetime", "comment": null}, "order_count_lifetime": {"type": "INT64", "index": 10, "name": "order_count_lifetime", "comment": null}, "line_item_count_lifetime": {"type": "INT64", "index": 11, "name": "line_item_count_lifetime", "comment": null}, "cohort_month_number": {"type": "INT64", "index": 12, "name": "cohort_month_number", "comment": null}, "customer_cohort_id": {"type": "STRING", "index": 13, "name": "customer_cohort_id", "comment": null}}, "stats": {"clustering_fields": {"id": "clustering_fields", "label": "Clustered By", "value": "date_month, email", "include": true, "description": "The clustering columns for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 10544218, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1467385318, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "date_month", "include": true, "description": "The partitioning column for this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customer_email_cohorts"}, "model.shopify.shopify__customer_emails": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__customer_emails", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"email": {"type": "STRING", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "STRING", "index": 2, "name": "source_relation", "comment": null}, "customer_ids": {"type": "STRING", "index": 3, "name": "customer_ids", "comment": null}, "phone_numbers": {"type": "STRING", "index": 4, "name": "phone_numbers", "comment": null}, "customer_tags": {"type": "STRING", "index": 5, "name": "customer_tags", "comment": null}, "first_account_created_at": {"type": "TIMESTAMP", "index": 6, "name": "first_account_created_at", "comment": null}, "last_account_created_at": {"type": "TIMESTAMP", "index": 7, "name": "last_account_created_at", "comment": null}, "last_updated_at": {"type": "TIMESTAMP", "index": 8, "name": "last_updated_at", "comment": null}, "marketing_consent_updated_at": {"type": "TIMESTAMP", "index": 9, "name": "marketing_consent_updated_at", "comment": null}, "last_fivetran_synced": {"type": "TIMESTAMP", "index": 10, "name": "last_fivetran_synced", "comment": null}, "is_tax_exempt": {"type": "BOOL", "index": 11, "name": "is_tax_exempt", "comment": null}, "is_verified_email": {"type": "BOOL", "index": 12, "name": "is_verified_email", "comment": null}, "first_name": {"type": "STRING", "index": 13, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 14, "name": "last_name", "comment": null}, "default_address_id": {"type": "INT64", "index": 15, "name": "default_address_id", "comment": null}, "account_state": {"type": "STRING", "index": 16, "name": "account_state", "comment": null}, "note": {"type": "STRING", "index": 17, "name": "note", "comment": null}, "currency": {"type": "STRING", "index": 18, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "STRING", "index": 19, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "STRING", "index": 20, "name": "marketing_opt_in_level", "comment": null}, "lifetime_abandoned_checkouts": {"type": "INT64", "index": 21, "name": "lifetime_abandoned_checkouts", "comment": null}, "first_order_timestamp": {"type": "TIMESTAMP", "index": 22, "name": "first_order_timestamp", "comment": null}, "most_recent_order_timestamp": {"type": "TIMESTAMP", "index": 23, "name": "most_recent_order_timestamp", "comment": null}, "avg_order_value": {"type": "FLOAT64", "index": 24, "name": "avg_order_value", "comment": null}, "lifetime_total_spent": {"type": "FLOAT64", "index": 25, "name": "lifetime_total_spent", "comment": null}, "lifetime_total_refunded": {"type": "FLOAT64", "index": 26, "name": "lifetime_total_refunded", "comment": null}, "lifetime_total_net": {"type": "FLOAT64", "index": 27, "name": "lifetime_total_net", "comment": null}, "lifetime_count_orders": {"type": "INT64", "index": 28, "name": "lifetime_count_orders", "comment": null}, "avg_quantity_per_order": {"type": "FLOAT64", "index": 29, "name": "avg_quantity_per_order", "comment": null}, "lifetime_total_tax": {"type": "FLOAT64", "index": 30, "name": "lifetime_total_tax", "comment": null}, "avg_tax_per_order": {"type": "FLOAT64", "index": 31, "name": "avg_tax_per_order", "comment": null}, "lifetime_total_discount": {"type": "FLOAT64", "index": 32, "name": "lifetime_total_discount", "comment": null}, "avg_discount_per_order": {"type": "FLOAT64", "index": 33, "name": "avg_discount_per_order", "comment": null}, "lifetime_total_shipping": {"type": "FLOAT64", "index": 34, "name": "lifetime_total_shipping", "comment": null}, "avg_shipping_per_order": {"type": "FLOAT64", "index": 35, "name": "avg_shipping_per_order", "comment": null}, "lifetime_total_shipping_with_discounts": {"type": "FLOAT64", "index": 36, "name": "lifetime_total_shipping_with_discounts", "comment": null}, "avg_shipping_with_discounts_per_order": {"type": "FLOAT64", "index": 37, "name": "avg_shipping_with_discounts_per_order", "comment": null}, "lifetime_total_shipping_tax": {"type": "FLOAT64", "index": 38, "name": "lifetime_total_shipping_tax", "comment": null}, "avg_shipping_tax_per_order": {"type": "FLOAT64", "index": 39, "name": "avg_shipping_tax_per_order", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 493392, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 133392665, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customer_emails"}, "model.shopify.shopify__customers": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__customers", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"customer_id": {"type": "INT64", "index": 1, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 2, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 4, "name": "last_name", "comment": null}, "default_address_id": {"type": "INT64", "index": 5, "name": "default_address_id", "comment": null}, "phone": {"type": "STRING", "index": 6, "name": "phone", "comment": null}, "account_state": {"type": "STRING", "index": 7, "name": "account_state", "comment": null}, "is_tax_exempt": {"type": "BOOL", "index": 8, "name": "is_tax_exempt", "comment": null}, "is_verified_email": {"type": "BOOL", "index": 9, "name": "is_verified_email", "comment": null}, "note": {"type": "STRING", "index": 10, "name": "note", "comment": null}, "currency": {"type": "STRING", "index": 11, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "STRING", "index": 12, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "STRING", "index": 13, "name": "marketing_opt_in_level", "comment": null}, "marketing_consent_updated_at": {"type": "TIMESTAMP", "index": 14, "name": "marketing_consent_updated_at", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 15, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 16, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 17, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 18, "name": "source_relation", "comment": null}, "lifetime_abandoned_checkouts": {"type": "INT64", "index": 19, "name": "lifetime_abandoned_checkouts", "comment": null}, "first_order_timestamp": {"type": "TIMESTAMP", "index": 20, "name": "first_order_timestamp", "comment": null}, "most_recent_order_timestamp": {"type": "TIMESTAMP", "index": 21, "name": "most_recent_order_timestamp", "comment": null}, "customer_tags": {"type": "STRING", "index": 22, "name": "customer_tags", "comment": null}, "avg_order_value": {"type": "FLOAT64", "index": 23, "name": "avg_order_value", "comment": null}, "lifetime_total_spent": {"type": "FLOAT64", "index": 24, "name": "lifetime_total_spent", "comment": null}, "lifetime_total_refunded": {"type": "FLOAT64", "index": 25, "name": "lifetime_total_refunded", "comment": null}, "lifetime_total_net": {"type": "FLOAT64", "index": 26, "name": "lifetime_total_net", "comment": null}, "lifetime_count_orders": {"type": "INT64", "index": 27, "name": "lifetime_count_orders", "comment": null}, "avg_quantity_per_order": {"type": "FLOAT64", "index": 28, "name": "avg_quantity_per_order", "comment": null}, "lifetime_total_tax": {"type": "FLOAT64", "index": 29, "name": "lifetime_total_tax", "comment": null}, "avg_tax_per_order": {"type": "FLOAT64", "index": 30, "name": "avg_tax_per_order", "comment": null}, "lifetime_total_discount": {"type": "FLOAT64", "index": 31, "name": "lifetime_total_discount", "comment": null}, "avg_discount_per_order": {"type": "FLOAT64", "index": 32, "name": "avg_discount_per_order", "comment": null}, "lifetime_total_shipping": {"type": "FLOAT64", "index": 33, "name": "lifetime_total_shipping", "comment": null}, "avg_shipping_per_order": {"type": "FLOAT64", "index": 34, "name": "avg_shipping_per_order", "comment": null}, "lifetime_total_shipping_with_discounts": {"type": "FLOAT64", "index": 35, "name": "lifetime_total_shipping_with_discounts", "comment": null}, "avg_shipping_with_discounts_per_order": {"type": "FLOAT64", "index": 36, "name": "avg_shipping_with_discounts_per_order", "comment": null}, "lifetime_total_shipping_tax": {"type": "FLOAT64", "index": 37, "name": "lifetime_total_shipping_tax", "comment": null}, "avg_shipping_tax_per_order": {"type": "FLOAT64", "index": 38, "name": "avg_shipping_tax_per_order", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 511732, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 129176426, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customers"}, "model.shopify.shopify__daily_shop": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__daily_shop", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"date_day": {"type": "DATE", "index": 1, "name": "date_day", "comment": null}, "shop_id": {"type": "INT64", "index": 2, "name": "shop_id", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "domain": {"type": "STRING", "index": 4, "name": "domain", "comment": null}, "is_deleted": {"type": "BOOL", "index": 5, "name": "is_deleted", "comment": null}, "currency": {"type": "STRING", "index": 6, "name": "currency", "comment": null}, "enabled_presentment_currencies": {"type": "STRING", "index": 7, "name": "enabled_presentment_currencies", "comment": null}, "iana_timezone": {"type": "STRING", "index": 8, "name": "iana_timezone", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 9, "name": "created_at", "comment": null}, "source_relation": {"type": "STRING", "index": 10, "name": "source_relation", "comment": null}, "count_orders": {"type": "INT64", "index": 11, "name": "count_orders", "comment": null}, "count_line_items": {"type": "INT64", "index": 12, "name": "count_line_items", "comment": null}, "avg_line_item_count": {"type": "FLOAT64", "index": 13, "name": "avg_line_item_count", "comment": null}, "count_customers": {"type": "INT64", "index": 14, "name": "count_customers", "comment": null}, "count_customer_emails": {"type": "INT64", "index": 15, "name": "count_customer_emails", "comment": null}, "order_adjusted_total": {"type": "FLOAT64", "index": 16, "name": "order_adjusted_total", "comment": null}, "avg_order_value": {"type": "FLOAT64", "index": 17, "name": "avg_order_value", "comment": null}, "shipping_cost": {"type": "FLOAT64", "index": 18, "name": "shipping_cost", "comment": null}, "order_adjustment_amount": {"type": "FLOAT64", "index": 19, "name": "order_adjustment_amount", "comment": null}, "order_adjustment_tax_amount": {"type": "FLOAT64", "index": 20, "name": "order_adjustment_tax_amount", "comment": null}, "refund_subtotal": {"type": "FLOAT64", "index": 21, "name": "refund_subtotal", "comment": null}, "refund_total_tax": {"type": "FLOAT64", "index": 22, "name": "refund_total_tax", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 23, "name": "total_discounts", "comment": null}, "avg_discount": {"type": "FLOAT64", "index": 24, "name": "avg_discount", "comment": null}, "shipping_discount_amount": {"type": "FLOAT64", "index": 25, "name": "shipping_discount_amount", "comment": null}, "avg_shipping_discount_amount": {"type": "FLOAT64", "index": 26, "name": "avg_shipping_discount_amount", "comment": null}, "percentage_calc_discount_amount": {"type": "FLOAT64", "index": 27, "name": "percentage_calc_discount_amount", "comment": null}, "avg_percentage_calc_discount_amount": {"type": "FLOAT64", "index": 28, "name": "avg_percentage_calc_discount_amount", "comment": null}, "fixed_amount_discount_amount": {"type": "FLOAT64", "index": 29, "name": "fixed_amount_discount_amount", "comment": null}, "avg_fixed_amount_discount_amount": {"type": "FLOAT64", "index": 30, "name": "avg_fixed_amount_discount_amount", "comment": null}, "count_discount_codes_applied": {"type": "INT64", "index": 31, "name": "count_discount_codes_applied", "comment": null}, "count_locations_ordered_from": {"type": "INT64", "index": 32, "name": "count_locations_ordered_from", "comment": null}, "count_orders_with_discounts": {"type": "INT64", "index": 33, "name": "count_orders_with_discounts", "comment": null}, "count_orders_with_refunds": {"type": "INT64", "index": 34, "name": "count_orders_with_refunds", "comment": null}, "first_order_timestamp": {"type": "TIMESTAMP", "index": 35, "name": "first_order_timestamp", "comment": null}, "last_order_timestamp": {"type": "TIMESTAMP", "index": 36, "name": "last_order_timestamp", "comment": null}, "quantity_sold": {"type": "FLOAT64", "index": 37, "name": "quantity_sold", "comment": null}, "quantity_refunded": {"type": "FLOAT64", "index": 38, "name": "quantity_refunded", "comment": null}, "quantity_net": {"type": "FLOAT64", "index": 39, "name": "quantity_net", "comment": null}, "avg_quantity_sold": {"type": "FLOAT64", "index": 40, "name": "avg_quantity_sold", "comment": null}, "avg_quantity_net": {"type": "FLOAT64", "index": 41, "name": "avg_quantity_net", "comment": null}, "count_variants_sold": {"type": "INT64", "index": 42, "name": "count_variants_sold", "comment": null}, "count_products_sold": {"type": "INT64", "index": 43, "name": "count_products_sold", "comment": null}, "quantity_gift_cards_sold": {"type": "FLOAT64", "index": 44, "name": "quantity_gift_cards_sold", "comment": null}, "quantity_requiring_shipping": {"type": "FLOAT64", "index": 45, "name": "quantity_requiring_shipping", "comment": null}, "count_abandoned_checkouts": {"type": "INT64", "index": 46, "name": "count_abandoned_checkouts", "comment": null}, "count_customers_abandoned_checkout": {"type": "INT64", "index": 47, "name": "count_customers_abandoned_checkout", "comment": null}, "count_customer_emails_abandoned_checkout": {"type": "INT64", "index": 48, "name": "count_customer_emails_abandoned_checkout", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2016, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 787008, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__daily_shop"}, "model.shopify.shopify__discounts": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__discounts", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"discount_code_id": {"type": "INT64", "index": 1, "name": "discount_code_id", "comment": null}, "code": {"type": "STRING", "index": 2, "name": "code", "comment": null}, "price_rule_id": {"type": "INT64", "index": 3, "name": "price_rule_id", "comment": null}, "usage_count": {"type": "FLOAT64", "index": 4, "name": "usage_count", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 6, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 8, "name": "source_relation", "comment": null}, "discounts_unique_key": {"type": "STRING", "index": 9, "name": "discounts_unique_key", "comment": null}, "target_selection": {"type": "STRING", "index": 10, "name": "target_selection", "comment": null}, "target_type": {"type": "STRING", "index": 11, "name": "target_type", "comment": null}, "title": {"type": "STRING", "index": 12, "name": "title", "comment": null}, "usage_limit": {"type": "INT64", "index": 13, "name": "usage_limit", "comment": null}, "value": {"type": "FLOAT64", "index": 14, "name": "value", "comment": null}, "value_type": {"type": "STRING", "index": 15, "name": "value_type", "comment": null}, "allocation_limit": {"type": "INT64", "index": 16, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "STRING", "index": 17, "name": "allocation_method", "comment": null}, "is_once_per_customer": {"type": "BOOL", "index": 18, "name": "is_once_per_customer", "comment": null}, "customer_selection": {"type": "STRING", "index": 19, "name": "customer_selection", "comment": null}, "prereq_min_quantity": {"type": "FLOAT64", "index": 20, "name": "prereq_min_quantity", "comment": null}, "prereq_max_shipping_price": {"type": "FLOAT64", "index": 21, "name": "prereq_max_shipping_price", "comment": null}, "prereq_min_subtotal": {"type": "FLOAT64", "index": 22, "name": "prereq_min_subtotal", "comment": null}, "prereq_min_purchase_quantity_for_entitlement": {"type": "FLOAT64", "index": 23, "name": "prereq_min_purchase_quantity_for_entitlement", "comment": null}, "prereq_buy_x_get_this": {"type": "INT64", "index": 24, "name": "prereq_buy_x_get_this", "comment": null}, "prereq_buy_this_get_y": {"type": "INT64", "index": 25, "name": "prereq_buy_this_get_y", "comment": null}, "starts_at": {"type": "TIMESTAMP", "index": 26, "name": "starts_at", "comment": null}, "ends_at": {"type": "TIMESTAMP", "index": 27, "name": "ends_at", "comment": null}, "price_rule_created_at": {"type": "TIMESTAMP", "index": 28, "name": "price_rule_created_at", "comment": null}, "price_rule_updated_at": {"type": "TIMESTAMP", "index": 29, "name": "price_rule_updated_at", "comment": null}, "count_orders": {"type": "INT64", "index": 30, "name": "count_orders", "comment": null}, "count_abandoned_checkouts": {"type": "INT64", "index": 31, "name": "count_abandoned_checkouts", "comment": null}, "avg_order_discount_amount": {"type": "FLOAT64", "index": 32, "name": "avg_order_discount_amount", "comment": null}, "total_order_discount_amount": {"type": "FLOAT64", "index": 33, "name": "total_order_discount_amount", "comment": null}, "total_abandoned_checkout_discount_amount": {"type": "FLOAT64", "index": 34, "name": "total_abandoned_checkout_discount_amount", "comment": null}, "total_order_line_items_price": {"type": "FLOAT64", "index": 35, "name": "total_order_line_items_price", "comment": null}, "total_order_shipping_cost": {"type": "FLOAT64", "index": 36, "name": "total_order_shipping_cost", "comment": null}, "total_abandoned_checkout_shipping_price": {"type": "FLOAT64", "index": 37, "name": "total_abandoned_checkout_shipping_price", "comment": null}, "total_order_refund_amount": {"type": "FLOAT64", "index": 38, "name": "total_order_refund_amount", "comment": null}, "count_customers": {"type": "INT64", "index": 39, "name": "count_customers", "comment": null}, "count_customer_emails": {"type": "INT64", "index": 40, "name": "count_customer_emails", "comment": null}, "count_abandoned_checkout_customers": {"type": "INT64", "index": 41, "name": "count_abandoned_checkout_customers", "comment": null}, "count_abandoned_checkout_customer_emails": {"type": "INT64", "index": 42, "name": "count_abandoned_checkout_customer_emails", "comment": null}}, "stats": {"clustering_fields": {"id": "clustering_fields", "label": "Clustered By", "value": "discount_code_id", "include": true, "description": "The clustering columns for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4444247, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1457509858, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__discounts"}, "model.shopify.shopify__inventory_levels": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__inventory_levels", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"inventory_item_id": {"type": "INT64", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "INT64", "index": 2, "name": "location_id", "comment": null}, "available_quantity": {"type": "INT64", "index": 3, "name": "available_quantity", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 4, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 5, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 6, "name": "source_relation", "comment": null}, "sku": {"type": "STRING", "index": 7, "name": "sku", "comment": null}, "is_inventory_item_deleted": {"type": "BOOL", "index": 8, "name": "is_inventory_item_deleted", "comment": null}, "cost": {"type": "FLOAT64", "index": 9, "name": "cost", "comment": null}, "country_code_of_origin": {"type": "STRING", "index": 10, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "STRING", "index": 11, "name": "province_code_of_origin", "comment": null}, "is_shipping_required": {"type": "BOOL", "index": 12, "name": "is_shipping_required", "comment": null}, "is_inventory_quantity_tracked": {"type": "BOOL", "index": 13, "name": "is_inventory_quantity_tracked", "comment": null}, "inventory_item_created_at": {"type": "TIMESTAMP", "index": 14, "name": "inventory_item_created_at", "comment": null}, "inventory_item_updated_at": {"type": "TIMESTAMP", "index": 15, "name": "inventory_item_updated_at", "comment": null}, "location_name": {"type": "STRING", "index": 16, "name": "location_name", "comment": null}, "is_location_deleted": {"type": "BOOL", "index": 17, "name": "is_location_deleted", "comment": null}, "is_location_active": {"type": "BOOL", "index": 18, "name": "is_location_active", "comment": null}, "address_1": {"type": "STRING", "index": 19, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 20, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 21, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 22, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 23, "name": "country_code", "comment": null}, "is_legacy_location": {"type": "BOOL", "index": 24, "name": "is_legacy_location", "comment": null}, "province": {"type": "STRING", "index": 25, "name": "province", "comment": null}, "province_code": {"type": "STRING", "index": 26, "name": "province_code", "comment": null}, "phone": {"type": "STRING", "index": 27, "name": "phone", "comment": null}, "zip": {"type": "STRING", "index": 28, "name": "zip", "comment": null}, "location_created_at": {"type": "TIMESTAMP", "index": 29, "name": "location_created_at", "comment": null}, "location_updated_at": {"type": "TIMESTAMP", "index": 30, "name": "location_updated_at", "comment": null}, "variant_id": {"type": "INT64", "index": 31, "name": "variant_id", "comment": null}, "product_id": {"type": "INT64", "index": 32, "name": "product_id", "comment": null}, "variant_title": {"type": "STRING", "index": 33, "name": "variant_title", "comment": null}, "variant_inventory_policy": {"type": "STRING", "index": 34, "name": "variant_inventory_policy", "comment": null}, "variant_price": {"type": "FLOAT64", "index": 35, "name": "variant_price", "comment": null}, "variant_image_id": {"type": "INT64", "index": 36, "name": "variant_image_id", "comment": null}, "variant_fulfillment_service": {"type": "STRING", "index": 37, "name": "variant_fulfillment_service", "comment": null}, "variant_inventory_management": {"type": "STRING", "index": 38, "name": "variant_inventory_management", "comment": null}, "is_variant_taxable": {"type": "BOOL", "index": 39, "name": "is_variant_taxable", "comment": null}, "variant_barcode": {"type": "STRING", "index": 40, "name": "variant_barcode", "comment": null}, "variant_grams": {"type": "FLOAT64", "index": 41, "name": "variant_grams", "comment": null}, "variant_inventory_quantity": {"type": "INT64", "index": 42, "name": "variant_inventory_quantity", "comment": null}, "variant_weight": {"type": "FLOAT64", "index": 43, "name": "variant_weight", "comment": null}, "variant_weight_unit": {"type": "STRING", "index": 44, "name": "variant_weight_unit", "comment": null}, "variant_option_1": {"type": "STRING", "index": 45, "name": "variant_option_1", "comment": null}, "variant_option_2": {"type": "STRING", "index": 46, "name": "variant_option_2", "comment": null}, "variant_option_3": {"type": "STRING", "index": 47, "name": "variant_option_3", "comment": null}, "variant_tax_code": {"type": "STRING", "index": 48, "name": "variant_tax_code", "comment": null}, "variant_created_at": {"type": "TIMESTAMP", "index": 49, "name": "variant_created_at", "comment": null}, "variant_updated_at": {"type": "TIMESTAMP", "index": 50, "name": "variant_updated_at", "comment": null}, "subtotal_sold": {"type": "FLOAT64", "index": 51, "name": "subtotal_sold", "comment": null}, "quantity_sold": {"type": "FLOAT64", "index": 52, "name": "quantity_sold", "comment": null}, "count_distinct_orders": {"type": "INT64", "index": 53, "name": "count_distinct_orders", "comment": null}, "count_distinct_customers": {"type": "INT64", "index": 54, "name": "count_distinct_customers", "comment": null}, "count_distinct_customer_emails": {"type": "INT64", "index": 55, "name": "count_distinct_customer_emails", "comment": null}, "first_order_timestamp": {"type": "TIMESTAMP", "index": 56, "name": "first_order_timestamp", "comment": null}, "last_order_timestamp": {"type": "TIMESTAMP", "index": 57, "name": "last_order_timestamp", "comment": null}, "subtotal_sold_refunds": {"type": "FLOAT64", "index": 58, "name": "subtotal_sold_refunds", "comment": null}, "quantity_sold_refunds": {"type": "FLOAT64", "index": 59, "name": "quantity_sold_refunds", "comment": null}, "count_fulfillment_pending": {"type": "INT64", "index": 60, "name": "count_fulfillment_pending", "comment": null}, "count_fulfillment_open": {"type": "INT64", "index": 61, "name": "count_fulfillment_open", "comment": null}, "count_fulfillment_success": {"type": "INT64", "index": 62, "name": "count_fulfillment_success", "comment": null}, "count_fulfillment_cancelled": {"type": "INT64", "index": 63, "name": "count_fulfillment_cancelled", "comment": null}, "count_fulfillment_error": {"type": "INT64", "index": 64, "name": "count_fulfillment_error", "comment": null}, "count_fulfillment_failure": {"type": "INT64", "index": 65, "name": "count_fulfillment_failure", "comment": null}, "net_subtotal_sold": {"type": "FLOAT64", "index": 66, "name": "net_subtotal_sold", "comment": null}, "net_quantity_sold": {"type": "FLOAT64", "index": 67, "name": "net_quantity_sold", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 172711, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 74381666, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__inventory_levels"}, "model.shopify.shopify__line_item_enhanced": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__line_item_enhanced", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"header_id": {"type": "INT64", "index": 1, "name": "header_id", "comment": null}, "line_item_id": {"type": "NUMERIC", "index": 2, "name": "line_item_id", "comment": null}, "line_item_index": {"type": "NUMERIC", "index": 3, "name": "line_item_index", "comment": null}, "record_type": {"type": "STRING", "index": 4, "name": "record_type", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "currency": {"type": "STRING", "index": 6, "name": "currency", "comment": null}, "header_status": {"type": "STRING", "index": 7, "name": "header_status", "comment": null}, "billing_type": {"type": "INT64", "index": 8, "name": "billing_type", "comment": null}, "product_id": {"type": "NUMERIC", "index": 9, "name": "product_id", "comment": null}, "product_name": {"type": "STRING", "index": 10, "name": "product_name", "comment": null}, "product_type": {"type": "STRING", "index": 11, "name": "product_type", "comment": null}, "quantity": {"type": "NUMERIC", "index": 12, "name": "quantity", "comment": null}, "unit_amount": {"type": "NUMERIC", "index": 13, "name": "unit_amount", "comment": null}, "discount_amount": {"type": "FLOAT64", "index": 14, "name": "discount_amount", "comment": null}, "tax_amount": {"type": "FLOAT64", "index": 15, "name": "tax_amount", "comment": null}, "total_amount": {"type": "NUMERIC", "index": 16, "name": "total_amount", "comment": null}, "payment_id": {"type": "INT64", "index": 17, "name": "payment_id", "comment": null}, "payment_method_id": {"type": "INT64", "index": 18, "name": "payment_method_id", "comment": null}, "payment_method": {"type": "STRING", "index": 19, "name": "payment_method", "comment": null}, "payment_at": {"type": "TIMESTAMP", "index": 20, "name": "payment_at", "comment": null}, "fee_amount": {"type": "INT64", "index": 21, "name": "fee_amount", "comment": null}, "refund_amount": {"type": "FLOAT64", "index": 22, "name": "refund_amount", "comment": null}, "subscription_id": {"type": "INT64", "index": 23, "name": "subscription_id", "comment": null}, "subscription_period_started_at": {"type": "INT64", "index": 24, "name": "subscription_period_started_at", "comment": null}, "subscription_period_ended_at": {"type": "INT64", "index": 25, "name": "subscription_period_ended_at", "comment": null}, "subscription_status": {"type": "INT64", "index": 26, "name": "subscription_status", "comment": null}, "customer_id": {"type": "INT64", "index": 27, "name": "customer_id", "comment": null}, "customer_level": {"type": "STRING", "index": 28, "name": "customer_level", "comment": null}, "customer_name": {"type": "STRING", "index": 29, "name": "customer_name", "comment": null}, "customer_company": {"type": "STRING", "index": 30, "name": "customer_company", "comment": null}, "customer_email": {"type": "STRING", "index": 31, "name": "customer_email", "comment": null}, "customer_city": {"type": "STRING", "index": 32, "name": "customer_city", "comment": null}, "customer_country": {"type": "STRING", "index": 33, "name": "customer_country", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2515192, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 611593595, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__line_item_enhanced"}, "model.shopify.shopify__order_lines": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__order_lines", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_line_id": {"type": "INT64", "index": 1, "name": "order_line_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "order_id": {"type": "INT64", "index": 4, "name": "order_id", "comment": null}, "fulfillable_quantity": {"type": "FLOAT64", "index": 5, "name": "fulfillable_quantity", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 6, "name": "fulfillment_status", "comment": null}, "is_gift_card": {"type": "BOOL", "index": 7, "name": "is_gift_card", "comment": null}, "grams": {"type": "INT64", "index": 8, "name": "grams", "comment": null}, "pre_tax_price": {"type": "FLOAT64", "index": 9, "name": "pre_tax_price", "comment": null}, "pre_tax_price_set": {"type": "STRING", "index": 10, "name": "pre_tax_price_set", "comment": null}, "price": {"type": "FLOAT64", "index": 11, "name": "price", "comment": null}, "price_set": {"type": "STRING", "index": 12, "name": "price_set", "comment": null}, "product_id": {"type": "INT64", "index": 13, "name": "product_id", "comment": null}, "quantity": {"type": "FLOAT64", "index": 14, "name": "quantity", "comment": null}, "is_shipping_required": {"type": "BOOL", "index": 15, "name": "is_shipping_required", "comment": null}, "sku": {"type": "STRING", "index": 16, "name": "sku", "comment": null}, "is_taxable": {"type": "BOOL", "index": 17, "name": "is_taxable", "comment": null}, "tax_code": {"type": "STRING", "index": 18, "name": "tax_code", "comment": null}, "title": {"type": "STRING", "index": 19, "name": "title", "comment": null}, "total_discount": {"type": "FLOAT64", "index": 20, "name": "total_discount", "comment": null}, "total_discount_set": {"type": "STRING", "index": 21, "name": "total_discount_set", "comment": null}, "variant_id": {"type": "INT64", "index": 22, "name": "variant_id", "comment": null}, "variant_title": {"type": "STRING", "index": 23, "name": "variant_title", "comment": null}, "variant_inventory_management": {"type": "STRING", "index": 24, "name": "variant_inventory_management", "comment": null}, "vendor": {"type": "STRING", "index": 25, "name": "vendor", "comment": null}, "properties": {"type": "STRING", "index": 26, "name": "properties", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 27, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 28, "name": "source_relation", "comment": null}, "order_lines_unique_key": {"type": "STRING", "index": 29, "name": "order_lines_unique_key", "comment": null}, "restock_types": {"type": "STRING", "index": 30, "name": "restock_types", "comment": null}, "refunded_quantity": {"type": "FLOAT64", "index": 31, "name": "refunded_quantity", "comment": null}, "refunded_subtotal": {"type": "FLOAT64", "index": 32, "name": "refunded_subtotal", "comment": null}, "quantity_net_refunds": {"type": "FLOAT64", "index": 33, "name": "quantity_net_refunds", "comment": null}, "subtotal_net_refunds": {"type": "FLOAT64", "index": 34, "name": "subtotal_net_refunds", "comment": null}, "variant_created_at": {"type": "TIMESTAMP", "index": 35, "name": "variant_created_at", "comment": null}, "variant_updated_at": {"type": "TIMESTAMP", "index": 36, "name": "variant_updated_at", "comment": null}, "inventory_item_id": {"type": "INT64", "index": 37, "name": "inventory_item_id", "comment": null}, "image_id": {"type": "INT64", "index": 38, "name": "image_id", "comment": null}, "variant_price": {"type": "FLOAT64", "index": 39, "name": "variant_price", "comment": null}, "variant_sku": {"type": "STRING", "index": 40, "name": "variant_sku", "comment": null}, "variant_position": {"type": "INT64", "index": 41, "name": "variant_position", "comment": null}, "variant_inventory_policy": {"type": "STRING", "index": 42, "name": "variant_inventory_policy", "comment": null}, "variant_compare_at_price": {"type": "FLOAT64", "index": 43, "name": "variant_compare_at_price", "comment": null}, "variant_fulfillment_service": {"type": "STRING", "index": 44, "name": "variant_fulfillment_service", "comment": null}, "variant_is_taxable": {"type": "BOOL", "index": 45, "name": "variant_is_taxable", "comment": null}, "variant_barcode": {"type": "STRING", "index": 46, "name": "variant_barcode", "comment": null}, "variant_grams": {"type": "FLOAT64", "index": 47, "name": "variant_grams", "comment": null}, "variant_inventory_quantity": {"type": "INT64", "index": 48, "name": "variant_inventory_quantity", "comment": null}, "variant_weight": {"type": "FLOAT64", "index": 49, "name": "variant_weight", "comment": null}, "variant_weight_unit": {"type": "STRING", "index": 50, "name": "variant_weight_unit", "comment": null}, "variant_option_1": {"type": "STRING", "index": 51, "name": "variant_option_1", "comment": null}, "variant_option_2": {"type": "STRING", "index": 52, "name": "variant_option_2", "comment": null}, "variant_option_3": {"type": "STRING", "index": 53, "name": "variant_option_3", "comment": null}, "variant_tax_code": {"type": "STRING", "index": 54, "name": "variant_tax_code", "comment": null}, "order_line_tax": {"type": "FLOAT64", "index": 55, "name": "order_line_tax", "comment": null}}, "stats": {"clustering_fields": {"id": "clustering_fields", "label": "Clustered By", "value": "order_line_id", "include": true, "description": "The clustering columns for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1608697, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1290572077, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__order_lines"}, "model.shopify.shopify__orders": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__orders", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 3, "name": "total_discounts", "comment": null}, "total_discounts_set": {"type": "STRING", "index": 4, "name": "total_discounts_set", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 5, "name": "total_line_items_price", "comment": null}, "total_line_items_price_set": {"type": "STRING", "index": 6, "name": "total_line_items_price_set", "comment": null}, "total_price": {"type": "FLOAT64", "index": 7, "name": "total_price", "comment": null}, "total_price_set": {"type": "STRING", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "STRING", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "STRING", "index": 11, "name": "source_name", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 12, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "BOOL", "index": 13, "name": "has_taxes_included", "comment": null}, "total_weight": {"type": "INT64", "index": 14, "name": "total_weight", "comment": null}, "total_tip_received": {"type": "FLOAT64", "index": 15, "name": "total_tip_received", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 18, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 19, "name": "note", "comment": null}, "number": {"type": "INT64", "index": 20, "name": "number", "comment": null}, "order_number": {"type": "INT64", "index": 21, "name": "order_number", "comment": null}, "cancel_reason": {"type": "STRING", "index": 22, "name": "cancel_reason", "comment": null}, "cart_token": {"type": "STRING", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "STRING", "index": 24, "name": "checkout_token", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 25, "name": "created_timestamp", "comment": null}, "cancelled_timestamp": {"type": "TIMESTAMP", "index": 26, "name": "cancelled_timestamp", "comment": null}, "closed_timestamp": {"type": "TIMESTAMP", "index": 27, "name": "closed_timestamp", "comment": null}, "processed_timestamp": {"type": "TIMESTAMP", "index": 28, "name": "processed_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 29, "name": "updated_timestamp", "comment": null}, "currency": {"type": "STRING", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "INT64", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "STRING", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "STRING", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 48, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 49, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "STRING", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "STRING", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 65, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 66, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "STRING", "index": 68, "name": "token", "comment": null}, "app_id": {"type": "INT64", "index": 69, "name": "app_id", "comment": null}, "checkout_id": {"type": "STRING", "index": 70, "name": "checkout_id", "comment": null}, "client_details_user_agent": {"type": "STRING", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "STRING", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "STRING", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "STRING", "index": 74, "name": "presentment_currency", "comment": null}, "is_test_order": {"type": "BOOL", "index": 75, "name": "is_test_order", "comment": null}, "is_deleted": {"type": "BOOL", "index": 76, "name": "is_deleted", "comment": null}, "has_buyer_accepted_marketing": {"type": "BOOL", "index": 77, "name": "has_buyer_accepted_marketing", "comment": null}, "is_confirmed": {"type": "BOOL", "index": 78, "name": "is_confirmed", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 79, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 80, "name": "source_relation", "comment": null}, "orders_unique_key": {"type": "STRING", "index": 81, "name": "orders_unique_key", "comment": null}, "shipping_cost": {"type": "FLOAT64", "index": 82, "name": "shipping_cost", "comment": null}, "order_adjustment_amount": {"type": "FLOAT64", "index": 83, "name": "order_adjustment_amount", "comment": null}, "order_adjustment_tax_amount": {"type": "FLOAT64", "index": 84, "name": "order_adjustment_tax_amount", "comment": null}, "refund_subtotal": {"type": "FLOAT64", "index": 85, "name": "refund_subtotal", "comment": null}, "refund_total_tax": {"type": "FLOAT64", "index": 86, "name": "refund_total_tax", "comment": null}, "order_adjusted_total": {"type": "FLOAT64", "index": 87, "name": "order_adjusted_total", "comment": null}, "line_item_count": {"type": "INT64", "index": 88, "name": "line_item_count", "comment": null}, "shipping_discount_amount": {"type": "FLOAT64", "index": 89, "name": "shipping_discount_amount", "comment": null}, "percentage_calc_discount_amount": {"type": "FLOAT64", "index": 90, "name": "percentage_calc_discount_amount", "comment": null}, "fixed_amount_discount_amount": {"type": "FLOAT64", "index": 91, "name": "fixed_amount_discount_amount", "comment": null}, "count_discount_codes_applied": {"type": "INT64", "index": 92, "name": "count_discount_codes_applied", "comment": null}, "order_total_shipping_tax": {"type": "FLOAT64", "index": 93, "name": "order_total_shipping_tax", "comment": null}, "order_tags": {"type": "STRING", "index": 94, "name": "order_tags", "comment": null}, "order_url_tags": {"type": "STRING", "index": 95, "name": "order_url_tags", "comment": null}, "number_of_fulfillments": {"type": "INT64", "index": 96, "name": "number_of_fulfillments", "comment": null}, "fulfillment_services": {"type": "STRING", "index": 97, "name": "fulfillment_services", "comment": null}, "tracking_companies": {"type": "STRING", "index": 98, "name": "tracking_companies", "comment": null}, "tracking_numbers": {"type": "STRING", "index": 99, "name": "tracking_numbers", "comment": null}, "customer_order_seq_number": {"type": "INT64", "index": 100, "name": "customer_order_seq_number", "comment": null}, "new_vs_repeat": {"type": "STRING", "index": 101, "name": "new_vs_repeat", "comment": null}}, "stats": {"clustering_fields": {"id": "clustering_fields", "label": "Clustered By", "value": "order_id", "include": true, "description": "The clustering columns for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 900389, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1661618771, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__orders"}, "model.shopify.shopify__orders__order_line_aggregates": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__orders__order_line_aggregates", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "source_relation": {"type": "STRING", "index": 2, "name": "source_relation", "comment": null}, "line_item_count": {"type": "INT64", "index": 3, "name": "line_item_count", "comment": null}, "order_total_quantity": {"type": "FLOAT64", "index": 4, "name": "order_total_quantity", "comment": null}, "order_total_tax": {"type": "FLOAT64", "index": 5, "name": "order_total_tax", "comment": null}, "order_total_discount": {"type": "FLOAT64", "index": 6, "name": "order_total_discount", "comment": null}, "order_total_shipping": {"type": "FLOAT64", "index": 7, "name": "order_total_shipping", "comment": null}, "order_total_shipping_with_discounts": {"type": "FLOAT64", "index": 8, "name": "order_total_shipping_with_discounts", "comment": null}, "order_total_shipping_tax": {"type": "FLOAT64", "index": 9, "name": "order_total_shipping_tax", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 900390, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 56201412, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__orders__order_line_aggregates"}, "model.shopify.shopify__products": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__products", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"product_id": {"type": "INT64", "index": 1, "name": "product_id", "comment": null}, "handle": {"type": "STRING", "index": 2, "name": "handle", "comment": null}, "product_type": {"type": "STRING", "index": 3, "name": "product_type", "comment": null}, "published_scope": {"type": "STRING", "index": 4, "name": "published_scope", "comment": null}, "title": {"type": "STRING", "index": 5, "name": "title", "comment": null}, "vendor": {"type": "STRING", "index": 6, "name": "vendor", "comment": null}, "status": {"type": "STRING", "index": 7, "name": "status", "comment": null}, "is_deleted": {"type": "BOOL", "index": 8, "name": "is_deleted", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 9, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 10, "name": "updated_timestamp", "comment": null}, "published_timestamp": {"type": "TIMESTAMP", "index": 11, "name": "published_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 13, "name": "source_relation", "comment": null}, "collections": {"type": "STRING", "index": 14, "name": "collections", "comment": null}, "tags": {"type": "STRING", "index": 15, "name": "tags", "comment": null}, "count_variants": {"type": "INT64", "index": 16, "name": "count_variants", "comment": null}, "has_product_image": {"type": "BOOL", "index": 17, "name": "has_product_image", "comment": null}, "total_quantity_sold": {"type": "FLOAT64", "index": 18, "name": "total_quantity_sold", "comment": null}, "subtotal_sold": {"type": "FLOAT64", "index": 19, "name": "subtotal_sold", "comment": null}, "quantity_sold_net_refunds": {"type": "FLOAT64", "index": 20, "name": "quantity_sold_net_refunds", "comment": null}, "subtotal_sold_net_refunds": {"type": "FLOAT64", "index": 21, "name": "subtotal_sold_net_refunds", "comment": null}, "first_order_timestamp": {"type": "TIMESTAMP", "index": 22, "name": "first_order_timestamp", "comment": null}, "most_recent_order_timestamp": {"type": "TIMESTAMP", "index": 23, "name": "most_recent_order_timestamp", "comment": null}, "avg_quantity_per_order_line": {"type": "FLOAT64", "index": 24, "name": "avg_quantity_per_order_line", "comment": null}, "product_total_discount": {"type": "FLOAT64", "index": 25, "name": "product_total_discount", "comment": null}, "product_avg_discount_per_order_line": {"type": "FLOAT64", "index": 26, "name": "product_avg_discount_per_order_line", "comment": null}, "product_total_tax": {"type": "FLOAT64", "index": 27, "name": "product_total_tax", "comment": null}, "product_avg_tax_per_order_line": {"type": "FLOAT64", "index": 28, "name": "product_avg_tax_per_order_line", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17346, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6979121, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__products"}, "model.shopify.shopify__transactions": {"metadata": {"type": "table", "schema": "zz_dbt_renee_shopify", "name": "shopify__transactions", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"transaction_id": {"type": "INT64", "index": 1, "name": "transaction_id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "INT64", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "device_id": {"type": "STRING", "index": 5, "name": "device_id", "comment": null}, "gateway": {"type": "STRING", "index": 6, "name": "gateway", "comment": null}, "source_name": {"type": "STRING", "index": 7, "name": "source_name", "comment": null}, "message": {"type": "STRING", "index": 8, "name": "message", "comment": null}, "currency": {"type": "STRING", "index": 9, "name": "currency", "comment": null}, "location_id": {"type": "INT64", "index": 10, "name": "location_id", "comment": null}, "parent_id": {"type": "INT64", "index": 11, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "STRING", "index": 12, "name": "payment_avs_result_code", "comment": null}, "payment_credit_card_bin": {"type": "STRING", "index": 13, "name": "payment_credit_card_bin", "comment": null}, "payment_cvv_result_code": {"type": "STRING", "index": 14, "name": "payment_cvv_result_code", "comment": null}, "payment_credit_card_number": {"type": "STRING", "index": 15, "name": "payment_credit_card_number", "comment": null}, "payment_credit_card_company": {"type": "STRING", "index": 16, "name": "payment_credit_card_company", "comment": null}, "kind": {"type": "STRING", "index": 17, "name": "kind", "comment": null}, "receipt": {"type": "STRING", "index": 18, "name": "receipt", "comment": null}, "currency_exchange_id": {"type": "INT64", "index": 19, "name": "currency_exchange_id", "comment": null}, "currency_exchange_adjustment": {"type": "FLOAT64", "index": 20, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_original_amount": {"type": "FLOAT64", "index": 21, "name": "currency_exchange_original_amount", "comment": null}, "currency_exchange_final_amount": {"type": "FLOAT64", "index": 22, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_currency": {"type": "STRING", "index": 23, "name": "currency_exchange_currency", "comment": null}, "error_code": {"type": "STRING", "index": 24, "name": "error_code", "comment": null}, "status": {"type": "STRING", "index": 25, "name": "status", "comment": null}, "user_id": {"type": "STRING", "index": 26, "name": "user_id", "comment": null}, "authorization_code": {"type": "STRING", "index": 27, "name": "authorization_code", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 28, "name": "created_timestamp", "comment": null}, "processed_timestamp": {"type": "TIMESTAMP", "index": 29, "name": "processed_timestamp", "comment": null}, "authorization_expires_at": {"type": "TIMESTAMP", "index": 30, "name": "authorization_expires_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 31, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 32, "name": "source_relation", "comment": null}, "transactions_unique_id": {"type": "STRING", "index": 33, "name": "transactions_unique_id", "comment": null}, "payment_method": {"type": "STRING", "index": 34, "name": "payment_method", "comment": null}, "parent_created_timestamp": {"type": "TIMESTAMP", "index": 35, "name": "parent_created_timestamp", "comment": null}, "parent_kind": {"type": "STRING", "index": 36, "name": "parent_kind", "comment": null}, "parent_amount": {"type": "FLOAT64", "index": 37, "name": "parent_amount", "comment": null}, "parent_status": {"type": "STRING", "index": 38, "name": "parent_status", "comment": null}, "exchange_rate": {"type": "NUMERIC", "index": 39, "name": "exchange_rate", "comment": null}, "currency_exchange_calculated_amount": {"type": "FLOAT64", "index": 40, "name": "currency_exchange_calculated_amount", "comment": null}}, "stats": {"clustering_fields": {"id": "clustering_fields", "label": "Clustered By", "value": "transaction_id", "include": true, "description": "The clustering columns for this table"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1836490, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4058666561, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__transactions"}, "model.shopify_source.stg_shopify__abandoned_checkout": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__abandoned_checkout", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"is_deleted": {"type": "BOOL", "index": 1, "name": "is_deleted", "comment": null}, "abandoned_checkout_url": {"type": "STRING", "index": 2, "name": "abandoned_checkout_url", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 3, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 4, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 5, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 6, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 7, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 8, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 9, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 10, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 11, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 12, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 13, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 14, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 15, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 16, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 17, "name": "billing_address_zip", "comment": null}, "has_buyer_accepted_marketing": {"type": "BOOL", "index": 18, "name": "has_buyer_accepted_marketing", "comment": null}, "cart_token": {"type": "STRING", "index": 19, "name": "cart_token", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 20, "name": "created_at", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 21, "name": "closed_at", "comment": null}, "shop_currency": {"type": "STRING", "index": 22, "name": "shop_currency", "comment": null}, "customer_id": {"type": "INT64", "index": 23, "name": "customer_id", "comment": null}, "customer_locale": {"type": "STRING", "index": 24, "name": "customer_locale", "comment": null}, "device_id": {"type": "INT64", "index": 25, "name": "device_id", "comment": null}, "email": {"type": "STRING", "index": 26, "name": "email", "comment": null}, "gateway": {"type": "STRING", "index": 27, "name": "gateway", "comment": null}, "checkout_id": {"type": "INT64", "index": 28, "name": "checkout_id", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 29, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 30, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 31, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 32, "name": "note", "comment": null}, "phone": {"type": "STRING", "index": 33, "name": "phone", "comment": null}, "presentment_currency": {"type": "STRING", "index": 34, "name": "presentment_currency", "comment": null}, "referring_site": {"type": "STRING", "index": 35, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 36, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 37, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 38, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 39, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 40, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 41, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 42, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 43, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 44, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 45, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 46, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 47, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 48, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 49, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 50, "name": "shipping_address_zip", "comment": null}, "source_name": {"type": "STRING", "index": 51, "name": "source_name", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 52, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "BOOL", "index": 53, "name": "has_taxes_included", "comment": null}, "token": {"type": "STRING", "index": 54, "name": "token", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 55, "name": "total_discounts", "comment": null}, "total_duties": {"type": "STRING", "index": 56, "name": "total_duties", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 57, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "FLOAT64", "index": 58, "name": "total_price", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 59, "name": "total_tax", "comment": null}, "total_weight": {"type": "INT64", "index": 60, "name": "total_weight", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 61, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 62, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 63, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 64, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout"}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__abandoned_checkout_discount_code", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"checkout_id": {"type": "INT64", "index": 1, "name": "checkout_id", "comment": null}, "code": {"type": "STRING", "index": 2, "name": "code", "comment": null}, "discount_id": {"type": "INT64", "index": 3, "name": "discount_id", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "type": {"type": "STRING", "index": 5, "name": "type", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 9, "name": "source_relation", "comment": null}, "index": {"type": "INT64", "index": 10, "name": "index", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code"}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__abandoned_checkout_discount_code_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"checkout_id": {"type": "INT64", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "discount_id": {"type": "INT64", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "STRING", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "STRING", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}, "usage_count": {"type": "FLOAT64", "index": 10, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__abandoned_checkout_shipping_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"abandoned_checkout_shipping_line_id": {"type": "STRING", "index": 1, "name": "abandoned_checkout_shipping_line_id", "comment": null}, "checkout_id": {"type": "INT64", "index": 2, "name": "checkout_id", "comment": null}, "index": {"type": "INT64", "index": 3, "name": "index", "comment": null}, "carrier_identifier": {"type": "STRING", "index": 4, "name": "carrier_identifier", "comment": null}, "shipping_code": {"type": "STRING", "index": 5, "name": "shipping_code", "comment": null}, "delivery_category": {"type": "STRING", "index": 6, "name": "delivery_category", "comment": null}, "delivery_expectation_range": {"type": "STRING", "index": 7, "name": "delivery_expectation_range", "comment": null}, "delivery_expectation_range_max": {"type": "INT64", "index": 8, "name": "delivery_expectation_range_max", "comment": null}, "delivery_expectation_range_min": {"type": "INT64", "index": 9, "name": "delivery_expectation_range_min", "comment": null}, "delivery_expectation_type": {"type": "STRING", "index": 10, "name": "delivery_expectation_type", "comment": null}, "discounted_price": {"type": "FLOAT64", "index": 11, "name": "discounted_price", "comment": null}, "phone": {"type": "STRING", "index": 12, "name": "phone", "comment": null}, "price": {"type": "FLOAT64", "index": 13, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "STRING", "index": 14, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "STRING", "index": 15, "name": "source", "comment": null}, "title": {"type": "STRING", "index": 16, "name": "title", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 17, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 18, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"checkout_id": {"type": "INT64", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "api_client_id": {"type": "INT64", "index": 4, "name": "api_client_id", "comment": null}, "carrier_identifier": {"type": "STRING", "index": 5, "name": "carrier_identifier", "comment": null}, "carrier_service_id": {"type": "INT64", "index": 6, "name": "carrier_service_id", "comment": null}, "code": {"type": "STRING", "index": 7, "name": "code", "comment": null}, "delivery_category": {"type": "STRING", "index": 8, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "FLOAT64", "index": 9, "name": "discounted_price", "comment": null}, "id": {"type": "STRING", "index": 10, "name": "id", "comment": null}, "markup": {"type": "FLOAT64", "index": 11, "name": "markup", "comment": null}, "phone": {"type": "STRING", "index": 12, "name": "phone", "comment": null}, "price": {"type": "FLOAT64", "index": 13, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "STRING", "index": 14, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "STRING", "index": 15, "name": "source", "comment": null}, "title": {"type": "STRING", "index": 16, "name": "title", "comment": null}, "validation_context": {"type": "STRING", "index": 17, "name": "validation_context", "comment": null}, "delivery_expectation_range": {"type": "STRING", "index": 18, "name": "delivery_expectation_range", "comment": null}, "delivery_expectation_type": {"type": "STRING", "index": 19, "name": "delivery_expectation_type", "comment": null}, "original_shop_markup": {"type": "STRING", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "STRING", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "STRING", "index": 22, "name": "presentment_title", "comment": null}, "delivery_expectation_range_min": {"type": "INT64", "index": 23, "name": "delivery_expectation_range_min", "comment": null}, "delivery_expectation_range_max": {"type": "INT64", "index": 24, "name": "delivery_expectation_range_max", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__abandoned_checkout_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "STRING", "index": 3, "name": "abandoned_checkout_url", "comment": null}, "applied_discount_amount": {"type": "FLOAT64", "index": 4, "name": "applied_discount_amount", "comment": null}, "applied_discount_applicable": {"type": "BOOL", "index": 5, "name": "applied_discount_applicable", "comment": null}, "applied_discount_description": {"type": "STRING", "index": 6, "name": "applied_discount_description", "comment": null}, "applied_discount_non_applicable_reason": {"type": "STRING", "index": 7, "name": "applied_discount_non_applicable_reason", "comment": null}, "applied_discount_title": {"type": "STRING", "index": 8, "name": "applied_discount_title", "comment": null}, "applied_discount_value": {"type": "FLOAT64", "index": 9, "name": "applied_discount_value", "comment": null}, "applied_discount_value_type": {"type": "STRING", "index": 10, "name": "applied_discount_value_type", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 12, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 13, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 14, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 18, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 19, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 20, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 24, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 25, "name": "billing_address_zip", "comment": null}, "buyer_accepts_marketing": {"type": "BOOL", "index": 26, "name": "buyer_accepts_marketing", "comment": null}, "cart_token": {"type": "STRING", "index": 27, "name": "cart_token", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 28, "name": "closed_at", "comment": null}, "completed_at": {"type": "TIMESTAMP", "index": 29, "name": "completed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 30, "name": "created_at", "comment": null}, "credit_card_first_name": {"type": "STRING", "index": 31, "name": "credit_card_first_name", "comment": null}, "credit_card_last_name": {"type": "STRING", "index": 32, "name": "credit_card_last_name", "comment": null}, "credit_card_month": {"type": "INT64", "index": 33, "name": "credit_card_month", "comment": null}, "credit_card_number": {"type": "INT64", "index": 34, "name": "credit_card_number", "comment": null}, "credit_card_verification_value": {"type": "STRING", "index": 35, "name": "credit_card_verification_value", "comment": null}, "credit_card_year": {"type": "INT64", "index": 36, "name": "credit_card_year", "comment": null}, "currency": {"type": "STRING", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "INT64", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "STRING", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "INT64", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "STRING", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "STRING", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 45, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 46, "name": "note", "comment": null}, "phone": {"type": "STRING", "index": 47, "name": "phone", "comment": null}, "referring_site": {"type": "STRING", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 50, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 51, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 52, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 56, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 57, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 58, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 63, "name": "shipping_address_zip", "comment": null}, "shipping_line": {"type": "STRING", "index": 64, "name": "shipping_line", "comment": null}, "shipping_rate_id": {"type": "STRING", "index": 65, "name": "shipping_rate_id", "comment": null}, "shipping_rate_price": {"type": "FLOAT64", "index": 66, "name": "shipping_rate_price", "comment": null}, "shipping_rate_title": {"type": "STRING", "index": 67, "name": "shipping_rate_title", "comment": null}, "source": {"type": "STRING", "index": 68, "name": "source", "comment": null}, "source_identifier": {"type": "STRING", "index": 69, "name": "source_identifier", "comment": null}, "source_name": {"type": "STRING", "index": 70, "name": "source_name", "comment": null}, "source_url": {"type": "STRING", "index": 71, "name": "source_url", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 72, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "BOOL", "index": 73, "name": "taxes_included", "comment": null}, "token": {"type": "STRING", "index": 74, "name": "token", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 75, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 76, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "FLOAT64", "index": 77, "name": "total_price", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 78, "name": "total_tax", "comment": null}, "total_weight": {"type": "INT64", "index": 79, "name": "total_weight", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 80, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 81, "name": "user_id", "comment": null}, "note_attribute_littledata_updated_at": {"type": "INT64", "index": 82, "name": "note_attribute_littledata_updated_at", "comment": null}, "note_attribute_segment_client_id": {"type": "STRING", "index": 83, "name": "note_attribute_segment_client_id", "comment": null}, "billing_address_id": {"type": "INT64", "index": 84, "name": "billing_address_id", "comment": null}, "billing_address_is_default": {"type": "BOOL", "index": 85, "name": "billing_address_is_default", "comment": null}, "presentment_currency": {"type": "STRING", "index": 86, "name": "presentment_currency", "comment": null}, "shipping_address_id": {"type": "INT64", "index": 87, "name": "shipping_address_id", "comment": null}, "shipping_address_is_default": {"type": "BOOL", "index": 88, "name": "shipping_address_is_default", "comment": null}, "total_duties": {"type": "STRING", "index": 89, "name": "total_duties", "comment": null}, "note_attribute_email_client_id": {"type": "STRING", "index": 90, "name": "note_attribute_email_client_id", "comment": null}, "note_attributes": {"type": "STRING", "index": 91, "name": "note_attributes", "comment": null}, "note_attribute_google_client_id": {"type": "FLOAT64", "index": 92, "name": "note_attribute_google_client_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 93, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_tmp"}, "model.shopify_source.stg_shopify__collection": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__collection", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"collection_id": {"type": "INT64", "index": 1, "name": "collection_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 2, "name": "is_deleted", "comment": null}, "rule_logic": {"type": "STRING", "index": 3, "name": "rule_logic", "comment": null}, "handle": {"type": "STRING", "index": 4, "name": "handle", "comment": null}, "published_scope": {"type": "STRING", "index": 5, "name": "published_scope", "comment": null}, "rules": {"type": "STRING", "index": 6, "name": "rules", "comment": null}, "sort_order": {"type": "STRING", "index": 7, "name": "sort_order", "comment": null}, "title": {"type": "STRING", "index": 8, "name": "title", "comment": null}, "published_at": {"type": "TIMESTAMP", "index": 9, "name": "published_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 10, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection"}, "model.shopify_source.stg_shopify__collection_product": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__collection_product", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"collection_id": {"type": "INT64", "index": 1, "name": "collection_id", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 4, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection_product"}, "model.shopify_source.stg_shopify__collection_product_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__collection_product_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"collection_id": {"type": "INT64", "index": 1, "name": "collection_id", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection_product_tmp"}, "model.shopify_source.stg_shopify__collection_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__collection_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "handle": {"type": "STRING", "index": 4, "name": "handle", "comment": null}, "published_at": {"type": "TIMESTAMP", "index": 5, "name": "published_at", "comment": null}, "published_scope": {"type": "STRING", "index": 6, "name": "published_scope", "comment": null}, "title": {"type": "STRING", "index": 7, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 8, "name": "updated_at", "comment": null}, "disjunctive": {"type": "BOOL", "index": 9, "name": "disjunctive", "comment": null}, "rules": {"type": "STRING", "index": 10, "name": "rules", "comment": null}, "sort_order": {"type": "STRING", "index": 11, "name": "sort_order", "comment": null}, "template_suffix": {"type": "STRING", "index": 12, "name": "template_suffix", "comment": null}, "body_html": {"type": "STRING", "index": 13, "name": "body_html", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection_tmp"}, "model.shopify_source.stg_shopify__customer": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__customer", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"customer_id": {"type": "INT64", "index": 1, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 2, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 4, "name": "last_name", "comment": null}, "orders_count": {"type": "INT64", "index": 5, "name": "orders_count", "comment": null}, "default_address_id": {"type": "INT64", "index": 6, "name": "default_address_id", "comment": null}, "phone": {"type": "STRING", "index": 7, "name": "phone", "comment": null}, "account_state": {"type": "STRING", "index": 8, "name": "account_state", "comment": null}, "is_tax_exempt": {"type": "BOOL", "index": 9, "name": "is_tax_exempt", "comment": null}, "total_spent": {"type": "FLOAT64", "index": 10, "name": "total_spent", "comment": null}, "is_verified_email": {"type": "BOOL", "index": 11, "name": "is_verified_email", "comment": null}, "note": {"type": "STRING", "index": 12, "name": "note", "comment": null}, "currency": {"type": "STRING", "index": 13, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "STRING", "index": 14, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "STRING", "index": 15, "name": "marketing_opt_in_level", "comment": null}, "marketing_consent_updated_at": {"type": "TIMESTAMP", "index": 16, "name": "marketing_consent_updated_at", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 17, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 18, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 19, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 20, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer"}, "model.shopify_source.stg_shopify__customer_tag": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__customer_tag", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"customer_id": {"type": "INT64", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "value": {"type": "STRING", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer_tag"}, "model.shopify_source.stg_shopify__customer_tag_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__customer_tag_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"customer_id": {"type": "INT64", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer_tag_tmp"}, "model.shopify_source.stg_shopify__customer_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__customer_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "accepts_marketing": {"type": "BOOL", "index": 3, "name": "accepts_marketing", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "default_address_id": {"type": "INT64", "index": 5, "name": "default_address_id", "comment": null}, "email": {"type": "STRING", "index": 6, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 7, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 8, "name": "last_name", "comment": null}, "orders_count": {"type": "INT64", "index": 9, "name": "orders_count", "comment": null}, "phone": {"type": "STRING", "index": 10, "name": "phone", "comment": null}, "state": {"type": "STRING", "index": 11, "name": "state", "comment": null}, "tax_exempt": {"type": "BOOL", "index": 12, "name": "tax_exempt", "comment": null}, "total_spent": {"type": "FLOAT64", "index": 13, "name": "total_spent", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 14, "name": "updated_at", "comment": null}, "verified_email": {"type": "BOOL", "index": 15, "name": "verified_email", "comment": null}, "note": {"type": "STRING", "index": 16, "name": "note", "comment": null}, "accepts_marketing_updated_at": {"type": "TIMESTAMP", "index": 17, "name": "accepts_marketing_updated_at", "comment": null}, "marketing_opt_in_level": {"type": "STRING", "index": 18, "name": "marketing_opt_in_level", "comment": null}, "lifetime_duration": {"type": "STRING", "index": 19, "name": "lifetime_duration", "comment": null}, "can_delete": {"type": "BOOL", "index": 20, "name": "can_delete", "comment": null}, "multipass_identifier": {"type": "STRING", "index": 21, "name": "multipass_identifier", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 22, "name": "_fivetran_deleted", "comment": null}, "metafield": {"type": "STRING", "index": 23, "name": "metafield", "comment": null}, "currency": {"type": "STRING", "index": 24, "name": "currency", "comment": null}, "email_marketing_consent_consent_updated_at": {"type": "TIMESTAMP", "index": 25, "name": "email_marketing_consent_consent_updated_at", "comment": null}, "email_marketing_consent_state": {"type": "STRING", "index": 26, "name": "email_marketing_consent_state", "comment": null}, "email_marketing_consent_opt_in_level": {"type": "STRING", "index": 27, "name": "email_marketing_consent_opt_in_level", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer_tmp"}, "model.shopify_source.stg_shopify__discount_code": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__discount_code", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"discount_code_id": {"type": "INT64", "index": 1, "name": "discount_code_id", "comment": null}, "code": {"type": "STRING", "index": 2, "name": "code", "comment": null}, "price_rule_id": {"type": "INT64", "index": 3, "name": "price_rule_id", "comment": null}, "usage_count": {"type": "FLOAT64", "index": 4, "name": "usage_count", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 6, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__discount_code"}, "model.shopify_source.stg_shopify__discount_code_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__discount_code_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "STRING", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "INT64", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "FLOAT64", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__discount_code_tmp"}, "model.shopify_source.stg_shopify__fulfillment": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__fulfillment", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"fulfillment_id": {"type": "INT64", "index": 1, "name": "fulfillment_id", "comment": null}, "location_id": {"type": "INT64", "index": 2, "name": "location_id", "comment": null}, "order_id": {"type": "INT64", "index": 3, "name": "order_id", "comment": null}, "name": {"type": "STRING", "index": 4, "name": "name", "comment": null}, "service": {"type": "STRING", "index": 5, "name": "service", "comment": null}, "shipment_status": {"type": "STRING", "index": 6, "name": "shipment_status", "comment": null}, "status": {"type": "STRING", "index": 7, "name": "status", "comment": null}, "tracking_company": {"type": "STRING", "index": 8, "name": "tracking_company", "comment": null}, "tracking_number": {"type": "STRING", "index": 9, "name": "tracking_number", "comment": null}, "tracking_numbers": {"type": "STRING", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "STRING", "index": 11, "name": "tracking_urls", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 14, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 15, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__fulfillment"}, "model.shopify_source.stg_shopify__fulfillment_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__fulfillment_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "location_id": {"type": "INT64", "index": 4, "name": "location_id", "comment": null}, "order_id": {"type": "INT64", "index": 5, "name": "order_id", "comment": null}, "status": {"type": "STRING", "index": 6, "name": "status", "comment": null}, "tracking_company": {"type": "STRING", "index": 7, "name": "tracking_company", "comment": null}, "tracking_number": {"type": "STRING", "index": 8, "name": "tracking_number", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "STRING", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "STRING", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "STRING", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "STRING", "index": 13, "name": "service", "comment": null}, "name": {"type": "STRING", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "STRING", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__fulfillment_tmp"}, "model.shopify_source.stg_shopify__inventory_item": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__inventory_item", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"inventory_item_id": {"type": "INT64", "index": 1, "name": "inventory_item_id", "comment": null}, "sku": {"type": "STRING", "index": 2, "name": "sku", "comment": null}, "is_deleted": {"type": "BOOL", "index": 3, "name": "is_deleted", "comment": null}, "cost": {"type": "FLOAT64", "index": 4, "name": "cost", "comment": null}, "country_code_of_origin": {"type": "STRING", "index": 5, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "STRING", "index": 6, "name": "province_code_of_origin", "comment": null}, "is_shipping_required": {"type": "BOOL", "index": 7, "name": "is_shipping_required", "comment": null}, "is_inventory_quantity_tracked": {"type": "BOOL", "index": 8, "name": "is_inventory_quantity_tracked", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 10, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_item"}, "model.shopify_source.stg_shopify__inventory_item_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__inventory_item_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "cost": {"type": "FLOAT64", "index": 3, "name": "cost", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "requires_shipping": {"type": "BOOL", "index": 5, "name": "requires_shipping", "comment": null}, "sku": {"type": "STRING", "index": 6, "name": "sku", "comment": null}, "tracked": {"type": "BOOL", "index": 7, "name": "tracked", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 8, "name": "updated_at", "comment": null}, "country_code_of_origin": {"type": "STRING", "index": 9, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "STRING", "index": 10, "name": "province_code_of_origin", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 11, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_item_tmp"}, "model.shopify_source.stg_shopify__inventory_level": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__inventory_level", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"inventory_item_id": {"type": "INT64", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "INT64", "index": 2, "name": "location_id", "comment": null}, "available_quantity": {"type": "INT64", "index": 3, "name": "available_quantity", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 4, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 5, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 6, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_level"}, "model.shopify_source.stg_shopify__inventory_level_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__inventory_level_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"inventory_item_id": {"type": "INT64", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "INT64", "index": 2, "name": "location_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "available": {"type": "INT64", "index": 4, "name": "available", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 5, "name": "updated_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_level_tmp"}, "model.shopify_source.stg_shopify__location": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__location", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"location_id": {"type": "INT64", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 2, "name": "name", "comment": null}, "is_deleted": {"type": "BOOL", "index": 3, "name": "is_deleted", "comment": null}, "is_active": {"type": "BOOL", "index": 4, "name": "is_active", "comment": null}, "address_1": {"type": "STRING", "index": 5, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 6, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 7, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 8, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 9, "name": "country_code", "comment": null}, "country_name": {"type": "STRING", "index": 10, "name": "country_name", "comment": null}, "is_legacy": {"type": "BOOL", "index": 11, "name": "is_legacy", "comment": null}, "localized_country_name": {"type": "STRING", "index": 12, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "STRING", "index": 13, "name": "localized_province_name", "comment": null}, "phone": {"type": "STRING", "index": 14, "name": "phone", "comment": null}, "province": {"type": "STRING", "index": 15, "name": "province", "comment": null}, "province_code": {"type": "STRING", "index": 16, "name": "province_code", "comment": null}, "zip": {"type": "STRING", "index": 17, "name": "zip", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 18, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 19, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 20, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 21, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__location"}, "model.shopify_source.stg_shopify__location_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__location_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "STRING", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 6, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "BOOL", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "phone": {"type": "STRING", "index": 11, "name": "phone", "comment": null}, "province": {"type": "STRING", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "STRING", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "STRING", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "STRING", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "STRING", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "STRING", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "STRING", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__location_tmp"}, "model.shopify_source.stg_shopify__metafield": {"metadata": {"type": "table", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__metafield", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"metafield_id": {"type": "INT64", "index": 1, "name": "metafield_id", "comment": null}, "description": {"type": "STRING", "index": 2, "name": "description", "comment": null}, "namespace": {"type": "STRING", "index": 3, "name": "namespace", "comment": null}, "key": {"type": "STRING", "index": 4, "name": "key", "comment": null}, "value": {"type": "STRING", "index": 5, "name": "value", "comment": null}, "value_type": {"type": "STRING", "index": 6, "name": "value_type", "comment": null}, "owner_resource_id": {"type": "INT64", "index": 7, "name": "owner_resource_id", "comment": null}, "owner_resource": {"type": "STRING", "index": 8, "name": "owner_resource", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 10, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "metafield_reference": {"type": "STRING", "index": 12, "name": "metafield_reference", "comment": null}, "is_most_recent_record": {"type": "BOOL", "index": 13, "name": "is_most_recent_record", "comment": null}, "source_relation": {"type": "STRING", "index": 14, "name": "source_relation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1138573, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 255066532, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__metafield"}, "model.shopify_source.stg_shopify__metafield_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__metafield_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "STRING", "index": 4, "name": "description", "comment": null}, "key": {"type": "STRING", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "STRING", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "INT64", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "STRING", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "STRING", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "STRING", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "STRING", "index": 12, "name": "type", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 13, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__metafield_tmp"}, "model.shopify_source.stg_shopify__order": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 3, "name": "total_discounts", "comment": null}, "total_discounts_set": {"type": "STRING", "index": 4, "name": "total_discounts_set", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 5, "name": "total_line_items_price", "comment": null}, "total_line_items_price_set": {"type": "STRING", "index": 6, "name": "total_line_items_price_set", "comment": null}, "total_price": {"type": "FLOAT64", "index": 7, "name": "total_price", "comment": null}, "total_price_set": {"type": "STRING", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "STRING", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "STRING", "index": 11, "name": "source_name", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 12, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "BOOL", "index": 13, "name": "has_taxes_included", "comment": null}, "total_weight": {"type": "INT64", "index": 14, "name": "total_weight", "comment": null}, "total_tip_received": {"type": "FLOAT64", "index": 15, "name": "total_tip_received", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 18, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 19, "name": "note", "comment": null}, "number": {"type": "INT64", "index": 20, "name": "number", "comment": null}, "order_number": {"type": "INT64", "index": 21, "name": "order_number", "comment": null}, "cancel_reason": {"type": "STRING", "index": 22, "name": "cancel_reason", "comment": null}, "cart_token": {"type": "STRING", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "STRING", "index": 24, "name": "checkout_token", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 25, "name": "created_timestamp", "comment": null}, "cancelled_timestamp": {"type": "TIMESTAMP", "index": 26, "name": "cancelled_timestamp", "comment": null}, "closed_timestamp": {"type": "TIMESTAMP", "index": 27, "name": "closed_timestamp", "comment": null}, "processed_timestamp": {"type": "TIMESTAMP", "index": 28, "name": "processed_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 29, "name": "updated_timestamp", "comment": null}, "currency": {"type": "STRING", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "INT64", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "STRING", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "STRING", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 48, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 49, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "STRING", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "STRING", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 65, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 66, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "STRING", "index": 68, "name": "token", "comment": null}, "app_id": {"type": "INT64", "index": 69, "name": "app_id", "comment": null}, "checkout_id": {"type": "STRING", "index": 70, "name": "checkout_id", "comment": null}, "client_details_user_agent": {"type": "STRING", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "STRING", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "STRING", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "STRING", "index": 74, "name": "presentment_currency", "comment": null}, "is_test_order": {"type": "BOOL", "index": 75, "name": "is_test_order", "comment": null}, "is_deleted": {"type": "BOOL", "index": 76, "name": "is_deleted", "comment": null}, "has_buyer_accepted_marketing": {"type": "BOOL", "index": 77, "name": "has_buyer_accepted_marketing", "comment": null}, "is_confirmed": {"type": "BOOL", "index": 78, "name": "is_confirmed", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 79, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 80, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order"}, "model.shopify_source.stg_shopify__order_adjustment": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_adjustment", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_adjustment_id": {"type": "INT64", "index": 1, "name": "order_adjustment_id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "INT64", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "amount_set": {"type": "STRING", "index": 5, "name": "amount_set", "comment": null}, "tax_amount": {"type": "FLOAT64", "index": 6, "name": "tax_amount", "comment": null}, "tax_amount_set": {"type": "STRING", "index": 7, "name": "tax_amount_set", "comment": null}, "kind": {"type": "STRING", "index": 8, "name": "kind", "comment": null}, "reason": {"type": "STRING", "index": 9, "name": "reason", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 10, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_adjustment"}, "model.shopify_source.stg_shopify__order_adjustment_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_adjustment_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 3, "name": "amount", "comment": null}, "amount_set": {"type": "STRING", "index": 4, "name": "amount_set", "comment": null}, "kind": {"type": "STRING", "index": 5, "name": "kind", "comment": null}, "order_id": {"type": "INT64", "index": 6, "name": "order_id", "comment": null}, "reason": {"type": "STRING", "index": 7, "name": "reason", "comment": null}, "refund_id": {"type": "INT64", "index": 8, "name": "refund_id", "comment": null}, "tax_amount": {"type": "FLOAT64", "index": 9, "name": "tax_amount", "comment": null}, "tax_amount_set": {"type": "STRING", "index": 10, "name": "tax_amount_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_adjustment_tmp"}, "model.shopify_source.stg_shopify__order_discount_code": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_discount_code", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "code": {"type": "STRING", "index": 3, "name": "code", "comment": null}, "type": {"type": "STRING", "index": 4, "name": "type", "comment": null}, "amount": {"type": "FLOAT64", "index": 5, "name": "amount", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 6, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 7, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_discount_code"}, "model.shopify_source.stg_shopify__order_discount_code_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_discount_code_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "code": {"type": "STRING", "index": 5, "name": "code", "comment": null}, "type": {"type": "STRING", "index": 6, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_discount_code_tmp"}, "model.shopify_source.stg_shopify__order_line": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_line_id": {"type": "INT64", "index": 1, "name": "order_line_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "order_id": {"type": "INT64", "index": 4, "name": "order_id", "comment": null}, "fulfillable_quantity": {"type": "FLOAT64", "index": 5, "name": "fulfillable_quantity", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 6, "name": "fulfillment_status", "comment": null}, "is_gift_card": {"type": "BOOL", "index": 7, "name": "is_gift_card", "comment": null}, "grams": {"type": "INT64", "index": 8, "name": "grams", "comment": null}, "pre_tax_price": {"type": "FLOAT64", "index": 9, "name": "pre_tax_price", "comment": null}, "pre_tax_price_set": {"type": "STRING", "index": 10, "name": "pre_tax_price_set", "comment": null}, "price": {"type": "FLOAT64", "index": 11, "name": "price", "comment": null}, "price_set": {"type": "STRING", "index": 12, "name": "price_set", "comment": null}, "product_id": {"type": "INT64", "index": 13, "name": "product_id", "comment": null}, "quantity": {"type": "FLOAT64", "index": 14, "name": "quantity", "comment": null}, "is_shipping_required": {"type": "BOOL", "index": 15, "name": "is_shipping_required", "comment": null}, "sku": {"type": "STRING", "index": 16, "name": "sku", "comment": null}, "is_taxable": {"type": "BOOL", "index": 17, "name": "is_taxable", "comment": null}, "tax_code": {"type": "STRING", "index": 18, "name": "tax_code", "comment": null}, "title": {"type": "STRING", "index": 19, "name": "title", "comment": null}, "total_discount": {"type": "FLOAT64", "index": 20, "name": "total_discount", "comment": null}, "total_discount_set": {"type": "STRING", "index": 21, "name": "total_discount_set", "comment": null}, "variant_id": {"type": "INT64", "index": 22, "name": "variant_id", "comment": null}, "variant_title": {"type": "STRING", "index": 23, "name": "variant_title", "comment": null}, "variant_inventory_management": {"type": "STRING", "index": 24, "name": "variant_inventory_management", "comment": null}, "vendor": {"type": "STRING", "index": 25, "name": "vendor", "comment": null}, "properties": {"type": "STRING", "index": 26, "name": "properties", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 27, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 28, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line"}, "model.shopify_source.stg_shopify__order_line_refund": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_line_refund", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_line_refund_id": {"type": "INT64", "index": 1, "name": "order_line_refund_id", "comment": null}, "location_id": {"type": "INT64", "index": 2, "name": "location_id", "comment": null}, "order_line_id": {"type": "INT64", "index": 3, "name": "order_line_id", "comment": null}, "subtotal": {"type": "FLOAT64", "index": 4, "name": "subtotal", "comment": null}, "subtotal_set": {"type": "STRING", "index": 5, "name": "subtotal_set", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 6, "name": "total_tax", "comment": null}, "total_tax_set": {"type": "STRING", "index": 7, "name": "total_tax_set", "comment": null}, "quantity": {"type": "FLOAT64", "index": 8, "name": "quantity", "comment": null}, "refund_id": {"type": "INT64", "index": 9, "name": "refund_id", "comment": null}, "restock_type": {"type": "STRING", "index": 10, "name": "restock_type", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line_refund"}, "model.shopify_source.stg_shopify__order_line_refund_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_line_refund_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "location_id": {"type": "INT64", "index": 3, "name": "location_id", "comment": null}, "order_line_id": {"type": "INT64", "index": 4, "name": "order_line_id", "comment": null}, "quantity": {"type": "FLOAT64", "index": 5, "name": "quantity", "comment": null}, "refund_id": {"type": "INT64", "index": 6, "name": "refund_id", "comment": null}, "restock_type": {"type": "STRING", "index": 7, "name": "restock_type", "comment": null}, "subtotal": {"type": "FLOAT64", "index": 8, "name": "subtotal", "comment": null}, "subtotal_set": {"type": "STRING", "index": 9, "name": "subtotal_set", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 10, "name": "total_tax", "comment": null}, "total_tax_set": {"type": "STRING", "index": 11, "name": "total_tax_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line_refund_tmp"}, "model.shopify_source.stg_shopify__order_line_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "fulfillable_quantity": {"type": "FLOAT64", "index": 4, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "STRING", "index": 5, "name": "fulfillment_service", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 6, "name": "fulfillment_status", "comment": null}, "gift_card": {"type": "BOOL", "index": 7, "name": "gift_card", "comment": null}, "grams": {"type": "INT64", "index": 8, "name": "grams", "comment": null}, "index": {"type": "INT64", "index": 9, "name": "index", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "pre_tax_price": {"type": "FLOAT64", "index": 11, "name": "pre_tax_price", "comment": null}, "price": {"type": "FLOAT64", "index": 12, "name": "price", "comment": null}, "product_id": {"type": "INT64", "index": 13, "name": "product_id", "comment": null}, "property_acadaca_color": {"type": "STRING", "index": 14, "name": "property_acadaca_color", "comment": null}, "property_acadaca_size": {"type": "STRING", "index": 15, "name": "property_acadaca_size", "comment": null}, "property_acadaca_sku": {"type": "STRING", "index": 16, "name": "property_acadaca_sku", "comment": null}, "quantity": {"type": "FLOAT64", "index": 17, "name": "quantity", "comment": null}, "requires_shipping": {"type": "BOOL", "index": 18, "name": "requires_shipping", "comment": null}, "sku": {"type": "STRING", "index": 19, "name": "sku", "comment": null}, "taxable": {"type": "BOOL", "index": 20, "name": "taxable", "comment": null}, "title": {"type": "STRING", "index": 21, "name": "title", "comment": null}, "total_discount": {"type": "FLOAT64", "index": 22, "name": "total_discount", "comment": null}, "variant_id": {"type": "INT64", "index": 23, "name": "variant_id", "comment": null}, "vendor": {"type": "STRING", "index": 24, "name": "vendor", "comment": null}, "property_card_message": {"type": "STRING", "index": 25, "name": "property_card_message", "comment": null}, "property_mw_grouped_product_discounted_price": {"type": "FLOAT64", "index": 26, "name": "property_mw_grouped_product_discounted_price", "comment": null}, "property_mw_grouped_product_relation": {"type": "INT64", "index": 27, "name": "property_mw_grouped_product_relation", "comment": null}, "property_mw_grouped_product_relation_3586136703076": {"type": "INT64", "index": 28, "name": "property_mw_grouped_product_relation_3586136703076", "comment": null}, "property_mw_grouped_product_relation_4321154596975": {"type": "INT64", "index": 29, "name": "property_mw_grouped_product_relation_4321154596975", "comment": null}, "property_mw_grouped_product_relation_4321154695279": {"type": "INT64", "index": 30, "name": "property_mw_grouped_product_relation_4321154695279", "comment": null}, "property_mw_grouped_product_relation_4321154891887": {"type": "INT64", "index": 31, "name": "property_mw_grouped_product_relation_4321154891887", "comment": null}, "property_mw_grouped_product_relation_4339644432495": {"type": "INT64", "index": 32, "name": "property_mw_grouped_product_relation_4339644432495", "comment": null}, "property_pre_order_date": {"type": "STRING", "index": 33, "name": "property_pre_order_date", "comment": null}, "property_recipient_email": {"type": "STRING", "index": 34, "name": "property_recipient_email", "comment": null}, "property_recipient_name": {"type": "STRING", "index": 35, "name": "property_recipient_name", "comment": null}, "property_send_date": {"type": "STRING", "index": 36, "name": "property_send_date", "comment": null}, "property_senders_name": {"type": "STRING", "index": 37, "name": "property_senders_name", "comment": null}, "property_mw_grouped_product_relation_4170368909412": {"type": "INT64", "index": 38, "name": "property_mw_grouped_product_relation_4170368909412", "comment": null}, "property_mw_grouped_product_relation_4321154498671": {"type": "INT64", "index": 39, "name": "property_mw_grouped_product_relation_4321154498671", "comment": null}, "property_mw_grouped_product_relation_4321154793583": {"type": "INT64", "index": 40, "name": "property_mw_grouped_product_relation_4321154793583", "comment": null}, "property_mw_grouped_product_relation_4321154859119": {"type": "INT64", "index": 41, "name": "property_mw_grouped_product_relation_4321154859119", "comment": null}, "destination_location_address_1": {"type": "STRING", "index": 42, "name": "destination_location_address_1", "comment": null}, "destination_location_address_2": {"type": "STRING", "index": 43, "name": "destination_location_address_2", "comment": null}, "destination_location_city": {"type": "STRING", "index": 44, "name": "destination_location_city", "comment": null}, "destination_location_country_code": {"type": "STRING", "index": 45, "name": "destination_location_country_code", "comment": null}, "destination_location_id": {"type": "INT64", "index": 46, "name": "destination_location_id", "comment": null}, "destination_location_name": {"type": "STRING", "index": 47, "name": "destination_location_name", "comment": null}, "destination_location_province_code": {"type": "STRING", "index": 48, "name": "destination_location_province_code", "comment": null}, "destination_location_zip": {"type": "STRING", "index": 49, "name": "destination_location_zip", "comment": null}, "origin_location_address_1": {"type": "STRING", "index": 50, "name": "origin_location_address_1", "comment": null}, "origin_location_address_2": {"type": "STRING", "index": 51, "name": "origin_location_address_2", "comment": null}, "origin_location_city": {"type": "STRING", "index": 52, "name": "origin_location_city", "comment": null}, "origin_location_country_code": {"type": "STRING", "index": 53, "name": "origin_location_country_code", "comment": null}, "origin_location_id": {"type": "INT64", "index": 54, "name": "origin_location_id", "comment": null}, "origin_location_name": {"type": "STRING", "index": 55, "name": "origin_location_name", "comment": null}, "origin_location_province_code": {"type": "STRING", "index": 56, "name": "origin_location_province_code", "comment": null}, "origin_location_zip": {"type": "STRING", "index": 57, "name": "origin_location_zip", "comment": null}, "pre_tax_price_set": {"type": "STRING", "index": 58, "name": "pre_tax_price_set", "comment": null}, "price_set": {"type": "STRING", "index": 59, "name": "price_set", "comment": null}, "product_exists": {"type": "BOOL", "index": 60, "name": "product_exists", "comment": null}, "tax_code": {"type": "STRING", "index": 61, "name": "tax_code", "comment": null}, "total_discount_set": {"type": "STRING", "index": 62, "name": "total_discount_set", "comment": null}, "variant_inventory_management": {"type": "STRING", "index": 63, "name": "variant_inventory_management", "comment": null}, "variant_title": {"type": "STRING", "index": 64, "name": "variant_title", "comment": null}, "properties": {"type": "STRING", "index": 65, "name": "properties", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line_tmp"}, "model.shopify_source.stg_shopify__order_note_attribute": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_note_attribute", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "name": {"type": "STRING", "index": 2, "name": "name", "comment": null}, "value": {"type": "STRING", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute"}, "model.shopify_source.stg_shopify__order_note_attribute_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_note_attribute_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"name": {"type": "STRING", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute_tmp"}, "model.shopify_source.stg_shopify__order_shipping_line": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_shipping_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_shipping_line_id": {"type": "INT64", "index": 1, "name": "order_shipping_line_id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "carrier_identifier": {"type": "STRING", "index": 3, "name": "carrier_identifier", "comment": null}, "code": {"type": "STRING", "index": 4, "name": "code", "comment": null}, "delivery_category": {"type": "STRING", "index": 5, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "FLOAT64", "index": 6, "name": "discounted_price", "comment": null}, "discounted_price_set": {"type": "STRING", "index": 7, "name": "discounted_price_set", "comment": null}, "phone": {"type": "STRING", "index": 8, "name": "phone", "comment": null}, "price": {"type": "FLOAT64", "index": 9, "name": "price", "comment": null}, "price_set": {"type": "STRING", "index": 10, "name": "price_set", "comment": null}, "is_third_party_required": {"type": "BOOL", "index": 11, "name": "is_third_party_required", "comment": null}, "source": {"type": "STRING", "index": 12, "name": "source", "comment": null}, "title": {"type": "STRING", "index": 13, "name": "title", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 14, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 15, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line"}, "model.shopify_source.stg_shopify__order_shipping_line_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_shipping_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "STRING", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "STRING", "index": 5, "name": "code", "comment": null}, "delivery_category": {"type": "STRING", "index": 6, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "FLOAT64", "index": 7, "name": "discounted_price", "comment": null}, "phone": {"type": "STRING", "index": 8, "name": "phone", "comment": null}, "price": {"type": "FLOAT64", "index": 9, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "STRING", "index": 10, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "STRING", "index": 11, "name": "source", "comment": null}, "title": {"type": "STRING", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "STRING", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "STRING", "index": 14, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line_tmp"}, "model.shopify_source.stg_shopify__order_shipping_tax_line": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_shipping_tax_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_shipping_line_id": {"type": "INT64", "index": 1, "name": "order_shipping_line_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "price": {"type": "FLOAT64", "index": 3, "name": "price", "comment": null}, "price_set": {"type": "STRING", "index": 4, "name": "price_set", "comment": null}, "rate": {"type": "FLOAT64", "index": 5, "name": "rate", "comment": null}, "title": {"type": "STRING", "index": 6, "name": "title", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_shipping_tax_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_shipping_line_id": {"type": "INT64", "index": 2, "name": "order_shipping_line_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "FLOAT64", "index": 4, "name": "price", "comment": null}, "rate": {"type": "FLOAT64", "index": 5, "name": "rate", "comment": null}, "title": {"type": "STRING", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "STRING", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"}, "model.shopify_source.stg_shopify__order_tag": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_tag", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "value": {"type": "STRING", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_tag"}, "model.shopify_source.stg_shopify__order_tag_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_tag_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_tag_tmp"}, "model.shopify_source.stg_shopify__order_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 3, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 4, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 5, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 6, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 7, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 8, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 9, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 10, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 11, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 12, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 13, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 14, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 15, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 16, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 17, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "STRING", "index": 18, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "BOOL", "index": 19, "name": "buyer_accepts_marketing", "comment": null}, "cancel_reason": {"type": "STRING", "index": 20, "name": "cancel_reason", "comment": null}, "cancelled_at": {"type": "TIMESTAMP", "index": 21, "name": "cancelled_at", "comment": null}, "cart_token": {"type": "STRING", "index": 22, "name": "cart_token", "comment": null}, "checkout_token": {"type": "STRING", "index": 23, "name": "checkout_token", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 24, "name": "closed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 25, "name": "created_at", "comment": null}, "currency": {"type": "STRING", "index": 26, "name": "currency", "comment": null}, "customer_id": {"type": "INT64", "index": 27, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 28, "name": "email", "comment": null}, "financial_status": {"type": "STRING", "index": 29, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 30, "name": "fulfillment_status", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 31, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 32, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 33, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 34, "name": "note", "comment": null}, "number": {"type": "INT64", "index": 35, "name": "number", "comment": null}, "order_number": {"type": "INT64", "index": 36, "name": "order_number", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 37, "name": "processed_at", "comment": null}, "processing_method": {"type": "STRING", "index": 38, "name": "processing_method", "comment": null}, "referring_site": {"type": "STRING", "index": 39, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 40, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 41, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 42, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 43, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 44, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 45, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 46, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 47, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 48, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 49, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 50, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 51, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 52, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 53, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 54, "name": "shipping_address_zip", "comment": null}, "source_name": {"type": "STRING", "index": 55, "name": "source_name", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 56, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "BOOL", "index": 57, "name": "taxes_included", "comment": null}, "test": {"type": "BOOL", "index": 58, "name": "test", "comment": null}, "token": {"type": "STRING", "index": 59, "name": "token", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 60, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 61, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "FLOAT64", "index": 62, "name": "total_price", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 63, "name": "total_tax", "comment": null}, "total_weight": {"type": "INT64", "index": 64, "name": "total_weight", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 65, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 66, "name": "user_id", "comment": null}, "app_id": {"type": "INT64", "index": 67, "name": "app_id", "comment": null}, "billing_address_id": {"type": "INT64", "index": 68, "name": "billing_address_id", "comment": null}, "billing_address_is_default": {"type": "BOOL", "index": 69, "name": "billing_address_is_default", "comment": null}, "confirmed": {"type": "BOOL", "index": 70, "name": "confirmed", "comment": null}, "current_total_duties_set": {"type": "STRING", "index": 71, "name": "current_total_duties_set", "comment": null}, "customer_locale": {"type": "STRING", "index": 72, "name": "customer_locale", "comment": null}, "device_id": {"type": "STRING", "index": 73, "name": "device_id", "comment": null}, "landing_site_ref": {"type": "STRING", "index": 74, "name": "landing_site_ref", "comment": null}, "original_total_duties_set": {"type": "STRING", "index": 75, "name": "original_total_duties_set", "comment": null}, "payment_gateway_names": {"type": "STRING", "index": 76, "name": "payment_gateway_names", "comment": null}, "presentment_currency": {"type": "STRING", "index": 77, "name": "presentment_currency", "comment": null}, "reference": {"type": "STRING", "index": 78, "name": "reference", "comment": null}, "shipping_address_id": {"type": "INT64", "index": 79, "name": "shipping_address_id", "comment": null}, "shipping_address_is_default": {"type": "BOOL", "index": 80, "name": "shipping_address_is_default", "comment": null}, "source_identifier": {"type": "STRING", "index": 81, "name": "source_identifier", "comment": null}, "source_url": {"type": "STRING", "index": 82, "name": "source_url", "comment": null}, "subtotal_price_set": {"type": "STRING", "index": 83, "name": "subtotal_price_set", "comment": null}, "total_discounts_set": {"type": "STRING", "index": 84, "name": "total_discounts_set", "comment": null}, "total_line_items_price_set": {"type": "STRING", "index": 85, "name": "total_line_items_price_set", "comment": null}, "total_price_set": {"type": "STRING", "index": 86, "name": "total_price_set", "comment": null}, "total_price_usd": {"type": "FLOAT64", "index": 87, "name": "total_price_usd", "comment": null}, "total_shipping_price_set": {"type": "STRING", "index": 88, "name": "total_shipping_price_set", "comment": null}, "total_tax_set": {"type": "STRING", "index": 89, "name": "total_tax_set", "comment": null}, "total_tip_received": {"type": "FLOAT64", "index": 90, "name": "total_tip_received", "comment": null}, "note_attributes": {"type": "STRING", "index": 91, "name": "note_attributes", "comment": null}, "client_details_user_agent": {"type": "STRING", "index": 92, "name": "client_details_user_agent", "comment": null}, "current_subtotal_price_set": {"type": "STRING", "index": 93, "name": "current_subtotal_price_set", "comment": null}, "current_total_tax": {"type": "FLOAT64", "index": 94, "name": "current_total_tax", "comment": null}, "current_total_tax_set": {"type": "STRING", "index": 95, "name": "current_total_tax_set", "comment": null}, "current_total_price_set": {"type": "STRING", "index": 96, "name": "current_total_price_set", "comment": null}, "current_subtotal_price": {"type": "FLOAT64", "index": 97, "name": "current_subtotal_price", "comment": null}, "current_total_price": {"type": "FLOAT64", "index": 98, "name": "current_total_price", "comment": null}, "current_total_discounts": {"type": "FLOAT64", "index": 99, "name": "current_total_discounts", "comment": null}, "current_total_discounts_set": {"type": "STRING", "index": 100, "name": "current_total_discounts_set", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 101, "name": "_fivetran_deleted", "comment": null}, "order_status_url": {"type": "STRING", "index": 102, "name": "order_status_url", "comment": null}, "checkout_id": {"type": "STRING", "index": 103, "name": "checkout_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_tmp"}, "model.shopify_source.stg_shopify__order_url_tag": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_url_tag", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "key": {"type": "STRING", "index": 2, "name": "key", "comment": null}, "value": {"type": "STRING", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_url_tag"}, "model.shopify_source.stg_shopify__order_url_tag_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__order_url_tag_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"key": {"type": "STRING", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_url_tag_tmp"}, "model.shopify_source.stg_shopify__price_rule": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__price_rule", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"price_rule_id": {"type": "INT64", "index": 1, "name": "price_rule_id", "comment": null}, "allocation_limit": {"type": "INT64", "index": 2, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "STRING", "index": 3, "name": "allocation_method", "comment": null}, "customer_selection": {"type": "STRING", "index": 4, "name": "customer_selection", "comment": null}, "is_once_per_customer": {"type": "BOOL", "index": 5, "name": "is_once_per_customer", "comment": null}, "prereq_min_quantity": {"type": "FLOAT64", "index": 6, "name": "prereq_min_quantity", "comment": null}, "prereq_max_shipping_price": {"type": "FLOAT64", "index": 7, "name": "prereq_max_shipping_price", "comment": null}, "prereq_min_subtotal": {"type": "FLOAT64", "index": 8, "name": "prereq_min_subtotal", "comment": null}, "prereq_min_purchase_quantity_for_entitlement": {"type": "FLOAT64", "index": 9, "name": "prereq_min_purchase_quantity_for_entitlement", "comment": null}, "prereq_buy_x_get_this": {"type": "INT64", "index": 10, "name": "prereq_buy_x_get_this", "comment": null}, "prereq_buy_this_get_y": {"type": "INT64", "index": 11, "name": "prereq_buy_this_get_y", "comment": null}, "target_selection": {"type": "STRING", "index": 12, "name": "target_selection", "comment": null}, "target_type": {"type": "STRING", "index": 13, "name": "target_type", "comment": null}, "title": {"type": "STRING", "index": 14, "name": "title", "comment": null}, "usage_limit": {"type": "INT64", "index": 15, "name": "usage_limit", "comment": null}, "value": {"type": "FLOAT64", "index": 16, "name": "value", "comment": null}, "value_type": {"type": "STRING", "index": 17, "name": "value_type", "comment": null}, "starts_at": {"type": "TIMESTAMP", "index": 18, "name": "starts_at", "comment": null}, "ends_at": {"type": "TIMESTAMP", "index": 19, "name": "ends_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 20, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 21, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 22, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 23, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__price_rule"}, "model.shopify_source.stg_shopify__price_rule_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__price_rule_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "INT64", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "STRING", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "STRING", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "TIMESTAMP", "index": 7, "name": "ends_at", "comment": null}, "once_per_customer": {"type": "BOOL", "index": 8, "name": "once_per_customer", "comment": null}, "prerequisite_quantity_range": {"type": "FLOAT64", "index": 9, "name": "prerequisite_quantity_range", "comment": null}, "prerequisite_shipping_price_range": {"type": "FLOAT64", "index": 10, "name": "prerequisite_shipping_price_range", "comment": null}, "prerequisite_subtotal_range": {"type": "FLOAT64", "index": 11, "name": "prerequisite_subtotal_range", "comment": null}, "quantity_ratio_entitled_quantity": {"type": "INT64", "index": 12, "name": "quantity_ratio_entitled_quantity", "comment": null}, "quantity_ratio_prerequisite_quantity": {"type": "INT64", "index": 13, "name": "quantity_ratio_prerequisite_quantity", "comment": null}, "starts_at": {"type": "TIMESTAMP", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "STRING", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "STRING", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "STRING", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 18, "name": "updated_at", "comment": null}, "usage_limit": {"type": "INT64", "index": 19, "name": "usage_limit", "comment": null}, "value": {"type": "FLOAT64", "index": 20, "name": "value", "comment": null}, "value_type": {"type": "STRING", "index": 21, "name": "value_type", "comment": null}, "prerequisite_to_entitlement_purchase_prerequisite_amount": {"type": "FLOAT64", "index": 22, "name": "prerequisite_to_entitlement_purchase_prerequisite_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__price_rule_tmp"}, "model.shopify_source.stg_shopify__product": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"product_id": {"type": "INT64", "index": 1, "name": "product_id", "comment": null}, "handle": {"type": "STRING", "index": 2, "name": "handle", "comment": null}, "product_type": {"type": "STRING", "index": 3, "name": "product_type", "comment": null}, "published_scope": {"type": "STRING", "index": 4, "name": "published_scope", "comment": null}, "title": {"type": "STRING", "index": 5, "name": "title", "comment": null}, "vendor": {"type": "STRING", "index": 6, "name": "vendor", "comment": null}, "status": {"type": "STRING", "index": 7, "name": "status", "comment": null}, "is_deleted": {"type": "BOOL", "index": 8, "name": "is_deleted", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 9, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 10, "name": "updated_timestamp", "comment": null}, "published_timestamp": {"type": "TIMESTAMP", "index": 11, "name": "published_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 13, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product"}, "model.shopify_source.stg_shopify__product_image": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product_image", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"product_image_id": {"type": "INT64", "index": 1, "name": "product_image_id", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "height": {"type": "INT64", "index": 3, "name": "height", "comment": null}, "position": {"type": "INT64", "index": 4, "name": "position", "comment": null}, "src": {"type": "STRING", "index": 5, "name": "src", "comment": null}, "variant_ids": {"type": "STRING", "index": 6, "name": "variant_ids", "comment": null}, "width": {"type": "INT64", "index": 7, "name": "width", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 8, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 10, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_image"}, "model.shopify_source.stg_shopify__product_image_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product_image_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "STRING", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 6, "name": "created_at", "comment": null}, "height": {"type": "INT64", "index": 7, "name": "height", "comment": null}, "position": {"type": "INT64", "index": 8, "name": "position", "comment": null}, "src": {"type": "STRING", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 10, "name": "updated_at", "comment": null}, "width": {"type": "INT64", "index": 11, "name": "width", "comment": null}, "is_default": {"type": "BOOL", "index": 12, "name": "is_default", "comment": null}, "variant_ids": {"type": "STRING", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_image_tmp"}, "model.shopify_source.stg_shopify__product_tag": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product_tag", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"product_id": {"type": "INT64", "index": 1, "name": "product_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "value": {"type": "STRING", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_tag"}, "model.shopify_source.stg_shopify__product_tag_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product_tag_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_tag_tmp"}, "model.shopify_source.stg_shopify__product_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "handle": {"type": "STRING", "index": 5, "name": "handle", "comment": null}, "product_type": {"type": "STRING", "index": 6, "name": "product_type", "comment": null}, "published_at": {"type": "TIMESTAMP", "index": 7, "name": "published_at", "comment": null}, "published_scope": {"type": "STRING", "index": 8, "name": "published_scope", "comment": null}, "title": {"type": "STRING", "index": 9, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 10, "name": "updated_at", "comment": null}, "vendor": {"type": "STRING", "index": 11, "name": "vendor", "comment": null}, "status": {"type": "STRING", "index": 12, "name": "status", "comment": null}, "template_suffix": {"type": "STRING", "index": 13, "name": "template_suffix", "comment": null}, "body_html": {"type": "STRING", "index": 14, "name": "body_html", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_tmp"}, "model.shopify_source.stg_shopify__product_variant": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product_variant", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"variant_id": {"type": "INT64", "index": 1, "name": "variant_id", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "inventory_item_id": {"type": "INT64", "index": 3, "name": "inventory_item_id", "comment": null}, "image_id": {"type": "INT64", "index": 4, "name": "image_id", "comment": null}, "title": {"type": "STRING", "index": 5, "name": "title", "comment": null}, "price": {"type": "FLOAT64", "index": 6, "name": "price", "comment": null}, "sku": {"type": "STRING", "index": 7, "name": "sku", "comment": null}, "position": {"type": "INT64", "index": 8, "name": "position", "comment": null}, "inventory_policy": {"type": "STRING", "index": 9, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "FLOAT64", "index": 10, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "STRING", "index": 11, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "STRING", "index": 12, "name": "inventory_management", "comment": null}, "is_taxable": {"type": "BOOL", "index": 13, "name": "is_taxable", "comment": null}, "barcode": {"type": "STRING", "index": 14, "name": "barcode", "comment": null}, "grams": {"type": "FLOAT64", "index": 15, "name": "grams", "comment": null}, "inventory_quantity": {"type": "INT64", "index": 16, "name": "inventory_quantity", "comment": null}, "weight": {"type": "FLOAT64", "index": 17, "name": "weight", "comment": null}, "weight_unit": {"type": "STRING", "index": 18, "name": "weight_unit", "comment": null}, "option_1": {"type": "STRING", "index": 19, "name": "option_1", "comment": null}, "option_2": {"type": "STRING", "index": 20, "name": "option_2", "comment": null}, "option_3": {"type": "STRING", "index": 21, "name": "option_3", "comment": null}, "tax_code": {"type": "STRING", "index": 22, "name": "tax_code", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 23, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 24, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 25, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 26, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_variant"}, "model.shopify_source.stg_shopify__product_variant_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__product_variant_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "barcode": {"type": "STRING", "index": 3, "name": "barcode", "comment": null}, "compare_at_price": {"type": "FLOAT64", "index": 4, "name": "compare_at_price", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "fulfillment_service": {"type": "STRING", "index": 6, "name": "fulfillment_service", "comment": null}, "grams": {"type": "FLOAT64", "index": 7, "name": "grams", "comment": null}, "image_id": {"type": "INT64", "index": 8, "name": "image_id", "comment": null}, "inventory_item_id": {"type": "INT64", "index": 9, "name": "inventory_item_id", "comment": null}, "inventory_management": {"type": "STRING", "index": 10, "name": "inventory_management", "comment": null}, "inventory_policy": {"type": "STRING", "index": 11, "name": "inventory_policy", "comment": null}, "inventory_quantity": {"type": "INT64", "index": 12, "name": "inventory_quantity", "comment": null}, "old_inventory_quantity": {"type": "INT64", "index": 13, "name": "old_inventory_quantity", "comment": null}, "position": {"type": "INT64", "index": 14, "name": "position", "comment": null}, "price": {"type": "FLOAT64", "index": 15, "name": "price", "comment": null}, "product_id": {"type": "INT64", "index": 16, "name": "product_id", "comment": null}, "requires_shipping": {"type": "BOOL", "index": 17, "name": "requires_shipping", "comment": null}, "sku": {"type": "STRING", "index": 18, "name": "sku", "comment": null}, "taxable": {"type": "BOOL", "index": 19, "name": "taxable", "comment": null}, "title": {"type": "STRING", "index": 20, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 21, "name": "updated_at", "comment": null}, "weight": {"type": "FLOAT64", "index": 22, "name": "weight", "comment": null}, "weight_unit": {"type": "STRING", "index": 23, "name": "weight_unit", "comment": null}, "option_1": {"type": "STRING", "index": 24, "name": "option_1", "comment": null}, "option_2": {"type": "STRING", "index": 25, "name": "option_2", "comment": null}, "option_3": {"type": "STRING", "index": 26, "name": "option_3", "comment": null}, "tax_code": {"type": "STRING", "index": 27, "name": "tax_code", "comment": null}, "presentment_prices": {"type": "STRING", "index": 28, "name": "presentment_prices", "comment": null}, "inventory_quantity_adjustment": {"type": "INT64", "index": 29, "name": "inventory_quantity_adjustment", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_variant_tmp"}, "model.shopify_source.stg_shopify__refund": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__refund", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"refund_id": {"type": "INT64", "index": 1, "name": "refund_id", "comment": null}, "note": {"type": "STRING", "index": 2, "name": "note", "comment": null}, "order_id": {"type": "INT64", "index": 3, "name": "order_id", "comment": null}, "restock": {"type": "BOOL", "index": 4, "name": "restock", "comment": null}, "total_duties_set": {"type": "STRING", "index": 5, "name": "total_duties_set", "comment": null}, "user_id": {"type": "INT64", "index": 6, "name": "user_id", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 7, "name": "created_at", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 8, "name": "processed_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 10, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__refund"}, "model.shopify_source.stg_shopify__refund_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__refund_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "note": {"type": "STRING", "index": 4, "name": "note", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 5, "name": "processed_at", "comment": null}, "restock": {"type": "BOOL", "index": 6, "name": "restock", "comment": null}, "user_id": {"type": "INT64", "index": 7, "name": "user_id", "comment": null}, "order_id": {"type": "INT64", "index": 8, "name": "order_id", "comment": null}, "total_duties_set": {"type": "STRING", "index": 9, "name": "total_duties_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__refund_tmp"}, "model.shopify_source.stg_shopify__shop": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__shop", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"shop_id": {"type": "INT64", "index": 1, "name": "shop_id", "comment": null}, "name": {"type": "STRING", "index": 2, "name": "name", "comment": null}, "is_deleted": {"type": "BOOL", "index": 3, "name": "is_deleted", "comment": null}, "address_1": {"type": "STRING", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 6, "name": "city", "comment": null}, "province": {"type": "STRING", "index": 7, "name": "province", "comment": null}, "province_code": {"type": "STRING", "index": 8, "name": "province_code", "comment": null}, "country": {"type": "STRING", "index": 9, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 10, "name": "country_code", "comment": null}, "country_name": {"type": "STRING", "index": 11, "name": "country_name", "comment": null}, "zip": {"type": "STRING", "index": 12, "name": "zip", "comment": null}, "latitude": {"type": "FLOAT64", "index": 13, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 14, "name": "longitude", "comment": null}, "has_county_taxes": {"type": "BOOL", "index": 15, "name": "has_county_taxes", "comment": null}, "currency": {"type": "STRING", "index": 16, "name": "currency", "comment": null}, "enabled_presentment_currencies": {"type": "STRING", "index": 17, "name": "enabled_presentment_currencies", "comment": null}, "customer_email": {"type": "STRING", "index": 18, "name": "customer_email", "comment": null}, "email": {"type": "STRING", "index": 19, "name": "email", "comment": null}, "domain": {"type": "STRING", "index": 20, "name": "domain", "comment": null}, "phone": {"type": "STRING", "index": 21, "name": "phone", "comment": null}, "timezone": {"type": "STRING", "index": 22, "name": "timezone", "comment": null}, "iana_timezone": {"type": "STRING", "index": 23, "name": "iana_timezone", "comment": null}, "primary_locale": {"type": "STRING", "index": 24, "name": "primary_locale", "comment": null}, "weight_unit": {"type": "STRING", "index": 25, "name": "weight_unit", "comment": null}, "myshopify_domain": {"type": "STRING", "index": 26, "name": "myshopify_domain", "comment": null}, "cookie_consent_level": {"type": "STRING", "index": 27, "name": "cookie_consent_level", "comment": null}, "shop_owner": {"type": "STRING", "index": 28, "name": "shop_owner", "comment": null}, "source": {"type": "STRING", "index": 29, "name": "source", "comment": null}, "has_shipping_taxes": {"type": "BOOL", "index": 30, "name": "has_shipping_taxes", "comment": null}, "has_taxes_included_in_price": {"type": "BOOL", "index": 31, "name": "has_taxes_included_in_price", "comment": null}, "has_discounts": {"type": "BOOL", "index": 32, "name": "has_discounts", "comment": null}, "has_gift_cards": {"type": "BOOL", "index": 33, "name": "has_gift_cards", "comment": null}, "has_storefront": {"type": "BOOL", "index": 34, "name": "has_storefront", "comment": null}, "has_checkout_api_supported": {"type": "BOOL", "index": 35, "name": "has_checkout_api_supported", "comment": null}, "is_eligible_for_card_reader_giveaway": {"type": "BOOL", "index": 36, "name": "is_eligible_for_card_reader_giveaway", "comment": null}, "is_eligible_for_payments": {"type": "BOOL", "index": 37, "name": "is_eligible_for_payments", "comment": null}, "google_apps_domain": {"type": "STRING", "index": 38, "name": "google_apps_domain", "comment": null}, "is_google_apps_login_enabled": {"type": "BOOL", "index": 39, "name": "is_google_apps_login_enabled", "comment": null}, "money_format": {"type": "STRING", "index": 40, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "STRING", "index": 41, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "STRING", "index": 42, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "STRING", "index": 43, "name": "money_with_currency_in_emails_format", "comment": null}, "plan_display_name": {"type": "STRING", "index": 44, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "STRING", "index": 45, "name": "plan_name", "comment": null}, "is_password_enabled": {"type": "BOOL", "index": 46, "name": "is_password_enabled", "comment": null}, "is_pre_launch_enabled": {"type": "BOOL", "index": 47, "name": "is_pre_launch_enabled", "comment": null}, "is_extra_payments_agreement_required": {"type": "BOOL", "index": 48, "name": "is_extra_payments_agreement_required", "comment": null}, "is_setup_required": {"type": "BOOL", "index": 49, "name": "is_setup_required", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 50, "name": "created_at", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 51, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 52, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 53, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__shop"}, "model.shopify_source.stg_shopify__shop_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__shop_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "STRING", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 5, "name": "address_2", "comment": null}, "auto_configure_tax_inclusivity": {"type": "BOOL", "index": 6, "name": "auto_configure_tax_inclusivity", "comment": null}, "checkout_api_supported": {"type": "BOOL", "index": 7, "name": "checkout_api_supported", "comment": null}, "city": {"type": "STRING", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "STRING", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "STRING", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "BOOL", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "STRING", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "STRING", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "STRING", "index": 17, "name": "domain", "comment": null}, "eligible_for_card_reader_giveaway": {"type": "BOOL", "index": 18, "name": "eligible_for_card_reader_giveaway", "comment": null}, "eligible_for_payments": {"type": "BOOL", "index": 19, "name": "eligible_for_payments", "comment": null}, "email": {"type": "STRING", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "STRING", "index": 21, "name": "enabled_presentment_currencies", "comment": null}, "force_ssl": {"type": "BOOL", "index": 22, "name": "force_ssl", "comment": null}, "google_apps_domain": {"type": "STRING", "index": 23, "name": "google_apps_domain", "comment": null}, "google_apps_login_enabled": {"type": "BOOL", "index": 24, "name": "google_apps_login_enabled", "comment": null}, "has_discounts": {"type": "BOOL", "index": 25, "name": "has_discounts", "comment": null}, "has_gift_cards": {"type": "BOOL", "index": 26, "name": "has_gift_cards", "comment": null}, "has_storefront": {"type": "BOOL", "index": 27, "name": "has_storefront", "comment": null}, "iana_timezone": {"type": "STRING", "index": 28, "name": "iana_timezone", "comment": null}, "latitude": {"type": "FLOAT64", "index": 29, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 30, "name": "longitude", "comment": null}, "money_format": {"type": "STRING", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "STRING", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "STRING", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "STRING", "index": 34, "name": "money_with_currency_in_emails_format", "comment": null}, "multi_location_enabled": {"type": "BOOL", "index": 35, "name": "multi_location_enabled", "comment": null}, "myshopify_domain": {"type": "STRING", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "STRING", "index": 37, "name": "name", "comment": null}, "password_enabled": {"type": "BOOL", "index": 38, "name": "password_enabled", "comment": null}, "phone": {"type": "STRING", "index": 39, "name": "phone", "comment": null}, "plan_display_name": {"type": "STRING", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "STRING", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "BOOL", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "STRING", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "INT64", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "STRING", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "STRING", "index": 46, "name": "province_code", "comment": null}, "requires_extra_payments_agreement": {"type": "BOOL", "index": 47, "name": "requires_extra_payments_agreement", "comment": null}, "setup_required": {"type": "BOOL", "index": 48, "name": "setup_required", "comment": null}, "shop_owner": {"type": "STRING", "index": 49, "name": "shop_owner", "comment": null}, "source": {"type": "STRING", "index": 50, "name": "source", "comment": null}, "tax_shipping": {"type": "BOOL", "index": 51, "name": "tax_shipping", "comment": null}, "taxes_included": {"type": "BOOL", "index": 52, "name": "taxes_included", "comment": null}, "timezone": {"type": "STRING", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "STRING", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "STRING", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "STRING", "index": 57, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__shop_tmp"}, "model.shopify_source.stg_shopify__tax_line": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__tax_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_line_id": {"type": "INT64", "index": 2, "name": "order_line_id", "comment": null}, "price": {"type": "FLOAT64", "index": 3, "name": "price", "comment": null}, "price_set": {"type": "STRING", "index": 4, "name": "price_set", "comment": null}, "rate": {"type": "FLOAT64", "index": 5, "name": "rate", "comment": null}, "title": {"type": "STRING", "index": 6, "name": "title", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tax_line"}, "model.shopify_source.stg_shopify__tax_line_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__tax_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_line_id": {"type": "INT64", "index": 2, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "FLOAT64", "index": 4, "name": "price", "comment": null}, "rate": {"type": "FLOAT64", "index": 5, "name": "rate", "comment": null}, "title": {"type": "STRING", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "STRING", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tax_line_tmp"}, "model.shopify_source.stg_shopify__tender_transaction": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__tender_transaction", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"transaction_id": {"type": "INT64", "index": 1, "name": "transaction_id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "amount": {"type": "FLOAT64", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "STRING", "index": 4, "name": "currency", "comment": null}, "payment_method": {"type": "STRING", "index": 5, "name": "payment_method", "comment": null}, "remote_reference": {"type": "STRING", "index": 6, "name": "remote_reference", "comment": null}, "user_id": {"type": "INT64", "index": 7, "name": "user_id", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 8, "name": "processed_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 10, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tender_transaction"}, "model.shopify_source.stg_shopify__tender_transaction_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__tender_transaction_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "STRING", "index": 4, "name": "currency", "comment": null}, "order_id": {"type": "INT64", "index": 5, "name": "order_id", "comment": null}, "payment_details_credit_card_company": {"type": "STRING", "index": 6, "name": "payment_details_credit_card_company", "comment": null}, "payment_details_credit_card_number": {"type": "STRING", "index": 7, "name": "payment_details_credit_card_number", "comment": null}, "payment_method": {"type": "STRING", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 9, "name": "processed_at", "comment": null}, "remote_reference": {"type": "STRING", "index": 10, "name": "remote_reference", "comment": null}, "test": {"type": "BOOL", "index": 11, "name": "test", "comment": null}, "user_id": {"type": "INT64", "index": 12, "name": "user_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tender_transaction_tmp"}, "model.shopify_source.stg_shopify__transaction": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__transaction", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"transaction_id": {"type": "INT64", "index": 1, "name": "transaction_id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "INT64", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "device_id": {"type": "STRING", "index": 5, "name": "device_id", "comment": null}, "gateway": {"type": "STRING", "index": 6, "name": "gateway", "comment": null}, "source_name": {"type": "STRING", "index": 7, "name": "source_name", "comment": null}, "message": {"type": "STRING", "index": 8, "name": "message", "comment": null}, "currency": {"type": "STRING", "index": 9, "name": "currency", "comment": null}, "location_id": {"type": "INT64", "index": 10, "name": "location_id", "comment": null}, "parent_id": {"type": "INT64", "index": 11, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "STRING", "index": 12, "name": "payment_avs_result_code", "comment": null}, "payment_credit_card_bin": {"type": "STRING", "index": 13, "name": "payment_credit_card_bin", "comment": null}, "payment_cvv_result_code": {"type": "STRING", "index": 14, "name": "payment_cvv_result_code", "comment": null}, "payment_credit_card_number": {"type": "STRING", "index": 15, "name": "payment_credit_card_number", "comment": null}, "payment_credit_card_company": {"type": "STRING", "index": 16, "name": "payment_credit_card_company", "comment": null}, "kind": {"type": "STRING", "index": 17, "name": "kind", "comment": null}, "receipt": {"type": "STRING", "index": 18, "name": "receipt", "comment": null}, "currency_exchange_id": {"type": "INT64", "index": 19, "name": "currency_exchange_id", "comment": null}, "currency_exchange_adjustment": {"type": "FLOAT64", "index": 20, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_original_amount": {"type": "FLOAT64", "index": 21, "name": "currency_exchange_original_amount", "comment": null}, "currency_exchange_final_amount": {"type": "FLOAT64", "index": 22, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_currency": {"type": "STRING", "index": 23, "name": "currency_exchange_currency", "comment": null}, "error_code": {"type": "STRING", "index": 24, "name": "error_code", "comment": null}, "status": {"type": "STRING", "index": 25, "name": "status", "comment": null}, "user_id": {"type": "STRING", "index": 26, "name": "user_id", "comment": null}, "authorization_code": {"type": "STRING", "index": 27, "name": "authorization_code", "comment": null}, "created_timestamp": {"type": "TIMESTAMP", "index": 28, "name": "created_timestamp", "comment": null}, "processed_timestamp": {"type": "TIMESTAMP", "index": 29, "name": "processed_timestamp", "comment": null}, "authorization_expires_at": {"type": "TIMESTAMP", "index": 30, "name": "authorization_expires_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 31, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 32, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__transaction"}, "model.shopify_source.stg_shopify__transaction_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_shopify", "name": "stg_shopify__transaction_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 3, "name": "amount", "comment": null}, "authorization": {"type": "STRING", "index": 4, "name": "authorization", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "currency": {"type": "STRING", "index": 6, "name": "currency", "comment": null}, "currency_exchange_adjustment": {"type": "FLOAT64", "index": 7, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_currency": {"type": "STRING", "index": 8, "name": "currency_exchange_currency", "comment": null}, "currency_exchange_final_amount": {"type": "FLOAT64", "index": 9, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_id": {"type": "INT64", "index": 10, "name": "currency_exchange_id", "comment": null}, "currency_exchange_original_amount": {"type": "FLOAT64", "index": 11, "name": "currency_exchange_original_amount", "comment": null}, "device_id": {"type": "STRING", "index": 12, "name": "device_id", "comment": null}, "error_code": {"type": "STRING", "index": 13, "name": "error_code", "comment": null}, "gateway": {"type": "STRING", "index": 14, "name": "gateway", "comment": null}, "kind": {"type": "STRING", "index": 15, "name": "kind", "comment": null}, "location_id": {"type": "INT64", "index": 16, "name": "location_id", "comment": null}, "message": {"type": "STRING", "index": 17, "name": "message", "comment": null}, "order_id": {"type": "INT64", "index": 18, "name": "order_id", "comment": null}, "parent_id": {"type": "INT64", "index": 19, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "STRING", "index": 20, "name": "payment_avs_result_code", "comment": null}, "payment_credit_card_bin": {"type": "STRING", "index": 21, "name": "payment_credit_card_bin", "comment": null}, "payment_credit_card_company": {"type": "STRING", "index": 22, "name": "payment_credit_card_company", "comment": null}, "payment_credit_card_number": {"type": "STRING", "index": 23, "name": "payment_credit_card_number", "comment": null}, "payment_cvv_result_code": {"type": "STRING", "index": 24, "name": "payment_cvv_result_code", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 25, "name": "processed_at", "comment": null}, "receipt": {"type": "STRING", "index": 26, "name": "receipt", "comment": null}, "refund_id": {"type": "INT64", "index": 27, "name": "refund_id", "comment": null}, "source_name": {"type": "STRING", "index": 28, "name": "source_name", "comment": null}, "status": {"type": "STRING", "index": 29, "name": "status", "comment": null}, "test": {"type": "BOOL", "index": 30, "name": "test", "comment": null}, "user_id": {"type": "STRING", "index": 31, "name": "user_id", "comment": null}, "extended_authorization_standard_authorization_expires_at": {"type": "TIMESTAMP", "index": 32, "name": "extended_authorization_standard_authorization_expires_at", "comment": null}, "authorization_expires_at": {"type": "TIMESTAMP", "index": 33, "name": "authorization_expires_at", "comment": null}, "extended_authorization_extended_authorization_expires_at": {"type": "TIMESTAMP", "index": 34, "name": "extended_authorization_extended_authorization_expires_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__transaction_tmp"}, "model.klaviyo_source.stg_klaviyo__campaign": {"metadata": {"type": "table", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__campaign", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_type": {"type": "STRING", "index": 1, "name": "campaign_type", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "email_template_id": {"type": "STRING", "index": 3, "name": "email_template_id", "comment": null}, "from_email": {"type": "STRING", "index": 4, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 5, "name": "from_name", "comment": null}, "campaign_id": {"type": "STRING", "index": 6, "name": "campaign_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 7, "name": "campaign_name", "comment": null}, "scheduled_to_send_at": {"type": "TIMESTAMP", "index": 8, "name": "scheduled_to_send_at", "comment": null}, "sent_at": {"type": "TIMESTAMP", "index": 9, "name": "sent_at", "comment": null}, "status": {"type": "STRING", "index": 10, "name": "status", "comment": null}, "status_id": {"type": "STRING", "index": 11, "name": "status_id", "comment": null}, "subject": {"type": "STRING", "index": 12, "name": "subject", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}, "is_archived": {"type": "BOOL", "index": 14, "name": "is_archived", "comment": null}, "scheduled_at": {"type": "TIMESTAMP", "index": 15, "name": "scheduled_at", "comment": null}, "source_relation": {"type": "STRING", "index": 16, "name": "source_relation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1381, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 257289, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__campaign"}, "model.klaviyo_source.stg_klaviyo__campaign_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__campaign_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "campaign_type": {"type": "STRING", "index": 4, "name": "campaign_type", "comment": null}, "created": {"type": "TIMESTAMP", "index": 5, "name": "created", "comment": null}, "email_template_id": {"type": "STRING", "index": 6, "name": "email_template_id", "comment": null}, "from_email": {"type": "STRING", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 8, "name": "from_name", "comment": null}, "is_segmented": {"type": "BOOL", "index": 9, "name": "is_segmented", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "send_time": {"type": "TIMESTAMP", "index": 11, "name": "send_time", "comment": null}, "sent_at": {"type": "TIMESTAMP", "index": 12, "name": "sent_at", "comment": null}, "status": {"type": "STRING", "index": 13, "name": "status", "comment": null}, "status_id": {"type": "STRING", "index": 14, "name": "status_id", "comment": null}, "status_label": {"type": "STRING", "index": 15, "name": "status_label", "comment": null}, "subject": {"type": "STRING", "index": 16, "name": "subject", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 17, "name": "updated", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__campaign_tmp"}, "model.klaviyo_source.stg_klaviyo__event": {"metadata": {"type": "table", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"variation_id": {"type": "STRING", "index": 1, "name": "variation_id", "comment": null}, "campaign_id": {"type": "STRING", "index": 2, "name": "campaign_id", "comment": null}, "occurred_at": {"type": "TIMESTAMP", "index": 3, "name": "occurred_at", "comment": null}, "flow_id": {"type": "STRING", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "STRING", "index": 5, "name": "flow_message_id", "comment": null}, "event_id": {"type": "STRING", "index": 6, "name": "event_id", "comment": null}, "metric_id": {"type": "STRING", "index": 7, "name": "metric_id", "comment": null}, "person_id": {"type": "STRING", "index": 8, "name": "person_id", "comment": null}, "type": {"type": "STRING", "index": 9, "name": "type", "comment": null}, "uuid": {"type": "STRING", "index": 10, "name": "uuid", "comment": null}, "numeric_value": {"type": "NUMERIC", "index": 11, "name": "numeric_value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 13, "name": "source_relation", "comment": null}, "occurred_on": {"type": "DATE", "index": 14, "name": "occurred_on", "comment": null}, "unique_event_id": {"type": "STRING", "index": 15, "name": "unique_event_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 371740083, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 61009254664, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__event"}, "model.klaviyo_source.stg_klaviyo__event_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "_variation": {"type": "STRING", "index": 4, "name": "_variation", "comment": null}, "campaign_id": {"type": "STRING", "index": 5, "name": "campaign_id", "comment": null}, "datetime": {"type": "TIMESTAMP", "index": 6, "name": "datetime", "comment": null}, "flow_id": {"type": "STRING", "index": 7, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "STRING", "index": 8, "name": "flow_message_id", "comment": null}, "metric_id": {"type": "STRING", "index": 9, "name": "metric_id", "comment": null}, "person_id": {"type": "STRING", "index": 10, "name": "person_id", "comment": null}, "property_attribute_acadaca_color": {"type": "STRING", "index": 11, "name": "property_attribute_acadaca_color", "comment": null}, "property_attribute_acadaca_size": {"type": "STRING", "index": 12, "name": "property_attribute_acadaca_size", "comment": null}, "property_attribute_acadaca_sku": {"type": "STRING", "index": 13, "name": "property_attribute_acadaca_sku", "comment": null}, "property_collections": {"type": "STRING", "index": 14, "name": "property_collections", "comment": null}, "property_discount_codes": {"type": "STRING", "index": 15, "name": "property_discount_codes", "comment": null}, "property_extra": {"type": "STRING", "index": 16, "name": "property_extra", "comment": null}, "property_item_count": {"type": "INT64", "index": 17, "name": "property_item_count", "comment": null}, "property_items": {"type": "STRING", "index": 18, "name": "property_items", "comment": null}, "property_name": {"type": "STRING", "index": 19, "name": "property_name", "comment": null}, "property_quantity": {"type": "INT64", "index": 20, "name": "property_quantity", "comment": null}, "property_shipping_rate": {"type": "STRING", "index": 21, "name": "property_shipping_rate", "comment": null}, "property_sku": {"type": "STRING", "index": 22, "name": "property_sku", "comment": null}, "property_source_name": {"type": "STRING", "index": 23, "name": "property_source_name", "comment": null}, "property_tags": {"type": "STRING", "index": 24, "name": "property_tags", "comment": null}, "property_total_discounts": {"type": "FLOAT64", "index": 25, "name": "property_total_discounts", "comment": null}, "property_value": {"type": "FLOAT64", "index": 26, "name": "property_value", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 27, "name": "timestamp", "comment": null}, "type": {"type": "STRING", "index": 28, "name": "type", "comment": null}, "uuid": {"type": "STRING", "index": 29, "name": "uuid", "comment": null}, "property_ad_group_id": {"type": "INT64", "index": 30, "name": "property_ad_group_id", "comment": null}, "property_ad_id": {"type": "STRING", "index": 31, "name": "property_ad_id", "comment": null}, "property_ad_name": {"type": "STRING", "index": 32, "name": "property_ad_name", "comment": null}, "property_adset_name": {"type": "STRING", "index": 33, "name": "property_adset_name", "comment": null}, "property_amount": {"type": "STRING", "index": 34, "name": "property_amount", "comment": null}, "property_attribute_card_message": {"type": "STRING", "index": 35, "name": "property_attribute_card_message", "comment": null}, "property_attribute_recipient_email": {"type": "STRING", "index": 36, "name": "property_attribute_recipient_email", "comment": null}, "property_attribute_recipient_name": {"type": "STRING", "index": 37, "name": "property_attribute_recipient_name", "comment": null}, "property_attribute_send_date": {"type": "STRING", "index": 38, "name": "property_attribute_send_date", "comment": null}, "property_attribute_senders_name": {"type": "STRING", "index": 39, "name": "property_attribute_senders_name", "comment": null}, "property_available": {"type": "BOOL", "index": 40, "name": "property_available", "comment": null}, "property_billing_info": {"type": "STRING", "index": 41, "name": "property_billing_info", "comment": null}, "property_bounce_type": {"type": "STRING", "index": 42, "name": "property_bounce_type", "comment": null}, "property_brand": {"type": "STRING", "index": 43, "name": "property_brand", "comment": null}, "property_browser": {"type": "STRING", "index": 44, "name": "property_browser", "comment": null}, "property_campaign_name": {"type": "STRING", "index": 45, "name": "property_campaign_name", "comment": null}, "property_card_message": {"type": "STRING", "index": 46, "name": "property_card_message", "comment": null}, "property_categories": {"type": "STRING", "index": 47, "name": "property_categories", "comment": null}, "property_client_canonical": {"type": "STRING", "index": 48, "name": "property_client_canonical", "comment": null}, "property_client_name": {"type": "STRING", "index": 49, "name": "property_client_name", "comment": null}, "property_client_os": {"type": "STRING", "index": 50, "name": "property_client_os", "comment": null}, "property_client_os_family": {"type": "STRING", "index": 51, "name": "property_client_os_family", "comment": null}, "property_client_type": {"type": "STRING", "index": 52, "name": "property_client_type", "comment": null}, "property_cohort_message_send_cohort": {"type": "STRING", "index": 53, "name": "property_cohort_message_send_cohort", "comment": null}, "property_cohort_variation_send_cohort": {"type": "STRING", "index": 54, "name": "property_cohort_variation_send_cohort", "comment": null}, "property_compare_at_price": {"type": "STRING", "index": 55, "name": "property_compare_at_price", "comment": null}, "property_created_at": {"type": "TIMESTAMP", "index": 56, "name": "property_created_at", "comment": null}, "property_discount_total": {"type": "FLOAT64", "index": 57, "name": "property_discount_total", "comment": null}, "property_email": {"type": "STRING", "index": 58, "name": "property_email", "comment": null}, "property_email_domain": {"type": "STRING", "index": 59, "name": "property_email_domain", "comment": null}, "property_event_id": {"type": "STRING", "index": 60, "name": "property_event_id", "comment": null}, "property_featured_image": {"type": "STRING", "index": 61, "name": "property_featured_image", "comment": null}, "property_financial_status": {"type": "STRING", "index": 62, "name": "property_financial_status", "comment": null}, "property_form_name": {"type": "STRING", "index": 63, "name": "property_form_name", "comment": null}, "property_fulfillment_hours": {"type": "INT64", "index": 64, "name": "property_fulfillment_hours", "comment": null}, "property_fulfillment_status": {"type": "STRING", "index": 65, "name": "property_fulfillment_status", "comment": null}, "property_fulfillments": {"type": "STRING", "index": 66, "name": "property_fulfillments", "comment": null}, "property_gift_card_url": {"type": "STRING", "index": 67, "name": "property_gift_card_url", "comment": null}, "property_id": {"type": "INT64", "index": 68, "name": "property_id", "comment": null}, "property_image_url": {"type": "STRING", "index": 69, "name": "property_image_url", "comment": null}, "property_internal": {"type": "STRING", "index": 70, "name": "property_internal", "comment": null}, "property_inventory_management": {"type": "STRING", "index": 71, "name": "property_inventory_management", "comment": null}, "property_is_organic": {"type": "BOOL", "index": 72, "name": "property_is_organic", "comment": null}, "property_is_session_activity": {"type": "BOOL", "index": 73, "name": "property_is_session_activity", "comment": null}, "property_item_id": {"type": "INT64", "index": 74, "name": "property_item_id", "comment": null}, "property_item_name": {"type": "STRING", "index": 75, "name": "property_item_name", "comment": null}, "property_item_price": {"type": "STRING", "index": 76, "name": "property_item_price", "comment": null}, "property_item_sku": {"type": "INT64", "index": 77, "name": "property_item_sku", "comment": null}, "property_line_items": {"type": "STRING", "index": 78, "name": "property_line_items", "comment": null}, "property_list": {"type": "STRING", "index": 79, "name": "property_list", "comment": null}, "property_message_interaction": {"type": "STRING", "index": 80, "name": "property_message_interaction", "comment": null}, "property_metadata": {"type": "STRING", "index": 81, "name": "property_metadata", "comment": null}, "property_option_1": {"type": "STRING", "index": 82, "name": "property_option_1", "comment": null}, "property_option_2": {"type": "STRING", "index": 83, "name": "property_option_2", "comment": null}, "property_options": {"type": "STRING", "index": 84, "name": "property_options", "comment": null}, "property_order_name": {"type": "STRING", "index": 85, "name": "property_order_name", "comment": null}, "property_order_number": {"type": "INT64", "index": 86, "name": "property_order_number", "comment": null}, "property_order_status_url": {"type": "STRING", "index": 87, "name": "property_order_status_url", "comment": null}, "property_os": {"type": "STRING", "index": 88, "name": "property_os", "comment": null}, "property_page": {"type": "STRING", "index": 89, "name": "property_page", "comment": null}, "property_page_name": {"type": "STRING", "index": 90, "name": "property_page_name", "comment": null}, "property_payment_line": {"type": "STRING", "index": 91, "name": "property_payment_line", "comment": null}, "property_platform": {"type": "STRING", "index": 92, "name": "property_platform", "comment": null}, "property_price": {"type": "STRING", "index": 93, "name": "property_price", "comment": null}, "property_product_id": {"type": "INT64", "index": 94, "name": "property_product_id", "comment": null}, "property_product_name": {"type": "STRING", "index": 95, "name": "property_product_name", "comment": null}, "property_public_title": {"type": "STRING", "index": 96, "name": "property_public_title", "comment": null}, "property_recipient_name": {"type": "STRING", "index": 97, "name": "property_recipient_name", "comment": null}, "property_refunds": {"type": "STRING", "index": 98, "name": "property_refunds", "comment": null}, "property_requires_shipping": {"type": "BOOL", "index": 99, "name": "property_requires_shipping", "comment": null}, "property_restocking_total": {"type": "FLOAT64", "index": 100, "name": "property_restocking_total", "comment": null}, "property_return_authorizations": {"type": "STRING", "index": 101, "name": "property_return_authorizations", "comment": null}, "property_return_total": {"type": "FLOAT64", "index": 102, "name": "property_return_total", "comment": null}, "property_senders_name": {"type": "STRING", "index": 103, "name": "property_senders_name", "comment": null}, "property_session_end": {"type": "INT64", "index": 104, "name": "property_session_end", "comment": null}, "property_style_id": {"type": "STRING", "index": 105, "name": "property_style_id", "comment": null}, "property_sub_total": {"type": "FLOAT64", "index": 106, "name": "property_sub_total", "comment": null}, "property_subject": {"type": "STRING", "index": 107, "name": "property_subject", "comment": null}, "property_subtotal_price": {"type": "FLOAT64", "index": 108, "name": "property_subtotal_price", "comment": null}, "property_tax_total": {"type": "FLOAT64", "index": 109, "name": "property_tax_total", "comment": null}, "property_taxable": {"type": "BOOL", "index": 110, "name": "property_taxable", "comment": null}, "property_title": {"type": "STRING", "index": 111, "name": "property_title", "comment": null}, "property_total_price": {"type": "FLOAT64", "index": 112, "name": "property_total_price", "comment": null}, "property_total_tax": {"type": "FLOAT64", "index": 113, "name": "property_total_tax", "comment": null}, "property_tracker_id": {"type": "STRING", "index": 114, "name": "property_tracker_id", "comment": null}, "property_tracking_label": {"type": "STRING", "index": 115, "name": "property_tracking_label", "comment": null}, "property_url": {"type": "STRING", "index": 116, "name": "property_url", "comment": null}, "property_variant_id": {"type": "INT64", "index": 117, "name": "property_variant_id", "comment": null}, "property_variant_name": {"type": "STRING", "index": 118, "name": "property_variant_name", "comment": null}, "property_variant_option_color": {"type": "STRING", "index": 119, "name": "property_variant_option_color", "comment": null}, "property_variant_option_size": {"type": "STRING", "index": 120, "name": "property_variant_option_size", "comment": null}, "property_variant_option_title": {"type": "STRING", "index": 121, "name": "property_variant_option_title", "comment": null}, "property_variants": {"type": "STRING", "index": 122, "name": "property_variants", "comment": null}, "property_vendor": {"type": "STRING", "index": 123, "name": "property_vendor", "comment": null}, "property_weight": {"type": "INT64", "index": 124, "name": "property_weight", "comment": null}, "property_attribute_pre_order_date": {"type": "STRING", "index": 125, "name": "property_attribute_pre_order_date", "comment": null}, "property_attribute_mw_grouped_product_discounted_price": {"type": "FLOAT64", "index": 126, "name": "property_attribute_mw_grouped_product_discounted_price", "comment": null}, "property_attribute_mw_grouped_product_relation": {"type": "INT64", "index": 127, "name": "property_attribute_mw_grouped_product_relation", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154793583": {"type": "INT64", "index": 128, "name": "property_attribute_mw_grouped_product_relation_4321154793583", "comment": null}, "property_attribute_mw_grouped_product_relation_3586136703076": {"type": "INT64", "index": 129, "name": "property_attribute_mw_grouped_product_relation_3586136703076", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154859119": {"type": "INT64", "index": 130, "name": "property_attribute_mw_grouped_product_relation_4321154859119", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154596975": {"type": "INT64", "index": 131, "name": "property_attribute_mw_grouped_product_relation_4321154596975", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154891887": {"type": "INT64", "index": 132, "name": "property_attribute_mw_grouped_product_relation_4321154891887", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154695279": {"type": "INT64", "index": 133, "name": "property_attribute_mw_grouped_product_relation_4321154695279", "comment": null}, "property_attribute_mw_grouped_product_relation_4170368909412": {"type": "INT64", "index": 134, "name": "property_attribute_mw_grouped_product_relation_4170368909412", "comment": null}, "property_attribute_mw_grouped_product_relation_4339644432495": {"type": "INT64", "index": 135, "name": "property_attribute_mw_grouped_product_relation_4339644432495", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154498671": {"type": "INT64", "index": 136, "name": "property_attribute_mw_grouped_product_relation_4321154498671", "comment": null}, "property_total_emails_opened": {"type": "INT64", "index": 137, "name": "property_total_emails_opened", "comment": null}, "property_currency_code": {"type": "STRING", "index": 138, "name": "property_currency_code", "comment": null}, "property_store_purchasers_test": {"type": "BOOL", "index": 139, "name": "property_store_purchasers_test", "comment": null}, "property_test_audience_klaviyo": {"type": "BOOL", "index": 140, "name": "property_test_audience_klaviyo", "comment": null}, "property_audience_key": {"type": "STRING", "index": 141, "name": "property_audience_key", "comment": null}, "property_in_store_purchasers_from_2021_02_09": {"type": "BOOL", "index": 142, "name": "property_in_store_purchasers_from_2021_02_09", "comment": null}, "property_dallas_store_customers": {"type": "BOOL", "index": 143, "name": "property_dallas_store_customers", "comment": null}, "property_madison_ave_store_customers": {"type": "BOOL", "index": 144, "name": "property_madison_ave_store_customers", "comment": null}, "property_manhasset_store_customers": {"type": "BOOL", "index": 145, "name": "property_manhasset_store_customers", "comment": null}, "property_melrose_store_customers": {"type": "BOOL", "index": 146, "name": "property_melrose_store_customers", "comment": null}, "property_georgetown_store_customers": {"type": "BOOL", "index": 147, "name": "property_georgetown_store_customers", "comment": null}, "property_boston_store_customers": {"type": "BOOL", "index": 148, "name": "property_boston_store_customers", "comment": null}, "property_greenwich_store_customers": {"type": "BOOL", "index": 149, "name": "property_greenwich_store_customers", "comment": null}, "property_bal_harbour_store_customers": {"type": "BOOL", "index": 150, "name": "property_bal_harbour_store_customers", "comment": null}, "property_pacific_palisades_store_customers": {"type": "BOOL", "index": 151, "name": "property_pacific_palisades_store_customers", "comment": null}, "property_fillmore_store_customers": {"type": "BOOL", "index": 152, "name": "property_fillmore_store_customers", "comment": null}, "property_soho_store_customers": {"type": "BOOL", "index": 153, "name": "property_soho_store_customers", "comment": null}, "property_nantucket_store_customers": {"type": "BOOL", "index": 154, "name": "property_nantucket_store_customers", "comment": null}, "property_houston_store_customers": {"type": "BOOL", "index": 155, "name": "property_houston_store_customers", "comment": null}, "property_attribution": {"type": "STRING", "index": 156, "name": "property_attribution", "comment": null}, "property_in_store_purchasers": {"type": "BOOL", "index": 157, "name": "property_in_store_purchasers", "comment": null}, "property_variant_option_size_rewind_2021_05_03": {"type": "STRING", "index": 158, "name": "property_variant_option_size_rewind_2021_05_03", "comment": null}, "property_variant_option_color_rewind_2021_05_03": {"type": "STRING", "index": 159, "name": "property_variant_option_color_rewind_2021_05_03", "comment": null}, "property_form_id": {"type": "STRING", "index": 160, "name": "property_form_id", "comment": null}, "property_attribute_is_pre_order": {"type": "BOOL", "index": 161, "name": "property_attribute_is_pre_order", "comment": null}, "property_has_partial_fulfillments": {"type": "BOOL", "index": 162, "name": "property_has_partial_fulfillments", "comment": null}, "property_esp": {"type": "INT64", "index": 163, "name": "property_esp", "comment": null}, "property_attribute_gecart_item_id": {"type": "INT64", "index": 164, "name": "property_attribute_gecart_item_id", "comment": null}, "property_sent_from": {"type": "STRING", "index": 165, "name": "property_sent_from", "comment": null}, "property_creative_id": {"type": "INT64", "index": 166, "name": "property_creative_id", "comment": null}, "property_conversation_id": {"type": "STRING", "index": 167, "name": "property_conversation_id", "comment": null}, "property_network": {"type": "STRING", "index": 168, "name": "property_network", "comment": null}, "property_variation_id": {"type": "STRING", "index": 169, "name": "property_variation_id", "comment": null}, "property_list_id": {"type": "STRING", "index": 170, "name": "property_list_id", "comment": null}, "property_shopify_variant_id": {"type": "STRING", "index": 171, "name": "property_shopify_variant_id", "comment": null}, "property_query": {"type": "STRING", "index": 172, "name": "property_query", "comment": null}, "property_presentment_currency": {"type": "STRING", "index": 173, "name": "property_presentment_currency", "comment": null}, "property_target_id": {"type": "STRING", "index": 174, "name": "property_target_id", "comment": null}, "property_category": {"type": "STRING", "index": 175, "name": "property_category", "comment": null}, "property_order_id": {"type": "STRING", "index": 176, "name": "property_order_id", "comment": null}, "property_cart_id": {"type": "STRING", "index": 177, "name": "property_cart_id", "comment": null}, "property_position": {"type": "STRING", "index": 178, "name": "property_position", "comment": null}, "property_publisher_id": {"type": "INT64", "index": 179, "name": "property_publisher_id", "comment": null}, "property_creative_type": {"type": "STRING", "index": 180, "name": "property_creative_type", "comment": null}, "property_offer_id": {"type": "INT64", "index": 181, "name": "property_offer_id", "comment": null}, "property_shopify_product_id": {"type": "INT64", "index": 182, "name": "property_shopify_product_id", "comment": null}, "property_variant": {"type": "STRING", "index": 183, "name": "property_variant", "comment": null}, "property_site_source_name": {"type": "STRING", "index": 184, "name": "property_site_source_name", "comment": null}, "property_publisher_name": {"type": "STRING", "index": 185, "name": "property_publisher_name", "comment": null}, "property_products": {"type": "STRING", "index": 186, "name": "property_products", "comment": null}, "property_discount": {"type": "STRING", "index": 187, "name": "property_discount", "comment": null}, "property_event_is_realtime": {"type": "BOOL", "index": 188, "name": "property_event_is_realtime", "comment": null}, "property_total": {"type": "FLOAT64", "index": 189, "name": "property_total", "comment": null}, "property_shipping": {"type": "FLOAT64", "index": 190, "name": "property_shipping", "comment": null}, "property_match_type": {"type": "STRING", "index": 191, "name": "property_match_type", "comment": null}, "property_source": {"type": "STRING", "index": 192, "name": "property_source", "comment": null}, "property_visitor_id": {"type": "STRING", "index": 193, "name": "property_visitor_id", "comment": null}, "property_presentment_amount": {"type": "FLOAT64", "index": 194, "name": "property_presentment_amount", "comment": null}, "property_channel": {"type": "STRING", "index": 195, "name": "property_channel", "comment": null}, "property_presentment_total": {"type": "FLOAT64", "index": 196, "name": "property_presentment_total", "comment": null}, "property_experiment_name": {"type": "STRING", "index": 197, "name": "property_experiment_name", "comment": null}, "property_trigger": {"type": "STRING", "index": 198, "name": "property_trigger", "comment": null}, "property_tax": {"type": "FLOAT64", "index": 199, "name": "property_tax", "comment": null}, "property_currency": {"type": "STRING", "index": 200, "name": "property_currency", "comment": null}, "property_user_id": {"type": "STRING", "index": 201, "name": "property_user_id", "comment": null}, "property_associate_id": {"type": "STRING", "index": 202, "name": "property_associate_id", "comment": null}, "property_placement": {"type": "STRING", "index": 203, "name": "property_placement", "comment": null}, "property_rating_value": {"type": "INT64", "index": 204, "name": "property_rating_value", "comment": null}, "property_rating_feedback_value": {"type": "STRING", "index": 205, "name": "property_rating_feedback_value", "comment": null}, "property_conversation_status": {"type": "STRING", "index": 206, "name": "property_conversation_status", "comment": null}, "property_exenta_cancellation_customer_appeasement": {"type": "BOOL", "index": 207, "name": "property_exenta_cancellation_customer_appeasement", "comment": null}, "property_results": {"type": "INT64", "index": 208, "name": "property_results", "comment": null}, "property_adgroup_id": {"type": "INT64", "index": 209, "name": "property_adgroup_id", "comment": null}, "property_campaign_id": {"type": "INT64", "index": 210, "name": "property_campaign_id", "comment": null}, "property_machine_open": {"type": "BOOL", "index": 211, "name": "property_machine_open", "comment": null}, "property_report_name": {"type": "STRING", "index": 212, "name": "property_report_name", "comment": null}, "property_lookback_days": {"type": "INT64", "index": 213, "name": "property_lookback_days", "comment": null}, "property_true_sku": {"type": "STRING", "index": 214, "name": "property_true_sku", "comment": null}, "property_merge_type": {"type": "STRING", "index": 215, "name": "property_merge_type", "comment": null}, "property_merge_date": {"type": "TIMESTAMP", "index": 216, "name": "property_merge_date", "comment": null}, "property_join_source": {"type": "STRING", "index": 217, "name": "property_join_source", "comment": null}, "property_from": {"type": "STRING", "index": 218, "name": "property_from", "comment": null}, "property_from_email": {"type": "STRING", "index": 219, "name": "property_from_email", "comment": null}, "property_body": {"type": "STRING", "index": 220, "name": "property_body", "comment": null}, "property_group_ids": {"type": "STRING", "index": 221, "name": "property_group_ids", "comment": null}, "property_mobile": {"type": "BOOL", "index": 222, "name": "property_mobile", "comment": null}, "property_phone": {"type": "STRING", "index": 223, "name": "property_phone", "comment": null}, "property_utm_source": {"type": "STRING", "index": 224, "name": "property_utm_source", "comment": null}, "property_utm_medium": {"type": "STRING", "index": 225, "name": "property_utm_medium", "comment": null}, "property_utm_campaign": {"type": "STRING", "index": 226, "name": "property_utm_campaign", "comment": null}, "property_utm_content": {"type": "STRING", "index": 227, "name": "property_utm_content", "comment": null}, "property_utm_term": {"type": "STRING", "index": 228, "name": "property_utm_term", "comment": null}, "property_attribute_upsell": {"type": "STRING", "index": 229, "name": "property_attribute_upsell", "comment": null}, "property_ga_client_id": {"type": "STRING", "index": 230, "name": "property_ga_client_id", "comment": null}, "property_ip": {"type": "STRING", "index": 231, "name": "property_ip", "comment": null}, "property_attribute_uuid": {"type": "STRING", "index": 232, "name": "property_attribute_uuid", "comment": null}, "property_attribute_bundle_id": {"type": "STRING", "index": 233, "name": "property_attribute_bundle_id", "comment": null}, "property_attribute_bundle_item_title": {"type": "STRING", "index": 234, "name": "property_attribute_bundle_item_title", "comment": null}, "property_attribute_bundle_title": {"type": "STRING", "index": 235, "name": "property_attribute_bundle_title", "comment": null}, "property_klaviyo_bounce_category": {"type": "STRING", "index": 236, "name": "property_klaviyo_bounce_category", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__event_tmp"}, "model.klaviyo_source.stg_klaviyo__flow": {"metadata": {"type": "table", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__flow", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "flow_id": {"type": "STRING", "index": 2, "name": "flow_id", "comment": null}, "flow_name": {"type": "STRING", "index": 3, "name": "flow_name", "comment": null}, "status": {"type": "STRING", "index": 4, "name": "status", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 5, "name": "updated_at", "comment": null}, "is_archived": {"type": "BOOL", "index": 6, "name": "is_archived", "comment": null}, "trigger_type": {"type": "STRING", "index": 7, "name": "trigger_type", "comment": null}, "source_relation": {"type": "STRING", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 51, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3169, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__flow"}, "model.klaviyo_source.stg_klaviyo__flow_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__flow_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created": {"type": "TIMESTAMP", "index": 4, "name": "created", "comment": null}, "customer_filter": {"type": "STRING", "index": 5, "name": "customer_filter", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "status": {"type": "STRING", "index": 7, "name": "status", "comment": null}, "trigger": {"type": "STRING", "index": 8, "name": "trigger", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 9, "name": "updated", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__flow_tmp"}, "model.klaviyo_source.stg_klaviyo__metric": {"metadata": {"type": "table", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__metric", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "metric_id": {"type": "STRING", "index": 2, "name": "metric_id", "comment": null}, "integration_id": {"type": "STRING", "index": 3, "name": "integration_id", "comment": null}, "integration_name": {"type": "STRING", "index": 4, "name": "integration_name", "comment": null}, "integration_category": {"type": "STRING", "index": 5, "name": "integration_category", "comment": null}, "metric_name": {"type": "STRING", "index": 6, "name": "metric_name", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 7, "name": "updated_at", "comment": null}, "source_relation": {"type": "STRING", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 431, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 26537, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__metric"}, "model.klaviyo_source.stg_klaviyo__metric_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__metric_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created": {"type": "TIMESTAMP", "index": 4, "name": "created", "comment": null}, "integration_id": {"type": "STRING", "index": 5, "name": "integration_id", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 7, "name": "updated", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__metric_tmp"}, "model.klaviyo_source.stg_klaviyo__person": {"metadata": {"type": "table", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__person", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"person_id": {"type": "STRING", "index": 1, "name": "person_id", "comment": null}, "address_1": {"type": "STRING", "index": 2, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 3, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 4, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 5, "name": "country", "comment": null}, "zip": {"type": "STRING", "index": 6, "name": "zip", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 7, "name": "created_at", "comment": null}, "email": {"type": "STRING", "index": 8, "name": "email", "comment": null}, "full_name": {"type": "STRING", "index": 9, "name": "full_name", "comment": null}, "latitude": {"type": "FLOAT64", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 11, "name": "longitude", "comment": null}, "organization": {"type": "STRING", "index": 12, "name": "organization", "comment": null}, "phone_number": {"type": "STRING", "index": 13, "name": "phone_number", "comment": null}, "region": {"type": "STRING", "index": 14, "name": "region", "comment": null}, "timezone": {"type": "STRING", "index": 15, "name": "timezone", "comment": null}, "title": {"type": "STRING", "index": 16, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 17, "name": "updated_at", "comment": null}, "last_event_date": {"type": "TIMESTAMP", "index": 18, "name": "last_event_date", "comment": null}, "source_relation": {"type": "STRING", "index": 19, "name": "source_relation", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 730129, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 109743129, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__person"}, "model.klaviyo_source.stg_klaviyo__person_tmp": {"metadata": {"type": "view", "schema": "zz_dbt_renee_stg_klaviyo", "name": "stg_klaviyo__person_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "STRING", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 6, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 7, "name": "country", "comment": null}, "created": {"type": "TIMESTAMP", "index": 8, "name": "created", "comment": null}, "custom_accepts_marketing": {"type": "BOOL", "index": 9, "name": "custom_accepts_marketing", "comment": null}, "custom_adset_name": {"type": "STRING", "index": 10, "name": "custom_adset_name", "comment": null}, "custom_birthday": {"type": "STRING", "index": 11, "name": "custom_birthday", "comment": null}, "custom_consent": {"type": "STRING", "index": 12, "name": "custom_consent", "comment": null}, "custom_consent_form_id": {"type": "STRING", "index": 13, "name": "custom_consent_form_id", "comment": null}, "custom_consent_form_version": {"type": "INT64", "index": 14, "name": "custom_consent_form_version", "comment": null}, "custom_consent_method": {"type": "STRING", "index": 15, "name": "custom_consent_method", "comment": null}, "custom_consent_timestamp": {"type": "STRING", "index": 16, "name": "custom_consent_timestamp", "comment": null}, "custom_email": {"type": "STRING", "index": 17, "name": "custom_email", "comment": null}, "custom_expected_date_of_next_order": {"type": "STRING", "index": 18, "name": "custom_expected_date_of_next_order", "comment": null}, "custom_facebook": {"type": "BOOL", "index": 19, "name": "custom_facebook", "comment": null}, "custom_first_purchase_date": {"type": "DATE", "index": 20, "name": "custom_first_purchase_date", "comment": null}, "custom_object": {"type": "STRING", "index": 21, "name": "custom_object", "comment": null}, "custom_shopify_tags": {"type": "STRING", "index": 22, "name": "custom_shopify_tags", "comment": null}, "custom_source": {"type": "STRING", "index": 23, "name": "custom_source", "comment": null}, "custom_welcome_series": {"type": "BOOL", "index": 24, "name": "custom_welcome_series", "comment": null}, "email": {"type": "STRING", "index": 25, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 26, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 27, "name": "last_name", "comment": null}, "latitude": {"type": "FLOAT64", "index": 28, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 29, "name": "longitude", "comment": null}, "organization": {"type": "STRING", "index": 30, "name": "organization", "comment": null}, "phone_number": {"type": "STRING", "index": 31, "name": "phone_number", "comment": null}, "region": {"type": "STRING", "index": 32, "name": "region", "comment": null}, "timezone": {"type": "STRING", "index": 33, "name": "timezone", "comment": null}, "title": {"type": "STRING", "index": 34, "name": "title", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 35, "name": "updated", "comment": null}, "zip": {"type": "STRING", "index": 36, "name": "zip", "comment": null}, "custom_children_birthday": {"type": "STRING", "index": 37, "name": "custom_children_birthday", "comment": null}, "custom_children_gender": {"type": "STRING", "index": 38, "name": "custom_children_gender", "comment": null}, "custom_due_date": {"type": "STRING", "index": 39, "name": "custom_due_date", "comment": null}, "custom_first_purchase_type": {"type": "STRING", "index": 40, "name": "custom_first_purchase_type", "comment": null}, "custom_number_of_children": {"type": "INT64", "index": 41, "name": "custom_number_of_children", "comment": null}, "custom_oldest_child_dow": {"type": "STRING", "index": 42, "name": "custom_oldest_child_dow", "comment": null}, "custom_status": {"type": "STRING", "index": 43, "name": "custom_status", "comment": null}, "custom_work": {"type": "STRING", "index": 44, "name": "custom_work", "comment": null}, "custom_zip": {"type": "STRING", "index": 45, "name": "custom_zip", "comment": null}, "custom_unengaged": {"type": "BOOL", "index": 46, "name": "custom_unengaged", "comment": null}, "custom_coupon": {"type": "STRING", "index": 47, "name": "custom_coupon", "comment": null}, "custom_sms_attentive_signup": {"type": "BOOL", "index": 48, "name": "custom_sms_attentive_signup", "comment": null}, "custom_time_stamp": {"type": "STRING", "index": 49, "name": "custom_time_stamp", "comment": null}, "custom_url": {"type": "STRING", "index": 50, "name": "custom_url", "comment": null}, "custom_id": {"type": "STRING", "index": 51, "name": "custom_id", "comment": null}, "custom_total_emails_opened": {"type": "INT64", "index": 52, "name": "custom_total_emails_opened", "comment": null}, "custom_total_emails_opened_ever": {"type": "INT64", "index": 53, "name": "custom_total_emails_opened_ever", "comment": null}, "custom_last_1_day_in_store_purchasers": {"type": "BOOL", "index": 54, "name": "custom_last_1_day_in_store_purchasers", "comment": null}, "custom_store_purchasers_test": {"type": "BOOL", "index": 55, "name": "custom_store_purchasers_test", "comment": null}, "custom_test_audience_klaviyo": {"type": "BOOL", "index": 56, "name": "custom_test_audience_klaviyo", "comment": null}, "custom_in_store_purchasers_from_2021_02_09": {"type": "BOOL", "index": 57, "name": "custom_in_store_purchasers_from_2021_02_09", "comment": null}, "custom_melrose_store_customers": {"type": "BOOL", "index": 58, "name": "custom_melrose_store_customers", "comment": null}, "custom_manhasset_store_customers": {"type": "BOOL", "index": 59, "name": "custom_manhasset_store_customers", "comment": null}, "custom_madison_ave_store_customers": {"type": "BOOL", "index": 60, "name": "custom_madison_ave_store_customers", "comment": null}, "custom_dallas_store_customers": {"type": "BOOL", "index": 61, "name": "custom_dallas_store_customers", "comment": null}, "custom_georgetown_store_customers": {"type": "BOOL", "index": 62, "name": "custom_georgetown_store_customers", "comment": null}, "custom_unique_list_product_category_purchased": {"type": "STRING", "index": 63, "name": "custom_unique_list_product_category_purchased", "comment": null}, "custom_most_frequent_product_category_purchased": {"type": "STRING", "index": 64, "name": "custom_most_frequent_product_category_purchased", "comment": null}, "custom_fillmore_store_customers": {"type": "BOOL", "index": 65, "name": "custom_fillmore_store_customers", "comment": null}, "custom_bal_harbour_store_customers": {"type": "BOOL", "index": 66, "name": "custom_bal_harbour_store_customers", "comment": null}, "custom_boston_store_customers": {"type": "BOOL", "index": 67, "name": "custom_boston_store_customers", "comment": null}, "custom_soho_store_customers": {"type": "BOOL", "index": 68, "name": "custom_soho_store_customers", "comment": null}, "custom_houston_store_customers": {"type": "BOOL", "index": 69, "name": "custom_houston_store_customers", "comment": null}, "custom_pacific_palisades_store_customers": {"type": "BOOL", "index": 70, "name": "custom_pacific_palisades_store_customers", "comment": null}, "custom_nantucket_store_customers": {"type": "BOOL", "index": 71, "name": "custom_nantucket_store_customers", "comment": null}, "custom_greenwich_store_customers": {"type": "BOOL", "index": 72, "name": "custom_greenwich_store_customers", "comment": null}, "custom_last_utm_medium": {"type": "STRING", "index": 73, "name": "custom_last_utm_medium", "comment": null}, "custom_last_order_timestamp": {"type": "TIMESTAMP", "index": 74, "name": "custom_last_order_timestamp", "comment": null}, "custom_first_utm_source": {"type": "STRING", "index": 75, "name": "custom_first_utm_source", "comment": null}, "custom_first_utm_medium": {"type": "STRING", "index": 76, "name": "custom_first_utm_medium", "comment": null}, "custom_first_order_timestamp": {"type": "TIMESTAMP", "index": 77, "name": "custom_first_order_timestamp", "comment": null}, "custom_last_website_page_viewed_timestamp": {"type": "TIMESTAMP", "index": 78, "name": "custom_last_website_page_viewed_timestamp", "comment": null}, "custom_top_20_k_spenders_all_time": {"type": "BOOL", "index": 79, "name": "custom_top_20_k_spenders_all_time", "comment": null}, "custom_net_sales": {"type": "INT64", "index": 80, "name": "custom_net_sales", "comment": null}, "custom_last_ecom_order_timestamp": {"type": "TIMESTAMP", "index": 81, "name": "custom_last_ecom_order_timestamp", "comment": null}, "custom_top_10_k_spenders_all_time": {"type": "BOOL", "index": 82, "name": "custom_top_10_k_spenders_all_time", "comment": null}, "custom_unique_list_store_s_purchased": {"type": "STRING", "index": 83, "name": "custom_unique_list_store_s_purchased", "comment": null}, "custom_last_in_store_order_timestamp": {"type": "TIMESTAMP", "index": 84, "name": "custom_last_in_store_order_timestamp", "comment": null}, "custom_lapsed_in_store_customers": {"type": "BOOL", "index": 85, "name": "custom_lapsed_in_store_customers", "comment": null}, "custom_segment_database_of_emails": {"type": "BOOL", "index": 86, "name": "custom_segment_database_of_emails", "comment": null}, "custom_in_store_purchasers": {"type": "BOOL", "index": 87, "name": "custom_in_store_purchasers", "comment": null}, "custom_top_10_k_ecom_only_spenders_all_time": {"type": "BOOL", "index": 88, "name": "custom_top_10_k_ecom_only_spenders_all_time", "comment": null}, "custom_lifetime_net_revenue": {"type": "INT64", "index": 89, "name": "custom_lifetime_net_revenue", "comment": null}, "custom_dw_ecom_recency_decile": {"type": "INT64", "index": 90, "name": "custom_dw_ecom_recency_decile", "comment": null}, "custom_dw_first_acquisition_type": {"type": "STRING", "index": 91, "name": "custom_dw_first_acquisition_type", "comment": null}, "custom_dw_last_purchase": {"type": "TIMESTAMP", "index": 92, "name": "custom_dw_last_purchase", "comment": null}, "custom_dw_total_transactions": {"type": "INT64", "index": 93, "name": "custom_dw_total_transactions", "comment": null}, "custom_dw_retail_recency_decile": {"type": "INT64", "index": 94, "name": "custom_dw_retail_recency_decile", "comment": null}, "custom_dw_net_quantity": {"type": "INT64", "index": 95, "name": "custom_dw_net_quantity", "comment": null}, "custom_dw_ecom_net_quantity": {"type": "INT64", "index": 96, "name": "custom_dw_ecom_net_quantity", "comment": null}, "custom_dw_last_ecom_purchase": {"type": "TIMESTAMP", "index": 97, "name": "custom_dw_last_ecom_purchase", "comment": null}, "custom_dw_retail_orders": {"type": "INT64", "index": 98, "name": "custom_dw_retail_orders", "comment": null}, "custom_dw_shopper_type": {"type": "STRING", "index": 99, "name": "custom_dw_shopper_type", "comment": null}, "custom_dw_retail_net_rev_decile": {"type": "INT64", "index": 100, "name": "custom_dw_retail_net_rev_decile", "comment": null}, "custom_dw_recency_decile": {"type": "INT64", "index": 101, "name": "custom_dw_recency_decile", "comment": null}, "custom_dw_first_purchase": {"type": "TIMESTAMP", "index": 102, "name": "custom_dw_first_purchase", "comment": null}, "custom_dw_ecom_orders": {"type": "INT64", "index": 103, "name": "custom_dw_ecom_orders", "comment": null}, "custom_dw_discount_pct": {"type": "FLOAT64", "index": 104, "name": "custom_dw_discount_pct", "comment": null}, "custom_dw_retail_net_quantity": {"type": "INT64", "index": 105, "name": "custom_dw_retail_net_quantity", "comment": null}, "custom_dw_previous_purchase": {"type": "TIMESTAMP", "index": 106, "name": "custom_dw_previous_purchase", "comment": null}, "custom_dw_lifetime_net_ordered": {"type": "FLOAT64", "index": 107, "name": "custom_dw_lifetime_net_ordered", "comment": null}, "custom_dw_lifetime_gross_ordered": {"type": "FLOAT64", "index": 108, "name": "custom_dw_lifetime_gross_ordered", "comment": null}, "custom_dw_last_retail_purchase": {"type": "TIMESTAMP", "index": 109, "name": "custom_dw_last_retail_purchase", "comment": null}, "custom_dw_ecom_net_rev_decile": {"type": "INT64", "index": 110, "name": "custom_dw_ecom_net_rev_decile", "comment": null}, "custom_dw_discount_shopper_type": {"type": "STRING", "index": 111, "name": "custom_dw_discount_shopper_type", "comment": null}, "custom_dw_net_rev_decile": {"type": "INT64", "index": 112, "name": "custom_dw_net_rev_decile", "comment": null}, "custom_dw_home_store": {"type": "INT64", "index": 113, "name": "custom_dw_home_store", "comment": null}, "custom_low_value_customers": {"type": "STRING", "index": 114, "name": "custom_low_value_customers", "comment": null}, "custom_high_value_omni_customers": {"type": "BOOL", "index": 115, "name": "custom_high_value_omni_customers", "comment": null}, "custom_has_purchased_2021_spring_collection": {"type": "BOOL", "index": 116, "name": "custom_has_purchased_2021_spring_collection", "comment": null}, "custom_2_do_you_follow_current_fashion_trends_": {"type": "STRING", "index": 117, "name": "custom_2_do_you_follow_current_fashion_trends_", "comment": null}, "custom_what_month_do_you_start_shopping_for_your_fall_wardrobe_": {"type": "STRING", "index": 118, "name": "custom_what_month_do_you_start_shopping_for_your_fall_wardrobe_", "comment": null}, "custom_score": {"type": "INT64", "index": 119, "name": "custom_score", "comment": null}, "custom_which_city_is_closest_to_you_": {"type": "STRING", "index": 120, "name": "custom_which_city_is_closest_to_you_", "comment": null}, "custom_now_that_we_seem_to_be_inching_closer_to_pre_pandemic_life_are_you_going_to_be_traveling_again_": {"type": "BOOL", "index": 121, "name": "custom_now_that_we_seem_to_be_inching_closer_to_pre_pandemic_life_are_you_going_to_be_traveling_again_", "comment": null}, "custom_do_you_typically_have_your_own_go_to_store_associate_": {"type": "STRING", "index": 122, "name": "custom_do_you_typically_have_your_own_go_to_store_associate_", "comment": null}, "custom_subscribed_to_list": {"type": "STRING", "index": 123, "name": "custom_subscribed_to_list", "comment": null}, "custom_are_you_going_back_to_an_office_": {"type": "STRING", "index": 124, "name": "custom_are_you_going_back_to_an_office_", "comment": null}, "custom_what_do_you_buy_most_often_from_veronica_beard_": {"type": "STRING", "index": 125, "name": "custom_what_do_you_buy_most_often_from_veronica_beard_", "comment": null}, "custom_what_other_brands_do_you_like_to_shop_": {"type": "STRING", "index": 126, "name": "custom_what_other_brands_do_you_like_to_shop_", "comment": null}, "custom_how_do_you_shop_": {"type": "STRING", "index": 127, "name": "custom_how_do_you_shop_", "comment": null}, "custom_what_is_the_one_piece_in_your_closet_that_you_can_t_live_without_": {"type": "STRING", "index": 128, "name": "custom_what_is_the_one_piece_in_your_closet_that_you_can_t_live_without_", "comment": null}, "custom_what_month_do_you_start_shopping_for_holiday_": {"type": "STRING", "index": 129, "name": "custom_what_month_do_you_start_shopping_for_holiday_", "comment": null}, "custom_what_month_do_you_start_shopping_for_your_spring_wardrobe_": {"type": "STRING", "index": 130, "name": "custom_what_month_do_you_start_shopping_for_your_spring_wardrobe_", "comment": null}, "custom_do_you_ever_buy_veronica_beard_as_a_gift_for_someone_": {"type": "STRING", "index": 131, "name": "custom_do_you_ever_buy_veronica_beard_as_a_gift_for_someone_", "comment": null}, "custom_1_which_of_the_following_influences_your_decision_to_purchase_the_most_rank_in_order_of_importance_": {"type": "STRING", "index": 132, "name": "custom_1_which_of_the_following_influences_your_decision_to_purchase_the_most_rank_in_order_of_importance_", "comment": null}, "custom_what_do_you_spend_on_the_most_": {"type": "STRING", "index": 133, "name": "custom_what_do_you_spend_on_the_most_", "comment": null}, "custom_quickwhat_comes_to_mind_when_you_think_of_veronica_beard_select_up_to_5_that_apply_": {"type": "STRING", "index": 134, "name": "custom_quickwhat_comes_to_mind_when_you_think_of_veronica_beard_select_up_to_5_that_apply_", "comment": null}, "custom_when_": {"type": "STRING", "index": 135, "name": "custom_when_", "comment": null}, "custom_are_you_excited_to_get_dressed_up_again_": {"type": "STRING", "index": 136, "name": "custom_are_you_excited_to_get_dressed_up_again_", "comment": null}, "custom_1_what_is_inspiring_you_to_shop_now_": {"type": "STRING", "index": 137, "name": "custom_1_what_is_inspiring_you_to_shop_now_", "comment": null}, "custom_what_percent_of_your_closet_is_veronica_beard_": {"type": "STRING", "index": 138, "name": "custom_what_percent_of_your_closet_is_veronica_beard_", "comment": null}, "custom_do_you_come_to_veronica_beard_to_buy_entire_outfits_or_key_items_": {"type": "STRING", "index": 139, "name": "custom_do_you_come_to_veronica_beard_to_buy_entire_outfits_or_key_items_", "comment": null}, "custom_how_likely_are_you_to_recommend_veronica_beard_to_your_friends_": {"type": "STRING", "index": 140, "name": "custom_how_likely_are_you_to_recommend_veronica_beard_to_your_friends_", "comment": null}, "custom_what_inspires_you_to_shop_in_a_store_": {"type": "STRING", "index": 141, "name": "custom_what_inspires_you_to_shop_in_a_store_", "comment": null}, "custom_are_you_an_online_shopper_or_store_shopper_": {"type": "STRING", "index": 142, "name": "custom_are_you_an_online_shopper_or_store_shopper_", "comment": null}, "custom_what_do_you_like_about_the_in_store_experience_": {"type": "STRING", "index": 143, "name": "custom_what_do_you_like_about_the_in_store_experience_", "comment": null}, "custom_what_are_you_most_excited_to_buy_for_fall_": {"type": "STRING", "index": 144, "name": "custom_what_are_you_most_excited_to_buy_for_fall_", "comment": null}, "custom_what_s_your_next_trip_": {"type": "STRING", "index": 145, "name": "custom_what_s_your_next_trip_", "comment": null}, "custom_how_did_you_first_find_out_about_veronica_beard_": {"type": "STRING", "index": 146, "name": "custom_how_did_you_first_find_out_about_veronica_beard_", "comment": null}, "custom_for_whom_and_why_": {"type": "STRING", "index": 147, "name": "custom_for_whom_and_why_", "comment": null}, "custom_please_confirm_your_email_address_to_enter_to_win_one_of_three_750_gift_cards_": {"type": "STRING", "index": 148, "name": "custom_please_confirm_your_email_address_to_enter_to_win_one_of_three_750_gift_cards_", "comment": null}, "custom_just_between_us_whats_your_age_": {"type": "STRING", "index": 149, "name": "custom_just_between_us_whats_your_age_", "comment": null}, "custom_has_purchased_2020_spring_collection": {"type": "BOOL", "index": 150, "name": "custom_has_purchased_2020_spring_collection", "comment": null}, "custom_what_inspires_you_to_shop_online_": {"type": "STRING", "index": 151, "name": "custom_what_inspires_you_to_shop_online_", "comment": null}, "custom_where_do_you_see_yourself_shopping_this_fall_": {"type": "STRING", "index": 152, "name": "custom_where_do_you_see_yourself_shopping_this_fall_", "comment": null}, "custom_what_is_your_source_of_inspiration_": {"type": "STRING", "index": 153, "name": "custom_what_is_your_source_of_inspiration_", "comment": null}, "custom_please_specify": {"type": "STRING", "index": 154, "name": "custom_please_specify", "comment": null}, "custom_latest_shipping_delivered_date": {"type": "TIMESTAMP", "index": 155, "name": "custom_latest_shipping_delivered_date", "comment": null}, "custom_count_of_amex_coupon_code_used_in_2021_spring_campaign": {"type": "INT64", "index": 156, "name": "custom_count_of_amex_coupon_code_used_in_2021_spring_campaign", "comment": null}, "custom_latest_cancel_reason_type": {"type": "STRING", "index": 157, "name": "custom_latest_cancel_reason_type", "comment": null}, "custom_aov_year_2021_higher_than_800_dollars": {"type": "BOOL", "index": 158, "name": "custom_aov_year_2021_higher_than_800_dollars", "comment": null}, "custom_exchange_id": {"type": "STRING", "index": 159, "name": "custom_exchange_id", "comment": null}, "custom_spring_2021_amex_customers_with_unique_purchase": {"type": "BOOL", "index": 160, "name": "custom_spring_2021_amex_customers_with_unique_purchase", "comment": null}, "custom_southampton_store_customers": {"type": "BOOL", "index": 161, "name": "custom_southampton_store_customers", "comment": null}, "custom_chicago_store_customers": {"type": "BOOL", "index": 162, "name": "custom_chicago_store_customers", "comment": null}, "custom_j_o_amex_customers_spring_amex_2021_unique_purchasers_mc_8_wi": {"type": "BOOL", "index": 163, "name": "custom_j_o_amex_customers_spring_amex_2021_unique_purchasers_mc_8_wi", "comment": null}, "custom_address": {"type": "STRING", "index": 164, "name": "custom_address", "comment": null}, "custom_fall_3_ecomm_video_vs_ecomm_static_on_collection_pages": {"type": "STRING", "index": 165, "name": "custom_fall_3_ecomm_video_vs_ecomm_static_on_collection_pages", "comment": null}, "custom_homepage_product_recs": {"type": "STRING", "index": 166, "name": "custom_homepage_product_recs", "comment": null}, "custom_mobile_pdp_size_drawer_ux": {"type": "STRING", "index": 167, "name": "custom_mobile_pdp_size_drawer_ux", "comment": null}, "custom_name": {"type": "STRING", "index": 168, "name": "custom_name", "comment": null}, "custom_experiment_id": {"type": "STRING", "index": 169, "name": "custom_experiment_id", "comment": null}, "custom_scarcity_test_v_2": {"type": "STRING", "index": 170, "name": "custom_scarcity_test_v_2", "comment": null}, "custom_no_results_page_product_recs": {"type": "STRING", "index": 171, "name": "custom_no_results_page_product_recs", "comment": null}, "custom_video_on_collection_pages": {"type": "STRING", "index": 172, "name": "custom_video_on_collection_pages", "comment": null}, "custom_exenta_latest_cancel_reason": {"type": "STRING", "index": 173, "name": "custom_exenta_latest_cancel_reason", "comment": null}, "custom_back_to_work_email_campaign": {"type": "BOOL", "index": 174, "name": "custom_back_to_work_email_campaign", "comment": null}, "custom_exenta_latest_cancel_date": {"type": "TIMESTAMP", "index": 175, "name": "custom_exenta_latest_cancel_date", "comment": null}, "custom_exposing_filters_on_collection_pages": {"type": "STRING", "index": 176, "name": "custom_exposing_filters_on_collection_pages", "comment": null}, "custom_swim_vs_coverup_verbiage_in_nav": {"type": "STRING", "index": 177, "name": "custom_swim_vs_coverup_verbiage_in_nav", "comment": null}, "custom_desktop_pdp_favorite_icon": {"type": "STRING", "index": 178, "name": "custom_desktop_pdp_favorite_icon", "comment": null}, "custom_variation_name_handle": {"type": "STRING", "index": 179, "name": "custom_variation_name_handle", "comment": null}, "custom_pdp_favorite_icon": {"type": "STRING", "index": 180, "name": "custom_pdp_favorite_icon", "comment": null}, "custom_wip_pdp_recs_aug_2021_": {"type": "STRING", "index": 181, "name": "custom_wip_pdp_recs_aug_2021_", "comment": null}, "custom_intl_visitors_hidden_service_info": {"type": "STRING", "index": 182, "name": "custom_intl_visitors_hidden_service_info", "comment": null}, "custom_intl_hide_customer_service_info": {"type": "STRING", "index": 183, "name": "custom_intl_hide_customer_service_info", "comment": null}, "custom_added_md_product_to_cart_past_30_days_but_hasn_t_placed_an_order": {"type": "BOOL", "index": 184, "name": "custom_added_md_product_to_cart_past_30_days_but_hasn_t_placed_an_order", "comment": null}, "custom_pdp_recs_september_2021_": {"type": "STRING", "index": 185, "name": "custom_pdp_recs_september_2021_", "comment": null}, "custom_default_address": {"type": "STRING", "index": 186, "name": "custom_default_address", "comment": null}, "custom_dw_customer_type": {"type": "STRING", "index": 187, "name": "custom_dw_customer_type", "comment": null}, "custom_dw_is_md_customer": {"type": "BOOL", "index": 188, "name": "custom_dw_is_md_customer", "comment": null}, "custom_exenta_cancellation_customer_appeasement": {"type": "BOOL", "index": 189, "name": "custom_exenta_cancellation_customer_appeasement", "comment": null}, "custom_mini_cart_v_notification": {"type": "STRING", "index": 190, "name": "custom_mini_cart_v_notification", "comment": null}, "custom_desktop_mini_cart_slide_out": {"type": "STRING", "index": 191, "name": "custom_desktop_mini_cart_slide_out", "comment": null}, "custom_desktop_pdp_mini_cart_slide_out": {"type": "STRING", "index": 192, "name": "custom_desktop_pdp_mini_cart_slide_out", "comment": null}, "custom_v_2_pdp_recs_october_2021_": {"type": "STRING", "index": 193, "name": "custom_v_2_pdp_recs_october_2021_", "comment": null}, "custom_desktop_plp_mini_cart_slide_out": {"type": "STRING", "index": 194, "name": "custom_desktop_plp_mini_cart_slide_out", "comment": null}, "custom_creative_id": {"type": "INT64", "index": 195, "name": "custom_creative_id", "comment": null}, "custom_phone": {"type": "STRING", "index": 196, "name": "custom_phone", "comment": null}, "custom_google_lead_form_submitted": {"type": "BOOL", "index": 197, "name": "custom_google_lead_form_submitted", "comment": null}, "custom_international_hide_customer_service_info": {"type": "STRING", "index": 198, "name": "custom_international_hide_customer_service_info", "comment": null}, "custom_geo_target_store_location": {"type": "STRING", "index": 199, "name": "custom_geo_target_store_location", "comment": null}, "custom_10_29_new_nsr_date": {"type": "STRING", "index": 200, "name": "custom_10_29_new_nsr_date", "comment": null}, "custom_10_29_order_number": {"type": "INT64", "index": 201, "name": "custom_10_29_order_number", "comment": null}, "custom_10_29_style_name": {"type": "STRING", "index": 202, "name": "custom_10_29_style_name", "comment": null}, "custom_undefined": {"type": "STRING", "index": 203, "name": "custom_undefined", "comment": null}, "custom_facebook_lead_generation_campaign_subscribers": {"type": "BOOL", "index": 204, "name": "custom_facebook_lead_generation_campaign_subscribers", "comment": null}, "custom_12_13_order_number_coralee": {"type": "STRING", "index": 205, "name": "custom_12_13_order_number_coralee", "comment": null}, "custom_12_13_order_number_shoes": {"type": "INT64", "index": 206, "name": "custom_12_13_order_number_shoes", "comment": null}, "custom_12_13_style_name_shoes": {"type": "STRING", "index": 207, "name": "custom_12_13_style_name_shoes", "comment": null}, "custom_join_source": {"type": "STRING", "index": 208, "name": "custom_join_source", "comment": null}, "custom_dw_2_customer_type": {"type": "STRING", "index": 209, "name": "custom_dw_2_customer_type", "comment": null}, "custom_dw_2_ecom_customer_type": {"type": "STRING", "index": 210, "name": "custom_dw_2_ecom_customer_type", "comment": null}, "custom_dw_2_channel_loyalty_name": {"type": "STRING", "index": 211, "name": "custom_dw_2_channel_loyalty_name", "comment": null}, "custom_dw_2_store_loyalty_name": {"type": "STRING", "index": 212, "name": "custom_dw_2_store_loyalty_name", "comment": null}, "custom_dw_2_shopper_type": {"type": "STRING", "index": 213, "name": "custom_dw_2_shopper_type", "comment": null}, "custom_dw_2_retail_customer_type": {"type": "STRING", "index": 214, "name": "custom_dw_2_retail_customer_type", "comment": null}, "custom_dw_2_first_purchase_store_name": {"type": "STRING", "index": 215, "name": "custom_dw_2_first_purchase_store_name", "comment": null}, "custom_dw_2_customer_profile_type": {"type": "STRING", "index": 216, "name": "custom_dw_2_customer_profile_type", "comment": null}, "custom_dw_2_first_acquisition_type": {"type": "STRING", "index": 217, "name": "custom_dw_2_first_acquisition_type", "comment": null}, "custom_dw_2_is_canadian_customer": {"type": "BOOL", "index": 218, "name": "custom_dw_2_is_canadian_customer", "comment": null}, "custom_3_25_order_number_coralee": {"type": "INT64", "index": 219, "name": "custom_3_25_order_number_coralee", "comment": null}, "custom_5_2_order_number_coralee": {"type": "INT64", "index": 220, "name": "custom_5_2_order_number_coralee", "comment": null}, "custom_2_17_order_number_coralee": {"type": "INT64", "index": 221, "name": "custom_2_17_order_number_coralee", "comment": null}, "custom_dw_2_lifetime_net_ordered": {"type": "FLOAT64", "index": 222, "name": "custom_dw_2_lifetime_net_ordered", "comment": null}, "custom_dw_2_net_rev_decile": {"type": "INT64", "index": 223, "name": "custom_dw_2_net_rev_decile", "comment": null}, "custom_last_name": {"type": "STRING", "index": 224, "name": "custom_last_name", "comment": null}, "custom_in_store_address": {"type": "STRING", "index": 225, "name": "custom_in_store_address", "comment": null}, "custom_in_store_email_opt_in": {"type": "BOOL", "index": 226, "name": "custom_in_store_email_opt_in", "comment": null}, "custom_in_store_phone_opt_in": {"type": "BOOL", "index": 227, "name": "custom_in_store_phone_opt_in", "comment": null}, "custom_in_store_physical_mail_opt_in": {"type": "BOOL", "index": 228, "name": "custom_in_store_physical_mail_opt_in", "comment": null}, "custom_first_name": {"type": "STRING", "index": 229, "name": "custom_first_name", "comment": null}, "custom_ad_group_id": {"type": "INT64", "index": 230, "name": "custom_ad_group_id", "comment": null}, "custom_ad_name": {"type": "STRING", "index": 231, "name": "custom_ad_name", "comment": null}, "custom_campaign_name": {"type": "STRING", "index": 232, "name": "custom_campaign_name", "comment": null}, "custom_page_id": {"type": "INT64", "index": 233, "name": "custom_page_id", "comment": null}, "custom_form_id": {"type": "INT64", "index": 234, "name": "custom_form_id", "comment": null}, "custom_campaign_id": {"type": "INT64", "index": 235, "name": "custom_campaign_id", "comment": null}, "custom_ad_set_id": {"type": "INT64", "index": 236, "name": "custom_ad_set_id", "comment": null}, "custom_ad_group_name": {"type": "STRING", "index": 237, "name": "custom_ad_group_name", "comment": null}, "custom_ad_set_name": {"type": "STRING", "index": 238, "name": "custom_ad_set_name", "comment": null}, "custom_form_name": {"type": "STRING", "index": 239, "name": "custom_form_name", "comment": null}, "custom_ad_id": {"type": "INT64", "index": 240, "name": "custom_ad_id", "comment": null}, "custom_dw_2_status": {"type": "STRING", "index": 241, "name": "custom_dw_2_status", "comment": null}, "custom_dw_2_lifetime_orders": {"type": "INT64", "index": 242, "name": "custom_dw_2_lifetime_orders", "comment": null}, "custom_dw_2_lifetime_ecom_orders": {"type": "INT64", "index": 243, "name": "custom_dw_2_lifetime_ecom_orders", "comment": null}, "custom_dw_2_lifetime_order_quantity": {"type": "INT64", "index": 244, "name": "custom_dw_2_lifetime_order_quantity", "comment": null}, "custom_dw_2_lifetime_retail_orders": {"type": "INT64", "index": 245, "name": "custom_dw_2_lifetime_retail_orders", "comment": null}, "custom_historical_import": {"type": "BOOL", "index": 246, "name": "custom_historical_import", "comment": null}, "custom_ga_client_id": {"type": "STRING", "index": 247, "name": "custom_ga_client_id", "comment": null}, "custom_anonymous_id": {"type": "STRING", "index": 248, "name": "custom_anonymous_id", "comment": null}, "custom_user_id": {"type": "STRING", "index": 249, "name": "custom_user_id", "comment": null}, "custom_method_id": {"type": "STRING", "index": 250, "name": "custom_method_id", "comment": null}, "custom_method_type": {"type": "STRING", "index": 251, "name": "custom_method_type", "comment": null}, "custom_consent_version": {"type": "STRING", "index": 252, "name": "custom_consent_version", "comment": null}, "custom_sms_consent_method": {"type": "INT64", "index": 253, "name": "custom_sms_consent_method", "comment": null}, "custom_display_name": {"type": "STRING", "index": 254, "name": "custom_display_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__person_tmp"}, "model.klaviyo.klaviyo__campaigns": {"metadata": {"type": "table", "schema": "zz_dbt_renee_klaviyo", "name": "klaviyo__campaigns", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"campaign_type": {"type": "STRING", "index": 1, "name": "campaign_type", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "email_template_id": {"type": "STRING", "index": 3, "name": "email_template_id", "comment": null}, "from_email": {"type": "STRING", "index": 4, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 5, "name": "from_name", "comment": null}, "campaign_id": {"type": "STRING", "index": 6, "name": "campaign_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 7, "name": "campaign_name", "comment": null}, "scheduled_to_send_at": {"type": "TIMESTAMP", "index": 8, "name": "scheduled_to_send_at", "comment": null}, "sent_at": {"type": "TIMESTAMP", "index": 9, "name": "sent_at", "comment": null}, "status": {"type": "STRING", "index": 10, "name": "status", "comment": null}, "status_id": {"type": "STRING", "index": 11, "name": "status_id", "comment": null}, "subject": {"type": "STRING", "index": 12, "name": "subject", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}, "is_archived": {"type": "BOOL", "index": 14, "name": "is_archived", "comment": null}, "scheduled_at": {"type": "TIMESTAMP", "index": 15, "name": "scheduled_at", "comment": null}, "source_relation": {"type": "STRING", "index": 16, "name": "source_relation", "comment": null}, "variation_id": {"type": "STRING", "index": 17, "name": "variation_id", "comment": null}, "total_count_unique_people": {"type": "INT64", "index": 18, "name": "total_count_unique_people", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 19, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 20, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "NUMERIC", "index": 21, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "NUMERIC", "index": 22, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "NUMERIC", "index": 23, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "NUMERIC", "index": 24, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 25, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "INT64", "index": 26, "name": "count_active_on_site", "comment": null}, "unique_count_active_on_site": {"type": "INT64", "index": 27, "name": "unique_count_active_on_site", "comment": null}, "count_viewed_product": {"type": "INT64", "index": 28, "name": "count_viewed_product", "comment": null}, "unique_count_viewed_product": {"type": "INT64", "index": 29, "name": "unique_count_viewed_product", "comment": null}, "count_ordered_product": {"type": "INT64", "index": 30, "name": "count_ordered_product", "comment": null}, "unique_count_ordered_product": {"type": "INT64", "index": 31, "name": "unique_count_ordered_product", "comment": null}, "count_placed_order": {"type": "INT64", "index": 32, "name": "count_placed_order", "comment": null}, "unique_count_placed_order": {"type": "INT64", "index": 33, "name": "unique_count_placed_order", "comment": null}, "count_refunded_order": {"type": "INT64", "index": 34, "name": "count_refunded_order", "comment": null}, "unique_count_refunded_order": {"type": "INT64", "index": 35, "name": "unique_count_refunded_order", "comment": null}, "count_received_email": {"type": "INT64", "index": 36, "name": "count_received_email", "comment": null}, "unique_count_received_email": {"type": "INT64", "index": 37, "name": "unique_count_received_email", "comment": null}, "count_clicked_email": {"type": "INT64", "index": 38, "name": "count_clicked_email", "comment": null}, "unique_count_clicked_email": {"type": "INT64", "index": 39, "name": "unique_count_clicked_email", "comment": null}, "count_opened_email": {"type": "INT64", "index": 40, "name": "count_opened_email", "comment": null}, "unique_count_opened_email": {"type": "INT64", "index": 41, "name": "unique_count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "INT64", "index": 42, "name": "count_marked_email_as_spam", "comment": null}, "unique_count_marked_email_as_spam": {"type": "INT64", "index": 43, "name": "unique_count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "INT64", "index": 44, "name": "count_unsubscribed", "comment": null}, "unique_count_unsubscribed": {"type": "INT64", "index": 45, "name": "unique_count_unsubscribed", "comment": null}, "count_received_sms": {"type": "INT64", "index": 46, "name": "count_received_sms", "comment": null}, "unique_count_received_sms": {"type": "INT64", "index": 47, "name": "unique_count_received_sms", "comment": null}, "count_clicked_sms": {"type": "INT64", "index": 48, "name": "count_clicked_sms", "comment": null}, "unique_count_clicked_sms": {"type": "INT64", "index": 49, "name": "unique_count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "INT64", "index": 50, "name": "count_sent_sms", "comment": null}, "unique_count_sent_sms": {"type": "INT64", "index": 51, "name": "unique_count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "INT64", "index": 52, "name": "count_unsubscribed_from_sms", "comment": null}, "unique_count_unsubscribed_from_sms": {"type": "INT64", "index": 53, "name": "unique_count_unsubscribed_from_sms", "comment": null}, "campaign_variation_key": {"type": "STRING", "index": 54, "name": "campaign_variation_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2187, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1205076, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__campaigns"}, "model.klaviyo.klaviyo__events": {"metadata": {"type": "table", "schema": "zz_dbt_renee_klaviyo", "name": "klaviyo__events", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"variation_id": {"type": "STRING", "index": 1, "name": "variation_id", "comment": null}, "campaign_id": {"type": "STRING", "index": 2, "name": "campaign_id", "comment": null}, "occurred_at": {"type": "TIMESTAMP", "index": 3, "name": "occurred_at", "comment": null}, "flow_id": {"type": "STRING", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "STRING", "index": 5, "name": "flow_message_id", "comment": null}, "event_id": {"type": "STRING", "index": 6, "name": "event_id", "comment": null}, "metric_id": {"type": "STRING", "index": 7, "name": "metric_id", "comment": null}, "person_id": {"type": "STRING", "index": 8, "name": "person_id", "comment": null}, "uuid": {"type": "STRING", "index": 9, "name": "uuid", "comment": null}, "numeric_value": {"type": "NUMERIC", "index": 10, "name": "numeric_value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 12, "name": "source_relation", "comment": null}, "occurred_on": {"type": "DATE", "index": 13, "name": "occurred_on", "comment": null}, "unique_event_id": {"type": "STRING", "index": 14, "name": "unique_event_id", "comment": null}, "touch_id": {"type": "STRING", "index": 15, "name": "touch_id", "comment": null}, "touch_type": {"type": "STRING", "index": 16, "name": "touch_type", "comment": null}, "type": {"type": "STRING", "index": 17, "name": "type", "comment": null}, "last_touch_campaign_id": {"type": "STRING", "index": 18, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "STRING", "index": 19, "name": "last_touch_flow_id", "comment": null}, "last_touch_at": {"type": "TIMESTAMP", "index": 20, "name": "last_touch_at", "comment": null}, "last_touch_event_type": {"type": "STRING", "index": 21, "name": "last_touch_event_type", "comment": null}, "last_touch_type": {"type": "STRING", "index": 22, "name": "last_touch_type", "comment": null}, "campaign_name": {"type": "STRING", "index": 23, "name": "campaign_name", "comment": null}, "campaign_type": {"type": "STRING", "index": 24, "name": "campaign_type", "comment": null}, "campaign_subject_line": {"type": "STRING", "index": 25, "name": "campaign_subject_line", "comment": null}, "flow_name": {"type": "STRING", "index": 26, "name": "flow_name", "comment": null}, "person_city": {"type": "STRING", "index": 27, "name": "person_city", "comment": null}, "person_country": {"type": "STRING", "index": 28, "name": "person_country", "comment": null}, "person_region": {"type": "STRING", "index": 29, "name": "person_region", "comment": null}, "person_email": {"type": "STRING", "index": 30, "name": "person_email", "comment": null}, "person_timezone": {"type": "STRING", "index": 31, "name": "person_timezone", "comment": null}, "integration_id": {"type": "STRING", "index": 32, "name": "integration_id", "comment": null}, "integration_name": {"type": "STRING", "index": 33, "name": "integration_name", "comment": null}, "integration_category": {"type": "STRING", "index": 34, "name": "integration_category", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 371740083, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 136586175172, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "occurred_on", "include": true, "description": "The partitioning column for this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__events"}, "model.klaviyo.klaviyo__flows": {"metadata": {"type": "table", "schema": "zz_dbt_renee_klaviyo", "name": "klaviyo__flows", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "flow_id": {"type": "STRING", "index": 2, "name": "flow_id", "comment": null}, "flow_name": {"type": "STRING", "index": 3, "name": "flow_name", "comment": null}, "status": {"type": "STRING", "index": 4, "name": "status", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 5, "name": "updated_at", "comment": null}, "is_archived": {"type": "BOOL", "index": 6, "name": "is_archived", "comment": null}, "trigger_type": {"type": "STRING", "index": 7, "name": "trigger_type", "comment": null}, "source_relation": {"type": "STRING", "index": 8, "name": "source_relation", "comment": null}, "variation_id": {"type": "STRING", "index": 9, "name": "variation_id", "comment": null}, "total_count_unique_people": {"type": "INT64", "index": 10, "name": "total_count_unique_people", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 11, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 12, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "NUMERIC", "index": 13, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "NUMERIC", "index": 14, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "NUMERIC", "index": 15, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "NUMERIC", "index": 16, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 17, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "INT64", "index": 18, "name": "count_active_on_site", "comment": null}, "unique_count_active_on_site": {"type": "INT64", "index": 19, "name": "unique_count_active_on_site", "comment": null}, "count_viewed_product": {"type": "INT64", "index": 20, "name": "count_viewed_product", "comment": null}, "unique_count_viewed_product": {"type": "INT64", "index": 21, "name": "unique_count_viewed_product", "comment": null}, "count_ordered_product": {"type": "INT64", "index": 22, "name": "count_ordered_product", "comment": null}, "unique_count_ordered_product": {"type": "INT64", "index": 23, "name": "unique_count_ordered_product", "comment": null}, "count_placed_order": {"type": "INT64", "index": 24, "name": "count_placed_order", "comment": null}, "unique_count_placed_order": {"type": "INT64", "index": 25, "name": "unique_count_placed_order", "comment": null}, "count_refunded_order": {"type": "INT64", "index": 26, "name": "count_refunded_order", "comment": null}, "unique_count_refunded_order": {"type": "INT64", "index": 27, "name": "unique_count_refunded_order", "comment": null}, "count_received_email": {"type": "INT64", "index": 28, "name": "count_received_email", "comment": null}, "unique_count_received_email": {"type": "INT64", "index": 29, "name": "unique_count_received_email", "comment": null}, "count_clicked_email": {"type": "INT64", "index": 30, "name": "count_clicked_email", "comment": null}, "unique_count_clicked_email": {"type": "INT64", "index": 31, "name": "unique_count_clicked_email", "comment": null}, "count_opened_email": {"type": "INT64", "index": 32, "name": "count_opened_email", "comment": null}, "unique_count_opened_email": {"type": "INT64", "index": 33, "name": "unique_count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "INT64", "index": 34, "name": "count_marked_email_as_spam", "comment": null}, "unique_count_marked_email_as_spam": {"type": "INT64", "index": 35, "name": "unique_count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "INT64", "index": 36, "name": "count_unsubscribed", "comment": null}, "unique_count_unsubscribed": {"type": "INT64", "index": 37, "name": "unique_count_unsubscribed", "comment": null}, "count_received_sms": {"type": "INT64", "index": 38, "name": "count_received_sms", "comment": null}, "unique_count_received_sms": {"type": "INT64", "index": 39, "name": "unique_count_received_sms", "comment": null}, "count_clicked_sms": {"type": "INT64", "index": 40, "name": "count_clicked_sms", "comment": null}, "unique_count_clicked_sms": {"type": "INT64", "index": 41, "name": "unique_count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "INT64", "index": 42, "name": "count_sent_sms", "comment": null}, "unique_count_sent_sms": {"type": "INT64", "index": 43, "name": "unique_count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "INT64", "index": 44, "name": "count_unsubscribed_from_sms", "comment": null}, "unique_count_unsubscribed_from_sms": {"type": "INT64", "index": 45, "name": "unique_count_unsubscribed_from_sms", "comment": null}, "flow_variation_key": {"type": "STRING", "index": 46, "name": "flow_variation_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 51, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 19335, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__flows"}, "model.klaviyo.klaviyo__person_campaign_flow": {"metadata": {"type": "table", "schema": "zz_dbt_renee_klaviyo", "name": "klaviyo__person_campaign_flow", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"person_id": {"type": "STRING", "index": 1, "name": "person_id", "comment": null}, "last_touch_campaign_id": {"type": "STRING", "index": 2, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "STRING", "index": 3, "name": "last_touch_flow_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 4, "name": "campaign_name", "comment": null}, "flow_name": {"type": "STRING", "index": 5, "name": "flow_name", "comment": null}, "variation_id": {"type": "STRING", "index": 6, "name": "variation_id", "comment": null}, "source_relation": {"type": "STRING", "index": 7, "name": "source_relation", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 8, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 9, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "NUMERIC", "index": 10, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "NUMERIC", "index": 11, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "NUMERIC", "index": 12, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "NUMERIC", "index": 13, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 14, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "INT64", "index": 15, "name": "count_active_on_site", "comment": null}, "count_viewed_product": {"type": "INT64", "index": 16, "name": "count_viewed_product", "comment": null}, "count_ordered_product": {"type": "INT64", "index": 17, "name": "count_ordered_product", "comment": null}, "count_placed_order": {"type": "INT64", "index": 18, "name": "count_placed_order", "comment": null}, "count_refunded_order": {"type": "INT64", "index": 19, "name": "count_refunded_order", "comment": null}, "count_received_email": {"type": "INT64", "index": 20, "name": "count_received_email", "comment": null}, "count_clicked_email": {"type": "INT64", "index": 21, "name": "count_clicked_email", "comment": null}, "count_opened_email": {"type": "INT64", "index": 22, "name": "count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "INT64", "index": 23, "name": "count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "INT64", "index": 24, "name": "count_unsubscribed", "comment": null}, "count_received_sms": {"type": "INT64", "index": 25, "name": "count_received_sms", "comment": null}, "count_clicked_sms": {"type": "INT64", "index": 26, "name": "count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "INT64", "index": 27, "name": "count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "INT64", "index": 28, "name": "count_unsubscribed_from_sms", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 168734491, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 44945052765, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__person_campaign_flow"}, "model.klaviyo.klaviyo__persons": {"metadata": {"type": "table", "schema": "zz_dbt_renee_klaviyo", "name": "klaviyo__persons", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"person_id": {"type": "STRING", "index": 1, "name": "person_id", "comment": null}, "address_1": {"type": "STRING", "index": 2, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 3, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 4, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 5, "name": "country", "comment": null}, "zip": {"type": "STRING", "index": 6, "name": "zip", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 7, "name": "created_at", "comment": null}, "email": {"type": "STRING", "index": 8, "name": "email", "comment": null}, "full_name": {"type": "STRING", "index": 9, "name": "full_name", "comment": null}, "latitude": {"type": "FLOAT64", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 11, "name": "longitude", "comment": null}, "organization": {"type": "STRING", "index": 12, "name": "organization", "comment": null}, "phone_number": {"type": "STRING", "index": 13, "name": "phone_number", "comment": null}, "region": {"type": "STRING", "index": 14, "name": "region", "comment": null}, "timezone": {"type": "STRING", "index": 15, "name": "timezone", "comment": null}, "title": {"type": "STRING", "index": 16, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 17, "name": "updated_at", "comment": null}, "last_event_date": {"type": "TIMESTAMP", "index": 18, "name": "last_event_date", "comment": null}, "source_relation": {"type": "STRING", "index": 19, "name": "source_relation", "comment": null}, "count_total_campaigns": {"type": "INT64", "index": 20, "name": "count_total_campaigns", "comment": null}, "count_total_flows": {"type": "INT64", "index": 21, "name": "count_total_flows", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 22, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 23, "name": "last_event_at", "comment": null}, "first_campaign_touch_at": {"type": "TIMESTAMP", "index": 24, "name": "first_campaign_touch_at", "comment": null}, "last_campaign_touch_at": {"type": "TIMESTAMP", "index": 25, "name": "last_campaign_touch_at", "comment": null}, "first_flow_touch_at": {"type": "TIMESTAMP", "index": 26, "name": "first_flow_touch_at", "comment": null}, "last_flow_touch_at": {"type": "TIMESTAMP", "index": 27, "name": "last_flow_touch_at", "comment": null}, "total_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 28, "name": "total_sum_revenue_refunded_order", "comment": null}, "organic_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 29, "name": "organic_sum_revenue_refunded_order", "comment": null}, "total_sum_revenue_placed_order": {"type": "NUMERIC", "index": 30, "name": "total_sum_revenue_placed_order", "comment": null}, "organic_sum_revenue_placed_order": {"type": "NUMERIC", "index": 31, "name": "organic_sum_revenue_placed_order", "comment": null}, "total_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 32, "name": "total_sum_revenue_ordered_product", "comment": null}, "organic_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 33, "name": "organic_sum_revenue_ordered_product", "comment": null}, "total_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 34, "name": "total_sum_revenue_checkout_started", "comment": null}, "organic_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 35, "name": "organic_sum_revenue_checkout_started", "comment": null}, "total_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 36, "name": "total_sum_revenue_cancelled_order", "comment": null}, "organic_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 37, "name": "organic_sum_revenue_cancelled_order", "comment": null}, "total_count_active_on_site": {"type": "INT64", "index": 38, "name": "total_count_active_on_site", "comment": null}, "total_count_viewed_product": {"type": "INT64", "index": 39, "name": "total_count_viewed_product", "comment": null}, "total_count_ordered_product": {"type": "INT64", "index": 40, "name": "total_count_ordered_product", "comment": null}, "total_count_placed_order": {"type": "INT64", "index": 41, "name": "total_count_placed_order", "comment": null}, "total_count_refunded_order": {"type": "INT64", "index": 42, "name": "total_count_refunded_order", "comment": null}, "total_count_received_email": {"type": "INT64", "index": 43, "name": "total_count_received_email", "comment": null}, "total_count_clicked_email": {"type": "INT64", "index": 44, "name": "total_count_clicked_email", "comment": null}, "total_count_opened_email": {"type": "INT64", "index": 45, "name": "total_count_opened_email", "comment": null}, "total_count_marked_email_as_spam": {"type": "INT64", "index": 46, "name": "total_count_marked_email_as_spam", "comment": null}, "total_count_unsubscribed": {"type": "INT64", "index": 47, "name": "total_count_unsubscribed", "comment": null}, "total_count_received_sms": {"type": "INT64", "index": 48, "name": "total_count_received_sms", "comment": null}, "total_count_clicked_sms": {"type": "INT64", "index": 49, "name": "total_count_clicked_sms", "comment": null}, "total_count_sent_sms": {"type": "INT64", "index": 50, "name": "total_count_sent_sms", "comment": null}, "total_count_unsubscribed_from_sms": {"type": "INT64", "index": 51, "name": "total_count_unsubscribed_from_sms", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 730129, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 351706393, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__persons"}, "model.klaviyo.int_klaviyo__campaign_flow_metrics": {"metadata": {"type": "view", "schema": "zz_dbt_renee_int_klaviyo", "name": "int_klaviyo__campaign_flow_metrics", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"last_touch_campaign_id": {"type": "STRING", "index": 1, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "STRING", "index": 2, "name": "last_touch_flow_id", "comment": null}, "variation_id": {"type": "STRING", "index": 3, "name": "variation_id", "comment": null}, "source_relation": {"type": "STRING", "index": 4, "name": "source_relation", "comment": null}, "total_count_unique_people": {"type": "INT64", "index": 5, "name": "total_count_unique_people", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 6, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 7, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "NUMERIC", "index": 8, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "NUMERIC", "index": 9, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "NUMERIC", "index": 10, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "NUMERIC", "index": 11, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 12, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "INT64", "index": 13, "name": "count_active_on_site", "comment": null}, "unique_count_active_on_site": {"type": "INT64", "index": 14, "name": "unique_count_active_on_site", "comment": null}, "count_viewed_product": {"type": "INT64", "index": 15, "name": "count_viewed_product", "comment": null}, "unique_count_viewed_product": {"type": "INT64", "index": 16, "name": "unique_count_viewed_product", "comment": null}, "count_ordered_product": {"type": "INT64", "index": 17, "name": "count_ordered_product", "comment": null}, "unique_count_ordered_product": {"type": "INT64", "index": 18, "name": "unique_count_ordered_product", "comment": null}, "count_placed_order": {"type": "INT64", "index": 19, "name": "count_placed_order", "comment": null}, "unique_count_placed_order": {"type": "INT64", "index": 20, "name": "unique_count_placed_order", "comment": null}, "count_refunded_order": {"type": "INT64", "index": 21, "name": "count_refunded_order", "comment": null}, "unique_count_refunded_order": {"type": "INT64", "index": 22, "name": "unique_count_refunded_order", "comment": null}, "count_received_email": {"type": "INT64", "index": 23, "name": "count_received_email", "comment": null}, "unique_count_received_email": {"type": "INT64", "index": 24, "name": "unique_count_received_email", "comment": null}, "count_clicked_email": {"type": "INT64", "index": 25, "name": "count_clicked_email", "comment": null}, "unique_count_clicked_email": {"type": "INT64", "index": 26, "name": "unique_count_clicked_email", "comment": null}, "count_opened_email": {"type": "INT64", "index": 27, "name": "count_opened_email", "comment": null}, "unique_count_opened_email": {"type": "INT64", "index": 28, "name": "unique_count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "INT64", "index": 29, "name": "count_marked_email_as_spam", "comment": null}, "unique_count_marked_email_as_spam": {"type": "INT64", "index": 30, "name": "unique_count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "INT64", "index": 31, "name": "count_unsubscribed", "comment": null}, "unique_count_unsubscribed": {"type": "INT64", "index": 32, "name": "unique_count_unsubscribed", "comment": null}, "count_received_sms": {"type": "INT64", "index": 33, "name": "count_received_sms", "comment": null}, "unique_count_received_sms": {"type": "INT64", "index": 34, "name": "unique_count_received_sms", "comment": null}, "count_clicked_sms": {"type": "INT64", "index": 35, "name": "count_clicked_sms", "comment": null}, "unique_count_clicked_sms": {"type": "INT64", "index": 36, "name": "unique_count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "INT64", "index": 37, "name": "count_sent_sms", "comment": null}, "unique_count_sent_sms": {"type": "INT64", "index": 38, "name": "unique_count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "INT64", "index": 39, "name": "count_unsubscribed_from_sms", "comment": null}, "unique_count_unsubscribed_from_sms": {"type": "INT64", "index": 40, "name": "unique_count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.int_klaviyo__campaign_flow_metrics"}, "model.klaviyo.int_klaviyo__event_attribution": {"metadata": {"type": "table", "schema": "zz_dbt_renee_int_klaviyo", "name": "int_klaviyo__event_attribution", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"variation_id": {"type": "STRING", "index": 1, "name": "variation_id", "comment": null}, "campaign_id": {"type": "STRING", "index": 2, "name": "campaign_id", "comment": null}, "occurred_at": {"type": "TIMESTAMP", "index": 3, "name": "occurred_at", "comment": null}, "flow_id": {"type": "STRING", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "STRING", "index": 5, "name": "flow_message_id", "comment": null}, "event_id": {"type": "STRING", "index": 6, "name": "event_id", "comment": null}, "metric_id": {"type": "STRING", "index": 7, "name": "metric_id", "comment": null}, "person_id": {"type": "STRING", "index": 8, "name": "person_id", "comment": null}, "type": {"type": "STRING", "index": 9, "name": "type", "comment": null}, "uuid": {"type": "STRING", "index": 10, "name": "uuid", "comment": null}, "numeric_value": {"type": "NUMERIC", "index": 11, "name": "numeric_value", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "STRING", "index": 13, "name": "source_relation", "comment": null}, "occurred_on": {"type": "DATE", "index": 14, "name": "occurred_on", "comment": null}, "unique_event_id": {"type": "STRING", "index": 15, "name": "unique_event_id", "comment": null}, "touch_id": {"type": "STRING", "index": 16, "name": "touch_id", "comment": null}, "touch_type": {"type": "STRING", "index": 17, "name": "touch_type", "comment": null}, "touch_session": {"type": "INT64", "index": 18, "name": "touch_session", "comment": null}, "session_start_at": {"type": "TIMESTAMP", "index": 19, "name": "session_start_at", "comment": null}, "session_event_type": {"type": "STRING", "index": 20, "name": "session_event_type", "comment": null}, "last_touch_id": {"type": "STRING", "index": 21, "name": "last_touch_id", "comment": null}, "session_touch_type": {"type": "STRING", "index": 22, "name": "session_touch_type", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 371740083, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 87064800207, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "partitioning_type": {"id": "partitioning_type", "label": "Partitioned By", "value": "occurred_on", "include": true, "description": "The partitioning column for this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.int_klaviyo__event_attribution"}, "model.klaviyo.int_klaviyo__person_metrics": {"metadata": {"type": "view", "schema": "zz_dbt_renee_int_klaviyo", "name": "int_klaviyo__person_metrics", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"person_id": {"type": "STRING", "index": 1, "name": "person_id", "comment": null}, "source_relation": {"type": "STRING", "index": 2, "name": "source_relation", "comment": null}, "count_total_campaigns": {"type": "INT64", "index": 3, "name": "count_total_campaigns", "comment": null}, "count_total_flows": {"type": "INT64", "index": 4, "name": "count_total_flows", "comment": null}, "first_event_at": {"type": "TIMESTAMP", "index": 5, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "TIMESTAMP", "index": 6, "name": "last_event_at", "comment": null}, "first_campaign_touch_at": {"type": "TIMESTAMP", "index": 7, "name": "first_campaign_touch_at", "comment": null}, "last_campaign_touch_at": {"type": "TIMESTAMP", "index": 8, "name": "last_campaign_touch_at", "comment": null}, "first_flow_touch_at": {"type": "TIMESTAMP", "index": 9, "name": "first_flow_touch_at", "comment": null}, "last_flow_touch_at": {"type": "TIMESTAMP", "index": 10, "name": "last_flow_touch_at", "comment": null}, "total_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 11, "name": "total_sum_revenue_refunded_order", "comment": null}, "organic_sum_revenue_refunded_order": {"type": "NUMERIC", "index": 12, "name": "organic_sum_revenue_refunded_order", "comment": null}, "total_sum_revenue_placed_order": {"type": "NUMERIC", "index": 13, "name": "total_sum_revenue_placed_order", "comment": null}, "organic_sum_revenue_placed_order": {"type": "NUMERIC", "index": 14, "name": "organic_sum_revenue_placed_order", "comment": null}, "total_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 15, "name": "total_sum_revenue_ordered_product", "comment": null}, "organic_sum_revenue_ordered_product": {"type": "NUMERIC", "index": 16, "name": "organic_sum_revenue_ordered_product", "comment": null}, "total_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 17, "name": "total_sum_revenue_checkout_started", "comment": null}, "organic_sum_revenue_checkout_started": {"type": "NUMERIC", "index": 18, "name": "organic_sum_revenue_checkout_started", "comment": null}, "total_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 19, "name": "total_sum_revenue_cancelled_order", "comment": null}, "organic_sum_revenue_cancelled_order": {"type": "NUMERIC", "index": 20, "name": "organic_sum_revenue_cancelled_order", "comment": null}, "total_count_active_on_site": {"type": "INT64", "index": 21, "name": "total_count_active_on_site", "comment": null}, "total_count_viewed_product": {"type": "INT64", "index": 22, "name": "total_count_viewed_product", "comment": null}, "total_count_ordered_product": {"type": "INT64", "index": 23, "name": "total_count_ordered_product", "comment": null}, "total_count_placed_order": {"type": "INT64", "index": 24, "name": "total_count_placed_order", "comment": null}, "total_count_refunded_order": {"type": "INT64", "index": 25, "name": "total_count_refunded_order", "comment": null}, "total_count_received_email": {"type": "INT64", "index": 26, "name": "total_count_received_email", "comment": null}, "total_count_clicked_email": {"type": "INT64", "index": 27, "name": "total_count_clicked_email", "comment": null}, "total_count_opened_email": {"type": "INT64", "index": 28, "name": "total_count_opened_email", "comment": null}, "total_count_marked_email_as_spam": {"type": "INT64", "index": 29, "name": "total_count_marked_email_as_spam", "comment": null}, "total_count_unsubscribed": {"type": "INT64", "index": 30, "name": "total_count_unsubscribed", "comment": null}, "total_count_received_sms": {"type": "INT64", "index": 31, "name": "total_count_received_sms", "comment": null}, "total_count_clicked_sms": {"type": "INT64", "index": 32, "name": "total_count_clicked_sms", "comment": null}, "total_count_sent_sms": {"type": "INT64", "index": 33, "name": "total_count_sent_sms", "comment": null}, "total_count_unsubscribed_from_sms": {"type": "INT64", "index": 34, "name": "total_count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.int_klaviyo__person_metrics"}}, "sources": {"source.klaviyo_source.klaviyo.campaign": {"metadata": {"type": "table", "schema": "klaviyo", "name": "campaign", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "campaign_type": {"type": "STRING", "index": 4, "name": "campaign_type", "comment": null}, "created": {"type": "TIMESTAMP", "index": 5, "name": "created", "comment": null}, "email_template_id": {"type": "STRING", "index": 6, "name": "email_template_id", "comment": null}, "from_email": {"type": "STRING", "index": 7, "name": "from_email", "comment": null}, "from_name": {"type": "STRING", "index": 8, "name": "from_name", "comment": null}, "is_segmented": {"type": "BOOL", "index": 9, "name": "is_segmented", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "send_time": {"type": "TIMESTAMP", "index": 11, "name": "send_time", "comment": null}, "sent_at": {"type": "TIMESTAMP", "index": 12, "name": "sent_at", "comment": null}, "status": {"type": "STRING", "index": 13, "name": "status", "comment": null}, "status_id": {"type": "STRING", "index": 14, "name": "status_id", "comment": null}, "status_label": {"type": "STRING", "index": 15, "name": "status_label", "comment": null}, "subject": {"type": "STRING", "index": 16, "name": "subject", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 17, "name": "updated", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1397, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 279854, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.campaign"}, "source.klaviyo_source.klaviyo.event": {"metadata": {"type": "table", "schema": "klaviyo", "name": "event", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "_variation": {"type": "STRING", "index": 4, "name": "_variation", "comment": null}, "campaign_id": {"type": "STRING", "index": 5, "name": "campaign_id", "comment": null}, "datetime": {"type": "TIMESTAMP", "index": 6, "name": "datetime", "comment": null}, "flow_id": {"type": "STRING", "index": 7, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "STRING", "index": 8, "name": "flow_message_id", "comment": null}, "metric_id": {"type": "STRING", "index": 9, "name": "metric_id", "comment": null}, "person_id": {"type": "STRING", "index": 10, "name": "person_id", "comment": null}, "property_attribute_acadaca_color": {"type": "STRING", "index": 11, "name": "property_attribute_acadaca_color", "comment": null}, "property_attribute_acadaca_size": {"type": "STRING", "index": 12, "name": "property_attribute_acadaca_size", "comment": null}, "property_attribute_acadaca_sku": {"type": "STRING", "index": 13, "name": "property_attribute_acadaca_sku", "comment": null}, "property_collections": {"type": "STRING", "index": 14, "name": "property_collections", "comment": null}, "property_discount_codes": {"type": "STRING", "index": 15, "name": "property_discount_codes", "comment": null}, "property_extra": {"type": "STRING", "index": 16, "name": "property_extra", "comment": null}, "property_item_count": {"type": "INT64", "index": 17, "name": "property_item_count", "comment": null}, "property_items": {"type": "STRING", "index": 18, "name": "property_items", "comment": null}, "property_name": {"type": "STRING", "index": 19, "name": "property_name", "comment": null}, "property_quantity": {"type": "INT64", "index": 20, "name": "property_quantity", "comment": null}, "property_shipping_rate": {"type": "STRING", "index": 21, "name": "property_shipping_rate", "comment": null}, "property_sku": {"type": "STRING", "index": 22, "name": "property_sku", "comment": null}, "property_source_name": {"type": "STRING", "index": 23, "name": "property_source_name", "comment": null}, "property_tags": {"type": "STRING", "index": 24, "name": "property_tags", "comment": null}, "property_total_discounts": {"type": "FLOAT64", "index": 25, "name": "property_total_discounts", "comment": null}, "property_value": {"type": "FLOAT64", "index": 26, "name": "property_value", "comment": null}, "timestamp": {"type": "TIMESTAMP", "index": 27, "name": "timestamp", "comment": null}, "type": {"type": "STRING", "index": 28, "name": "type", "comment": null}, "uuid": {"type": "STRING", "index": 29, "name": "uuid", "comment": null}, "property_ad_group_id": {"type": "INT64", "index": 30, "name": "property_ad_group_id", "comment": null}, "property_ad_id": {"type": "STRING", "index": 31, "name": "property_ad_id", "comment": null}, "property_ad_name": {"type": "STRING", "index": 32, "name": "property_ad_name", "comment": null}, "property_adset_name": {"type": "STRING", "index": 33, "name": "property_adset_name", "comment": null}, "property_amount": {"type": "STRING", "index": 34, "name": "property_amount", "comment": null}, "property_attribute_card_message": {"type": "STRING", "index": 35, "name": "property_attribute_card_message", "comment": null}, "property_attribute_recipient_email": {"type": "STRING", "index": 36, "name": "property_attribute_recipient_email", "comment": null}, "property_attribute_recipient_name": {"type": "STRING", "index": 37, "name": "property_attribute_recipient_name", "comment": null}, "property_attribute_send_date": {"type": "STRING", "index": 38, "name": "property_attribute_send_date", "comment": null}, "property_attribute_senders_name": {"type": "STRING", "index": 39, "name": "property_attribute_senders_name", "comment": null}, "property_available": {"type": "BOOL", "index": 40, "name": "property_available", "comment": null}, "property_billing_info": {"type": "STRING", "index": 41, "name": "property_billing_info", "comment": null}, "property_bounce_type": {"type": "STRING", "index": 42, "name": "property_bounce_type", "comment": null}, "property_brand": {"type": "STRING", "index": 43, "name": "property_brand", "comment": null}, "property_browser": {"type": "STRING", "index": 44, "name": "property_browser", "comment": null}, "property_campaign_name": {"type": "STRING", "index": 45, "name": "property_campaign_name", "comment": null}, "property_card_message": {"type": "STRING", "index": 46, "name": "property_card_message", "comment": null}, "property_categories": {"type": "STRING", "index": 47, "name": "property_categories", "comment": null}, "property_client_canonical": {"type": "STRING", "index": 48, "name": "property_client_canonical", "comment": null}, "property_client_name": {"type": "STRING", "index": 49, "name": "property_client_name", "comment": null}, "property_client_os": {"type": "STRING", "index": 50, "name": "property_client_os", "comment": null}, "property_client_os_family": {"type": "STRING", "index": 51, "name": "property_client_os_family", "comment": null}, "property_client_type": {"type": "STRING", "index": 52, "name": "property_client_type", "comment": null}, "property_cohort_message_send_cohort": {"type": "STRING", "index": 53, "name": "property_cohort_message_send_cohort", "comment": null}, "property_cohort_variation_send_cohort": {"type": "STRING", "index": 54, "name": "property_cohort_variation_send_cohort", "comment": null}, "property_compare_at_price": {"type": "STRING", "index": 55, "name": "property_compare_at_price", "comment": null}, "property_created_at": {"type": "TIMESTAMP", "index": 56, "name": "property_created_at", "comment": null}, "property_discount_total": {"type": "FLOAT64", "index": 57, "name": "property_discount_total", "comment": null}, "property_email": {"type": "STRING", "index": 58, "name": "property_email", "comment": null}, "property_email_domain": {"type": "STRING", "index": 59, "name": "property_email_domain", "comment": null}, "property_event_id": {"type": "STRING", "index": 60, "name": "property_event_id", "comment": null}, "property_featured_image": {"type": "STRING", "index": 61, "name": "property_featured_image", "comment": null}, "property_financial_status": {"type": "STRING", "index": 62, "name": "property_financial_status", "comment": null}, "property_form_name": {"type": "STRING", "index": 63, "name": "property_form_name", "comment": null}, "property_fulfillment_hours": {"type": "INT64", "index": 64, "name": "property_fulfillment_hours", "comment": null}, "property_fulfillment_status": {"type": "STRING", "index": 65, "name": "property_fulfillment_status", "comment": null}, "property_fulfillments": {"type": "STRING", "index": 66, "name": "property_fulfillments", "comment": null}, "property_gift_card_url": {"type": "STRING", "index": 67, "name": "property_gift_card_url", "comment": null}, "property_id": {"type": "INT64", "index": 68, "name": "property_id", "comment": null}, "property_image_url": {"type": "STRING", "index": 69, "name": "property_image_url", "comment": null}, "property_internal": {"type": "STRING", "index": 70, "name": "property_internal", "comment": null}, "property_inventory_management": {"type": "STRING", "index": 71, "name": "property_inventory_management", "comment": null}, "property_is_organic": {"type": "BOOL", "index": 72, "name": "property_is_organic", "comment": null}, "property_is_session_activity": {"type": "BOOL", "index": 73, "name": "property_is_session_activity", "comment": null}, "property_item_id": {"type": "INT64", "index": 74, "name": "property_item_id", "comment": null}, "property_item_name": {"type": "STRING", "index": 75, "name": "property_item_name", "comment": null}, "property_item_price": {"type": "STRING", "index": 76, "name": "property_item_price", "comment": null}, "property_item_sku": {"type": "INT64", "index": 77, "name": "property_item_sku", "comment": null}, "property_line_items": {"type": "STRING", "index": 78, "name": "property_line_items", "comment": null}, "property_list": {"type": "STRING", "index": 79, "name": "property_list", "comment": null}, "property_message_interaction": {"type": "STRING", "index": 80, "name": "property_message_interaction", "comment": null}, "property_metadata": {"type": "STRING", "index": 81, "name": "property_metadata", "comment": null}, "property_option_1": {"type": "STRING", "index": 82, "name": "property_option_1", "comment": null}, "property_option_2": {"type": "STRING", "index": 83, "name": "property_option_2", "comment": null}, "property_options": {"type": "STRING", "index": 84, "name": "property_options", "comment": null}, "property_order_name": {"type": "STRING", "index": 85, "name": "property_order_name", "comment": null}, "property_order_number": {"type": "INT64", "index": 86, "name": "property_order_number", "comment": null}, "property_order_status_url": {"type": "STRING", "index": 87, "name": "property_order_status_url", "comment": null}, "property_os": {"type": "STRING", "index": 88, "name": "property_os", "comment": null}, "property_page": {"type": "STRING", "index": 89, "name": "property_page", "comment": null}, "property_page_name": {"type": "STRING", "index": 90, "name": "property_page_name", "comment": null}, "property_payment_line": {"type": "STRING", "index": 91, "name": "property_payment_line", "comment": null}, "property_platform": {"type": "STRING", "index": 92, "name": "property_platform", "comment": null}, "property_price": {"type": "STRING", "index": 93, "name": "property_price", "comment": null}, "property_product_id": {"type": "INT64", "index": 94, "name": "property_product_id", "comment": null}, "property_product_name": {"type": "STRING", "index": 95, "name": "property_product_name", "comment": null}, "property_public_title": {"type": "STRING", "index": 96, "name": "property_public_title", "comment": null}, "property_recipient_name": {"type": "STRING", "index": 97, "name": "property_recipient_name", "comment": null}, "property_refunds": {"type": "STRING", "index": 98, "name": "property_refunds", "comment": null}, "property_requires_shipping": {"type": "BOOL", "index": 99, "name": "property_requires_shipping", "comment": null}, "property_restocking_total": {"type": "FLOAT64", "index": 100, "name": "property_restocking_total", "comment": null}, "property_return_authorizations": {"type": "STRING", "index": 101, "name": "property_return_authorizations", "comment": null}, "property_return_total": {"type": "FLOAT64", "index": 102, "name": "property_return_total", "comment": null}, "property_senders_name": {"type": "STRING", "index": 103, "name": "property_senders_name", "comment": null}, "property_session_end": {"type": "INT64", "index": 104, "name": "property_session_end", "comment": null}, "property_style_id": {"type": "STRING", "index": 105, "name": "property_style_id", "comment": null}, "property_sub_total": {"type": "FLOAT64", "index": 106, "name": "property_sub_total", "comment": null}, "property_subject": {"type": "STRING", "index": 107, "name": "property_subject", "comment": null}, "property_subtotal_price": {"type": "FLOAT64", "index": 108, "name": "property_subtotal_price", "comment": null}, "property_tax_total": {"type": "FLOAT64", "index": 109, "name": "property_tax_total", "comment": null}, "property_taxable": {"type": "BOOL", "index": 110, "name": "property_taxable", "comment": null}, "property_title": {"type": "STRING", "index": 111, "name": "property_title", "comment": null}, "property_total_price": {"type": "FLOAT64", "index": 112, "name": "property_total_price", "comment": null}, "property_total_tax": {"type": "FLOAT64", "index": 113, "name": "property_total_tax", "comment": null}, "property_tracker_id": {"type": "STRING", "index": 114, "name": "property_tracker_id", "comment": null}, "property_tracking_label": {"type": "STRING", "index": 115, "name": "property_tracking_label", "comment": null}, "property_url": {"type": "STRING", "index": 116, "name": "property_url", "comment": null}, "property_variant_id": {"type": "INT64", "index": 117, "name": "property_variant_id", "comment": null}, "property_variant_name": {"type": "STRING", "index": 118, "name": "property_variant_name", "comment": null}, "property_variant_option_color": {"type": "STRING", "index": 119, "name": "property_variant_option_color", "comment": null}, "property_variant_option_size": {"type": "STRING", "index": 120, "name": "property_variant_option_size", "comment": null}, "property_variant_option_title": {"type": "STRING", "index": 121, "name": "property_variant_option_title", "comment": null}, "property_variants": {"type": "STRING", "index": 122, "name": "property_variants", "comment": null}, "property_vendor": {"type": "STRING", "index": 123, "name": "property_vendor", "comment": null}, "property_weight": {"type": "INT64", "index": 124, "name": "property_weight", "comment": null}, "property_attribute_pre_order_date": {"type": "STRING", "index": 125, "name": "property_attribute_pre_order_date", "comment": null}, "property_attribute_mw_grouped_product_discounted_price": {"type": "FLOAT64", "index": 126, "name": "property_attribute_mw_grouped_product_discounted_price", "comment": null}, "property_attribute_mw_grouped_product_relation": {"type": "INT64", "index": 127, "name": "property_attribute_mw_grouped_product_relation", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154793583": {"type": "INT64", "index": 128, "name": "property_attribute_mw_grouped_product_relation_4321154793583", "comment": null}, "property_attribute_mw_grouped_product_relation_3586136703076": {"type": "INT64", "index": 129, "name": "property_attribute_mw_grouped_product_relation_3586136703076", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154859119": {"type": "INT64", "index": 130, "name": "property_attribute_mw_grouped_product_relation_4321154859119", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154596975": {"type": "INT64", "index": 131, "name": "property_attribute_mw_grouped_product_relation_4321154596975", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154891887": {"type": "INT64", "index": 132, "name": "property_attribute_mw_grouped_product_relation_4321154891887", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154695279": {"type": "INT64", "index": 133, "name": "property_attribute_mw_grouped_product_relation_4321154695279", "comment": null}, "property_attribute_mw_grouped_product_relation_4170368909412": {"type": "INT64", "index": 134, "name": "property_attribute_mw_grouped_product_relation_4170368909412", "comment": null}, "property_attribute_mw_grouped_product_relation_4339644432495": {"type": "INT64", "index": 135, "name": "property_attribute_mw_grouped_product_relation_4339644432495", "comment": null}, "property_attribute_mw_grouped_product_relation_4321154498671": {"type": "INT64", "index": 136, "name": "property_attribute_mw_grouped_product_relation_4321154498671", "comment": null}, "property_total_emails_opened": {"type": "INT64", "index": 137, "name": "property_total_emails_opened", "comment": null}, "property_currency_code": {"type": "STRING", "index": 138, "name": "property_currency_code", "comment": null}, "property_store_purchasers_test": {"type": "BOOL", "index": 139, "name": "property_store_purchasers_test", "comment": null}, "property_test_audience_klaviyo": {"type": "BOOL", "index": 140, "name": "property_test_audience_klaviyo", "comment": null}, "property_audience_key": {"type": "STRING", "index": 141, "name": "property_audience_key", "comment": null}, "property_in_store_purchasers_from_2021_02_09": {"type": "BOOL", "index": 142, "name": "property_in_store_purchasers_from_2021_02_09", "comment": null}, "property_dallas_store_customers": {"type": "BOOL", "index": 143, "name": "property_dallas_store_customers", "comment": null}, "property_madison_ave_store_customers": {"type": "BOOL", "index": 144, "name": "property_madison_ave_store_customers", "comment": null}, "property_manhasset_store_customers": {"type": "BOOL", "index": 145, "name": "property_manhasset_store_customers", "comment": null}, "property_melrose_store_customers": {"type": "BOOL", "index": 146, "name": "property_melrose_store_customers", "comment": null}, "property_georgetown_store_customers": {"type": "BOOL", "index": 147, "name": "property_georgetown_store_customers", "comment": null}, "property_boston_store_customers": {"type": "BOOL", "index": 148, "name": "property_boston_store_customers", "comment": null}, "property_greenwich_store_customers": {"type": "BOOL", "index": 149, "name": "property_greenwich_store_customers", "comment": null}, "property_bal_harbour_store_customers": {"type": "BOOL", "index": 150, "name": "property_bal_harbour_store_customers", "comment": null}, "property_pacific_palisades_store_customers": {"type": "BOOL", "index": 151, "name": "property_pacific_palisades_store_customers", "comment": null}, "property_fillmore_store_customers": {"type": "BOOL", "index": 152, "name": "property_fillmore_store_customers", "comment": null}, "property_soho_store_customers": {"type": "BOOL", "index": 153, "name": "property_soho_store_customers", "comment": null}, "property_nantucket_store_customers": {"type": "BOOL", "index": 154, "name": "property_nantucket_store_customers", "comment": null}, "property_houston_store_customers": {"type": "BOOL", "index": 155, "name": "property_houston_store_customers", "comment": null}, "property_attribution": {"type": "STRING", "index": 156, "name": "property_attribution", "comment": null}, "property_in_store_purchasers": {"type": "BOOL", "index": 157, "name": "property_in_store_purchasers", "comment": null}, "property_variant_option_size_rewind_2021_05_03": {"type": "STRING", "index": 158, "name": "property_variant_option_size_rewind_2021_05_03", "comment": null}, "property_variant_option_color_rewind_2021_05_03": {"type": "STRING", "index": 159, "name": "property_variant_option_color_rewind_2021_05_03", "comment": null}, "property_form_id": {"type": "STRING", "index": 160, "name": "property_form_id", "comment": null}, "property_attribute_is_pre_order": {"type": "BOOL", "index": 161, "name": "property_attribute_is_pre_order", "comment": null}, "property_has_partial_fulfillments": {"type": "BOOL", "index": 162, "name": "property_has_partial_fulfillments", "comment": null}, "property_esp": {"type": "INT64", "index": 163, "name": "property_esp", "comment": null}, "property_attribute_gecart_item_id": {"type": "INT64", "index": 164, "name": "property_attribute_gecart_item_id", "comment": null}, "property_sent_from": {"type": "STRING", "index": 165, "name": "property_sent_from", "comment": null}, "property_creative_id": {"type": "INT64", "index": 166, "name": "property_creative_id", "comment": null}, "property_conversation_id": {"type": "STRING", "index": 167, "name": "property_conversation_id", "comment": null}, "property_network": {"type": "STRING", "index": 168, "name": "property_network", "comment": null}, "property_variation_id": {"type": "STRING", "index": 169, "name": "property_variation_id", "comment": null}, "property_list_id": {"type": "STRING", "index": 170, "name": "property_list_id", "comment": null}, "property_shopify_variant_id": {"type": "STRING", "index": 171, "name": "property_shopify_variant_id", "comment": null}, "property_query": {"type": "STRING", "index": 172, "name": "property_query", "comment": null}, "property_presentment_currency": {"type": "STRING", "index": 173, "name": "property_presentment_currency", "comment": null}, "property_target_id": {"type": "STRING", "index": 174, "name": "property_target_id", "comment": null}, "property_category": {"type": "STRING", "index": 175, "name": "property_category", "comment": null}, "property_order_id": {"type": "STRING", "index": 176, "name": "property_order_id", "comment": null}, "property_cart_id": {"type": "STRING", "index": 177, "name": "property_cart_id", "comment": null}, "property_position": {"type": "STRING", "index": 178, "name": "property_position", "comment": null}, "property_publisher_id": {"type": "INT64", "index": 179, "name": "property_publisher_id", "comment": null}, "property_creative_type": {"type": "STRING", "index": 180, "name": "property_creative_type", "comment": null}, "property_offer_id": {"type": "INT64", "index": 181, "name": "property_offer_id", "comment": null}, "property_shopify_product_id": {"type": "INT64", "index": 182, "name": "property_shopify_product_id", "comment": null}, "property_variant": {"type": "STRING", "index": 183, "name": "property_variant", "comment": null}, "property_site_source_name": {"type": "STRING", "index": 184, "name": "property_site_source_name", "comment": null}, "property_publisher_name": {"type": "STRING", "index": 185, "name": "property_publisher_name", "comment": null}, "property_products": {"type": "STRING", "index": 186, "name": "property_products", "comment": null}, "property_discount": {"type": "STRING", "index": 187, "name": "property_discount", "comment": null}, "property_event_is_realtime": {"type": "BOOL", "index": 188, "name": "property_event_is_realtime", "comment": null}, "property_total": {"type": "FLOAT64", "index": 189, "name": "property_total", "comment": null}, "property_shipping": {"type": "FLOAT64", "index": 190, "name": "property_shipping", "comment": null}, "property_match_type": {"type": "STRING", "index": 191, "name": "property_match_type", "comment": null}, "property_source": {"type": "STRING", "index": 192, "name": "property_source", "comment": null}, "property_visitor_id": {"type": "STRING", "index": 193, "name": "property_visitor_id", "comment": null}, "property_presentment_amount": {"type": "FLOAT64", "index": 194, "name": "property_presentment_amount", "comment": null}, "property_channel": {"type": "STRING", "index": 195, "name": "property_channel", "comment": null}, "property_presentment_total": {"type": "FLOAT64", "index": 196, "name": "property_presentment_total", "comment": null}, "property_experiment_name": {"type": "STRING", "index": 197, "name": "property_experiment_name", "comment": null}, "property_trigger": {"type": "STRING", "index": 198, "name": "property_trigger", "comment": null}, "property_tax": {"type": "FLOAT64", "index": 199, "name": "property_tax", "comment": null}, "property_currency": {"type": "STRING", "index": 200, "name": "property_currency", "comment": null}, "property_user_id": {"type": "STRING", "index": 201, "name": "property_user_id", "comment": null}, "property_associate_id": {"type": "STRING", "index": 202, "name": "property_associate_id", "comment": null}, "property_placement": {"type": "STRING", "index": 203, "name": "property_placement", "comment": null}, "property_rating_value": {"type": "INT64", "index": 204, "name": "property_rating_value", "comment": null}, "property_rating_feedback_value": {"type": "STRING", "index": 205, "name": "property_rating_feedback_value", "comment": null}, "property_conversation_status": {"type": "STRING", "index": 206, "name": "property_conversation_status", "comment": null}, "property_exenta_cancellation_customer_appeasement": {"type": "BOOL", "index": 207, "name": "property_exenta_cancellation_customer_appeasement", "comment": null}, "property_results": {"type": "INT64", "index": 208, "name": "property_results", "comment": null}, "property_adgroup_id": {"type": "INT64", "index": 209, "name": "property_adgroup_id", "comment": null}, "property_campaign_id": {"type": "INT64", "index": 210, "name": "property_campaign_id", "comment": null}, "property_machine_open": {"type": "BOOL", "index": 211, "name": "property_machine_open", "comment": null}, "property_report_name": {"type": "STRING", "index": 212, "name": "property_report_name", "comment": null}, "property_lookback_days": {"type": "INT64", "index": 213, "name": "property_lookback_days", "comment": null}, "property_true_sku": {"type": "STRING", "index": 214, "name": "property_true_sku", "comment": null}, "property_merge_type": {"type": "STRING", "index": 215, "name": "property_merge_type", "comment": null}, "property_merge_date": {"type": "TIMESTAMP", "index": 216, "name": "property_merge_date", "comment": null}, "property_join_source": {"type": "STRING", "index": 217, "name": "property_join_source", "comment": null}, "property_from": {"type": "STRING", "index": 218, "name": "property_from", "comment": null}, "property_from_email": {"type": "STRING", "index": 219, "name": "property_from_email", "comment": null}, "property_body": {"type": "STRING", "index": 220, "name": "property_body", "comment": null}, "property_group_ids": {"type": "STRING", "index": 221, "name": "property_group_ids", "comment": null}, "property_mobile": {"type": "BOOL", "index": 222, "name": "property_mobile", "comment": null}, "property_phone": {"type": "STRING", "index": 223, "name": "property_phone", "comment": null}, "property_utm_source": {"type": "STRING", "index": 224, "name": "property_utm_source", "comment": null}, "property_utm_medium": {"type": "STRING", "index": 225, "name": "property_utm_medium", "comment": null}, "property_utm_campaign": {"type": "STRING", "index": 226, "name": "property_utm_campaign", "comment": null}, "property_utm_content": {"type": "STRING", "index": 227, "name": "property_utm_content", "comment": null}, "property_utm_term": {"type": "STRING", "index": 228, "name": "property_utm_term", "comment": null}, "property_attribute_upsell": {"type": "STRING", "index": 229, "name": "property_attribute_upsell", "comment": null}, "property_ga_client_id": {"type": "STRING", "index": 230, "name": "property_ga_client_id", "comment": null}, "property_ip": {"type": "STRING", "index": 231, "name": "property_ip", "comment": null}, "property_attribute_uuid": {"type": "STRING", "index": 232, "name": "property_attribute_uuid", "comment": null}, "property_attribute_bundle_id": {"type": "STRING", "index": 233, "name": "property_attribute_bundle_id", "comment": null}, "property_attribute_bundle_item_title": {"type": "STRING", "index": 234, "name": "property_attribute_bundle_item_title", "comment": null}, "property_attribute_bundle_title": {"type": "STRING", "index": 235, "name": "property_attribute_bundle_title", "comment": null}, "property_klaviyo_bounce_category": {"type": "STRING", "index": 236, "name": "property_klaviyo_bounce_category", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 371740083, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 655988427038, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.event"}, "source.klaviyo_source.klaviyo.flow": {"metadata": {"type": "table", "schema": "klaviyo", "name": "flow", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created": {"type": "TIMESTAMP", "index": 4, "name": "created", "comment": null}, "customer_filter": {"type": "STRING", "index": 5, "name": "customer_filter", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "status": {"type": "STRING", "index": 7, "name": "status", "comment": null}, "trigger": {"type": "STRING", "index": 8, "name": "trigger", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 9, "name": "updated", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 87, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 30852, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.flow"}, "source.klaviyo_source.klaviyo.metric": {"metadata": {"type": "table", "schema": "klaviyo", "name": "metric", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created": {"type": "TIMESTAMP", "index": 4, "name": "created", "comment": null}, "integration_id": {"type": "STRING", "index": 5, "name": "integration_id", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 7, "name": "updated", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 463, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 31597, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.metric"}, "source.klaviyo_source.klaviyo.person": {"metadata": {"type": "table", "schema": "klaviyo", "name": "person", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "STRING", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 6, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 7, "name": "country", "comment": null}, "created": {"type": "TIMESTAMP", "index": 8, "name": "created", "comment": null}, "custom_accepts_marketing": {"type": "BOOL", "index": 9, "name": "custom_accepts_marketing", "comment": null}, "custom_adset_name": {"type": "STRING", "index": 10, "name": "custom_adset_name", "comment": null}, "custom_birthday": {"type": "STRING", "index": 11, "name": "custom_birthday", "comment": null}, "custom_consent": {"type": "STRING", "index": 12, "name": "custom_consent", "comment": null}, "custom_consent_form_id": {"type": "STRING", "index": 13, "name": "custom_consent_form_id", "comment": null}, "custom_consent_form_version": {"type": "INT64", "index": 14, "name": "custom_consent_form_version", "comment": null}, "custom_consent_method": {"type": "STRING", "index": 15, "name": "custom_consent_method", "comment": null}, "custom_consent_timestamp": {"type": "STRING", "index": 16, "name": "custom_consent_timestamp", "comment": null}, "custom_email": {"type": "STRING", "index": 17, "name": "custom_email", "comment": null}, "custom_expected_date_of_next_order": {"type": "STRING", "index": 18, "name": "custom_expected_date_of_next_order", "comment": null}, "custom_facebook": {"type": "BOOL", "index": 19, "name": "custom_facebook", "comment": null}, "custom_first_purchase_date": {"type": "DATE", "index": 20, "name": "custom_first_purchase_date", "comment": null}, "custom_object": {"type": "STRING", "index": 21, "name": "custom_object", "comment": null}, "custom_shopify_tags": {"type": "STRING", "index": 22, "name": "custom_shopify_tags", "comment": null}, "custom_source": {"type": "STRING", "index": 23, "name": "custom_source", "comment": null}, "custom_welcome_series": {"type": "BOOL", "index": 24, "name": "custom_welcome_series", "comment": null}, "email": {"type": "STRING", "index": 25, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 26, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 27, "name": "last_name", "comment": null}, "latitude": {"type": "FLOAT64", "index": 28, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 29, "name": "longitude", "comment": null}, "organization": {"type": "STRING", "index": 30, "name": "organization", "comment": null}, "phone_number": {"type": "STRING", "index": 31, "name": "phone_number", "comment": null}, "region": {"type": "STRING", "index": 32, "name": "region", "comment": null}, "timezone": {"type": "STRING", "index": 33, "name": "timezone", "comment": null}, "title": {"type": "STRING", "index": 34, "name": "title", "comment": null}, "updated": {"type": "TIMESTAMP", "index": 35, "name": "updated", "comment": null}, "zip": {"type": "STRING", "index": 36, "name": "zip", "comment": null}, "custom_children_birthday": {"type": "STRING", "index": 37, "name": "custom_children_birthday", "comment": null}, "custom_children_gender": {"type": "STRING", "index": 38, "name": "custom_children_gender", "comment": null}, "custom_due_date": {"type": "STRING", "index": 39, "name": "custom_due_date", "comment": null}, "custom_first_purchase_type": {"type": "STRING", "index": 40, "name": "custom_first_purchase_type", "comment": null}, "custom_number_of_children": {"type": "INT64", "index": 41, "name": "custom_number_of_children", "comment": null}, "custom_oldest_child_dow": {"type": "STRING", "index": 42, "name": "custom_oldest_child_dow", "comment": null}, "custom_status": {"type": "STRING", "index": 43, "name": "custom_status", "comment": null}, "custom_work": {"type": "STRING", "index": 44, "name": "custom_work", "comment": null}, "custom_zip": {"type": "STRING", "index": 45, "name": "custom_zip", "comment": null}, "custom_unengaged": {"type": "BOOL", "index": 46, "name": "custom_unengaged", "comment": null}, "custom_coupon": {"type": "STRING", "index": 47, "name": "custom_coupon", "comment": null}, "custom_sms_attentive_signup": {"type": "BOOL", "index": 48, "name": "custom_sms_attentive_signup", "comment": null}, "custom_time_stamp": {"type": "STRING", "index": 49, "name": "custom_time_stamp", "comment": null}, "custom_url": {"type": "STRING", "index": 50, "name": "custom_url", "comment": null}, "custom_id": {"type": "STRING", "index": 51, "name": "custom_id", "comment": null}, "custom_total_emails_opened": {"type": "INT64", "index": 52, "name": "custom_total_emails_opened", "comment": null}, "custom_total_emails_opened_ever": {"type": "INT64", "index": 53, "name": "custom_total_emails_opened_ever", "comment": null}, "custom_last_1_day_in_store_purchasers": {"type": "BOOL", "index": 54, "name": "custom_last_1_day_in_store_purchasers", "comment": null}, "custom_store_purchasers_test": {"type": "BOOL", "index": 55, "name": "custom_store_purchasers_test", "comment": null}, "custom_test_audience_klaviyo": {"type": "BOOL", "index": 56, "name": "custom_test_audience_klaviyo", "comment": null}, "custom_in_store_purchasers_from_2021_02_09": {"type": "BOOL", "index": 57, "name": "custom_in_store_purchasers_from_2021_02_09", "comment": null}, "custom_melrose_store_customers": {"type": "BOOL", "index": 58, "name": "custom_melrose_store_customers", "comment": null}, "custom_manhasset_store_customers": {"type": "BOOL", "index": 59, "name": "custom_manhasset_store_customers", "comment": null}, "custom_madison_ave_store_customers": {"type": "BOOL", "index": 60, "name": "custom_madison_ave_store_customers", "comment": null}, "custom_dallas_store_customers": {"type": "BOOL", "index": 61, "name": "custom_dallas_store_customers", "comment": null}, "custom_georgetown_store_customers": {"type": "BOOL", "index": 62, "name": "custom_georgetown_store_customers", "comment": null}, "custom_unique_list_product_category_purchased": {"type": "STRING", "index": 63, "name": "custom_unique_list_product_category_purchased", "comment": null}, "custom_most_frequent_product_category_purchased": {"type": "STRING", "index": 64, "name": "custom_most_frequent_product_category_purchased", "comment": null}, "custom_fillmore_store_customers": {"type": "BOOL", "index": 65, "name": "custom_fillmore_store_customers", "comment": null}, "custom_bal_harbour_store_customers": {"type": "BOOL", "index": 66, "name": "custom_bal_harbour_store_customers", "comment": null}, "custom_boston_store_customers": {"type": "BOOL", "index": 67, "name": "custom_boston_store_customers", "comment": null}, "custom_soho_store_customers": {"type": "BOOL", "index": 68, "name": "custom_soho_store_customers", "comment": null}, "custom_houston_store_customers": {"type": "BOOL", "index": 69, "name": "custom_houston_store_customers", "comment": null}, "custom_pacific_palisades_store_customers": {"type": "BOOL", "index": 70, "name": "custom_pacific_palisades_store_customers", "comment": null}, "custom_nantucket_store_customers": {"type": "BOOL", "index": 71, "name": "custom_nantucket_store_customers", "comment": null}, "custom_greenwich_store_customers": {"type": "BOOL", "index": 72, "name": "custom_greenwich_store_customers", "comment": null}, "custom_last_utm_medium": {"type": "STRING", "index": 73, "name": "custom_last_utm_medium", "comment": null}, "custom_last_order_timestamp": {"type": "TIMESTAMP", "index": 74, "name": "custom_last_order_timestamp", "comment": null}, "custom_first_utm_source": {"type": "STRING", "index": 75, "name": "custom_first_utm_source", "comment": null}, "custom_first_utm_medium": {"type": "STRING", "index": 76, "name": "custom_first_utm_medium", "comment": null}, "custom_first_order_timestamp": {"type": "TIMESTAMP", "index": 77, "name": "custom_first_order_timestamp", "comment": null}, "custom_last_website_page_viewed_timestamp": {"type": "TIMESTAMP", "index": 78, "name": "custom_last_website_page_viewed_timestamp", "comment": null}, "custom_top_20_k_spenders_all_time": {"type": "BOOL", "index": 79, "name": "custom_top_20_k_spenders_all_time", "comment": null}, "custom_net_sales": {"type": "INT64", "index": 80, "name": "custom_net_sales", "comment": null}, "custom_last_ecom_order_timestamp": {"type": "TIMESTAMP", "index": 81, "name": "custom_last_ecom_order_timestamp", "comment": null}, "custom_top_10_k_spenders_all_time": {"type": "BOOL", "index": 82, "name": "custom_top_10_k_spenders_all_time", "comment": null}, "custom_unique_list_store_s_purchased": {"type": "STRING", "index": 83, "name": "custom_unique_list_store_s_purchased", "comment": null}, "custom_last_in_store_order_timestamp": {"type": "TIMESTAMP", "index": 84, "name": "custom_last_in_store_order_timestamp", "comment": null}, "custom_lapsed_in_store_customers": {"type": "BOOL", "index": 85, "name": "custom_lapsed_in_store_customers", "comment": null}, "custom_segment_database_of_emails": {"type": "BOOL", "index": 86, "name": "custom_segment_database_of_emails", "comment": null}, "custom_in_store_purchasers": {"type": "BOOL", "index": 87, "name": "custom_in_store_purchasers", "comment": null}, "custom_top_10_k_ecom_only_spenders_all_time": {"type": "BOOL", "index": 88, "name": "custom_top_10_k_ecom_only_spenders_all_time", "comment": null}, "custom_lifetime_net_revenue": {"type": "INT64", "index": 89, "name": "custom_lifetime_net_revenue", "comment": null}, "custom_dw_ecom_recency_decile": {"type": "INT64", "index": 90, "name": "custom_dw_ecom_recency_decile", "comment": null}, "custom_dw_first_acquisition_type": {"type": "STRING", "index": 91, "name": "custom_dw_first_acquisition_type", "comment": null}, "custom_dw_last_purchase": {"type": "TIMESTAMP", "index": 92, "name": "custom_dw_last_purchase", "comment": null}, "custom_dw_total_transactions": {"type": "INT64", "index": 93, "name": "custom_dw_total_transactions", "comment": null}, "custom_dw_retail_recency_decile": {"type": "INT64", "index": 94, "name": "custom_dw_retail_recency_decile", "comment": null}, "custom_dw_net_quantity": {"type": "INT64", "index": 95, "name": "custom_dw_net_quantity", "comment": null}, "custom_dw_ecom_net_quantity": {"type": "INT64", "index": 96, "name": "custom_dw_ecom_net_quantity", "comment": null}, "custom_dw_last_ecom_purchase": {"type": "TIMESTAMP", "index": 97, "name": "custom_dw_last_ecom_purchase", "comment": null}, "custom_dw_retail_orders": {"type": "INT64", "index": 98, "name": "custom_dw_retail_orders", "comment": null}, "custom_dw_shopper_type": {"type": "STRING", "index": 99, "name": "custom_dw_shopper_type", "comment": null}, "custom_dw_retail_net_rev_decile": {"type": "INT64", "index": 100, "name": "custom_dw_retail_net_rev_decile", "comment": null}, "custom_dw_recency_decile": {"type": "INT64", "index": 101, "name": "custom_dw_recency_decile", "comment": null}, "custom_dw_first_purchase": {"type": "TIMESTAMP", "index": 102, "name": "custom_dw_first_purchase", "comment": null}, "custom_dw_ecom_orders": {"type": "INT64", "index": 103, "name": "custom_dw_ecom_orders", "comment": null}, "custom_dw_discount_pct": {"type": "FLOAT64", "index": 104, "name": "custom_dw_discount_pct", "comment": null}, "custom_dw_retail_net_quantity": {"type": "INT64", "index": 105, "name": "custom_dw_retail_net_quantity", "comment": null}, "custom_dw_previous_purchase": {"type": "TIMESTAMP", "index": 106, "name": "custom_dw_previous_purchase", "comment": null}, "custom_dw_lifetime_net_ordered": {"type": "FLOAT64", "index": 107, "name": "custom_dw_lifetime_net_ordered", "comment": null}, "custom_dw_lifetime_gross_ordered": {"type": "FLOAT64", "index": 108, "name": "custom_dw_lifetime_gross_ordered", "comment": null}, "custom_dw_last_retail_purchase": {"type": "TIMESTAMP", "index": 109, "name": "custom_dw_last_retail_purchase", "comment": null}, "custom_dw_ecom_net_rev_decile": {"type": "INT64", "index": 110, "name": "custom_dw_ecom_net_rev_decile", "comment": null}, "custom_dw_discount_shopper_type": {"type": "STRING", "index": 111, "name": "custom_dw_discount_shopper_type", "comment": null}, "custom_dw_net_rev_decile": {"type": "INT64", "index": 112, "name": "custom_dw_net_rev_decile", "comment": null}, "custom_dw_home_store": {"type": "INT64", "index": 113, "name": "custom_dw_home_store", "comment": null}, "custom_low_value_customers": {"type": "STRING", "index": 114, "name": "custom_low_value_customers", "comment": null}, "custom_high_value_omni_customers": {"type": "BOOL", "index": 115, "name": "custom_high_value_omni_customers", "comment": null}, "custom_has_purchased_2021_spring_collection": {"type": "BOOL", "index": 116, "name": "custom_has_purchased_2021_spring_collection", "comment": null}, "custom_2_do_you_follow_current_fashion_trends_": {"type": "STRING", "index": 117, "name": "custom_2_do_you_follow_current_fashion_trends_", "comment": null}, "custom_what_month_do_you_start_shopping_for_your_fall_wardrobe_": {"type": "STRING", "index": 118, "name": "custom_what_month_do_you_start_shopping_for_your_fall_wardrobe_", "comment": null}, "custom_score": {"type": "INT64", "index": 119, "name": "custom_score", "comment": null}, "custom_which_city_is_closest_to_you_": {"type": "STRING", "index": 120, "name": "custom_which_city_is_closest_to_you_", "comment": null}, "custom_now_that_we_seem_to_be_inching_closer_to_pre_pandemic_life_are_you_going_to_be_traveling_again_": {"type": "BOOL", "index": 121, "name": "custom_now_that_we_seem_to_be_inching_closer_to_pre_pandemic_life_are_you_going_to_be_traveling_again_", "comment": null}, "custom_do_you_typically_have_your_own_go_to_store_associate_": {"type": "STRING", "index": 122, "name": "custom_do_you_typically_have_your_own_go_to_store_associate_", "comment": null}, "custom_subscribed_to_list": {"type": "STRING", "index": 123, "name": "custom_subscribed_to_list", "comment": null}, "custom_are_you_going_back_to_an_office_": {"type": "STRING", "index": 124, "name": "custom_are_you_going_back_to_an_office_", "comment": null}, "custom_what_do_you_buy_most_often_from_veronica_beard_": {"type": "STRING", "index": 125, "name": "custom_what_do_you_buy_most_often_from_veronica_beard_", "comment": null}, "custom_what_other_brands_do_you_like_to_shop_": {"type": "STRING", "index": 126, "name": "custom_what_other_brands_do_you_like_to_shop_", "comment": null}, "custom_how_do_you_shop_": {"type": "STRING", "index": 127, "name": "custom_how_do_you_shop_", "comment": null}, "custom_what_is_the_one_piece_in_your_closet_that_you_can_t_live_without_": {"type": "STRING", "index": 128, "name": "custom_what_is_the_one_piece_in_your_closet_that_you_can_t_live_without_", "comment": null}, "custom_what_month_do_you_start_shopping_for_holiday_": {"type": "STRING", "index": 129, "name": "custom_what_month_do_you_start_shopping_for_holiday_", "comment": null}, "custom_what_month_do_you_start_shopping_for_your_spring_wardrobe_": {"type": "STRING", "index": 130, "name": "custom_what_month_do_you_start_shopping_for_your_spring_wardrobe_", "comment": null}, "custom_do_you_ever_buy_veronica_beard_as_a_gift_for_someone_": {"type": "STRING", "index": 131, "name": "custom_do_you_ever_buy_veronica_beard_as_a_gift_for_someone_", "comment": null}, "custom_1_which_of_the_following_influences_your_decision_to_purchase_the_most_rank_in_order_of_importance_": {"type": "STRING", "index": 132, "name": "custom_1_which_of_the_following_influences_your_decision_to_purchase_the_most_rank_in_order_of_importance_", "comment": null}, "custom_what_do_you_spend_on_the_most_": {"type": "STRING", "index": 133, "name": "custom_what_do_you_spend_on_the_most_", "comment": null}, "custom_quickwhat_comes_to_mind_when_you_think_of_veronica_beard_select_up_to_5_that_apply_": {"type": "STRING", "index": 134, "name": "custom_quickwhat_comes_to_mind_when_you_think_of_veronica_beard_select_up_to_5_that_apply_", "comment": null}, "custom_when_": {"type": "STRING", "index": 135, "name": "custom_when_", "comment": null}, "custom_are_you_excited_to_get_dressed_up_again_": {"type": "STRING", "index": 136, "name": "custom_are_you_excited_to_get_dressed_up_again_", "comment": null}, "custom_1_what_is_inspiring_you_to_shop_now_": {"type": "STRING", "index": 137, "name": "custom_1_what_is_inspiring_you_to_shop_now_", "comment": null}, "custom_what_percent_of_your_closet_is_veronica_beard_": {"type": "STRING", "index": 138, "name": "custom_what_percent_of_your_closet_is_veronica_beard_", "comment": null}, "custom_do_you_come_to_veronica_beard_to_buy_entire_outfits_or_key_items_": {"type": "STRING", "index": 139, "name": "custom_do_you_come_to_veronica_beard_to_buy_entire_outfits_or_key_items_", "comment": null}, "custom_how_likely_are_you_to_recommend_veronica_beard_to_your_friends_": {"type": "STRING", "index": 140, "name": "custom_how_likely_are_you_to_recommend_veronica_beard_to_your_friends_", "comment": null}, "custom_what_inspires_you_to_shop_in_a_store_": {"type": "STRING", "index": 141, "name": "custom_what_inspires_you_to_shop_in_a_store_", "comment": null}, "custom_are_you_an_online_shopper_or_store_shopper_": {"type": "STRING", "index": 142, "name": "custom_are_you_an_online_shopper_or_store_shopper_", "comment": null}, "custom_what_do_you_like_about_the_in_store_experience_": {"type": "STRING", "index": 143, "name": "custom_what_do_you_like_about_the_in_store_experience_", "comment": null}, "custom_what_are_you_most_excited_to_buy_for_fall_": {"type": "STRING", "index": 144, "name": "custom_what_are_you_most_excited_to_buy_for_fall_", "comment": null}, "custom_what_s_your_next_trip_": {"type": "STRING", "index": 145, "name": "custom_what_s_your_next_trip_", "comment": null}, "custom_how_did_you_first_find_out_about_veronica_beard_": {"type": "STRING", "index": 146, "name": "custom_how_did_you_first_find_out_about_veronica_beard_", "comment": null}, "custom_for_whom_and_why_": {"type": "STRING", "index": 147, "name": "custom_for_whom_and_why_", "comment": null}, "custom_please_confirm_your_email_address_to_enter_to_win_one_of_three_750_gift_cards_": {"type": "STRING", "index": 148, "name": "custom_please_confirm_your_email_address_to_enter_to_win_one_of_three_750_gift_cards_", "comment": null}, "custom_just_between_us_whats_your_age_": {"type": "STRING", "index": 149, "name": "custom_just_between_us_whats_your_age_", "comment": null}, "custom_has_purchased_2020_spring_collection": {"type": "BOOL", "index": 150, "name": "custom_has_purchased_2020_spring_collection", "comment": null}, "custom_what_inspires_you_to_shop_online_": {"type": "STRING", "index": 151, "name": "custom_what_inspires_you_to_shop_online_", "comment": null}, "custom_where_do_you_see_yourself_shopping_this_fall_": {"type": "STRING", "index": 152, "name": "custom_where_do_you_see_yourself_shopping_this_fall_", "comment": null}, "custom_what_is_your_source_of_inspiration_": {"type": "STRING", "index": 153, "name": "custom_what_is_your_source_of_inspiration_", "comment": null}, "custom_please_specify": {"type": "STRING", "index": 154, "name": "custom_please_specify", "comment": null}, "custom_latest_shipping_delivered_date": {"type": "TIMESTAMP", "index": 155, "name": "custom_latest_shipping_delivered_date", "comment": null}, "custom_count_of_amex_coupon_code_used_in_2021_spring_campaign": {"type": "INT64", "index": 156, "name": "custom_count_of_amex_coupon_code_used_in_2021_spring_campaign", "comment": null}, "custom_latest_cancel_reason_type": {"type": "STRING", "index": 157, "name": "custom_latest_cancel_reason_type", "comment": null}, "custom_aov_year_2021_higher_than_800_dollars": {"type": "BOOL", "index": 158, "name": "custom_aov_year_2021_higher_than_800_dollars", "comment": null}, "custom_exchange_id": {"type": "STRING", "index": 159, "name": "custom_exchange_id", "comment": null}, "custom_spring_2021_amex_customers_with_unique_purchase": {"type": "BOOL", "index": 160, "name": "custom_spring_2021_amex_customers_with_unique_purchase", "comment": null}, "custom_southampton_store_customers": {"type": "BOOL", "index": 161, "name": "custom_southampton_store_customers", "comment": null}, "custom_chicago_store_customers": {"type": "BOOL", "index": 162, "name": "custom_chicago_store_customers", "comment": null}, "custom_j_o_amex_customers_spring_amex_2021_unique_purchasers_mc_8_wi": {"type": "BOOL", "index": 163, "name": "custom_j_o_amex_customers_spring_amex_2021_unique_purchasers_mc_8_wi", "comment": null}, "custom_address": {"type": "STRING", "index": 164, "name": "custom_address", "comment": null}, "custom_fall_3_ecomm_video_vs_ecomm_static_on_collection_pages": {"type": "STRING", "index": 165, "name": "custom_fall_3_ecomm_video_vs_ecomm_static_on_collection_pages", "comment": null}, "custom_homepage_product_recs": {"type": "STRING", "index": 166, "name": "custom_homepage_product_recs", "comment": null}, "custom_mobile_pdp_size_drawer_ux": {"type": "STRING", "index": 167, "name": "custom_mobile_pdp_size_drawer_ux", "comment": null}, "custom_name": {"type": "STRING", "index": 168, "name": "custom_name", "comment": null}, "custom_experiment_id": {"type": "STRING", "index": 169, "name": "custom_experiment_id", "comment": null}, "custom_scarcity_test_v_2": {"type": "STRING", "index": 170, "name": "custom_scarcity_test_v_2", "comment": null}, "custom_no_results_page_product_recs": {"type": "STRING", "index": 171, "name": "custom_no_results_page_product_recs", "comment": null}, "custom_video_on_collection_pages": {"type": "STRING", "index": 172, "name": "custom_video_on_collection_pages", "comment": null}, "custom_exenta_latest_cancel_reason": {"type": "STRING", "index": 173, "name": "custom_exenta_latest_cancel_reason", "comment": null}, "custom_back_to_work_email_campaign": {"type": "BOOL", "index": 174, "name": "custom_back_to_work_email_campaign", "comment": null}, "custom_exenta_latest_cancel_date": {"type": "TIMESTAMP", "index": 175, "name": "custom_exenta_latest_cancel_date", "comment": null}, "custom_exposing_filters_on_collection_pages": {"type": "STRING", "index": 176, "name": "custom_exposing_filters_on_collection_pages", "comment": null}, "custom_swim_vs_coverup_verbiage_in_nav": {"type": "STRING", "index": 177, "name": "custom_swim_vs_coverup_verbiage_in_nav", "comment": null}, "custom_desktop_pdp_favorite_icon": {"type": "STRING", "index": 178, "name": "custom_desktop_pdp_favorite_icon", "comment": null}, "custom_variation_name_handle": {"type": "STRING", "index": 179, "name": "custom_variation_name_handle", "comment": null}, "custom_pdp_favorite_icon": {"type": "STRING", "index": 180, "name": "custom_pdp_favorite_icon", "comment": null}, "custom_wip_pdp_recs_aug_2021_": {"type": "STRING", "index": 181, "name": "custom_wip_pdp_recs_aug_2021_", "comment": null}, "custom_intl_visitors_hidden_service_info": {"type": "STRING", "index": 182, "name": "custom_intl_visitors_hidden_service_info", "comment": null}, "custom_intl_hide_customer_service_info": {"type": "STRING", "index": 183, "name": "custom_intl_hide_customer_service_info", "comment": null}, "custom_added_md_product_to_cart_past_30_days_but_hasn_t_placed_an_order": {"type": "BOOL", "index": 184, "name": "custom_added_md_product_to_cart_past_30_days_but_hasn_t_placed_an_order", "comment": null}, "custom_pdp_recs_september_2021_": {"type": "STRING", "index": 185, "name": "custom_pdp_recs_september_2021_", "comment": null}, "custom_default_address": {"type": "STRING", "index": 186, "name": "custom_default_address", "comment": null}, "custom_dw_customer_type": {"type": "STRING", "index": 187, "name": "custom_dw_customer_type", "comment": null}, "custom_dw_is_md_customer": {"type": "BOOL", "index": 188, "name": "custom_dw_is_md_customer", "comment": null}, "custom_exenta_cancellation_customer_appeasement": {"type": "BOOL", "index": 189, "name": "custom_exenta_cancellation_customer_appeasement", "comment": null}, "custom_mini_cart_v_notification": {"type": "STRING", "index": 190, "name": "custom_mini_cart_v_notification", "comment": null}, "custom_desktop_mini_cart_slide_out": {"type": "STRING", "index": 191, "name": "custom_desktop_mini_cart_slide_out", "comment": null}, "custom_desktop_pdp_mini_cart_slide_out": {"type": "STRING", "index": 192, "name": "custom_desktop_pdp_mini_cart_slide_out", "comment": null}, "custom_v_2_pdp_recs_october_2021_": {"type": "STRING", "index": 193, "name": "custom_v_2_pdp_recs_october_2021_", "comment": null}, "custom_desktop_plp_mini_cart_slide_out": {"type": "STRING", "index": 194, "name": "custom_desktop_plp_mini_cart_slide_out", "comment": null}, "custom_creative_id": {"type": "INT64", "index": 195, "name": "custom_creative_id", "comment": null}, "custom_phone": {"type": "STRING", "index": 196, "name": "custom_phone", "comment": null}, "custom_google_lead_form_submitted": {"type": "BOOL", "index": 197, "name": "custom_google_lead_form_submitted", "comment": null}, "custom_international_hide_customer_service_info": {"type": "STRING", "index": 198, "name": "custom_international_hide_customer_service_info", "comment": null}, "custom_geo_target_store_location": {"type": "STRING", "index": 199, "name": "custom_geo_target_store_location", "comment": null}, "custom_10_29_new_nsr_date": {"type": "STRING", "index": 200, "name": "custom_10_29_new_nsr_date", "comment": null}, "custom_10_29_order_number": {"type": "INT64", "index": 201, "name": "custom_10_29_order_number", "comment": null}, "custom_10_29_style_name": {"type": "STRING", "index": 202, "name": "custom_10_29_style_name", "comment": null}, "custom_undefined": {"type": "STRING", "index": 203, "name": "custom_undefined", "comment": null}, "custom_facebook_lead_generation_campaign_subscribers": {"type": "BOOL", "index": 204, "name": "custom_facebook_lead_generation_campaign_subscribers", "comment": null}, "custom_12_13_order_number_coralee": {"type": "STRING", "index": 205, "name": "custom_12_13_order_number_coralee", "comment": null}, "custom_12_13_order_number_shoes": {"type": "INT64", "index": 206, "name": "custom_12_13_order_number_shoes", "comment": null}, "custom_12_13_style_name_shoes": {"type": "STRING", "index": 207, "name": "custom_12_13_style_name_shoes", "comment": null}, "custom_join_source": {"type": "STRING", "index": 208, "name": "custom_join_source", "comment": null}, "custom_dw_2_customer_type": {"type": "STRING", "index": 209, "name": "custom_dw_2_customer_type", "comment": null}, "custom_dw_2_ecom_customer_type": {"type": "STRING", "index": 210, "name": "custom_dw_2_ecom_customer_type", "comment": null}, "custom_dw_2_channel_loyalty_name": {"type": "STRING", "index": 211, "name": "custom_dw_2_channel_loyalty_name", "comment": null}, "custom_dw_2_store_loyalty_name": {"type": "STRING", "index": 212, "name": "custom_dw_2_store_loyalty_name", "comment": null}, "custom_dw_2_shopper_type": {"type": "STRING", "index": 213, "name": "custom_dw_2_shopper_type", "comment": null}, "custom_dw_2_retail_customer_type": {"type": "STRING", "index": 214, "name": "custom_dw_2_retail_customer_type", "comment": null}, "custom_dw_2_first_purchase_store_name": {"type": "STRING", "index": 215, "name": "custom_dw_2_first_purchase_store_name", "comment": null}, "custom_dw_2_customer_profile_type": {"type": "STRING", "index": 216, "name": "custom_dw_2_customer_profile_type", "comment": null}, "custom_dw_2_first_acquisition_type": {"type": "STRING", "index": 217, "name": "custom_dw_2_first_acquisition_type", "comment": null}, "custom_dw_2_is_canadian_customer": {"type": "BOOL", "index": 218, "name": "custom_dw_2_is_canadian_customer", "comment": null}, "custom_3_25_order_number_coralee": {"type": "INT64", "index": 219, "name": "custom_3_25_order_number_coralee", "comment": null}, "custom_5_2_order_number_coralee": {"type": "INT64", "index": 220, "name": "custom_5_2_order_number_coralee", "comment": null}, "custom_2_17_order_number_coralee": {"type": "INT64", "index": 221, "name": "custom_2_17_order_number_coralee", "comment": null}, "custom_dw_2_lifetime_net_ordered": {"type": "FLOAT64", "index": 222, "name": "custom_dw_2_lifetime_net_ordered", "comment": null}, "custom_dw_2_net_rev_decile": {"type": "INT64", "index": 223, "name": "custom_dw_2_net_rev_decile", "comment": null}, "custom_last_name": {"type": "STRING", "index": 224, "name": "custom_last_name", "comment": null}, "custom_in_store_address": {"type": "STRING", "index": 225, "name": "custom_in_store_address", "comment": null}, "custom_in_store_email_opt_in": {"type": "BOOL", "index": 226, "name": "custom_in_store_email_opt_in", "comment": null}, "custom_in_store_phone_opt_in": {"type": "BOOL", "index": 227, "name": "custom_in_store_phone_opt_in", "comment": null}, "custom_in_store_physical_mail_opt_in": {"type": "BOOL", "index": 228, "name": "custom_in_store_physical_mail_opt_in", "comment": null}, "custom_first_name": {"type": "STRING", "index": 229, "name": "custom_first_name", "comment": null}, "custom_ad_group_id": {"type": "INT64", "index": 230, "name": "custom_ad_group_id", "comment": null}, "custom_ad_name": {"type": "STRING", "index": 231, "name": "custom_ad_name", "comment": null}, "custom_campaign_name": {"type": "STRING", "index": 232, "name": "custom_campaign_name", "comment": null}, "custom_page_id": {"type": "INT64", "index": 233, "name": "custom_page_id", "comment": null}, "custom_form_id": {"type": "INT64", "index": 234, "name": "custom_form_id", "comment": null}, "custom_campaign_id": {"type": "INT64", "index": 235, "name": "custom_campaign_id", "comment": null}, "custom_ad_set_id": {"type": "INT64", "index": 236, "name": "custom_ad_set_id", "comment": null}, "custom_ad_group_name": {"type": "STRING", "index": 237, "name": "custom_ad_group_name", "comment": null}, "custom_ad_set_name": {"type": "STRING", "index": 238, "name": "custom_ad_set_name", "comment": null}, "custom_form_name": {"type": "STRING", "index": 239, "name": "custom_form_name", "comment": null}, "custom_ad_id": {"type": "INT64", "index": 240, "name": "custom_ad_id", "comment": null}, "custom_dw_2_status": {"type": "STRING", "index": 241, "name": "custom_dw_2_status", "comment": null}, "custom_dw_2_lifetime_orders": {"type": "INT64", "index": 242, "name": "custom_dw_2_lifetime_orders", "comment": null}, "custom_dw_2_lifetime_ecom_orders": {"type": "INT64", "index": 243, "name": "custom_dw_2_lifetime_ecom_orders", "comment": null}, "custom_dw_2_lifetime_order_quantity": {"type": "INT64", "index": 244, "name": "custom_dw_2_lifetime_order_quantity", "comment": null}, "custom_dw_2_lifetime_retail_orders": {"type": "INT64", "index": 245, "name": "custom_dw_2_lifetime_retail_orders", "comment": null}, "custom_historical_import": {"type": "BOOL", "index": 246, "name": "custom_historical_import", "comment": null}, "custom_ga_client_id": {"type": "STRING", "index": 247, "name": "custom_ga_client_id", "comment": null}, "custom_anonymous_id": {"type": "STRING", "index": 248, "name": "custom_anonymous_id", "comment": null}, "custom_user_id": {"type": "STRING", "index": 249, "name": "custom_user_id", "comment": null}, "custom_method_id": {"type": "STRING", "index": 250, "name": "custom_method_id", "comment": null}, "custom_method_type": {"type": "STRING", "index": 251, "name": "custom_method_type", "comment": null}, "custom_consent_version": {"type": "STRING", "index": 252, "name": "custom_consent_version", "comment": null}, "custom_sms_consent_method": {"type": "INT64", "index": 253, "name": "custom_sms_consent_method", "comment": null}, "custom_display_name": {"type": "STRING", "index": 254, "name": "custom_display_name", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 730129, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 332142011, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.person"}, "source.shopify_source.shopify.abandoned_checkout": {"metadata": {"type": "table", "schema": "shopify", "name": "abandoned_checkout", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "STRING", "index": 3, "name": "abandoned_checkout_url", "comment": null}, "applied_discount_amount": {"type": "FLOAT64", "index": 4, "name": "applied_discount_amount", "comment": null}, "applied_discount_applicable": {"type": "BOOL", "index": 5, "name": "applied_discount_applicable", "comment": null}, "applied_discount_description": {"type": "STRING", "index": 6, "name": "applied_discount_description", "comment": null}, "applied_discount_non_applicable_reason": {"type": "STRING", "index": 7, "name": "applied_discount_non_applicable_reason", "comment": null}, "applied_discount_title": {"type": "STRING", "index": 8, "name": "applied_discount_title", "comment": null}, "applied_discount_value": {"type": "FLOAT64", "index": 9, "name": "applied_discount_value", "comment": null}, "applied_discount_value_type": {"type": "STRING", "index": 10, "name": "applied_discount_value_type", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 12, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 13, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 14, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 18, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 19, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 20, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 24, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 25, "name": "billing_address_zip", "comment": null}, "buyer_accepts_marketing": {"type": "BOOL", "index": 26, "name": "buyer_accepts_marketing", "comment": null}, "cart_token": {"type": "STRING", "index": 27, "name": "cart_token", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 28, "name": "closed_at", "comment": null}, "completed_at": {"type": "TIMESTAMP", "index": 29, "name": "completed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 30, "name": "created_at", "comment": null}, "credit_card_first_name": {"type": "STRING", "index": 31, "name": "credit_card_first_name", "comment": null}, "credit_card_last_name": {"type": "STRING", "index": 32, "name": "credit_card_last_name", "comment": null}, "credit_card_month": {"type": "INT64", "index": 33, "name": "credit_card_month", "comment": null}, "credit_card_number": {"type": "INT64", "index": 34, "name": "credit_card_number", "comment": null}, "credit_card_verification_value": {"type": "STRING", "index": 35, "name": "credit_card_verification_value", "comment": null}, "credit_card_year": {"type": "INT64", "index": 36, "name": "credit_card_year", "comment": null}, "currency": {"type": "STRING", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "INT64", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "STRING", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "INT64", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "STRING", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "STRING", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 45, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 46, "name": "note", "comment": null}, "phone": {"type": "STRING", "index": 47, "name": "phone", "comment": null}, "referring_site": {"type": "STRING", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 50, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 51, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 52, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 56, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 57, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 58, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 63, "name": "shipping_address_zip", "comment": null}, "shipping_line": {"type": "STRING", "index": 64, "name": "shipping_line", "comment": null}, "shipping_rate_id": {"type": "STRING", "index": 65, "name": "shipping_rate_id", "comment": null}, "shipping_rate_price": {"type": "FLOAT64", "index": 66, "name": "shipping_rate_price", "comment": null}, "shipping_rate_title": {"type": "STRING", "index": 67, "name": "shipping_rate_title", "comment": null}, "source": {"type": "STRING", "index": 68, "name": "source", "comment": null}, "source_identifier": {"type": "STRING", "index": 69, "name": "source_identifier", "comment": null}, "source_name": {"type": "STRING", "index": 70, "name": "source_name", "comment": null}, "source_url": {"type": "STRING", "index": 71, "name": "source_url", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 72, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "BOOL", "index": 73, "name": "taxes_included", "comment": null}, "token": {"type": "STRING", "index": 74, "name": "token", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 75, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 76, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "FLOAT64", "index": 77, "name": "total_price", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 78, "name": "total_tax", "comment": null}, "total_weight": {"type": "INT64", "index": 79, "name": "total_weight", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 80, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 81, "name": "user_id", "comment": null}, "note_attribute_littledata_updated_at": {"type": "INT64", "index": 82, "name": "note_attribute_littledata_updated_at", "comment": null}, "note_attribute_segment_client_id": {"type": "STRING", "index": 83, "name": "note_attribute_segment_client_id", "comment": null}, "billing_address_id": {"type": "INT64", "index": 84, "name": "billing_address_id", "comment": null}, "billing_address_is_default": {"type": "BOOL", "index": 85, "name": "billing_address_is_default", "comment": null}, "presentment_currency": {"type": "STRING", "index": 86, "name": "presentment_currency", "comment": null}, "shipping_address_id": {"type": "INT64", "index": 87, "name": "shipping_address_id", "comment": null}, "shipping_address_is_default": {"type": "BOOL", "index": 88, "name": "shipping_address_is_default", "comment": null}, "total_duties": {"type": "STRING", "index": 89, "name": "total_duties", "comment": null}, "note_attribute_email_client_id": {"type": "STRING", "index": 90, "name": "note_attribute_email_client_id", "comment": null}, "note_attributes": {"type": "STRING", "index": 91, "name": "note_attributes", "comment": null}, "note_attribute_google_client_id": {"type": "FLOAT64", "index": 92, "name": "note_attribute_google_client_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 93, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 955529, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 514793673, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.abandoned_checkout"}, "source.shopify_source.shopify.abandoned_checkout_discount_code": {"metadata": {"type": "table", "schema": "shopify", "name": "abandoned_checkout_discount_code", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"checkout_id": {"type": "INT64", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "discount_id": {"type": "INT64", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "STRING", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "STRING", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}, "usage_count": {"type": "FLOAT64", "index": 10, "name": "usage_count", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 130776, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7346025, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.abandoned_checkout_discount_code"}, "source.shopify_source.shopify.abandoned_checkout_shipping_line": {"metadata": {"type": "table", "schema": "shopify", "name": "abandoned_checkout_shipping_line", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"checkout_id": {"type": "INT64", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "api_client_id": {"type": "INT64", "index": 4, "name": "api_client_id", "comment": null}, "carrier_identifier": {"type": "STRING", "index": 5, "name": "carrier_identifier", "comment": null}, "carrier_service_id": {"type": "INT64", "index": 6, "name": "carrier_service_id", "comment": null}, "code": {"type": "STRING", "index": 7, "name": "code", "comment": null}, "delivery_category": {"type": "STRING", "index": 8, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "FLOAT64", "index": 9, "name": "discounted_price", "comment": null}, "id": {"type": "STRING", "index": 10, "name": "id", "comment": null}, "markup": {"type": "FLOAT64", "index": 11, "name": "markup", "comment": null}, "phone": {"type": "STRING", "index": 12, "name": "phone", "comment": null}, "price": {"type": "FLOAT64", "index": 13, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "STRING", "index": 14, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "STRING", "index": 15, "name": "source", "comment": null}, "title": {"type": "STRING", "index": 16, "name": "title", "comment": null}, "validation_context": {"type": "STRING", "index": 17, "name": "validation_context", "comment": null}, "delivery_expectation_range": {"type": "STRING", "index": 18, "name": "delivery_expectation_range", "comment": null}, "delivery_expectation_type": {"type": "STRING", "index": 19, "name": "delivery_expectation_type", "comment": null}, "original_shop_markup": {"type": "STRING", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "STRING", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "STRING", "index": 22, "name": "presentment_title", "comment": null}, "delivery_expectation_range_min": {"type": "INT64", "index": 23, "name": "delivery_expectation_range_min", "comment": null}, "delivery_expectation_range_max": {"type": "INT64", "index": 24, "name": "delivery_expectation_range_max", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 356238, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 50477050, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.abandoned_checkout_shipping_line"}, "source.shopify_source.shopify.collection": {"metadata": {"type": "table", "schema": "shopify", "name": "collection", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "handle": {"type": "STRING", "index": 4, "name": "handle", "comment": null}, "published_at": {"type": "TIMESTAMP", "index": 5, "name": "published_at", "comment": null}, "published_scope": {"type": "STRING", "index": 6, "name": "published_scope", "comment": null}, "title": {"type": "STRING", "index": 7, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 8, "name": "updated_at", "comment": null}, "disjunctive": {"type": "BOOL", "index": 9, "name": "disjunctive", "comment": null}, "rules": {"type": "STRING", "index": 10, "name": "rules", "comment": null}, "sort_order": {"type": "STRING", "index": 11, "name": "sort_order", "comment": null}, "template_suffix": {"type": "STRING", "index": 12, "name": "template_suffix", "comment": null}, "body_html": {"type": "STRING", "index": 13, "name": "body_html", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 244, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 53520, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.collection"}, "source.shopify_source.shopify.collection_product": {"metadata": {"type": "table", "schema": "shopify", "name": "collection_product", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"collection_id": {"type": "INT64", "index": 1, "name": "collection_id", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 58319, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1399656, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.collection_product"}, "source.shopify_source.shopify.customer": {"metadata": {"type": "table", "schema": "shopify", "name": "customer", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "accepts_marketing": {"type": "BOOL", "index": 3, "name": "accepts_marketing", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "default_address_id": {"type": "INT64", "index": 5, "name": "default_address_id", "comment": null}, "email": {"type": "STRING", "index": 6, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 7, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 8, "name": "last_name", "comment": null}, "orders_count": {"type": "INT64", "index": 9, "name": "orders_count", "comment": null}, "phone": {"type": "STRING", "index": 10, "name": "phone", "comment": null}, "state": {"type": "STRING", "index": 11, "name": "state", "comment": null}, "tax_exempt": {"type": "BOOL", "index": 12, "name": "tax_exempt", "comment": null}, "total_spent": {"type": "FLOAT64", "index": 13, "name": "total_spent", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 14, "name": "updated_at", "comment": null}, "verified_email": {"type": "BOOL", "index": 15, "name": "verified_email", "comment": null}, "note": {"type": "STRING", "index": 16, "name": "note", "comment": null}, "accepts_marketing_updated_at": {"type": "TIMESTAMP", "index": 17, "name": "accepts_marketing_updated_at", "comment": null}, "marketing_opt_in_level": {"type": "STRING", "index": 18, "name": "marketing_opt_in_level", "comment": null}, "lifetime_duration": {"type": "STRING", "index": 19, "name": "lifetime_duration", "comment": null}, "can_delete": {"type": "BOOL", "index": 20, "name": "can_delete", "comment": null}, "multipass_identifier": {"type": "STRING", "index": 21, "name": "multipass_identifier", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 22, "name": "_fivetran_deleted", "comment": null}, "metafield": {"type": "STRING", "index": 23, "name": "metafield", "comment": null}, "currency": {"type": "STRING", "index": 24, "name": "currency", "comment": null}, "email_marketing_consent_consent_updated_at": {"type": "TIMESTAMP", "index": 25, "name": "email_marketing_consent_consent_updated_at", "comment": null}, "email_marketing_consent_state": {"type": "STRING", "index": 26, "name": "email_marketing_consent_state", "comment": null}, "email_marketing_consent_opt_in_level": {"type": "STRING", "index": 27, "name": "email_marketing_consent_opt_in_level", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 511732, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 66859631, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.customer"}, "source.shopify_source.shopify.customer_tag": {"metadata": {"type": "table", "schema": "shopify", "name": "customer_tag", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"customer_id": {"type": "INT64", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 42232, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1528279, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.customer_tag"}, "source.shopify_source.shopify.discount_code": {"metadata": {"type": "table", "schema": "shopify", "name": "discount_code", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "STRING", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "INT64", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "FLOAT64", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4444247, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 279813790, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.discount_code"}, "source.shopify_source.shopify.fulfillment": {"metadata": {"type": "table", "schema": "shopify", "name": "fulfillment", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "location_id": {"type": "INT64", "index": 4, "name": "location_id", "comment": null}, "order_id": {"type": "INT64", "index": 5, "name": "order_id", "comment": null}, "status": {"type": "STRING", "index": 6, "name": "status", "comment": null}, "tracking_company": {"type": "STRING", "index": 7, "name": "tracking_company", "comment": null}, "tracking_number": {"type": "STRING", "index": 8, "name": "tracking_number", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "STRING", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "STRING", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "STRING", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "STRING", "index": 13, "name": "service", "comment": null}, "name": {"type": "STRING", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "STRING", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1016728, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 185643643, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.fulfillment"}, "source.shopify_source.shopify.fulfillment_event": {"metadata": {"type": "table", "schema": "shopify", "name": "fulfillment_event", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "STRING", "index": 3, "name": "address_1", "comment": null}, "city": {"type": "STRING", "index": 4, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 5, "name": "country", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 6, "name": "created_at", "comment": null}, "estimated_delivery_at": {"type": "TIMESTAMP", "index": 7, "name": "estimated_delivery_at", "comment": null}, "fulfillment_id": {"type": "INT64", "index": 8, "name": "fulfillment_id", "comment": null}, "happened_at": {"type": "TIMESTAMP", "index": 9, "name": "happened_at", "comment": null}, "latitude": {"type": "FLOAT64", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 11, "name": "longitude", "comment": null}, "message": {"type": "STRING", "index": 12, "name": "message", "comment": null}, "order_id": {"type": "INT64", "index": 13, "name": "order_id", "comment": null}, "province": {"type": "STRING", "index": 14, "name": "province", "comment": null}, "shop_id": {"type": "INT64", "index": 15, "name": "shop_id", "comment": null}, "status": {"type": "STRING", "index": 16, "name": "status", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 17, "name": "updated_at", "comment": null}, "zip": {"type": "STRING", "index": 18, "name": "zip", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 19, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 7526638, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1040739538, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.fulfillment_event"}, "source.shopify_source.shopify.inventory_item": {"metadata": {"type": "table", "schema": "shopify", "name": "inventory_item", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "cost": {"type": "FLOAT64", "index": 3, "name": "cost", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "requires_shipping": {"type": "BOOL", "index": 5, "name": "requires_shipping", "comment": null}, "sku": {"type": "STRING", "index": 6, "name": "sku", "comment": null}, "tracked": {"type": "BOOL", "index": 7, "name": "tracked", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 8, "name": "updated_at", "comment": null}, "country_code_of_origin": {"type": "STRING", "index": 9, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "STRING", "index": 10, "name": "province_code_of_origin", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 11, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 74406, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3901196, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.inventory_item"}, "source.shopify_source.shopify.inventory_level": {"metadata": {"type": "table", "schema": "shopify", "name": "inventory_level", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"inventory_item_id": {"type": "INT64", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "INT64", "index": 2, "name": "location_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "available": {"type": "INT64", "index": 4, "name": "available", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 5, "name": "updated_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 174752, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6983544, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.inventory_level"}, "source.shopify_source.shopify.location": {"metadata": {"type": "table", "schema": "shopify", "name": "location", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "BOOL", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "STRING", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "STRING", "index": 6, "name": "city", "comment": null}, "country": {"type": "STRING", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "BOOL", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "phone": {"type": "STRING", "index": 11, "name": "phone", "comment": null}, "province": {"type": "STRING", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "STRING", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "STRING", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "STRING", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "STRING", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "STRING", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "STRING", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 34, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5867, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.location"}, "source.shopify_source.shopify.metafield": {"metadata": {"type": "table", "schema": "shopify", "name": "metafield", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "STRING", "index": 4, "name": "description", "comment": null}, "key": {"type": "STRING", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "STRING", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "INT64", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "STRING", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "STRING", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "STRING", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "STRING", "index": 12, "name": "type", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 13, "name": "_fivetran_deleted", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1138573, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 221088436, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.metafield"}, "source.shopify_source.shopify.order": {"metadata": {"type": "table", "schema": "shopify", "name": "order", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "billing_address_address_1": {"type": "STRING", "index": 3, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "STRING", "index": 4, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "STRING", "index": 5, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "STRING", "index": 6, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "STRING", "index": 7, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "STRING", "index": 8, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "STRING", "index": 9, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "STRING", "index": 10, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "STRING", "index": 11, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "STRING", "index": 12, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "STRING", "index": 13, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "STRING", "index": 14, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "STRING", "index": 15, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "STRING", "index": 16, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "STRING", "index": 17, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "STRING", "index": 18, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "BOOL", "index": 19, "name": "buyer_accepts_marketing", "comment": null}, "cancel_reason": {"type": "STRING", "index": 20, "name": "cancel_reason", "comment": null}, "cancelled_at": {"type": "TIMESTAMP", "index": 21, "name": "cancelled_at", "comment": null}, "cart_token": {"type": "STRING", "index": 22, "name": "cart_token", "comment": null}, "checkout_token": {"type": "STRING", "index": 23, "name": "checkout_token", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 24, "name": "closed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 25, "name": "created_at", "comment": null}, "currency": {"type": "STRING", "index": 26, "name": "currency", "comment": null}, "customer_id": {"type": "INT64", "index": 27, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 28, "name": "email", "comment": null}, "financial_status": {"type": "STRING", "index": 29, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 30, "name": "fulfillment_status", "comment": null}, "landing_site_base_url": {"type": "STRING", "index": 31, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "INT64", "index": 32, "name": "location_id", "comment": null}, "name": {"type": "STRING", "index": 33, "name": "name", "comment": null}, "note": {"type": "STRING", "index": 34, "name": "note", "comment": null}, "number": {"type": "INT64", "index": 35, "name": "number", "comment": null}, "order_number": {"type": "INT64", "index": 36, "name": "order_number", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 37, "name": "processed_at", "comment": null}, "processing_method": {"type": "STRING", "index": 38, "name": "processing_method", "comment": null}, "referring_site": {"type": "STRING", "index": 39, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "STRING", "index": 40, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "STRING", "index": 41, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "STRING", "index": 42, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "STRING", "index": 43, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "STRING", "index": 44, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "STRING", "index": 45, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "STRING", "index": 46, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "STRING", "index": 47, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "STRING", "index": 48, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "STRING", "index": 49, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "STRING", "index": 50, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "STRING", "index": 51, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "STRING", "index": 52, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "STRING", "index": 53, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "STRING", "index": 54, "name": "shipping_address_zip", "comment": null}, "source_name": {"type": "STRING", "index": 55, "name": "source_name", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 56, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "BOOL", "index": 57, "name": "taxes_included", "comment": null}, "test": {"type": "BOOL", "index": 58, "name": "test", "comment": null}, "token": {"type": "STRING", "index": 59, "name": "token", "comment": null}, "total_discounts": {"type": "FLOAT64", "index": 60, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 61, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "FLOAT64", "index": 62, "name": "total_price", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 63, "name": "total_tax", "comment": null}, "total_weight": {"type": "INT64", "index": 64, "name": "total_weight", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 65, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 66, "name": "user_id", "comment": null}, "app_id": {"type": "INT64", "index": 67, "name": "app_id", "comment": null}, "billing_address_id": {"type": "INT64", "index": 68, "name": "billing_address_id", "comment": null}, "billing_address_is_default": {"type": "BOOL", "index": 69, "name": "billing_address_is_default", "comment": null}, "confirmed": {"type": "BOOL", "index": 70, "name": "confirmed", "comment": null}, "current_total_duties_set": {"type": "STRING", "index": 71, "name": "current_total_duties_set", "comment": null}, "customer_locale": {"type": "STRING", "index": 72, "name": "customer_locale", "comment": null}, "device_id": {"type": "STRING", "index": 73, "name": "device_id", "comment": null}, "landing_site_ref": {"type": "STRING", "index": 74, "name": "landing_site_ref", "comment": null}, "original_total_duties_set": {"type": "STRING", "index": 75, "name": "original_total_duties_set", "comment": null}, "payment_gateway_names": {"type": "STRING", "index": 76, "name": "payment_gateway_names", "comment": null}, "presentment_currency": {"type": "STRING", "index": 77, "name": "presentment_currency", "comment": null}, "reference": {"type": "STRING", "index": 78, "name": "reference", "comment": null}, "shipping_address_id": {"type": "INT64", "index": 79, "name": "shipping_address_id", "comment": null}, "shipping_address_is_default": {"type": "BOOL", "index": 80, "name": "shipping_address_is_default", "comment": null}, "source_identifier": {"type": "STRING", "index": 81, "name": "source_identifier", "comment": null}, "source_url": {"type": "STRING", "index": 82, "name": "source_url", "comment": null}, "subtotal_price_set": {"type": "STRING", "index": 83, "name": "subtotal_price_set", "comment": null}, "total_discounts_set": {"type": "STRING", "index": 84, "name": "total_discounts_set", "comment": null}, "total_line_items_price_set": {"type": "STRING", "index": 85, "name": "total_line_items_price_set", "comment": null}, "total_price_set": {"type": "STRING", "index": 86, "name": "total_price_set", "comment": null}, "total_price_usd": {"type": "FLOAT64", "index": 87, "name": "total_price_usd", "comment": null}, "total_shipping_price_set": {"type": "STRING", "index": 88, "name": "total_shipping_price_set", "comment": null}, "total_tax_set": {"type": "STRING", "index": 89, "name": "total_tax_set", "comment": null}, "total_tip_received": {"type": "FLOAT64", "index": 90, "name": "total_tip_received", "comment": null}, "note_attributes": {"type": "STRING", "index": 91, "name": "note_attributes", "comment": null}, "client_details_user_agent": {"type": "STRING", "index": 92, "name": "client_details_user_agent", "comment": null}, "current_subtotal_price_set": {"type": "STRING", "index": 93, "name": "current_subtotal_price_set", "comment": null}, "current_total_tax": {"type": "FLOAT64", "index": 94, "name": "current_total_tax", "comment": null}, "current_total_tax_set": {"type": "STRING", "index": 95, "name": "current_total_tax_set", "comment": null}, "current_total_price_set": {"type": "STRING", "index": 96, "name": "current_total_price_set", "comment": null}, "current_subtotal_price": {"type": "FLOAT64", "index": 97, "name": "current_subtotal_price", "comment": null}, "current_total_price": {"type": "FLOAT64", "index": 98, "name": "current_total_price", "comment": null}, "current_total_discounts": {"type": "FLOAT64", "index": 99, "name": "current_total_discounts", "comment": null}, "current_total_discounts_set": {"type": "STRING", "index": 100, "name": "current_total_discounts_set", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 101, "name": "_fivetran_deleted", "comment": null}, "order_status_url": {"type": "STRING", "index": 102, "name": "order_status_url", "comment": null}, "checkout_id": {"type": "STRING", "index": 103, "name": "checkout_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 900390, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2539081598, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order"}, "source.shopify_source.shopify.order_adjustment": {"metadata": {"type": "table", "schema": "shopify", "name": "order_adjustment", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 3, "name": "amount", "comment": null}, "amount_set": {"type": "STRING", "index": 4, "name": "amount_set", "comment": null}, "kind": {"type": "STRING", "index": 5, "name": "kind", "comment": null}, "order_id": {"type": "INT64", "index": 6, "name": "order_id", "comment": null}, "reason": {"type": "STRING", "index": 7, "name": "reason", "comment": null}, "refund_id": {"type": "INT64", "index": 8, "name": "refund_id", "comment": null}, "tax_amount": {"type": "FLOAT64", "index": 9, "name": "tax_amount", "comment": null}, "tax_amount_set": {"type": "STRING", "index": 10, "name": "tax_amount_set", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 205551, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 66376080, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_adjustment"}, "source.shopify_source.shopify.order_discount_code": {"metadata": {"type": "table", "schema": "shopify", "name": "order_discount_code", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 4, "name": "amount", "comment": null}, "code": {"type": "STRING", "index": 5, "name": "code", "comment": null}, "type": {"type": "STRING", "index": 6, "name": "type", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 282492, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16099710, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_discount_code"}, "source.shopify_source.shopify.order_line": {"metadata": {"type": "table", "schema": "shopify", "name": "order_line", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "fulfillable_quantity": {"type": "FLOAT64", "index": 4, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "STRING", "index": 5, "name": "fulfillment_service", "comment": null}, "fulfillment_status": {"type": "STRING", "index": 6, "name": "fulfillment_status", "comment": null}, "gift_card": {"type": "BOOL", "index": 7, "name": "gift_card", "comment": null}, "grams": {"type": "INT64", "index": 8, "name": "grams", "comment": null}, "index": {"type": "INT64", "index": 9, "name": "index", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "pre_tax_price": {"type": "FLOAT64", "index": 11, "name": "pre_tax_price", "comment": null}, "price": {"type": "FLOAT64", "index": 12, "name": "price", "comment": null}, "product_id": {"type": "INT64", "index": 13, "name": "product_id", "comment": null}, "property_acadaca_color": {"type": "STRING", "index": 14, "name": "property_acadaca_color", "comment": null}, "property_acadaca_size": {"type": "STRING", "index": 15, "name": "property_acadaca_size", "comment": null}, "property_acadaca_sku": {"type": "STRING", "index": 16, "name": "property_acadaca_sku", "comment": null}, "quantity": {"type": "FLOAT64", "index": 17, "name": "quantity", "comment": null}, "requires_shipping": {"type": "BOOL", "index": 18, "name": "requires_shipping", "comment": null}, "sku": {"type": "STRING", "index": 19, "name": "sku", "comment": null}, "taxable": {"type": "BOOL", "index": 20, "name": "taxable", "comment": null}, "title": {"type": "STRING", "index": 21, "name": "title", "comment": null}, "total_discount": {"type": "FLOAT64", "index": 22, "name": "total_discount", "comment": null}, "variant_id": {"type": "INT64", "index": 23, "name": "variant_id", "comment": null}, "vendor": {"type": "STRING", "index": 24, "name": "vendor", "comment": null}, "property_card_message": {"type": "STRING", "index": 25, "name": "property_card_message", "comment": null}, "property_mw_grouped_product_discounted_price": {"type": "FLOAT64", "index": 26, "name": "property_mw_grouped_product_discounted_price", "comment": null}, "property_mw_grouped_product_relation": {"type": "INT64", "index": 27, "name": "property_mw_grouped_product_relation", "comment": null}, "property_mw_grouped_product_relation_3586136703076": {"type": "INT64", "index": 28, "name": "property_mw_grouped_product_relation_3586136703076", "comment": null}, "property_mw_grouped_product_relation_4321154596975": {"type": "INT64", "index": 29, "name": "property_mw_grouped_product_relation_4321154596975", "comment": null}, "property_mw_grouped_product_relation_4321154695279": {"type": "INT64", "index": 30, "name": "property_mw_grouped_product_relation_4321154695279", "comment": null}, "property_mw_grouped_product_relation_4321154891887": {"type": "INT64", "index": 31, "name": "property_mw_grouped_product_relation_4321154891887", "comment": null}, "property_mw_grouped_product_relation_4339644432495": {"type": "INT64", "index": 32, "name": "property_mw_grouped_product_relation_4339644432495", "comment": null}, "property_pre_order_date": {"type": "STRING", "index": 33, "name": "property_pre_order_date", "comment": null}, "property_recipient_email": {"type": "STRING", "index": 34, "name": "property_recipient_email", "comment": null}, "property_recipient_name": {"type": "STRING", "index": 35, "name": "property_recipient_name", "comment": null}, "property_send_date": {"type": "STRING", "index": 36, "name": "property_send_date", "comment": null}, "property_senders_name": {"type": "STRING", "index": 37, "name": "property_senders_name", "comment": null}, "property_mw_grouped_product_relation_4170368909412": {"type": "INT64", "index": 38, "name": "property_mw_grouped_product_relation_4170368909412", "comment": null}, "property_mw_grouped_product_relation_4321154498671": {"type": "INT64", "index": 39, "name": "property_mw_grouped_product_relation_4321154498671", "comment": null}, "property_mw_grouped_product_relation_4321154793583": {"type": "INT64", "index": 40, "name": "property_mw_grouped_product_relation_4321154793583", "comment": null}, "property_mw_grouped_product_relation_4321154859119": {"type": "INT64", "index": 41, "name": "property_mw_grouped_product_relation_4321154859119", "comment": null}, "destination_location_address_1": {"type": "STRING", "index": 42, "name": "destination_location_address_1", "comment": null}, "destination_location_address_2": {"type": "STRING", "index": 43, "name": "destination_location_address_2", "comment": null}, "destination_location_city": {"type": "STRING", "index": 44, "name": "destination_location_city", "comment": null}, "destination_location_country_code": {"type": "STRING", "index": 45, "name": "destination_location_country_code", "comment": null}, "destination_location_id": {"type": "INT64", "index": 46, "name": "destination_location_id", "comment": null}, "destination_location_name": {"type": "STRING", "index": 47, "name": "destination_location_name", "comment": null}, "destination_location_province_code": {"type": "STRING", "index": 48, "name": "destination_location_province_code", "comment": null}, "destination_location_zip": {"type": "STRING", "index": 49, "name": "destination_location_zip", "comment": null}, "origin_location_address_1": {"type": "STRING", "index": 50, "name": "origin_location_address_1", "comment": null}, "origin_location_address_2": {"type": "STRING", "index": 51, "name": "origin_location_address_2", "comment": null}, "origin_location_city": {"type": "STRING", "index": 52, "name": "origin_location_city", "comment": null}, "origin_location_country_code": {"type": "STRING", "index": 53, "name": "origin_location_country_code", "comment": null}, "origin_location_id": {"type": "INT64", "index": 54, "name": "origin_location_id", "comment": null}, "origin_location_name": {"type": "STRING", "index": 55, "name": "origin_location_name", "comment": null}, "origin_location_province_code": {"type": "STRING", "index": 56, "name": "origin_location_province_code", "comment": null}, "origin_location_zip": {"type": "STRING", "index": 57, "name": "origin_location_zip", "comment": null}, "pre_tax_price_set": {"type": "STRING", "index": 58, "name": "pre_tax_price_set", "comment": null}, "price_set": {"type": "STRING", "index": 59, "name": "price_set", "comment": null}, "product_exists": {"type": "BOOL", "index": 60, "name": "product_exists", "comment": null}, "tax_code": {"type": "STRING", "index": 61, "name": "tax_code", "comment": null}, "total_discount_set": {"type": "STRING", "index": 62, "name": "total_discount_set", "comment": null}, "variant_inventory_management": {"type": "STRING", "index": 63, "name": "variant_inventory_management", "comment": null}, "variant_title": {"type": "STRING", "index": 64, "name": "variant_title", "comment": null}, "properties": {"type": "STRING", "index": 65, "name": "properties", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1608697, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1103929866, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_line"}, "source.shopify_source.shopify.order_line_refund": {"metadata": {"type": "table", "schema": "shopify", "name": "order_line_refund", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "location_id": {"type": "INT64", "index": 3, "name": "location_id", "comment": null}, "order_line_id": {"type": "INT64", "index": 4, "name": "order_line_id", "comment": null}, "quantity": {"type": "FLOAT64", "index": 5, "name": "quantity", "comment": null}, "refund_id": {"type": "INT64", "index": 6, "name": "refund_id", "comment": null}, "restock_type": {"type": "STRING", "index": 7, "name": "restock_type", "comment": null}, "subtotal": {"type": "FLOAT64", "index": 8, "name": "subtotal", "comment": null}, "subtotal_set": {"type": "STRING", "index": 9, "name": "subtotal_set", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 10, "name": "total_tax", "comment": null}, "total_tax_set": {"type": "STRING", "index": 11, "name": "total_tax_set", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 345121, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 107603281, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_line_refund"}, "source.shopify_source.shopify.order_note_attribute": {"metadata": {"type": "table", "schema": "shopify", "name": "order_note_attribute", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"name": {"type": "STRING", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5256430, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 478259157, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_note_attribute"}, "source.shopify_source.shopify.order_shipping_line": {"metadata": {"type": "table", "schema": "shopify", "name": "order_shipping_line", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "STRING", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "STRING", "index": 5, "name": "code", "comment": null}, "delivery_category": {"type": "STRING", "index": 6, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "FLOAT64", "index": 7, "name": "discounted_price", "comment": null}, "phone": {"type": "STRING", "index": 8, "name": "phone", "comment": null}, "price": {"type": "FLOAT64", "index": 9, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "STRING", "index": 10, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "STRING", "index": 11, "name": "source", "comment": null}, "title": {"type": "STRING", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "STRING", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "STRING", "index": 14, "name": "price_set", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 818406, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 261307544, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_shipping_line"}, "source.shopify_source.shopify.order_shipping_tax_line": {"metadata": {"type": "table", "schema": "shopify", "name": "order_shipping_tax_line", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_shipping_line_id": {"type": "INT64", "index": 2, "name": "order_shipping_line_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "FLOAT64", "index": 4, "name": "price", "comment": null}, "rate": {"type": "FLOAT64", "index": 5, "name": "rate", "comment": null}, "title": {"type": "STRING", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "STRING", "index": 7, "name": "price_set", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1931299, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 333185662, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_shipping_tax_line"}, "source.shopify_source.shopify.order_tag": {"metadata": {"type": "table", "schema": "shopify", "name": "order_tag", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 2405390, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 98664746, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_tag"}, "source.shopify_source.shopify.order_url_tag": {"metadata": {"type": "table", "schema": "shopify", "name": "order_url_tag", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"key": {"type": "STRING", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "INT64", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4723428, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 238654130, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_url_tag"}, "source.shopify_source.shopify.price_rule": {"metadata": {"type": "table", "schema": "shopify", "name": "price_rule", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "INT64", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "STRING", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "STRING", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "TIMESTAMP", "index": 7, "name": "ends_at", "comment": null}, "once_per_customer": {"type": "BOOL", "index": 8, "name": "once_per_customer", "comment": null}, "prerequisite_quantity_range": {"type": "FLOAT64", "index": 9, "name": "prerequisite_quantity_range", "comment": null}, "prerequisite_shipping_price_range": {"type": "FLOAT64", "index": 10, "name": "prerequisite_shipping_price_range", "comment": null}, "prerequisite_subtotal_range": {"type": "FLOAT64", "index": 11, "name": "prerequisite_subtotal_range", "comment": null}, "quantity_ratio_entitled_quantity": {"type": "INT64", "index": 12, "name": "quantity_ratio_entitled_quantity", "comment": null}, "quantity_ratio_prerequisite_quantity": {"type": "INT64", "index": 13, "name": "quantity_ratio_prerequisite_quantity", "comment": null}, "starts_at": {"type": "TIMESTAMP", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "STRING", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "STRING", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "STRING", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 18, "name": "updated_at", "comment": null}, "usage_limit": {"type": "INT64", "index": 19, "name": "usage_limit", "comment": null}, "value": {"type": "FLOAT64", "index": 20, "name": "value", "comment": null}, "value_type": {"type": "STRING", "index": 21, "name": "value_type", "comment": null}, "prerequisite_to_entitlement_purchase_prerequisite_amount": {"type": "FLOAT64", "index": 22, "name": "prerequisite_to_entitlement_purchase_prerequisite_amount", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 6643, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 949143, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.price_rule"}, "source.shopify_source.shopify.product": {"metadata": {"type": "table", "schema": "shopify", "name": "product", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "handle": {"type": "STRING", "index": 5, "name": "handle", "comment": null}, "product_type": {"type": "STRING", "index": 6, "name": "product_type", "comment": null}, "published_at": {"type": "TIMESTAMP", "index": 7, "name": "published_at", "comment": null}, "published_scope": {"type": "STRING", "index": 8, "name": "published_scope", "comment": null}, "title": {"type": "STRING", "index": 9, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 10, "name": "updated_at", "comment": null}, "vendor": {"type": "STRING", "index": 11, "name": "vendor", "comment": null}, "status": {"type": "STRING", "index": 12, "name": "status", "comment": null}, "template_suffix": {"type": "STRING", "index": 13, "name": "template_suffix", "comment": null}, "body_html": {"type": "STRING", "index": 14, "name": "body_html", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17346, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3796041, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product"}, "source.shopify_source.shopify.product_image": {"metadata": {"type": "table", "schema": "shopify", "name": "product_image", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "STRING", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 6, "name": "created_at", "comment": null}, "height": {"type": "INT64", "index": 7, "name": "height", "comment": null}, "position": {"type": "INT64", "index": 8, "name": "position", "comment": null}, "src": {"type": "STRING", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 10, "name": "updated_at", "comment": null}, "width": {"type": "INT64", "index": 11, "name": "width", "comment": null}, "is_default": {"type": "BOOL", "index": 12, "name": "is_default", "comment": null}, "variant_ids": {"type": "STRING", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 32357, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7851679, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product_image"}, "source.shopify_source.shopify.product_tag": {"metadata": {"type": "table", "schema": "shopify", "name": "product_tag", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "INT64", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "STRING", "index": 4, "name": "value", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 130210, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5316191, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product_tag"}, "source.shopify_source.shopify.product_variant": {"metadata": {"type": "table", "schema": "shopify", "name": "product_variant", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "barcode": {"type": "STRING", "index": 3, "name": "barcode", "comment": null}, "compare_at_price": {"type": "FLOAT64", "index": 4, "name": "compare_at_price", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "fulfillment_service": {"type": "STRING", "index": 6, "name": "fulfillment_service", "comment": null}, "grams": {"type": "FLOAT64", "index": 7, "name": "grams", "comment": null}, "image_id": {"type": "INT64", "index": 8, "name": "image_id", "comment": null}, "inventory_item_id": {"type": "INT64", "index": 9, "name": "inventory_item_id", "comment": null}, "inventory_management": {"type": "STRING", "index": 10, "name": "inventory_management", "comment": null}, "inventory_policy": {"type": "STRING", "index": 11, "name": "inventory_policy", "comment": null}, "inventory_quantity": {"type": "INT64", "index": 12, "name": "inventory_quantity", "comment": null}, "old_inventory_quantity": {"type": "INT64", "index": 13, "name": "old_inventory_quantity", "comment": null}, "position": {"type": "INT64", "index": 14, "name": "position", "comment": null}, "price": {"type": "FLOAT64", "index": 15, "name": "price", "comment": null}, "product_id": {"type": "INT64", "index": 16, "name": "product_id", "comment": null}, "requires_shipping": {"type": "BOOL", "index": 17, "name": "requires_shipping", "comment": null}, "sku": {"type": "STRING", "index": 18, "name": "sku", "comment": null}, "taxable": {"type": "BOOL", "index": 19, "name": "taxable", "comment": null}, "title": {"type": "STRING", "index": 20, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 21, "name": "updated_at", "comment": null}, "weight": {"type": "FLOAT64", "index": 22, "name": "weight", "comment": null}, "weight_unit": {"type": "STRING", "index": 23, "name": "weight_unit", "comment": null}, "option_1": {"type": "STRING", "index": 24, "name": "option_1", "comment": null}, "option_2": {"type": "STRING", "index": 25, "name": "option_2", "comment": null}, "option_3": {"type": "STRING", "index": 26, "name": "option_3", "comment": null}, "tax_code": {"type": "STRING", "index": 27, "name": "tax_code", "comment": null}, "presentment_prices": {"type": "STRING", "index": 28, "name": "presentment_prices", "comment": null}, "inventory_quantity_adjustment": {"type": "INT64", "index": 29, "name": "inventory_quantity_adjustment", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 68240, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 13105704, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product_variant"}, "source.shopify_source.shopify.refund": {"metadata": {"type": "table", "schema": "shopify", "name": "refund", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "note": {"type": "STRING", "index": 4, "name": "note", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 5, "name": "processed_at", "comment": null}, "restock": {"type": "BOOL", "index": 6, "name": "restock", "comment": null}, "user_id": {"type": "INT64", "index": 7, "name": "user_id", "comment": null}, "order_id": {"type": "INT64", "index": 8, "name": "order_id", "comment": null}, "total_duties_set": {"type": "STRING", "index": 9, "name": "total_duties_set", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 253701, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 58062340, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.refund"}, "source.shopify_source.shopify.shop": {"metadata": {"type": "table", "schema": "shopify", "name": "shop", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "STRING", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "STRING", "index": 5, "name": "address_2", "comment": null}, "auto_configure_tax_inclusivity": {"type": "BOOL", "index": 6, "name": "auto_configure_tax_inclusivity", "comment": null}, "checkout_api_supported": {"type": "BOOL", "index": 7, "name": "checkout_api_supported", "comment": null}, "city": {"type": "STRING", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "STRING", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "STRING", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "STRING", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "BOOL", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "STRING", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "STRING", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "STRING", "index": 17, "name": "domain", "comment": null}, "eligible_for_card_reader_giveaway": {"type": "BOOL", "index": 18, "name": "eligible_for_card_reader_giveaway", "comment": null}, "eligible_for_payments": {"type": "BOOL", "index": 19, "name": "eligible_for_payments", "comment": null}, "email": {"type": "STRING", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "STRING", "index": 21, "name": "enabled_presentment_currencies", "comment": null}, "force_ssl": {"type": "BOOL", "index": 22, "name": "force_ssl", "comment": null}, "google_apps_domain": {"type": "STRING", "index": 23, "name": "google_apps_domain", "comment": null}, "google_apps_login_enabled": {"type": "BOOL", "index": 24, "name": "google_apps_login_enabled", "comment": null}, "has_discounts": {"type": "BOOL", "index": 25, "name": "has_discounts", "comment": null}, "has_gift_cards": {"type": "BOOL", "index": 26, "name": "has_gift_cards", "comment": null}, "has_storefront": {"type": "BOOL", "index": 27, "name": "has_storefront", "comment": null}, "iana_timezone": {"type": "STRING", "index": 28, "name": "iana_timezone", "comment": null}, "latitude": {"type": "FLOAT64", "index": 29, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 30, "name": "longitude", "comment": null}, "money_format": {"type": "STRING", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "STRING", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "STRING", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "STRING", "index": 34, "name": "money_with_currency_in_emails_format", "comment": null}, "multi_location_enabled": {"type": "BOOL", "index": 35, "name": "multi_location_enabled", "comment": null}, "myshopify_domain": {"type": "STRING", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "STRING", "index": 37, "name": "name", "comment": null}, "password_enabled": {"type": "BOOL", "index": 38, "name": "password_enabled", "comment": null}, "phone": {"type": "STRING", "index": 39, "name": "phone", "comment": null}, "plan_display_name": {"type": "STRING", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "STRING", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "BOOL", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "STRING", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "INT64", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "STRING", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "STRING", "index": 46, "name": "province_code", "comment": null}, "requires_extra_payments_agreement": {"type": "BOOL", "index": 47, "name": "requires_extra_payments_agreement", "comment": null}, "setup_required": {"type": "BOOL", "index": 48, "name": "setup_required", "comment": null}, "shop_owner": {"type": "STRING", "index": 49, "name": "shop_owner", "comment": null}, "source": {"type": "STRING", "index": 50, "name": "source", "comment": null}, "tax_shipping": {"type": "BOOL", "index": 51, "name": "tax_shipping", "comment": null}, "taxes_included": {"type": "BOOL", "index": 52, "name": "taxes_included", "comment": null}, "timezone": {"type": "STRING", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "STRING", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "STRING", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "STRING", "index": 57, "name": "zip", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 485, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.shop"}, "source.shopify_source.shopify.tax_line": {"metadata": {"type": "table", "schema": "shopify", "name": "tax_line", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"index": {"type": "INT64", "index": 1, "name": "index", "comment": null}, "order_line_id": {"type": "INT64", "index": 2, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "FLOAT64", "index": 4, "name": "price", "comment": null}, "rate": {"type": "FLOAT64", "index": 5, "name": "rate", "comment": null}, "title": {"type": "STRING", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "STRING", "index": 7, "name": "price_set", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3543038, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 611865453, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.tax_line"}, "source.shopify_source.shopify.tender_transaction": {"metadata": {"type": "table", "schema": "shopify", "name": "tender_transaction", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "STRING", "index": 4, "name": "currency", "comment": null}, "order_id": {"type": "INT64", "index": 5, "name": "order_id", "comment": null}, "payment_details_credit_card_company": {"type": "STRING", "index": 6, "name": "payment_details_credit_card_company", "comment": null}, "payment_details_credit_card_number": {"type": "STRING", "index": 7, "name": "payment_details_credit_card_number", "comment": null}, "payment_method": {"type": "STRING", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 9, "name": "processed_at", "comment": null}, "remote_reference": {"type": "STRING", "index": 10, "name": "remote_reference", "comment": null}, "test": {"type": "BOOL", "index": 11, "name": "test", "comment": null}, "user_id": {"type": "INT64", "index": 12, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1019332, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 127125331, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.tender_transaction"}, "source.shopify_source.shopify.transaction": {"metadata": {"type": "table", "schema": "shopify", "name": "transaction", "database": "fivetran-data-culture-big-vv9p", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "FLOAT64", "index": 3, "name": "amount", "comment": null}, "authorization": {"type": "STRING", "index": 4, "name": "authorization", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "currency": {"type": "STRING", "index": 6, "name": "currency", "comment": null}, "currency_exchange_adjustment": {"type": "FLOAT64", "index": 7, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_currency": {"type": "STRING", "index": 8, "name": "currency_exchange_currency", "comment": null}, "currency_exchange_final_amount": {"type": "FLOAT64", "index": 9, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_id": {"type": "INT64", "index": 10, "name": "currency_exchange_id", "comment": null}, "currency_exchange_original_amount": {"type": "FLOAT64", "index": 11, "name": "currency_exchange_original_amount", "comment": null}, "device_id": {"type": "STRING", "index": 12, "name": "device_id", "comment": null}, "error_code": {"type": "STRING", "index": 13, "name": "error_code", "comment": null}, "gateway": {"type": "STRING", "index": 14, "name": "gateway", "comment": null}, "kind": {"type": "STRING", "index": 15, "name": "kind", "comment": null}, "location_id": {"type": "INT64", "index": 16, "name": "location_id", "comment": null}, "message": {"type": "STRING", "index": 17, "name": "message", "comment": null}, "order_id": {"type": "INT64", "index": 18, "name": "order_id", "comment": null}, "parent_id": {"type": "INT64", "index": 19, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "STRING", "index": 20, "name": "payment_avs_result_code", "comment": null}, "payment_credit_card_bin": {"type": "STRING", "index": 21, "name": "payment_credit_card_bin", "comment": null}, "payment_credit_card_company": {"type": "STRING", "index": 22, "name": "payment_credit_card_company", "comment": null}, "payment_credit_card_number": {"type": "STRING", "index": 23, "name": "payment_credit_card_number", "comment": null}, "payment_cvv_result_code": {"type": "STRING", "index": 24, "name": "payment_cvv_result_code", "comment": null}, "processed_at": {"type": "TIMESTAMP", "index": 25, "name": "processed_at", "comment": null}, "receipt": {"type": "STRING", "index": 26, "name": "receipt", "comment": null}, "refund_id": {"type": "INT64", "index": 27, "name": "refund_id", "comment": null}, "source_name": {"type": "STRING", "index": 28, "name": "source_name", "comment": null}, "status": {"type": "STRING", "index": 29, "name": "status", "comment": null}, "test": {"type": "BOOL", "index": 30, "name": "test", "comment": null}, "user_id": {"type": "STRING", "index": 31, "name": "user_id", "comment": null}, "extended_authorization_standard_authorization_expires_at": {"type": "TIMESTAMP", "index": 32, "name": "extended_authorization_standard_authorization_expires_at", "comment": null}, "authorization_expires_at": {"type": "TIMESTAMP", "index": 33, "name": "authorization_expires_at", "comment": null}, "extended_authorization_extended_authorization_expires_at": {"type": "TIMESTAMP", "index": 34, "name": "extended_authorization_extended_authorization_expires_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1836492, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3910982699, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.transaction"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.8.6", "generated_at": "2024-09-12T14:39:32.209904Z", "invocation_id": "d85b9feb-0481-4d7b-aedd-f58680b0e98a", "env": {}}, "nodes": {"seed.shopify_holistic_reporting_integration_tests.abandoned_checkout": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "abandoned_checkout", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "text", "index": 3, "name": "abandoned_checkout_url", "comment": null}, "applied_discount_amount": {"type": "integer", "index": 4, "name": "applied_discount_amount", "comment": null}, "applied_discount_applicable": {"type": "integer", "index": 5, "name": "applied_discount_applicable", "comment": null}, "applied_discount_description": {"type": "integer", "index": 6, "name": "applied_discount_description", "comment": null}, "applied_discount_non_applicable_reason": {"type": "integer", "index": 7, "name": "applied_discount_non_applicable_reason", "comment": null}, "applied_discount_title": {"type": "integer", "index": 8, "name": "applied_discount_title", "comment": null}, "applied_discount_value": {"type": "integer", "index": 9, "name": "applied_discount_value", "comment": null}, "applied_discount_value_type": {"type": "integer", "index": 10, "name": "applied_discount_value_type", "comment": null}, "billing_address_address_1": {"type": "text", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_0": {"type": "text", "index": 12, "name": "billing_address_address_0", "comment": null}, "billing_address_city": {"type": "text", "index": 13, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "integer", "index": 14, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "text", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "text", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 18, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "double precision", "index": 19, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "double precision", "index": 20, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "text", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "text", "index": 24, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "integer", "index": 25, "name": "billing_address_zip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 26, "name": "buyer_accepts_marketing", "comment": null}, "cart_token": {"type": "text", "index": 27, "name": "cart_token", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 28, "name": "closed_at", "comment": null}, "completed_at": {"type": "integer", "index": 29, "name": "completed_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 30, "name": "created_at", "comment": null}, "credit_card_first_name": {"type": "integer", "index": 31, "name": "credit_card_first_name", "comment": null}, "credit_card_last_name": {"type": "integer", "index": 32, "name": "credit_card_last_name", "comment": null}, "credit_card_month": {"type": "integer", "index": 33, "name": "credit_card_month", "comment": null}, "credit_card_number": {"type": "integer", "index": 34, "name": "credit_card_number", "comment": null}, "credit_card_verification_value": {"type": "integer", "index": 35, "name": "credit_card_verification_value", "comment": null}, "credit_card_year": {"type": "integer", "index": 36, "name": "credit_card_year", "comment": null}, "currency": {"type": "text", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "integer", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "text", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "text", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "text", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "text", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 45, "name": "name", "comment": null}, "note": {"type": "integer", "index": 46, "name": "note", "comment": null}, "phone": {"type": "integer", "index": 47, "name": "phone", "comment": null}, "referring_site": {"type": "text", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_0": {"type": "text", "index": 50, "name": "shipping_address_address_0", "comment": null}, "shipping_address_city": {"type": "text", "index": 51, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "integer", "index": 52, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "text", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 56, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "double precision", "index": 57, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "double precision", "index": 58, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "text", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "text", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "text", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 63, "name": "shipping_address_zip", "comment": null}, "shipping_line": {"type": "integer", "index": 64, "name": "shipping_line", "comment": null}, "shipping_rate_id": {"type": "integer", "index": 65, "name": "shipping_rate_id", "comment": null}, "shipping_rate_price": {"type": "integer", "index": 66, "name": "shipping_rate_price", "comment": null}, "shipping_rate_title": {"type": "integer", "index": 67, "name": "shipping_rate_title", "comment": null}, "source": {"type": "integer", "index": 68, "name": "source", "comment": null}, "source_identifier": {"type": "integer", "index": 69, "name": "source_identifier", "comment": null}, "source_name": {"type": "text", "index": 70, "name": "source_name", "comment": null}, "source_url": {"type": "integer", "index": 71, "name": "source_url", "comment": null}, "subtotal_price": {"type": "double precision", "index": 72, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "boolean", "index": 73, "name": "taxes_included", "comment": null}, "token": {"type": "text", "index": 74, "name": "token", "comment": null}, "total_discounts": {"type": "double precision", "index": 75, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 76, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "double precision", "index": 77, "name": "total_price", "comment": null}, "total_tax": {"type": "double precision", "index": 78, "name": "total_tax", "comment": null}, "total_weight": {"type": "integer", "index": 79, "name": "total_weight", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 80, "name": "updated_at", "comment": null}, "user_id": {"type": "integer", "index": 81, "name": "user_id", "comment": null}, "note_attribute_littledata_updated_at": {"type": "integer", "index": 82, "name": "note_attribute_littledata_updated_at", "comment": null}, "note_attribute_segment_client_id": {"type": "text", "index": 83, "name": "note_attribute_segment_client_id", "comment": null}, "billing_address_id": {"type": "integer", "index": 84, "name": "billing_address_id", "comment": null}, "billing_address_is_default": {"type": "integer", "index": 85, "name": "billing_address_is_default", "comment": null}, "presentment_currency": {"type": "text", "index": 86, "name": "presentment_currency", "comment": null}, "shipping_address_id": {"type": "integer", "index": 87, "name": "shipping_address_id", "comment": null}, "shipping_address_is_default": {"type": "integer", "index": 88, "name": "shipping_address_is_default", "comment": null}, "total_duties": {"type": "integer", "index": 89, "name": "total_duties", "comment": null}, "note_attribute_email_client_id": {"type": "integer", "index": 90, "name": "note_attribute_email_client_id", "comment": null}, "note_attributes": {"type": "text", "index": 91, "name": "note_attributes", "comment": null}, "note_attribute_google_client_id": {"type": "integer", "index": 92, "name": "note_attribute_google_client_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 93, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.abandoned_checkout"}, "seed.shopify_holistic_reporting_integration_tests.abandoned_checkout_discount_code": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "abandoned_checkout_discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "discount_id": {"type": "integer", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "text", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}, "usage_count": {"type": "integer", "index": 10, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.abandoned_checkout_discount_code"}, "seed.shopify_holistic_reporting_integration_tests.abandoned_checkout_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "abandoned_checkout_shipping_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "api_client_id": {"type": "integer", "index": 4, "name": "api_client_id", "comment": null}, "carrier_identifier": {"type": "integer", "index": 5, "name": "carrier_identifier", "comment": null}, "carrier_service_id": {"type": "integer", "index": 6, "name": "carrier_service_id", "comment": null}, "code": {"type": "text", "index": 7, "name": "code", "comment": null}, "delivery_category": {"type": "integer", "index": 8, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "integer", "index": 9, "name": "discounted_price", "comment": null}, "id": {"type": "text", "index": 10, "name": "id", "comment": null}, "markup": {"type": "character varying", "index": 11, "name": "markup", "comment": null}, "phone": {"type": "integer", "index": 12, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 13, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "integer", "index": 14, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "text", "index": 15, "name": "source", "comment": null}, "title": {"type": "text", "index": 16, "name": "title", "comment": null}, "validation_context": {"type": "integer", "index": 17, "name": "validation_context", "comment": null}, "delivery_expectation_range": {"type": "integer", "index": 18, "name": "delivery_expectation_range", "comment": null}, "delivery_expectation_type": {"type": "integer", "index": 19, "name": "delivery_expectation_type", "comment": null}, "original_shop_markup": {"type": "character varying", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "character varying", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "text", "index": 22, "name": "presentment_title", "comment": null}, "delivery_expectation_range_min": {"type": "integer", "index": 23, "name": "delivery_expectation_range_min", "comment": null}, "delivery_expectation_range_max": {"type": "integer", "index": 24, "name": "delivery_expectation_range_max", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.abandoned_checkout_shipping_line"}, "seed.shopify_holistic_reporting_integration_tests.collection": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "collection", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "handle": {"type": "integer", "index": 4, "name": "handle", "comment": null}, "published_at": {"type": "timestamp without time zone", "index": 5, "name": "published_at", "comment": null}, "published_scope": {"type": "integer", "index": 6, "name": "published_scope", "comment": null}, "title": {"type": "character varying", "index": 7, "name": "title", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "disjunctive": {"type": "boolean", "index": 9, "name": "disjunctive", "comment": null}, "rules": {"type": "integer", "index": 10, "name": "rules", "comment": null}, "sort_order": {"type": "integer", "index": 11, "name": "sort_order", "comment": null}, "template_suffix": {"type": "integer", "index": 12, "name": "template_suffix", "comment": null}, "body_html": {"type": "integer", "index": 13, "name": "body_html", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.collection"}, "seed.shopify_holistic_reporting_integration_tests.collection_product": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "collection_product", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"collection_id": {"type": "integer", "index": 1, "name": "collection_id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.collection_product"}, "seed.shopify_holistic_reporting_integration_tests.customer": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "customer", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "first_name": {"type": "text", "index": 2, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 3, "name": "last_name", "comment": null}, "email": {"type": "character varying", "index": 4, "name": "email", "comment": null}, "phone": {"type": "integer", "index": 5, "name": "phone", "comment": null}, "state": {"type": "text", "index": 6, "name": "state", "comment": null}, "orders_count": {"type": "integer", "index": 7, "name": "orders_count", "comment": null}, "total_spent": {"type": "double precision", "index": 8, "name": "total_spent", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "accepts_marketing": {"type": "boolean", "index": 11, "name": "accepts_marketing", "comment": null}, "tax_exempt": {"type": "boolean", "index": 12, "name": "tax_exempt", "comment": null}, "verified_email": {"type": "boolean", "index": 13, "name": "verified_email", "comment": null}, "default_address_id": {"type": "bigint", "index": 14, "name": "default_address_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.customer"}, "seed.shopify_holistic_reporting_integration_tests.customer_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "customer_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.customer_tag"}, "seed.shopify_holistic_reporting_integration_tests.discount_code": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "text", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "text", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "integer", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "text", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "double precision", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.discount_code"}, "seed.shopify_holistic_reporting_integration_tests.fulfillment": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "fulfillment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "location_id": {"type": "integer", "index": 4, "name": "location_id", "comment": null}, "order_id": {"type": "integer", "index": 5, "name": "order_id", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "tracking_company": {"type": "integer", "index": 7, "name": "tracking_company", "comment": null}, "tracking_number": {"type": "integer", "index": 8, "name": "tracking_number", "comment": null}, "updated_at": {"type": "text", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "text", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "text", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "integer", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "text", "index": 13, "name": "service", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "integer", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.fulfillment"}, "seed.shopify_holistic_reporting_integration_tests.fulfillment_event": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "fulfillment_event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "integer", "index": 3, "name": "address_1", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "estimated_delivery_at": {"type": "text", "index": 7, "name": "estimated_delivery_at", "comment": null}, "fulfillment_id": {"type": "integer", "index": 8, "name": "fulfillment_id", "comment": null}, "happened_at": {"type": "text", "index": 9, "name": "happened_at", "comment": null}, "latitude": {"type": "double precision", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 11, "name": "longitude", "comment": null}, "message": {"type": "text", "index": 12, "name": "message", "comment": null}, "order_id": {"type": "integer", "index": 13, "name": "order_id", "comment": null}, "province": {"type": "text", "index": 14, "name": "province", "comment": null}, "shop_id": {"type": "integer", "index": 15, "name": "shop_id", "comment": null}, "status": {"type": "text", "index": 16, "name": "status", "comment": null}, "updated_at": {"type": "text", "index": 17, "name": "updated_at", "comment": null}, "zip": {"type": "text", "index": 18, "name": "zip", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 19, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.fulfillment_event"}, "seed.shopify_holistic_reporting_integration_tests.inventory_item": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "inventory_item", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cost": {"type": "integer", "index": 3, "name": "cost", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "requires_shipping": {"type": "integer", "index": 5, "name": "requires_shipping", "comment": null}, "sku": {"type": "integer", "index": 6, "name": "sku", "comment": null}, "tracked": {"type": "integer", "index": 7, "name": "tracked", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "country_code_of_origin": {"type": "integer", "index": 9, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "integer", "index": 10, "name": "province_code_of_origin", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 11, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.inventory_item"}, "seed.shopify_holistic_reporting_integration_tests.inventory_level": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "inventory_level", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"inventory_item_id": {"type": "integer", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "available": {"type": "integer", "index": 4, "name": "available", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.inventory_level"}, "seed.shopify_holistic_reporting_integration_tests.klaviyo_campaign": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_campaign", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "from_name": {"type": "text", "index": 2, "name": "from_name", "comment": null}, "status_id": {"type": "integer", "index": 3, "name": "status_id", "comment": null}, "campaign_type": {"type": "text", "index": 4, "name": "campaign_type", "comment": null}, "status_label": {"type": "text", "index": 5, "name": "status_label", "comment": null}, "from_email": {"type": "text", "index": 6, "name": "from_email", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "status": {"type": "text", "index": 9, "name": "status", "comment": null}, "created": {"type": "text", "index": 10, "name": "created", "comment": null}, "updated": {"type": "text", "index": 11, "name": "updated", "comment": null}, "send_time": {"type": "text", "index": 12, "name": "send_time", "comment": null}, "sent_at": {"type": "text", "index": 13, "name": "sent_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 14, "name": "_fivetran_deleted", "comment": null}, "email_template_id": {"type": "text", "index": 15, "name": "email_template_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 17, "name": "archived", "comment": null}, "scheduled": {"type": "text", "index": 18, "name": "scheduled", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.klaviyo_campaign"}, "seed.shopify_holistic_reporting_integration_tests.klaviyo_event": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "person_id": {"type": "text", "index": 2, "name": "person_id", "comment": null}, "campaign_id": {"type": "character varying", "index": 3, "name": "campaign_id", "comment": null}, "flow_id": {"type": "character varying", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "integer", "index": 5, "name": "flow_message_id", "comment": null}, "uuid": {"type": "text", "index": 6, "name": "uuid", "comment": null}, "datetime": {"type": "timestamp without time zone", "index": 7, "name": "datetime", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 8, "name": "timestamp", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}, "metric_id": {"type": "text", "index": 10, "name": "metric_id", "comment": null}, "type": {"type": "text", "index": 11, "name": "type", "comment": null}, "_variation": {"type": "text", "index": 12, "name": "_variation", "comment": null}, "property_value": {"type": "integer", "index": 13, "name": "property_value", "comment": null}, "property_source_name": {"type": "integer", "index": 14, "name": "property_source_name", "comment": null}, "property_extra": {"type": "integer", "index": 15, "name": "property_extra", "comment": null}, "property_shipping_rate": {"type": "integer", "index": 16, "name": "property_shipping_rate", "comment": null}, "property_items": {"type": "integer", "index": 17, "name": "property_items", "comment": null}, "property_tags": {"type": "integer", "index": 18, "name": "property_tags", "comment": null}, "property_item_count": {"type": "integer", "index": 19, "name": "property_item_count", "comment": null}, "property_collections": {"type": "integer", "index": 20, "name": "property_collections", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}, "property_currency_code": {"type": "integer", "index": 22, "name": "property_currency_code", "comment": null}, "property_product_id": {"type": "integer", "index": 23, "name": "property_product_id", "comment": null}, "property_quantity": {"type": "integer", "index": 24, "name": "property_quantity", "comment": null}, "property_name": {"type": "integer", "index": 25, "name": "property_name", "comment": null}, "property_variant_option_title": {"type": "integer", "index": 26, "name": "property_variant_option_title", "comment": null}, "property_sku": {"type": "integer", "index": 27, "name": "property_sku", "comment": null}, "property_variant_name": {"type": "integer", "index": 28, "name": "property_variant_name", "comment": null}, "property_vendor": {"type": "integer", "index": 29, "name": "property_vendor", "comment": null}, "property_event_id": {"type": "text", "index": 30, "name": "property_event_id", "comment": null}, "property_total_discounts": {"type": "integer", "index": 31, "name": "property_total_discounts", "comment": null}, "property_attribution": {"type": "integer", "index": 32, "name": "property_attribution", "comment": null}, "property_discount_codes": {"type": "integer", "index": 33, "name": "property_discount_codes", "comment": null}, "property_fulfillment_hours": {"type": "integer", "index": 34, "name": "property_fulfillment_hours", "comment": null}, "property_fulfillment_status": {"type": "integer", "index": 35, "name": "property_fulfillment_status", "comment": null}, "property_subject": {"type": "text", "index": 36, "name": "property_subject", "comment": null}, "property_title": {"type": "integer", "index": 37, "name": "property_title", "comment": null}, "property_message_interaction": {"type": "integer", "index": 38, "name": "property_message_interaction", "comment": null}, "property_url": {"type": "integer", "index": 39, "name": "property_url", "comment": null}, "property_shipment_type": {"type": "integer", "index": 40, "name": "property_shipment_type", "comment": null}, "property_courier_name": {"type": "integer", "index": 41, "name": "property_courier_name", "comment": null}, "property_current_status": {"type": "integer", "index": 42, "name": "property_current_status", "comment": null}, "property_tracking_ship_date": {"type": "integer", "index": 43, "name": "property_tracking_ship_date", "comment": null}, "property_tracking_postal_code": {"type": "integer", "index": 44, "name": "property_tracking_postal_code", "comment": null}, "property_shipment_package_count": {"type": "integer", "index": 45, "name": "property_shipment_package_count", "comment": null}, "property_campaign_name": {"type": "text", "index": 46, "name": "property_campaign_name", "comment": null}, "property_cohort_message_send_cohort": {"type": "text", "index": 47, "name": "property_cohort_message_send_cohort", "comment": null}, "property_email_domain": {"type": "text", "index": 48, "name": "property_email_domain", "comment": null}, "property_bounce_type": {"type": "integer", "index": 49, "name": "property_bounce_type", "comment": null}, "property_client_type": {"type": "integer", "index": 50, "name": "property_client_type", "comment": null}, "property_client_os": {"type": "integer", "index": 51, "name": "property_client_os", "comment": null}, "property_client_name": {"type": "integer", "index": 52, "name": "property_client_name", "comment": null}, "property_client_os_family": {"type": "integer", "index": 53, "name": "property_client_os_family", "comment": null}, "property_client_canonical": {"type": "integer", "index": 54, "name": "property_client_canonical", "comment": null}, "property_page": {"type": "integer", "index": 55, "name": "property_page", "comment": null}, "property_is_session_activity": {"type": "integer", "index": 56, "name": "property_is_session_activity", "comment": null}, "property_os": {"type": "integer", "index": 57, "name": "property_os", "comment": null}, "property_session_end": {"type": "integer", "index": 58, "name": "property_session_end", "comment": null}, "property_browser": {"type": "integer", "index": 59, "name": "property_browser", "comment": null}, "property_list": {"type": "integer", "index": 60, "name": "property_list", "comment": null}, "property_compare_at_price": {"type": "integer", "index": 61, "name": "property_compare_at_price", "comment": null}, "property_price": {"type": "integer", "index": 62, "name": "property_price", "comment": null}, "property_image_url": {"type": "integer", "index": 63, "name": "property_image_url", "comment": null}, "property_brand": {"type": "integer", "index": 64, "name": "property_brand", "comment": null}, "property_categories": {"type": "integer", "index": 65, "name": "property_categories", "comment": null}, "property_variant_option_size": {"type": "integer", "index": 66, "name": "property_variant_option_size", "comment": null}, "property_attribute_workout": {"type": "integer", "index": 67, "name": "property_attribute_workout", "comment": null}, "property_attribute_age": {"type": "integer", "index": 68, "name": "property_attribute_age", "comment": null}, "property_attribute_fitness_goal": {"type": "integer", "index": 69, "name": "property_attribute_fitness_goal", "comment": null}, "property_attribute_breakfast": {"type": "integer", "index": 70, "name": "property_attribute_breakfast", "comment": null}, "property_variant_option_type": {"type": "integer", "index": 71, "name": "property_variant_option_type", "comment": null}, "property_cohort_variation_send_cohort": {"type": "text", "index": 72, "name": "property_cohort_variation_send_cohort", "comment": null}, "property_method": {"type": "integer", "index": 73, "name": "property_method", "comment": null}, "property_to_number": {"type": "integer", "index": 74, "name": "property_to_number", "comment": null}, "property_message_type": {"type": "integer", "index": 75, "name": "property_message_type", "comment": null}, "property_from_number": {"type": "integer", "index": 76, "name": "property_from_number", "comment": null}, "property_message_format": {"type": "integer", "index": 77, "name": "property_message_format", "comment": null}, "property_message_name": {"type": "integer", "index": 78, "name": "property_message_name", "comment": null}, "property_carrier_delivery_status": {"type": "integer", "index": 79, "name": "property_carrier_delivery_status", "comment": null}, "property_failure_type": {"type": "integer", "index": 80, "name": "property_failure_type", "comment": null}, "property_failure_source": {"type": "integer", "index": 81, "name": "property_failure_source", "comment": null}, "property_message_body": {"type": "integer", "index": 82, "name": "property_message_body", "comment": null}, "property_email": {"type": "integer", "index": 83, "name": "property_email", "comment": null}, "property_attribute_kit": {"type": "integer", "index": 84, "name": "property_attribute_kit", "comment": null}, "property_vendor_error_code": {"type": "integer", "index": 85, "name": "property_vendor_error_code", "comment": null}, "property_ordr_details": {"type": "integer", "index": 86, "name": "property_ordr_details", "comment": null}, "property_date_to_send_gift": {"type": "integer", "index": 87, "name": "property_date_to_send_gift", "comment": null}, "property_recipient_name": {"type": "integer", "index": 88, "name": "property_recipient_name", "comment": null}, "property_attribute_facebook_order_retailer_id": {"type": "integer", "index": 89, "name": "property_attribute_facebook_order_retailer_id", "comment": null}, "property_sender_s_name": {"type": "integer", "index": 90, "name": "property_sender_s_name", "comment": null}, "property_attribute_kitid": {"type": "integer", "index": 91, "name": "property_attribute_kitid", "comment": null}, "property_conversation_id": {"type": "integer", "index": 92, "name": "property_conversation_id", "comment": null}, "property_conversation_link": {"type": "integer", "index": 93, "name": "property_conversation_link", "comment": null}, "property_conversation_channel": {"type": "integer", "index": 94, "name": "property_conversation_channel", "comment": null}, "property_rating": {"type": "integer", "index": 95, "name": "property_rating", "comment": null}, "property_score": {"type": "integer", "index": 96, "name": "property_score", "comment": null}, "property_from_phone_region": {"type": "integer", "index": 97, "name": "property_from_phone_region", "comment": null}, "property_shipment_carrier": {"type": "integer", "index": 98, "name": "property_shipment_carrier", "comment": null}, "property_shipment_status": {"type": "integer", "index": 99, "name": "property_shipment_status", "comment": null}, "property_to_phone_region": {"type": "integer", "index": 100, "name": "property_to_phone_region", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.klaviyo_event"}, "seed.shopify_holistic_reporting_integration_tests.klaviyo_flow": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_flow", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "status": {"type": "text", "index": 3, "name": "status", "comment": null}, "created": {"type": "text", "index": 4, "name": "created", "comment": null}, "updated": {"type": "text", "index": 5, "name": "updated", "comment": null}, "customer_filter": {"type": "text", "index": 6, "name": "customer_filter", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 7, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 9, "name": "archived", "comment": null}, "trigger_type": {"type": "text", "index": 10, "name": "trigger_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.klaviyo_flow"}, "seed.shopify_holistic_reporting_integration_tests.klaviyo_metric": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_metric", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "integration_id": {"type": "text", "index": 3, "name": "integration_id", "comment": null}, "created": {"type": "text", "index": 4, "name": "created", "comment": null}, "updated": {"type": "text", "index": 5, "name": "updated", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "integration_category": {"type": "text", "index": 8, "name": "integration_category", "comment": null}, "integration_name": {"type": "text", "index": 9, "name": "integration_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.klaviyo_metric"}, "seed.shopify_holistic_reporting_integration_tests.klaviyo_person": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_person", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated": {"type": "text", "index": 2, "name": "updated", "comment": null}, "created": {"type": "text", "index": 3, "name": "created", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "address_1": {"type": "text", "index": 7, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 8, "name": "address_2", "comment": null}, "title": {"type": "integer", "index": 9, "name": "title", "comment": null}, "timezone": {"type": "text", "index": 10, "name": "timezone", "comment": null}, "organization": {"type": "integer", "index": 11, "name": "organization", "comment": null}, "region": {"type": "text", "index": 12, "name": "region", "comment": null}, "longitude": {"type": "double precision", "index": 13, "name": "longitude", "comment": null}, "latitude": {"type": "double precision", "index": 14, "name": "latitude", "comment": null}, "phone_number": {"type": "character varying", "index": 15, "name": "phone_number", "comment": null}, "country": {"type": "text", "index": 16, "name": "country", "comment": null}, "zip": {"type": "integer", "index": 17, "name": "zip", "comment": null}, "city": {"type": "text", "index": 18, "name": "city", "comment": null}, "email": {"type": "text", "index": 19, "name": "email", "comment": null}, "custom_object": {"type": "text", "index": 20, "name": "custom_object", "comment": null}, "custom_email": {"type": "text", "index": 21, "name": "custom_email", "comment": null}, "custom_accepts_marketing": {"type": "boolean", "index": 22, "name": "custom_accepts_marketing", "comment": null}, "custom_shopify_tags": {"type": "text", "index": 23, "name": "custom_shopify_tags", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "custom_consent_form_id": {"type": "text", "index": 25, "name": "custom_consent_form_id", "comment": null}, "custom_source": {"type": "text", "index": 26, "name": "custom_source", "comment": null}, "custom_consent_method": {"type": "text", "index": 27, "name": "custom_consent_method", "comment": null}, "custom_consent": {"type": "integer", "index": 28, "name": "custom_consent", "comment": null}, "custom_gift_giver_name": {"type": "integer", "index": 29, "name": "custom_gift_giver_name", "comment": null}, "custom_state": {"type": "integer", "index": 30, "name": "custom_state", "comment": null}, "custom_flow": {"type": "integer", "index": 31, "name": "custom_flow", "comment": null}, "custom_gift_recipient_name": {"type": "integer", "index": 32, "name": "custom_gift_recipient_name", "comment": null}, "custom_last_sign_in": {"type": "integer", "index": 33, "name": "custom_last_sign_in", "comment": null}, "custom_consent_form_version": {"type": "integer", "index": 34, "name": "custom_consent_form_version", "comment": null}, "custom_consent_timestamp": {"type": "integer", "index": 35, "name": "custom_consent_timestamp", "comment": null}, "custom_mail_chimp_rating": {"type": "integer", "index": 36, "name": "custom_mail_chimp_rating", "comment": null}, "custom_gift_recipient_email": {"type": "integer", "index": 37, "name": "custom_gift_recipient_email", "comment": null}, "custom_gift_options": {"type": "integer", "index": 38, "name": "custom_gift_options", "comment": null}, "custom_address": {"type": "integer", "index": 39, "name": "custom_address", "comment": null}, "custom_subscription_expiration": {"type": "integer", "index": 40, "name": "custom_subscription_expiration", "comment": null}, "custom_city": {"type": "integer", "index": 41, "name": "custom_city", "comment": null}, "custom_address_line_2": {"type": "integer", "index": 42, "name": "custom_address_line_2", "comment": null}, "custom_zipcode": {"type": "integer", "index": 43, "name": "custom_zipcode", "comment": null}, "custom_expected_date_of_next_order": {"type": "text", "index": 44, "name": "custom_expected_date_of_next_order", "comment": null}, "custom_sms_attentive_signup": {"type": "integer", "index": 45, "name": "custom_sms_attentive_signup", "comment": null}, "custom_phone": {"type": "integer", "index": 46, "name": "custom_phone", "comment": null}, "custom_afterpay_order": {"type": "integer", "index": 47, "name": "custom_afterpay_order", "comment": null}, "custom_phone_number_region": {"type": "text", "index": 48, "name": "custom_phone_number_region", "comment": null}, "custom_name": {"type": "integer", "index": 49, "name": "custom_name", "comment": null}, "custom_referrer_name": {"type": "integer", "index": 50, "name": "custom_referrer_name", "comment": null}, "custom_referrer_email": {"type": "integer", "index": 51, "name": "custom_referrer_email", "comment": null}, "custom_birthday": {"type": "integer", "index": 52, "name": "custom_birthday", "comment": null}, "custom_first_purchase_date_": {"type": "date", "index": 53, "name": "custom_first_purchase_date_", "comment": null}, "custom_unengaged": {"type": "integer", "index": 54, "name": "custom_unengaged", "comment": null}, "custom_landing_page_tag": {"type": "integer", "index": 55, "name": "custom_landing_page_tag", "comment": null}, "custom_fitness_goal": {"type": "integer", "index": 56, "name": "custom_fitness_goal", "comment": null}, "custom_age": {"type": "integer", "index": 57, "name": "custom_age", "comment": null}, "custom_workout": {"type": "integer", "index": 58, "name": "custom_workout", "comment": null}, "custom_quiz": {"type": "integer", "index": 59, "name": "custom_quiz", "comment": null}, "custom_breakfast": {"type": "integer", "index": 60, "name": "custom_breakfast", "comment": null}, "custom_quiz_data": {"type": "integer", "index": 61, "name": "custom_quiz_data", "comment": null}, "custom_raf_subscribe": {"type": "integer", "index": 62, "name": "custom_raf_subscribe", "comment": null}, "custom_suppress": {"type": "integer", "index": 63, "name": "custom_suppress", "comment": null}, "custom_sms_consent": {"type": "integer", "index": 64, "name": "custom_sms_consent", "comment": null}, "custom_gift_option_dreambelt": {"type": "integer", "index": 65, "name": "custom_gift_option_dreambelt", "comment": null}, "custom_gift_option_starter": {"type": "integer", "index": 66, "name": "custom_gift_option_starter", "comment": null}, "custom_gift_option_machine": {"type": "integer", "index": 67, "name": "custom_gift_option_machine", "comment": null}, "custom_landingpage_tag": {"type": "integer", "index": 68, "name": "custom_landingpage_tag", "comment": null}, "last_event_date": {"type": "text", "index": 69, "name": "last_event_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.klaviyo_person"}, "seed.shopify_holistic_reporting_integration_tests.location": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "location", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "text", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 6, "name": "city", "comment": null}, "country": {"type": "text", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "text", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "boolean", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "phone": {"type": "integer", "index": 11, "name": "phone", "comment": null}, "province": {"type": "text", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "integer", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "text", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "text", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "text", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "text", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.location"}, "seed.shopify_holistic_reporting_integration_tests.metafield": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "metafield", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "key": {"type": "text", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "text", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "text", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "text", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "text", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "character varying", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "character varying", "index": 12, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.metafield"}, "seed.shopify_holistic_reporting_integration_tests.order_adjustment": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_adjustment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "integer", "index": 4, "name": "amount", "comment": null}, "tax_amount": {"type": "double precision", "index": 5, "name": "tax_amount", "comment": null}, "kind": {"type": "text", "index": 6, "name": "kind", "comment": null}, "reason": {"type": "text", "index": 7, "name": "reason", "comment": null}, "amount_set": {"type": "integer", "index": 8, "name": "amount_set", "comment": null}, "tax_amount_set": {"type": "integer", "index": 9, "name": "tax_amount_set", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_adjustment"}, "seed.shopify_holistic_reporting_integration_tests.order_discount_code": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "code": {"type": "text", "index": 5, "name": "code", "comment": null}, "type": {"type": "text", "index": 6, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_discount_code"}, "seed.shopify_holistic_reporting_integration_tests.order_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "id": {"type": "bigint", "index": 2, "name": "id", "comment": null}, "product_id": {"type": "bigint", "index": 3, "name": "product_id", "comment": null}, "variant_id": {"type": "bigint", "index": 4, "name": "variant_id", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "vendor": {"type": "text", "index": 7, "name": "vendor", "comment": null}, "price": {"type": "double precision", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 9, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 10, "name": "grams", "comment": null}, "sku": {"type": "text", "index": 11, "name": "sku", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 12, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "text", "index": 13, "name": "fulfillment_service", "comment": null}, "gift_card": {"type": "boolean", "index": 14, "name": "gift_card", "comment": null}, "requires_shipping": {"type": "boolean", "index": 15, "name": "requires_shipping", "comment": null}, "taxable": {"type": "boolean", "index": 16, "name": "taxable", "comment": null}, "index": {"type": "integer", "index": 17, "name": "index", "comment": null}, "total_discount": {"type": "integer", "index": 18, "name": "total_discount", "comment": null}, "pre_tax_price": {"type": "integer", "index": 19, "name": "pre_tax_price", "comment": null}, "fulfillment_status": {"type": "text", "index": 20, "name": "fulfillment_status", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_line"}, "seed.shopify_holistic_reporting_integration_tests.order_line_refund": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_line_refund", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "location_id": {"type": "bigint", "index": 2, "name": "location_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "restock_type": {"type": "text", "index": 4, "name": "restock_type", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "order_line_id": {"type": "bigint", "index": 6, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "subtotal": {"type": "integer", "index": 8, "name": "subtotal", "comment": null}, "total_tax_set": {"type": "integer", "index": 9, "name": "total_tax_set", "comment": null}, "subtotal_set": {"type": "integer", "index": 10, "name": "subtotal_set", "comment": null}, "total_tax": {"type": "double precision", "index": 11, "name": "total_tax", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_line_refund"}, "seed.shopify_holistic_reporting_integration_tests.order_note_attribute": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_note_attribute", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"name": {"type": "text", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_note_attribute"}, "seed.shopify_holistic_reporting_integration_tests.order_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_shipping_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "integer", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "text", "index": 5, "name": "code", "comment": null}, "delivery_category": {"type": "integer", "index": 6, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "double precision", "index": 7, "name": "discounted_price", "comment": null}, "phone": {"type": "integer", "index": 8, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 9, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "integer", "index": 10, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "text", "index": 11, "name": "source", "comment": null}, "title": {"type": "text", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "text", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "text", "index": 14, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_shipping_line"}, "seed.shopify_holistic_reporting_integration_tests.order_shipping_tax_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_shipping_tax_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_shipping_line_id": {"type": "integer", "index": 2, "name": "order_shipping_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "double precision", "index": 4, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "text", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_shipping_tax_line"}, "seed.shopify_holistic_reporting_integration_tests.order": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_table", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "note": {"type": "text", "index": 2, "name": "note", "comment": null}, "email": {"type": "text", "index": 3, "name": "email", "comment": null}, "taxes_included": {"type": "boolean", "index": 4, "name": "taxes_included", "comment": null}, "currency": {"type": "text", "index": 5, "name": "currency", "comment": null}, "subtotal_price": {"type": "double precision", "index": 6, "name": "subtotal_price", "comment": null}, "total_tax": {"type": "integer", "index": 7, "name": "total_tax", "comment": null}, "total_price": {"type": "double precision", "index": 8, "name": "total_price", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "name": {"type": "text", "index": 11, "name": "name", "comment": null}, "shipping_address_name": {"type": "text", "index": 12, "name": "shipping_address_name", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 13, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 14, "name": "shipping_address_last_name", "comment": null}, "shipping_address_company": {"type": "text", "index": 15, "name": "shipping_address_company", "comment": null}, "shipping_address_phone": {"type": "text", "index": 16, "name": "shipping_address_phone", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 17, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "text", "index": 18, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "text", "index": 19, "name": "shipping_address_city", "comment": null}, "shipping_address_country": {"type": "text", "index": 20, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 21, "name": "shipping_address_country_code", "comment": null}, "shipping_address_province": {"type": "text", "index": 22, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "integer", "index": 23, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 24, "name": "shipping_address_zip", "comment": null}, "shipping_address_latitude": {"type": "text", "index": 25, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "text", "index": 26, "name": "shipping_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 27, "name": "billing_address_name", "comment": null}, "billing_address_first_name": {"type": "text", "index": 28, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 29, "name": "billing_address_last_name", "comment": null}, "billing_address_company": {"type": "text", "index": 30, "name": "billing_address_company", "comment": null}, "billing_address_phone": {"type": "text", "index": 31, "name": "billing_address_phone", "comment": null}, "billing_address_address_1": {"type": "text", "index": 32, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "text", "index": 33, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "text", "index": 34, "name": "billing_address_city", "comment": null}, "billing_address_country": {"type": "text", "index": 35, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 36, "name": "billing_address_country_code", "comment": null}, "billing_address_province": {"type": "text", "index": 37, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "integer", "index": 38, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "text", "index": 39, "name": "billing_address_zip", "comment": null}, "billing_address_latitude": {"type": "text", "index": 40, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "text", "index": 41, "name": "billing_address_longitude", "comment": null}, "customer_id": {"type": "bigint", "index": 42, "name": "customer_id", "comment": null}, "location_id": {"type": "bigint", "index": 43, "name": "location_id", "comment": null}, "user_id": {"type": "bigint", "index": 44, "name": "user_id", "comment": null}, "number": {"type": "integer", "index": 45, "name": "number", "comment": null}, "order_number": {"type": "integer", "index": 46, "name": "order_number", "comment": null}, "financial_status": {"type": "text", "index": 47, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "text", "index": 48, "name": "fulfillment_status", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 49, "name": "processed_at", "comment": null}, "processing_method": {"type": "text", "index": 50, "name": "processing_method", "comment": null}, "referring_site": {"type": "text", "index": 51, "name": "referring_site", "comment": null}, "cancel_reason": {"type": "integer", "index": 52, "name": "cancel_reason", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 53, "name": "cancelled_at", "comment": null}, "closed_at": {"type": "text", "index": 54, "name": "closed_at", "comment": null}, "total_discounts": {"type": "double precision", "index": 55, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 56, "name": "total_line_items_price", "comment": null}, "total_weight": {"type": "integer", "index": 57, "name": "total_weight", "comment": null}, "source_name": {"type": "text", "index": 58, "name": "source_name", "comment": null}, "browser_ip": {"type": "text", "index": 59, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 60, "name": "buyer_accepts_marketing", "comment": null}, "token": {"type": "text", "index": 61, "name": "token", "comment": null}, "cart_token": {"type": "text", "index": 62, "name": "cart_token", "comment": null}, "checkout_token": {"type": "text", "index": 63, "name": "checkout_token", "comment": null}, "test": {"type": "boolean", "index": 64, "name": "test", "comment": null}, "landing_site_base_url": {"type": "text", "index": 65, "name": "landing_site_base_url", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 66, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order"}, "seed.shopify_holistic_reporting_integration_tests.order_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_tag"}, "seed.shopify_holistic_reporting_integration_tests.order_url_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_url_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"key": {"type": "text", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.order_url_tag"}, "seed.shopify_holistic_reporting_integration_tests.price_rule": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "price_rule", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "integer", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "text", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "text", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "text", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "text", "index": 7, "name": "ends_at", "comment": null}, "once_per_customer": {"type": "boolean", "index": 8, "name": "once_per_customer", "comment": null}, "prerequisite_quantity_range": {"type": "integer", "index": 9, "name": "prerequisite_quantity_range", "comment": null}, "prerequisite_shipping_price_range": {"type": "integer", "index": 10, "name": "prerequisite_shipping_price_range", "comment": null}, "prerequisite_subtotal_range": {"type": "double precision", "index": 11, "name": "prerequisite_subtotal_range", "comment": null}, "quantity_ratio_entitled_quantity": {"type": "integer", "index": 12, "name": "quantity_ratio_entitled_quantity", "comment": null}, "quantity_ratio_prerequisite_quantity": {"type": "integer", "index": 13, "name": "quantity_ratio_prerequisite_quantity", "comment": null}, "starts_at": {"type": "text", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "text", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "text", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "text", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "text", "index": 18, "name": "updated_at", "comment": null}, "usage_limit": {"type": "integer", "index": 19, "name": "usage_limit", "comment": null}, "value": {"type": "double precision", "index": 20, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 21, "name": "value_type", "comment": null}, "prerequisite_to_entitlement_purchase_prerequisite_amount": {"type": "integer", "index": 22, "name": "prerequisite_to_entitlement_purchase_prerequisite_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.price_rule"}, "seed.shopify_holistic_reporting_integration_tests.product": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "title": {"type": "text", "index": 2, "name": "title", "comment": null}, "handle": {"type": "text", "index": 3, "name": "handle", "comment": null}, "product_type": {"type": "text", "index": 4, "name": "product_type", "comment": null}, "vendor": {"type": "text", "index": 5, "name": "vendor", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "published_at": {"type": "timestamp without time zone", "index": 8, "name": "published_at", "comment": null}, "published_scope": {"type": "text", "index": 9, "name": "published_scope", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.product"}, "seed.shopify_holistic_reporting_integration_tests.product_image": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product_image", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "integer", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "height": {"type": "integer", "index": 7, "name": "height", "comment": null}, "position": {"type": "integer", "index": 8, "name": "position", "comment": null}, "src": {"type": "text", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "text", "index": 10, "name": "updated_at", "comment": null}, "width": {"type": "integer", "index": 11, "name": "width", "comment": null}, "is_default": {"type": "boolean", "index": 12, "name": "is_default", "comment": null}, "variant_ids": {"type": "text", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.product_image"}, "seed.shopify_holistic_reporting_integration_tests.product_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.product_tag"}, "seed.shopify_holistic_reporting_integration_tests.product_variant": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product_variant", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "bigint", "index": 2, "name": "product_id", "comment": null}, "inventory_item_id": {"type": "bigint", "index": 3, "name": "inventory_item_id", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "price": {"type": "integer", "index": 5, "name": "price", "comment": null}, "sku": {"type": "integer", "index": 6, "name": "sku", "comment": null}, "position": {"type": "integer", "index": 7, "name": "position", "comment": null}, "inventory_policy": {"type": "text", "index": 8, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 9, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "text", "index": 10, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "text", "index": 11, "name": "inventory_management", "comment": null}, "created_at": {"type": "text", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "barcode": {"type": "integer", "index": 15, "name": "barcode", "comment": null}, "grams": {"type": "integer", "index": 16, "name": "grams", "comment": null}, "image_id": {"type": "integer", "index": 17, "name": "image_id", "comment": null}, "inventory_quantity": {"type": "integer", "index": 18, "name": "inventory_quantity", "comment": null}, "weight": {"type": "integer", "index": 19, "name": "weight", "comment": null}, "weight_unit": {"type": "text", "index": 20, "name": "weight_unit", "comment": null}, "old_inventory_quantity": {"type": "integer", "index": 21, "name": "old_inventory_quantity", "comment": null}, "requires_shipping": {"type": "boolean", "index": 22, "name": "requires_shipping", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 23, "name": "_fivetran_synced", "comment": null}, "option_2": {"type": "integer", "index": 24, "name": "option_2", "comment": null}, "tax_code": {"type": "text", "index": 25, "name": "tax_code", "comment": null}, "option_3": {"type": "integer", "index": 26, "name": "option_3", "comment": null}, "option_1": {"type": "text", "index": 27, "name": "option_1", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.product_variant"}, "seed.shopify_holistic_reporting_integration_tests.refund": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "refund", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "text", "index": 2, "name": "created_at", "comment": null}, "processed_at": {"type": "text", "index": 3, "name": "processed_at", "comment": null}, "note": {"type": "text", "index": 4, "name": "note", "comment": null}, "restock": {"type": "boolean", "index": 5, "name": "restock", "comment": null}, "user_id": {"type": "bigint", "index": 6, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "total_duties_set": {"type": "integer", "index": 8, "name": "total_duties_set", "comment": null}, "order_id": {"type": "bigint", "index": 9, "name": "order_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.refund"}, "seed.shopify_holistic_reporting_integration_tests.shop": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "shop", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "text", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "text", "index": 5, "name": "address_2", "comment": null}, "auto_configure_tax_inclusivity": {"type": "integer", "index": 6, "name": "auto_configure_tax_inclusivity", "comment": null}, "checkout_api_supported": {"type": "boolean", "index": 7, "name": "checkout_api_supported", "comment": null}, "city": {"type": "text", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "text", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "text", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "boolean", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "text", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "text", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "text", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "text", "index": 17, "name": "domain", "comment": null}, "eligible_for_card_reader_giveaway": {"type": "boolean", "index": 18, "name": "eligible_for_card_reader_giveaway", "comment": null}, "eligible_for_payments": {"type": "boolean", "index": 19, "name": "eligible_for_payments", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "text", "index": 21, "name": "enabled_presentment_currencies", "comment": null}, "force_ssl": {"type": "boolean", "index": 22, "name": "force_ssl", "comment": null}, "google_apps_domain": {"type": "integer", "index": 23, "name": "google_apps_domain", "comment": null}, "google_apps_login_enabled": {"type": "boolean", "index": 24, "name": "google_apps_login_enabled", "comment": null}, "has_discounts": {"type": "boolean", "index": 25, "name": "has_discounts", "comment": null}, "has_gift_cards": {"type": "boolean", "index": 26, "name": "has_gift_cards", "comment": null}, "has_storefront": {"type": "boolean", "index": 27, "name": "has_storefront", "comment": null}, "iana_timezone": {"type": "text", "index": 28, "name": "iana_timezone", "comment": null}, "latitude": {"type": "double precision", "index": 29, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 30, "name": "longitude", "comment": null}, "money_format": {"type": "text", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "text", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "text", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "text", "index": 34, "name": "money_with_currency_in_emails_format", "comment": null}, "multi_location_enabled": {"type": "boolean", "index": 35, "name": "multi_location_enabled", "comment": null}, "myshopify_domain": {"type": "text", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "text", "index": 37, "name": "name", "comment": null}, "password_enabled": {"type": "boolean", "index": 38, "name": "password_enabled", "comment": null}, "phone": {"type": "integer", "index": 39, "name": "phone", "comment": null}, "plan_display_name": {"type": "text", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "text", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "boolean", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "text", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "integer", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "text", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "text", "index": 46, "name": "province_code", "comment": null}, "requires_extra_payments_agreement": {"type": "boolean", "index": 47, "name": "requires_extra_payments_agreement", "comment": null}, "setup_required": {"type": "boolean", "index": 48, "name": "setup_required", "comment": null}, "shop_owner": {"type": "text", "index": 49, "name": "shop_owner", "comment": null}, "source": {"type": "integer", "index": 50, "name": "source", "comment": null}, "tax_shipping": {"type": "integer", "index": 51, "name": "tax_shipping", "comment": null}, "taxes_included": {"type": "boolean", "index": 52, "name": "taxes_included", "comment": null}, "timezone": {"type": "text", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "text", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "text", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "text", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "integer", "index": 57, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.shop"}, "seed.shopify_holistic_reporting_integration_tests.tax_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "tax_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_line_id": {"type": "integer", "index": 2, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "double precision", "index": 4, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "text", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.tax_line"}, "seed.shopify_holistic_reporting_integration_tests.tender_transaction": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "tender_transaction", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "text", "index": 4, "name": "currency", "comment": null}, "order_id": {"type": "integer", "index": 5, "name": "order_id", "comment": null}, "payment_details_credit_card_company": {"type": "integer", "index": 6, "name": "payment_details_credit_card_company", "comment": null}, "payment_details_credit_card_number": {"type": "integer", "index": 7, "name": "payment_details_credit_card_number", "comment": null}, "payment_method": {"type": "text", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "text", "index": 9, "name": "processed_at", "comment": null}, "remote_reference": {"type": "integer", "index": 10, "name": "remote_reference", "comment": null}, "test": {"type": "boolean", "index": 11, "name": "test", "comment": null}, "user_id": {"type": "integer", "index": 12, "name": "user_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.tender_transaction"}, "seed.shopify_holistic_reporting_integration_tests.transaction": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "transaction", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "authorization": {"type": "text", "index": 5, "name": "authorization", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "processed_at": {"type": "text", "index": 7, "name": "processed_at", "comment": null}, "device_id": {"type": "integer", "index": 8, "name": "device_id", "comment": null}, "gateway": {"type": "text", "index": 9, "name": "gateway", "comment": null}, "source_name": {"type": "text", "index": 10, "name": "source_name", "comment": null}, "message": {"type": "text", "index": 11, "name": "message", "comment": null}, "currency": {"type": "text", "index": 12, "name": "currency", "comment": null}, "location_id": {"type": "integer", "index": 13, "name": "location_id", "comment": null}, "parent_id": {"type": "integer", "index": 14, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "text", "index": 15, "name": "payment_avs_result_code", "comment": null}, "kind": {"type": "text", "index": 16, "name": "kind", "comment": null}, "currency_exchange_id": {"type": "integer", "index": 17, "name": "currency_exchange_id", "comment": null}, "currency_exchange_adjustment": {"type": "integer", "index": 18, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_original_amount": {"type": "integer", "index": 19, "name": "currency_exchange_original_amount", "comment": null}, "currency_exchange_final_amount": {"type": "integer", "index": 20, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_currency": {"type": "integer", "index": 21, "name": "currency_exchange_currency", "comment": null}, "error_code": {"type": "integer", "index": 22, "name": "error_code", "comment": null}, "status": {"type": "text", "index": 23, "name": "status", "comment": null}, "test": {"type": "boolean", "index": 24, "name": "test", "comment": null}, "user_id": {"type": "integer", "index": 25, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_synced", "comment": null}, "payment_credit_card_bin": {"type": "integer", "index": 27, "name": "payment_credit_card_bin", "comment": null}, "payment_cvv_result_code": {"type": "integer", "index": 28, "name": "payment_cvv_result_code", "comment": null}, "payment_credit_card_number": {"type": "integer", "index": 29, "name": "payment_credit_card_number", "comment": null}, "payment_credit_card_company": {"type": "integer", "index": 30, "name": "payment_credit_card_company", "comment": null}, "receipt": {"type": "character varying(100)", "index": 31, "name": "receipt", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_holistic_reporting_integration_tests.transaction"}, "model.shopify_holistic_reporting.int__daily_klaviyo_user_metrics": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "int__daily_klaviyo_user_metrics", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "email": {"type": "text", "index": 2, "name": "email", "comment": null}, "last_touch_campaign_id": {"type": "text", "index": 3, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "text", "index": 4, "name": "last_touch_flow_id", "comment": null}, "campaign_name": {"type": "text", "index": 5, "name": "campaign_name", "comment": null}, "flow_name": {"type": "text", "index": 6, "name": "flow_name", "comment": null}, "variation_id": {"type": "text", "index": 7, "name": "variation_id", "comment": null}, "campaign_subject_line": {"type": "text", "index": 8, "name": "campaign_subject_line", "comment": null}, "campaign_type": {"type": "text", "index": 9, "name": "campaign_type", "comment": null}, "source_relation": {"type": "text", "index": 10, "name": "source_relation", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 11, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 12, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "numeric", "index": 13, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "numeric", "index": 14, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "numeric", "index": 15, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "numeric", "index": 16, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "numeric", "index": 17, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "bigint", "index": 18, "name": "count_active_on_site", "comment": null}, "count_viewed_product": {"type": "bigint", "index": 19, "name": "count_viewed_product", "comment": null}, "count_ordered_product": {"type": "bigint", "index": 20, "name": "count_ordered_product", "comment": null}, "count_placed_order": {"type": "bigint", "index": 21, "name": "count_placed_order", "comment": null}, "count_refunded_order": {"type": "bigint", "index": 22, "name": "count_refunded_order", "comment": null}, "count_received_email": {"type": "bigint", "index": 23, "name": "count_received_email", "comment": null}, "count_clicked_email": {"type": "bigint", "index": 24, "name": "count_clicked_email", "comment": null}, "count_opened_email": {"type": "bigint", "index": 25, "name": "count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "bigint", "index": 26, "name": "count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "bigint", "index": 27, "name": "count_unsubscribed", "comment": null}, "count_received_sms": {"type": "bigint", "index": 28, "name": "count_received_sms", "comment": null}, "count_clicked_sms": {"type": "bigint", "index": 29, "name": "count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "bigint", "index": 30, "name": "count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "bigint", "index": 31, "name": "count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.int__daily_klaviyo_user_metrics"}, "model.shopify_holistic_reporting.int__daily_shopify_customer_orders": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "int__daily_shopify_customer_orders", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "email": {"type": "text", "index": 2, "name": "email", "comment": null}, "last_touch_campaign_id": {"type": "text", "index": 3, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "text", "index": 4, "name": "last_touch_flow_id", "comment": null}, "last_touch_campaign_name": {"type": "text", "index": 5, "name": "last_touch_campaign_name", "comment": null}, "last_touch_flow_name": {"type": "text", "index": 6, "name": "last_touch_flow_name", "comment": null}, "last_touch_variation_id": {"type": "text", "index": 7, "name": "last_touch_variation_id", "comment": null}, "last_touch_campaign_subject_line": {"type": "text", "index": 8, "name": "last_touch_campaign_subject_line", "comment": null}, "last_touch_campaign_type": {"type": "text", "index": 9, "name": "last_touch_campaign_type", "comment": null}, "source_relation": {"type": "text", "index": 10, "name": "source_relation", "comment": null}, "total_orders": {"type": "bigint", "index": 11, "name": "total_orders", "comment": null}, "total_price": {"type": "double precision", "index": 12, "name": "total_price", "comment": null}, "count_line_items": {"type": "numeric", "index": 13, "name": "count_line_items", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 14, "name": "total_line_items_price", "comment": null}, "total_discounts": {"type": "double precision", "index": 15, "name": "total_discounts", "comment": null}, "total_tax": {"type": "bigint", "index": 16, "name": "total_tax", "comment": null}, "total_shipping_cost": {"type": "double precision", "index": 17, "name": "total_shipping_cost", "comment": null}, "total_refund_subtotal": {"type": "numeric", "index": 18, "name": "total_refund_subtotal", "comment": null}, "total_refund_tax": {"type": "double precision", "index": 19, "name": "total_refund_tax", "comment": null}, "count_cancelled_orders": {"type": "bigint", "index": 20, "name": "count_cancelled_orders", "comment": null}, "count_products": {"type": "numeric", "index": 21, "name": "count_products", "comment": null}, "count_product_variants": {"type": "numeric", "index": 22, "name": "count_product_variants", "comment": null}, "sum_quantity": {"type": "numeric", "index": 23, "name": "sum_quantity", "comment": null}, "total_order_adjustment_amount": {"type": "numeric", "index": 24, "name": "total_order_adjustment_amount", "comment": null}, "total_order_adjustment_tax_amount": {"type": "double precision", "index": 25, "name": "total_order_adjustment_tax_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.int__daily_shopify_customer_orders"}, "model.shopify_holistic_reporting.int__klaviyo_person_rollup": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "int__klaviyo_person_rollup", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"email": {"type": "text", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": null}, "person_ids": {"type": "text", "index": 3, "name": "person_ids", "comment": null}, "phone_numbers": {"type": "text", "index": 4, "name": "phone_numbers", "comment": null}, "full_name": {"type": "text", "index": 5, "name": "full_name", "comment": null}, "first_klaviyo_account_made_at": {"type": "text", "index": 6, "name": "first_klaviyo_account_made_at", "comment": null}, "last_klaviyo_account_made_at": {"type": "text", "index": 7, "name": "last_klaviyo_account_made_at", "comment": null}, "last_updated_at": {"type": "text", "index": 8, "name": "last_updated_at", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 9, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 10, "name": "last_event_at", "comment": null}, "first_campaign_touch_at": {"type": "timestamp without time zone", "index": 11, "name": "first_campaign_touch_at", "comment": null}, "last_campaign_touch_at": {"type": "timestamp without time zone", "index": 12, "name": "last_campaign_touch_at", "comment": null}, "first_flow_touch_at": {"type": "timestamp without time zone", "index": 13, "name": "first_flow_touch_at", "comment": null}, "last_flow_touch_at": {"type": "timestamp without time zone", "index": 14, "name": "last_flow_touch_at", "comment": null}, "count_total_campaigns": {"type": "numeric", "index": 15, "name": "count_total_campaigns", "comment": null}, "count_total_flows": {"type": "numeric", "index": 16, "name": "count_total_flows", "comment": null}, "address_1": {"type": "text", "index": 17, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 18, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 19, "name": "city", "comment": null}, "country": {"type": "text", "index": 20, "name": "country", "comment": null}, "zip": {"type": "integer", "index": 21, "name": "zip", "comment": null}, "latitude": {"type": "double precision", "index": 22, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 23, "name": "longitude", "comment": null}, "organization": {"type": "integer", "index": 24, "name": "organization", "comment": null}, "region": {"type": "text", "index": 25, "name": "region", "comment": null}, "timezone": {"type": "text", "index": 26, "name": "timezone", "comment": null}, "title": {"type": "integer", "index": 27, "name": "title", "comment": null}, "last_event_date": {"type": "text", "index": 28, "name": "last_event_date", "comment": null}, "total_sum_revenue_refunded_order": {"type": "numeric", "index": 29, "name": "total_sum_revenue_refunded_order", "comment": null}, "organic_sum_revenue_refunded_order": {"type": "numeric", "index": 30, "name": "organic_sum_revenue_refunded_order", "comment": null}, "total_sum_revenue_placed_order": {"type": "numeric", "index": 31, "name": "total_sum_revenue_placed_order", "comment": null}, "organic_sum_revenue_placed_order": {"type": "numeric", "index": 32, "name": "organic_sum_revenue_placed_order", "comment": null}, "total_sum_revenue_ordered_product": {"type": "numeric", "index": 33, "name": "total_sum_revenue_ordered_product", "comment": null}, "organic_sum_revenue_ordered_product": {"type": "numeric", "index": 34, "name": "organic_sum_revenue_ordered_product", "comment": null}, "total_sum_revenue_checkout_started": {"type": "numeric", "index": 35, "name": "total_sum_revenue_checkout_started", "comment": null}, "organic_sum_revenue_checkout_started": {"type": "numeric", "index": 36, "name": "organic_sum_revenue_checkout_started", "comment": null}, "total_sum_revenue_cancelled_order": {"type": "numeric", "index": 37, "name": "total_sum_revenue_cancelled_order", "comment": null}, "organic_sum_revenue_cancelled_order": {"type": "numeric", "index": 38, "name": "organic_sum_revenue_cancelled_order", "comment": null}, "total_count_active_on_site": {"type": "numeric", "index": 39, "name": "total_count_active_on_site", "comment": null}, "total_count_viewed_product": {"type": "numeric", "index": 40, "name": "total_count_viewed_product", "comment": null}, "total_count_ordered_product": {"type": "numeric", "index": 41, "name": "total_count_ordered_product", "comment": null}, "total_count_placed_order": {"type": "numeric", "index": 42, "name": "total_count_placed_order", "comment": null}, "total_count_refunded_order": {"type": "numeric", "index": 43, "name": "total_count_refunded_order", "comment": null}, "total_count_received_email": {"type": "numeric", "index": 44, "name": "total_count_received_email", "comment": null}, "total_count_clicked_email": {"type": "numeric", "index": 45, "name": "total_count_clicked_email", "comment": null}, "total_count_opened_email": {"type": "numeric", "index": 46, "name": "total_count_opened_email", "comment": null}, "total_count_marked_email_as_spam": {"type": "numeric", "index": 47, "name": "total_count_marked_email_as_spam", "comment": null}, "total_count_unsubscribed": {"type": "numeric", "index": 48, "name": "total_count_unsubscribed", "comment": null}, "total_count_received_sms": {"type": "numeric", "index": 49, "name": "total_count_received_sms", "comment": null}, "total_count_clicked_sms": {"type": "numeric", "index": 50, "name": "total_count_clicked_sms", "comment": null}, "total_count_sent_sms": {"type": "numeric", "index": 51, "name": "total_count_sent_sms", "comment": null}, "total_count_unsubscribed_from_sms": {"type": "numeric", "index": 52, "name": "total_count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.int__klaviyo_person_rollup"}, "model.klaviyo.int_klaviyo__campaign_flow_metrics": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "int_klaviyo__campaign_flow_metrics", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"last_touch_campaign_id": {"type": "text", "index": 1, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "text", "index": 2, "name": "last_touch_flow_id", "comment": null}, "variation_id": {"type": "text", "index": 3, "name": "variation_id", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}, "total_count_unique_people": {"type": "bigint", "index": 5, "name": "total_count_unique_people", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 6, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 7, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "numeric", "index": 8, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "numeric", "index": 9, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "numeric", "index": 10, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "numeric", "index": 11, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "numeric", "index": 12, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "numeric", "index": 13, "name": "count_active_on_site", "comment": null}, "unique_count_active_on_site": {"type": "bigint", "index": 14, "name": "unique_count_active_on_site", "comment": null}, "count_viewed_product": {"type": "numeric", "index": 15, "name": "count_viewed_product", "comment": null}, "unique_count_viewed_product": {"type": "bigint", "index": 16, "name": "unique_count_viewed_product", "comment": null}, "count_ordered_product": {"type": "numeric", "index": 17, "name": "count_ordered_product", "comment": null}, "unique_count_ordered_product": {"type": "bigint", "index": 18, "name": "unique_count_ordered_product", "comment": null}, "count_placed_order": {"type": "numeric", "index": 19, "name": "count_placed_order", "comment": null}, "unique_count_placed_order": {"type": "bigint", "index": 20, "name": "unique_count_placed_order", "comment": null}, "count_refunded_order": {"type": "numeric", "index": 21, "name": "count_refunded_order", "comment": null}, "unique_count_refunded_order": {"type": "bigint", "index": 22, "name": "unique_count_refunded_order", "comment": null}, "count_received_email": {"type": "numeric", "index": 23, "name": "count_received_email", "comment": null}, "unique_count_received_email": {"type": "bigint", "index": 24, "name": "unique_count_received_email", "comment": null}, "count_clicked_email": {"type": "numeric", "index": 25, "name": "count_clicked_email", "comment": null}, "unique_count_clicked_email": {"type": "bigint", "index": 26, "name": "unique_count_clicked_email", "comment": null}, "count_opened_email": {"type": "numeric", "index": 27, "name": "count_opened_email", "comment": null}, "unique_count_opened_email": {"type": "bigint", "index": 28, "name": "unique_count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "numeric", "index": 29, "name": "count_marked_email_as_spam", "comment": null}, "unique_count_marked_email_as_spam": {"type": "bigint", "index": 30, "name": "unique_count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "numeric", "index": 31, "name": "count_unsubscribed", "comment": null}, "unique_count_unsubscribed": {"type": "bigint", "index": 32, "name": "unique_count_unsubscribed", "comment": null}, "count_received_sms": {"type": "numeric", "index": 33, "name": "count_received_sms", "comment": null}, "unique_count_received_sms": {"type": "bigint", "index": 34, "name": "unique_count_received_sms", "comment": null}, "count_clicked_sms": {"type": "numeric", "index": 35, "name": "count_clicked_sms", "comment": null}, "unique_count_clicked_sms": {"type": "bigint", "index": 36, "name": "unique_count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "numeric", "index": 37, "name": "count_sent_sms", "comment": null}, "unique_count_sent_sms": {"type": "bigint", "index": 38, "name": "unique_count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "numeric", "index": 39, "name": "count_unsubscribed_from_sms", "comment": null}, "unique_count_unsubscribed_from_sms": {"type": "bigint", "index": 40, "name": "unique_count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.int_klaviyo__campaign_flow_metrics"}, "model.klaviyo.int_klaviyo__event_attribution": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "int_klaviyo__event_attribution", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"variation_id": {"type": "text", "index": 1, "name": "variation_id", "comment": null}, "campaign_id": {"type": "text", "index": 2, "name": "campaign_id", "comment": null}, "occurred_at": {"type": "timestamp without time zone", "index": 3, "name": "occurred_at", "comment": null}, "flow_id": {"type": "text", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "integer", "index": 5, "name": "flow_message_id", "comment": null}, "event_id": {"type": "text", "index": 6, "name": "event_id", "comment": null}, "metric_id": {"type": "text", "index": 7, "name": "metric_id", "comment": null}, "person_id": {"type": "text", "index": 8, "name": "person_id", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "uuid": {"type": "text", "index": 10, "name": "uuid", "comment": null}, "numeric_value": {"type": "numeric(28,6)", "index": 11, "name": "numeric_value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 13, "name": "source_relation", "comment": null}, "occurred_on": {"type": "date", "index": 14, "name": "occurred_on", "comment": null}, "unique_event_id": {"type": "text", "index": 15, "name": "unique_event_id", "comment": null}, "touch_id": {"type": "text", "index": 16, "name": "touch_id", "comment": null}, "touch_type": {"type": "text", "index": 17, "name": "touch_type", "comment": null}, "touch_session": {"type": "bigint", "index": 18, "name": "touch_session", "comment": null}, "session_start_at": {"type": "timestamp without time zone", "index": 19, "name": "session_start_at", "comment": null}, "session_event_type": {"type": "text", "index": 20, "name": "session_event_type", "comment": null}, "last_touch_id": {"type": "text", "index": 21, "name": "last_touch_id", "comment": null}, "session_touch_type": {"type": "text", "index": 22, "name": "session_touch_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.int_klaviyo__event_attribution"}, "model.klaviyo.int_klaviyo__person_metrics": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "int_klaviyo__person_metrics", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"person_id": {"type": "text", "index": 1, "name": "person_id", "comment": null}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": null}, "count_total_campaigns": {"type": "bigint", "index": 3, "name": "count_total_campaigns", "comment": null}, "count_total_flows": {"type": "bigint", "index": 4, "name": "count_total_flows", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 5, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 6, "name": "last_event_at", "comment": null}, "first_campaign_touch_at": {"type": "timestamp without time zone", "index": 7, "name": "first_campaign_touch_at", "comment": null}, "last_campaign_touch_at": {"type": "timestamp without time zone", "index": 8, "name": "last_campaign_touch_at", "comment": null}, "first_flow_touch_at": {"type": "timestamp without time zone", "index": 9, "name": "first_flow_touch_at", "comment": null}, "last_flow_touch_at": {"type": "timestamp without time zone", "index": 10, "name": "last_flow_touch_at", "comment": null}, "total_sum_revenue_refunded_order": {"type": "numeric", "index": 11, "name": "total_sum_revenue_refunded_order", "comment": null}, "organic_sum_revenue_refunded_order": {"type": "numeric", "index": 12, "name": "organic_sum_revenue_refunded_order", "comment": null}, "total_sum_revenue_placed_order": {"type": "numeric", "index": 13, "name": "total_sum_revenue_placed_order", "comment": null}, "organic_sum_revenue_placed_order": {"type": "numeric", "index": 14, "name": "organic_sum_revenue_placed_order", "comment": null}, "total_sum_revenue_ordered_product": {"type": "numeric", "index": 15, "name": "total_sum_revenue_ordered_product", "comment": null}, "organic_sum_revenue_ordered_product": {"type": "numeric", "index": 16, "name": "organic_sum_revenue_ordered_product", "comment": null}, "total_sum_revenue_checkout_started": {"type": "numeric", "index": 17, "name": "total_sum_revenue_checkout_started", "comment": null}, "organic_sum_revenue_checkout_started": {"type": "numeric", "index": 18, "name": "organic_sum_revenue_checkout_started", "comment": null}, "total_sum_revenue_cancelled_order": {"type": "numeric", "index": 19, "name": "total_sum_revenue_cancelled_order", "comment": null}, "organic_sum_revenue_cancelled_order": {"type": "numeric", "index": 20, "name": "organic_sum_revenue_cancelled_order", "comment": null}, "total_count_active_on_site": {"type": "numeric", "index": 21, "name": "total_count_active_on_site", "comment": null}, "total_count_viewed_product": {"type": "numeric", "index": 22, "name": "total_count_viewed_product", "comment": null}, "total_count_ordered_product": {"type": "numeric", "index": 23, "name": "total_count_ordered_product", "comment": null}, "total_count_placed_order": {"type": "numeric", "index": 24, "name": "total_count_placed_order", "comment": null}, "total_count_refunded_order": {"type": "numeric", "index": 25, "name": "total_count_refunded_order", "comment": null}, "total_count_received_email": {"type": "numeric", "index": 26, "name": "total_count_received_email", "comment": null}, "total_count_clicked_email": {"type": "numeric", "index": 27, "name": "total_count_clicked_email", "comment": null}, "total_count_opened_email": {"type": "numeric", "index": 28, "name": "total_count_opened_email", "comment": null}, "total_count_marked_email_as_spam": {"type": "numeric", "index": 29, "name": "total_count_marked_email_as_spam", "comment": null}, "total_count_unsubscribed": {"type": "numeric", "index": 30, "name": "total_count_unsubscribed", "comment": null}, "total_count_received_sms": {"type": "numeric", "index": 31, "name": "total_count_received_sms", "comment": null}, "total_count_clicked_sms": {"type": "numeric", "index": 32, "name": "total_count_clicked_sms", "comment": null}, "total_count_sent_sms": {"type": "numeric", "index": 33, "name": "total_count_sent_sms", "comment": null}, "total_count_unsubscribed_from_sms": {"type": "numeric", "index": 34, "name": "total_count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.int_klaviyo__person_metrics"}, "model.shopify.int_shopify__customer_email_rollup": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "int_shopify__customer_email_rollup", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"email": {"type": "text", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": null}, "customer_ids": {"type": "text", "index": 3, "name": "customer_ids", "comment": null}, "phone_numbers": {"type": "text", "index": 4, "name": "phone_numbers", "comment": null}, "customer_tags": {"type": "text", "index": 5, "name": "customer_tags", "comment": null}, "first_account_created_at": {"type": "timestamp without time zone", "index": 6, "name": "first_account_created_at", "comment": null}, "last_account_created_at": {"type": "timestamp without time zone", "index": 7, "name": "last_account_created_at", "comment": null}, "last_updated_at": {"type": "timestamp without time zone", "index": 8, "name": "last_updated_at", "comment": null}, "marketing_consent_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "marketing_consent_updated_at", "comment": null}, "last_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "last_fivetran_synced", "comment": null}, "is_tax_exempt": {"type": "boolean", "index": 11, "name": "is_tax_exempt", "comment": null}, "is_verified_email": {"type": "boolean", "index": 12, "name": "is_verified_email", "comment": null}, "first_name": {"type": "text", "index": 13, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 14, "name": "last_name", "comment": null}, "default_address_id": {"type": "bigint", "index": 15, "name": "default_address_id", "comment": null}, "account_state": {"type": "text", "index": 16, "name": "account_state", "comment": null}, "note": {"type": "text", "index": 17, "name": "note", "comment": null}, "currency": {"type": "text", "index": 18, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "text", "index": 19, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "text", "index": 20, "name": "marketing_opt_in_level", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.int_shopify__customer_email_rollup"}, "model.klaviyo.klaviyo__campaigns": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "klaviyo__campaigns", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"campaign_type": {"type": "text", "index": 1, "name": "campaign_type", "comment": null}, "created_at": {"type": "text", "index": 2, "name": "created_at", "comment": null}, "email_template_id": {"type": "text", "index": 3, "name": "email_template_id", "comment": null}, "from_email": {"type": "text", "index": 4, "name": "from_email", "comment": null}, "from_name": {"type": "text", "index": 5, "name": "from_name", "comment": null}, "campaign_id": {"type": "text", "index": 6, "name": "campaign_id", "comment": null}, "campaign_name": {"type": "text", "index": 7, "name": "campaign_name", "comment": null}, "scheduled_to_send_at": {"type": "text", "index": 8, "name": "scheduled_to_send_at", "comment": null}, "sent_at": {"type": "text", "index": 9, "name": "sent_at", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "status_id": {"type": "integer", "index": 11, "name": "status_id", "comment": null}, "subject": {"type": "text", "index": 12, "name": "subject", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "is_archived": {"type": "boolean", "index": 14, "name": "is_archived", "comment": null}, "scheduled_at": {"type": "text", "index": 15, "name": "scheduled_at", "comment": null}, "source_relation": {"type": "text", "index": 16, "name": "source_relation", "comment": null}, "variation_id": {"type": "text", "index": 17, "name": "variation_id", "comment": null}, "total_count_unique_people": {"type": "bigint", "index": 18, "name": "total_count_unique_people", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 19, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 20, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "numeric", "index": 21, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "numeric", "index": 22, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "numeric", "index": 23, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "numeric", "index": 24, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "numeric", "index": 25, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "numeric", "index": 26, "name": "count_active_on_site", "comment": null}, "unique_count_active_on_site": {"type": "bigint", "index": 27, "name": "unique_count_active_on_site", "comment": null}, "count_viewed_product": {"type": "numeric", "index": 28, "name": "count_viewed_product", "comment": null}, "unique_count_viewed_product": {"type": "bigint", "index": 29, "name": "unique_count_viewed_product", "comment": null}, "count_ordered_product": {"type": "numeric", "index": 30, "name": "count_ordered_product", "comment": null}, "unique_count_ordered_product": {"type": "bigint", "index": 31, "name": "unique_count_ordered_product", "comment": null}, "count_placed_order": {"type": "numeric", "index": 32, "name": "count_placed_order", "comment": null}, "unique_count_placed_order": {"type": "bigint", "index": 33, "name": "unique_count_placed_order", "comment": null}, "count_refunded_order": {"type": "numeric", "index": 34, "name": "count_refunded_order", "comment": null}, "unique_count_refunded_order": {"type": "bigint", "index": 35, "name": "unique_count_refunded_order", "comment": null}, "count_received_email": {"type": "numeric", "index": 36, "name": "count_received_email", "comment": null}, "unique_count_received_email": {"type": "bigint", "index": 37, "name": "unique_count_received_email", "comment": null}, "count_clicked_email": {"type": "numeric", "index": 38, "name": "count_clicked_email", "comment": null}, "unique_count_clicked_email": {"type": "bigint", "index": 39, "name": "unique_count_clicked_email", "comment": null}, "count_opened_email": {"type": "numeric", "index": 40, "name": "count_opened_email", "comment": null}, "unique_count_opened_email": {"type": "bigint", "index": 41, "name": "unique_count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "numeric", "index": 42, "name": "count_marked_email_as_spam", "comment": null}, "unique_count_marked_email_as_spam": {"type": "bigint", "index": 43, "name": "unique_count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "numeric", "index": 44, "name": "count_unsubscribed", "comment": null}, "unique_count_unsubscribed": {"type": "bigint", "index": 45, "name": "unique_count_unsubscribed", "comment": null}, "count_received_sms": {"type": "numeric", "index": 46, "name": "count_received_sms", "comment": null}, "unique_count_received_sms": {"type": "bigint", "index": 47, "name": "unique_count_received_sms", "comment": null}, "count_clicked_sms": {"type": "numeric", "index": 48, "name": "count_clicked_sms", "comment": null}, "unique_count_clicked_sms": {"type": "bigint", "index": 49, "name": "unique_count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "numeric", "index": 50, "name": "count_sent_sms", "comment": null}, "unique_count_sent_sms": {"type": "bigint", "index": 51, "name": "unique_count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "numeric", "index": 52, "name": "count_unsubscribed_from_sms", "comment": null}, "unique_count_unsubscribed_from_sms": {"type": "bigint", "index": 53, "name": "unique_count_unsubscribed_from_sms", "comment": null}, "campaign_variation_key": {"type": "text", "index": 54, "name": "campaign_variation_key", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__campaigns"}, "model.klaviyo.klaviyo__events": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "klaviyo__events", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"variation_id": {"type": "text", "index": 1, "name": "variation_id", "comment": null}, "campaign_id": {"type": "text", "index": 2, "name": "campaign_id", "comment": null}, "occurred_at": {"type": "timestamp without time zone", "index": 3, "name": "occurred_at", "comment": null}, "flow_id": {"type": "text", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "integer", "index": 5, "name": "flow_message_id", "comment": null}, "event_id": {"type": "text", "index": 6, "name": "event_id", "comment": null}, "metric_id": {"type": "text", "index": 7, "name": "metric_id", "comment": null}, "person_id": {"type": "text", "index": 8, "name": "person_id", "comment": null}, "uuid": {"type": "text", "index": 9, "name": "uuid", "comment": null}, "numeric_value": {"type": "numeric(28,6)", "index": 10, "name": "numeric_value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 12, "name": "source_relation", "comment": null}, "occurred_on": {"type": "date", "index": 13, "name": "occurred_on", "comment": null}, "unique_event_id": {"type": "text", "index": 14, "name": "unique_event_id", "comment": null}, "touch_id": {"type": "text", "index": 15, "name": "touch_id", "comment": null}, "touch_type": {"type": "text", "index": 16, "name": "touch_type", "comment": null}, "type": {"type": "text", "index": 17, "name": "type", "comment": null}, "last_touch_campaign_id": {"type": "text", "index": 18, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "text", "index": 19, "name": "last_touch_flow_id", "comment": null}, "last_touch_at": {"type": "timestamp without time zone", "index": 20, "name": "last_touch_at", "comment": null}, "last_touch_event_type": {"type": "text", "index": 21, "name": "last_touch_event_type", "comment": null}, "last_touch_type": {"type": "text", "index": 22, "name": "last_touch_type", "comment": null}, "campaign_name": {"type": "text", "index": 23, "name": "campaign_name", "comment": null}, "campaign_type": {"type": "text", "index": 24, "name": "campaign_type", "comment": null}, "campaign_subject_line": {"type": "text", "index": 25, "name": "campaign_subject_line", "comment": null}, "flow_name": {"type": "text", "index": 26, "name": "flow_name", "comment": null}, "person_city": {"type": "text", "index": 27, "name": "person_city", "comment": null}, "person_country": {"type": "text", "index": 28, "name": "person_country", "comment": null}, "person_region": {"type": "text", "index": 29, "name": "person_region", "comment": null}, "person_email": {"type": "text", "index": 30, "name": "person_email", "comment": null}, "person_timezone": {"type": "text", "index": 31, "name": "person_timezone", "comment": null}, "integration_id": {"type": "text", "index": 32, "name": "integration_id", "comment": null}, "integration_name": {"type": "text", "index": 33, "name": "integration_name", "comment": null}, "integration_category": {"type": "text", "index": 34, "name": "integration_category", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__events"}, "model.klaviyo.klaviyo__flows": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "klaviyo__flows", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_at": {"type": "text", "index": 1, "name": "created_at", "comment": null}, "flow_id": {"type": "text", "index": 2, "name": "flow_id", "comment": null}, "flow_name": {"type": "text", "index": 3, "name": "flow_name", "comment": null}, "status": {"type": "text", "index": 4, "name": "status", "comment": null}, "updated_at": {"type": "text", "index": 5, "name": "updated_at", "comment": null}, "is_archived": {"type": "boolean", "index": 6, "name": "is_archived", "comment": null}, "trigger_type": {"type": "text", "index": 7, "name": "trigger_type", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}, "variation_id": {"type": "text", "index": 9, "name": "variation_id", "comment": null}, "total_count_unique_people": {"type": "bigint", "index": 10, "name": "total_count_unique_people", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 11, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 12, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "numeric", "index": 13, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "numeric", "index": 14, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "numeric", "index": 15, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "numeric", "index": 16, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "numeric", "index": 17, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "numeric", "index": 18, "name": "count_active_on_site", "comment": null}, "unique_count_active_on_site": {"type": "bigint", "index": 19, "name": "unique_count_active_on_site", "comment": null}, "count_viewed_product": {"type": "numeric", "index": 20, "name": "count_viewed_product", "comment": null}, "unique_count_viewed_product": {"type": "bigint", "index": 21, "name": "unique_count_viewed_product", "comment": null}, "count_ordered_product": {"type": "numeric", "index": 22, "name": "count_ordered_product", "comment": null}, "unique_count_ordered_product": {"type": "bigint", "index": 23, "name": "unique_count_ordered_product", "comment": null}, "count_placed_order": {"type": "numeric", "index": 24, "name": "count_placed_order", "comment": null}, "unique_count_placed_order": {"type": "bigint", "index": 25, "name": "unique_count_placed_order", "comment": null}, "count_refunded_order": {"type": "numeric", "index": 26, "name": "count_refunded_order", "comment": null}, "unique_count_refunded_order": {"type": "bigint", "index": 27, "name": "unique_count_refunded_order", "comment": null}, "count_received_email": {"type": "numeric", "index": 28, "name": "count_received_email", "comment": null}, "unique_count_received_email": {"type": "bigint", "index": 29, "name": "unique_count_received_email", "comment": null}, "count_clicked_email": {"type": "numeric", "index": 30, "name": "count_clicked_email", "comment": null}, "unique_count_clicked_email": {"type": "bigint", "index": 31, "name": "unique_count_clicked_email", "comment": null}, "count_opened_email": {"type": "numeric", "index": 32, "name": "count_opened_email", "comment": null}, "unique_count_opened_email": {"type": "bigint", "index": 33, "name": "unique_count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "numeric", "index": 34, "name": "count_marked_email_as_spam", "comment": null}, "unique_count_marked_email_as_spam": {"type": "bigint", "index": 35, "name": "unique_count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "numeric", "index": 36, "name": "count_unsubscribed", "comment": null}, "unique_count_unsubscribed": {"type": "bigint", "index": 37, "name": "unique_count_unsubscribed", "comment": null}, "count_received_sms": {"type": "numeric", "index": 38, "name": "count_received_sms", "comment": null}, "unique_count_received_sms": {"type": "bigint", "index": 39, "name": "unique_count_received_sms", "comment": null}, "count_clicked_sms": {"type": "numeric", "index": 40, "name": "count_clicked_sms", "comment": null}, "unique_count_clicked_sms": {"type": "bigint", "index": 41, "name": "unique_count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "numeric", "index": 42, "name": "count_sent_sms", "comment": null}, "unique_count_sent_sms": {"type": "bigint", "index": 43, "name": "unique_count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "numeric", "index": 44, "name": "count_unsubscribed_from_sms", "comment": null}, "unique_count_unsubscribed_from_sms": {"type": "bigint", "index": 45, "name": "unique_count_unsubscribed_from_sms", "comment": null}, "flow_variation_key": {"type": "text", "index": 46, "name": "flow_variation_key", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__flows"}, "model.klaviyo.klaviyo__person_campaign_flow": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "klaviyo__person_campaign_flow", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"person_id": {"type": "text", "index": 1, "name": "person_id", "comment": null}, "last_touch_campaign_id": {"type": "text", "index": 2, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "text", "index": 3, "name": "last_touch_flow_id", "comment": null}, "campaign_name": {"type": "text", "index": 4, "name": "campaign_name", "comment": null}, "flow_name": {"type": "text", "index": 5, "name": "flow_name", "comment": null}, "variation_id": {"type": "text", "index": 6, "name": "variation_id", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 8, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 9, "name": "last_event_at", "comment": null}, "sum_revenue_refunded_order": {"type": "numeric", "index": 10, "name": "sum_revenue_refunded_order", "comment": null}, "sum_revenue_placed_order": {"type": "numeric", "index": 11, "name": "sum_revenue_placed_order", "comment": null}, "sum_revenue_ordered_product": {"type": "numeric", "index": 12, "name": "sum_revenue_ordered_product", "comment": null}, "sum_revenue_checkout_started": {"type": "numeric", "index": 13, "name": "sum_revenue_checkout_started", "comment": null}, "sum_revenue_cancelled_order": {"type": "numeric", "index": 14, "name": "sum_revenue_cancelled_order", "comment": null}, "count_active_on_site": {"type": "bigint", "index": 15, "name": "count_active_on_site", "comment": null}, "count_viewed_product": {"type": "bigint", "index": 16, "name": "count_viewed_product", "comment": null}, "count_ordered_product": {"type": "bigint", "index": 17, "name": "count_ordered_product", "comment": null}, "count_placed_order": {"type": "bigint", "index": 18, "name": "count_placed_order", "comment": null}, "count_refunded_order": {"type": "bigint", "index": 19, "name": "count_refunded_order", "comment": null}, "count_received_email": {"type": "bigint", "index": 20, "name": "count_received_email", "comment": null}, "count_clicked_email": {"type": "bigint", "index": 21, "name": "count_clicked_email", "comment": null}, "count_opened_email": {"type": "bigint", "index": 22, "name": "count_opened_email", "comment": null}, "count_marked_email_as_spam": {"type": "bigint", "index": 23, "name": "count_marked_email_as_spam", "comment": null}, "count_unsubscribed": {"type": "bigint", "index": 24, "name": "count_unsubscribed", "comment": null}, "count_received_sms": {"type": "bigint", "index": 25, "name": "count_received_sms", "comment": null}, "count_clicked_sms": {"type": "bigint", "index": 26, "name": "count_clicked_sms", "comment": null}, "count_sent_sms": {"type": "bigint", "index": 27, "name": "count_sent_sms", "comment": null}, "count_unsubscribed_from_sms": {"type": "bigint", "index": 28, "name": "count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__person_campaign_flow"}, "model.klaviyo.klaviyo__persons": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "klaviyo__persons", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"person_id": {"type": "text", "index": 1, "name": "person_id", "comment": null}, "address_1": {"type": "text", "index": 2, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 3, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}, "zip": {"type": "integer", "index": 6, "name": "zip", "comment": null}, "created_at": {"type": "text", "index": 7, "name": "created_at", "comment": null}, "email": {"type": "text", "index": 8, "name": "email", "comment": null}, "full_name": {"type": "text", "index": 9, "name": "full_name", "comment": null}, "latitude": {"type": "double precision", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 11, "name": "longitude", "comment": null}, "organization": {"type": "integer", "index": 12, "name": "organization", "comment": null}, "phone_number": {"type": "character varying", "index": 13, "name": "phone_number", "comment": null}, "region": {"type": "text", "index": 14, "name": "region", "comment": null}, "timezone": {"type": "text", "index": 15, "name": "timezone", "comment": null}, "title": {"type": "integer", "index": 16, "name": "title", "comment": null}, "updated_at": {"type": "text", "index": 17, "name": "updated_at", "comment": null}, "last_event_date": {"type": "text", "index": 18, "name": "last_event_date", "comment": null}, "source_relation": {"type": "text", "index": 19, "name": "source_relation", "comment": null}, "count_total_campaigns": {"type": "bigint", "index": 20, "name": "count_total_campaigns", "comment": null}, "count_total_flows": {"type": "bigint", "index": 21, "name": "count_total_flows", "comment": null}, "first_event_at": {"type": "timestamp without time zone", "index": 22, "name": "first_event_at", "comment": null}, "last_event_at": {"type": "timestamp without time zone", "index": 23, "name": "last_event_at", "comment": null}, "first_campaign_touch_at": {"type": "timestamp without time zone", "index": 24, "name": "first_campaign_touch_at", "comment": null}, "last_campaign_touch_at": {"type": "timestamp without time zone", "index": 25, "name": "last_campaign_touch_at", "comment": null}, "first_flow_touch_at": {"type": "timestamp without time zone", "index": 26, "name": "first_flow_touch_at", "comment": null}, "last_flow_touch_at": {"type": "timestamp without time zone", "index": 27, "name": "last_flow_touch_at", "comment": null}, "total_sum_revenue_refunded_order": {"type": "numeric", "index": 28, "name": "total_sum_revenue_refunded_order", "comment": null}, "organic_sum_revenue_refunded_order": {"type": "numeric", "index": 29, "name": "organic_sum_revenue_refunded_order", "comment": null}, "total_sum_revenue_placed_order": {"type": "numeric", "index": 30, "name": "total_sum_revenue_placed_order", "comment": null}, "organic_sum_revenue_placed_order": {"type": "numeric", "index": 31, "name": "organic_sum_revenue_placed_order", "comment": null}, "total_sum_revenue_ordered_product": {"type": "numeric", "index": 32, "name": "total_sum_revenue_ordered_product", "comment": null}, "organic_sum_revenue_ordered_product": {"type": "numeric", "index": 33, "name": "organic_sum_revenue_ordered_product", "comment": null}, "total_sum_revenue_checkout_started": {"type": "numeric", "index": 34, "name": "total_sum_revenue_checkout_started", "comment": null}, "organic_sum_revenue_checkout_started": {"type": "numeric", "index": 35, "name": "organic_sum_revenue_checkout_started", "comment": null}, "total_sum_revenue_cancelled_order": {"type": "numeric", "index": 36, "name": "total_sum_revenue_cancelled_order", "comment": null}, "organic_sum_revenue_cancelled_order": {"type": "numeric", "index": 37, "name": "organic_sum_revenue_cancelled_order", "comment": null}, "total_count_active_on_site": {"type": "numeric", "index": 38, "name": "total_count_active_on_site", "comment": null}, "total_count_viewed_product": {"type": "numeric", "index": 39, "name": "total_count_viewed_product", "comment": null}, "total_count_ordered_product": {"type": "numeric", "index": 40, "name": "total_count_ordered_product", "comment": null}, "total_count_placed_order": {"type": "numeric", "index": 41, "name": "total_count_placed_order", "comment": null}, "total_count_refunded_order": {"type": "numeric", "index": 42, "name": "total_count_refunded_order", "comment": null}, "total_count_received_email": {"type": "numeric", "index": 43, "name": "total_count_received_email", "comment": null}, "total_count_clicked_email": {"type": "numeric", "index": 44, "name": "total_count_clicked_email", "comment": null}, "total_count_opened_email": {"type": "numeric", "index": 45, "name": "total_count_opened_email", "comment": null}, "total_count_marked_email_as_spam": {"type": "numeric", "index": 46, "name": "total_count_marked_email_as_spam", "comment": null}, "total_count_unsubscribed": {"type": "numeric", "index": 47, "name": "total_count_unsubscribed", "comment": null}, "total_count_received_sms": {"type": "numeric", "index": 48, "name": "total_count_received_sms", "comment": null}, "total_count_clicked_sms": {"type": "numeric", "index": 49, "name": "total_count_clicked_sms", "comment": null}, "total_count_sent_sms": {"type": "numeric", "index": 50, "name": "total_count_sent_sms", "comment": null}, "total_count_unsubscribed_from_sms": {"type": "numeric", "index": 51, "name": "total_count_unsubscribed_from_sms", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo.klaviyo__persons"}, "model.shopify.shopify__calendar": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__calendar", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__calendar"}, "model.shopify.shopify__customer_cohorts": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__customer_cohorts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_month": {"type": "date", "index": 1, "name": "date_month", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "first_order_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "first_order_timestamp", "comment": null}, "cohort_month": {"type": "date", "index": 4, "name": "cohort_month", "comment": null}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": null}, "order_count_in_month": {"type": "bigint", "index": 6, "name": "order_count_in_month", "comment": null}, "total_price_in_month": {"type": "double precision", "index": 7, "name": "total_price_in_month", "comment": null}, "line_item_count_in_month": {"type": "numeric", "index": 8, "name": "line_item_count_in_month", "comment": null}, "total_price_lifetime": {"type": "double precision", "index": 9, "name": "total_price_lifetime", "comment": null}, "order_count_lifetime": {"type": "numeric", "index": 10, "name": "order_count_lifetime", "comment": null}, "line_item_count_lifetime": {"type": "numeric", "index": 11, "name": "line_item_count_lifetime", "comment": null}, "cohort_month_number": {"type": "bigint", "index": 12, "name": "cohort_month_number", "comment": null}, "customer_cohort_id": {"type": "text", "index": 13, "name": "customer_cohort_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customer_cohorts"}, "model.shopify.shopify__customer_email_cohorts": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__customer_email_cohorts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_month": {"type": "date", "index": 1, "name": "date_month", "comment": null}, "email": {"type": "text", "index": 2, "name": "email", "comment": null}, "first_order_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "first_order_timestamp", "comment": null}, "cohort_month": {"type": "timestamp without time zone", "index": 4, "name": "cohort_month", "comment": null}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": null}, "order_count_in_month": {"type": "bigint", "index": 6, "name": "order_count_in_month", "comment": null}, "total_price_in_month": {"type": "double precision", "index": 7, "name": "total_price_in_month", "comment": null}, "line_item_count_in_month": {"type": "numeric", "index": 8, "name": "line_item_count_in_month", "comment": null}, "total_price_lifetime": {"type": "double precision", "index": 9, "name": "total_price_lifetime", "comment": null}, "order_count_lifetime": {"type": "numeric", "index": 10, "name": "order_count_lifetime", "comment": null}, "line_item_count_lifetime": {"type": "numeric", "index": 11, "name": "line_item_count_lifetime", "comment": null}, "cohort_month_number": {"type": "bigint", "index": 12, "name": "cohort_month_number", "comment": null}, "customer_cohort_id": {"type": "text", "index": 13, "name": "customer_cohort_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customer_email_cohorts"}, "model.shopify.shopify__customer_emails": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__customer_emails", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"email": {"type": "text", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": null}, "customer_ids": {"type": "text", "index": 3, "name": "customer_ids", "comment": null}, "phone_numbers": {"type": "text", "index": 4, "name": "phone_numbers", "comment": null}, "customer_tags": {"type": "text", "index": 5, "name": "customer_tags", "comment": null}, "first_account_created_at": {"type": "timestamp without time zone", "index": 6, "name": "first_account_created_at", "comment": null}, "last_account_created_at": {"type": "timestamp without time zone", "index": 7, "name": "last_account_created_at", "comment": null}, "last_updated_at": {"type": "timestamp without time zone", "index": 8, "name": "last_updated_at", "comment": null}, "marketing_consent_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "marketing_consent_updated_at", "comment": null}, "last_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "last_fivetran_synced", "comment": null}, "is_tax_exempt": {"type": "boolean", "index": 11, "name": "is_tax_exempt", "comment": null}, "is_verified_email": {"type": "boolean", "index": 12, "name": "is_verified_email", "comment": null}, "first_name": {"type": "text", "index": 13, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 14, "name": "last_name", "comment": null}, "default_address_id": {"type": "bigint", "index": 15, "name": "default_address_id", "comment": null}, "account_state": {"type": "text", "index": 16, "name": "account_state", "comment": null}, "note": {"type": "text", "index": 17, "name": "note", "comment": null}, "currency": {"type": "text", "index": 18, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "text", "index": 19, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "text", "index": 20, "name": "marketing_opt_in_level", "comment": null}, "lifetime_abandoned_checkouts": {"type": "bigint", "index": 21, "name": "lifetime_abandoned_checkouts", "comment": null}, "first_order_timestamp": {"type": "timestamp without time zone", "index": 22, "name": "first_order_timestamp", "comment": null}, "most_recent_order_timestamp": {"type": "timestamp without time zone", "index": 23, "name": "most_recent_order_timestamp", "comment": null}, "avg_order_value": {"type": "double precision", "index": 24, "name": "avg_order_value", "comment": null}, "lifetime_total_spent": {"type": "double precision", "index": 25, "name": "lifetime_total_spent", "comment": null}, "lifetime_total_refunded": {"type": "double precision", "index": 26, "name": "lifetime_total_refunded", "comment": null}, "lifetime_total_net": {"type": "double precision", "index": 27, "name": "lifetime_total_net", "comment": null}, "lifetime_count_orders": {"type": "bigint", "index": 28, "name": "lifetime_count_orders", "comment": null}, "avg_quantity_per_order": {"type": "numeric", "index": 29, "name": "avg_quantity_per_order", "comment": null}, "lifetime_total_tax": {"type": "double precision", "index": 30, "name": "lifetime_total_tax", "comment": null}, "avg_tax_per_order": {"type": "double precision", "index": 31, "name": "avg_tax_per_order", "comment": null}, "lifetime_total_discount": {"type": "numeric", "index": 32, "name": "lifetime_total_discount", "comment": null}, "avg_discount_per_order": {"type": "numeric", "index": 33, "name": "avg_discount_per_order", "comment": null}, "lifetime_total_shipping": {"type": "double precision", "index": 34, "name": "lifetime_total_shipping", "comment": null}, "avg_shipping_per_order": {"type": "double precision", "index": 35, "name": "avg_shipping_per_order", "comment": null}, "lifetime_total_shipping_with_discounts": {"type": "double precision", "index": 36, "name": "lifetime_total_shipping_with_discounts", "comment": null}, "avg_shipping_with_discounts_per_order": {"type": "double precision", "index": 37, "name": "avg_shipping_with_discounts_per_order", "comment": null}, "lifetime_total_shipping_tax": {"type": "double precision", "index": 38, "name": "lifetime_total_shipping_tax", "comment": null}, "avg_shipping_tax_per_order": {"type": "double precision", "index": 39, "name": "avg_shipping_tax_per_order", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customer_emails"}, "model.shopify.shopify__customers": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__customers", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "bigint", "index": 1, "name": "customer_id", "comment": null}, "email": {"type": "text", "index": 2, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 4, "name": "last_name", "comment": null}, "default_address_id": {"type": "bigint", "index": 5, "name": "default_address_id", "comment": null}, "phone": {"type": "integer", "index": 6, "name": "phone", "comment": null}, "account_state": {"type": "text", "index": 7, "name": "account_state", "comment": null}, "is_tax_exempt": {"type": "boolean", "index": 8, "name": "is_tax_exempt", "comment": null}, "is_verified_email": {"type": "boolean", "index": 9, "name": "is_verified_email", "comment": null}, "note": {"type": "text", "index": 10, "name": "note", "comment": null}, "currency": {"type": "text", "index": 11, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "text", "index": 12, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "text", "index": 13, "name": "marketing_opt_in_level", "comment": null}, "marketing_consent_updated_at": {"type": "timestamp without time zone", "index": 14, "name": "marketing_consent_updated_at", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 15, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 16, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 18, "name": "source_relation", "comment": null}, "lifetime_abandoned_checkouts": {"type": "bigint", "index": 19, "name": "lifetime_abandoned_checkouts", "comment": null}, "first_order_timestamp": {"type": "timestamp without time zone", "index": 20, "name": "first_order_timestamp", "comment": null}, "most_recent_order_timestamp": {"type": "timestamp without time zone", "index": 21, "name": "most_recent_order_timestamp", "comment": null}, "customer_tags": {"type": "text", "index": 22, "name": "customer_tags", "comment": null}, "avg_order_value": {"type": "double precision", "index": 23, "name": "avg_order_value", "comment": null}, "lifetime_total_spent": {"type": "double precision", "index": 24, "name": "lifetime_total_spent", "comment": null}, "lifetime_total_refunded": {"type": "double precision", "index": 25, "name": "lifetime_total_refunded", "comment": null}, "lifetime_total_net": {"type": "double precision", "index": 26, "name": "lifetime_total_net", "comment": null}, "lifetime_count_orders": {"type": "bigint", "index": 27, "name": "lifetime_count_orders", "comment": null}, "avg_quantity_per_order": {"type": "numeric", "index": 28, "name": "avg_quantity_per_order", "comment": null}, "lifetime_total_tax": {"type": "double precision", "index": 29, "name": "lifetime_total_tax", "comment": null}, "avg_tax_per_order": {"type": "double precision", "index": 30, "name": "avg_tax_per_order", "comment": null}, "lifetime_total_discount": {"type": "numeric", "index": 31, "name": "lifetime_total_discount", "comment": null}, "avg_discount_per_order": {"type": "numeric", "index": 32, "name": "avg_discount_per_order", "comment": null}, "lifetime_total_shipping": {"type": "double precision", "index": 33, "name": "lifetime_total_shipping", "comment": null}, "avg_shipping_per_order": {"type": "double precision", "index": 34, "name": "avg_shipping_per_order", "comment": null}, "lifetime_total_shipping_with_discounts": {"type": "double precision", "index": 35, "name": "lifetime_total_shipping_with_discounts", "comment": null}, "avg_shipping_with_discounts_per_order": {"type": "double precision", "index": 36, "name": "avg_shipping_with_discounts_per_order", "comment": null}, "lifetime_total_shipping_tax": {"type": "double precision", "index": 37, "name": "lifetime_total_shipping_tax", "comment": null}, "avg_shipping_tax_per_order": {"type": "double precision", "index": 38, "name": "avg_shipping_tax_per_order", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__customers"}, "model.shopify.shopify__daily_shop": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__daily_shop", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "shop_id": {"type": "integer", "index": 2, "name": "shop_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "domain": {"type": "text", "index": 4, "name": "domain", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "currency": {"type": "text", "index": 6, "name": "currency", "comment": null}, "enabled_presentment_currencies": {"type": "text", "index": 7, "name": "enabled_presentment_currencies", "comment": null}, "iana_timezone": {"type": "text", "index": 8, "name": "iana_timezone", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "source_relation": {"type": "text", "index": 10, "name": "source_relation", "comment": null}, "count_orders": {"type": "bigint", "index": 11, "name": "count_orders", "comment": null}, "count_line_items": {"type": "numeric", "index": 12, "name": "count_line_items", "comment": null}, "avg_line_item_count": {"type": "numeric", "index": 13, "name": "avg_line_item_count", "comment": null}, "count_customers": {"type": "bigint", "index": 14, "name": "count_customers", "comment": null}, "count_customer_emails": {"type": "bigint", "index": 15, "name": "count_customer_emails", "comment": null}, "order_adjusted_total": {"type": "double precision", "index": 16, "name": "order_adjusted_total", "comment": null}, "avg_order_value": {"type": "double precision", "index": 17, "name": "avg_order_value", "comment": null}, "shipping_cost": {"type": "double precision", "index": 18, "name": "shipping_cost", "comment": null}, "order_adjustment_amount": {"type": "numeric", "index": 19, "name": "order_adjustment_amount", "comment": null}, "order_adjustment_tax_amount": {"type": "double precision", "index": 20, "name": "order_adjustment_tax_amount", "comment": null}, "refund_subtotal": {"type": "numeric", "index": 21, "name": "refund_subtotal", "comment": null}, "refund_total_tax": {"type": "double precision", "index": 22, "name": "refund_total_tax", "comment": null}, "total_discounts": {"type": "double precision", "index": 23, "name": "total_discounts", "comment": null}, "avg_discount": {"type": "double precision", "index": 24, "name": "avg_discount", "comment": null}, "shipping_discount_amount": {"type": "double precision", "index": 25, "name": "shipping_discount_amount", "comment": null}, "avg_shipping_discount_amount": {"type": "double precision", "index": 26, "name": "avg_shipping_discount_amount", "comment": null}, "percentage_calc_discount_amount": {"type": "double precision", "index": 27, "name": "percentage_calc_discount_amount", "comment": null}, "avg_percentage_calc_discount_amount": {"type": "double precision", "index": 28, "name": "avg_percentage_calc_discount_amount", "comment": null}, "fixed_amount_discount_amount": {"type": "double precision", "index": 29, "name": "fixed_amount_discount_amount", "comment": null}, "avg_fixed_amount_discount_amount": {"type": "double precision", "index": 30, "name": "avg_fixed_amount_discount_amount", "comment": null}, "count_discount_codes_applied": {"type": "numeric", "index": 31, "name": "count_discount_codes_applied", "comment": null}, "count_locations_ordered_from": {"type": "bigint", "index": 32, "name": "count_locations_ordered_from", "comment": null}, "count_orders_with_discounts": {"type": "bigint", "index": 33, "name": "count_orders_with_discounts", "comment": null}, "count_orders_with_refunds": {"type": "bigint", "index": 34, "name": "count_orders_with_refunds", "comment": null}, "first_order_timestamp": {"type": "timestamp without time zone", "index": 35, "name": "first_order_timestamp", "comment": null}, "last_order_timestamp": {"type": "timestamp without time zone", "index": 36, "name": "last_order_timestamp", "comment": null}, "quantity_sold": {"type": "bigint", "index": 37, "name": "quantity_sold", "comment": null}, "quantity_refunded": {"type": "numeric", "index": 38, "name": "quantity_refunded", "comment": null}, "quantity_net": {"type": "numeric", "index": 39, "name": "quantity_net", "comment": null}, "avg_quantity_sold": {"type": "bigint", "index": 40, "name": "avg_quantity_sold", "comment": null}, "avg_quantity_net": {"type": "numeric", "index": 41, "name": "avg_quantity_net", "comment": null}, "count_variants_sold": {"type": "bigint", "index": 42, "name": "count_variants_sold", "comment": null}, "count_products_sold": {"type": "bigint", "index": 43, "name": "count_products_sold", "comment": null}, "quantity_gift_cards_sold": {"type": "numeric", "index": 44, "name": "quantity_gift_cards_sold", "comment": null}, "quantity_requiring_shipping": {"type": "numeric", "index": 45, "name": "quantity_requiring_shipping", "comment": null}, "count_abandoned_checkouts": {"type": "bigint", "index": 46, "name": "count_abandoned_checkouts", "comment": null}, "count_customers_abandoned_checkout": {"type": "bigint", "index": 47, "name": "count_customers_abandoned_checkout", "comment": null}, "count_customer_emails_abandoned_checkout": {"type": "bigint", "index": 48, "name": "count_customer_emails_abandoned_checkout", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__daily_shop"}, "model.shopify.shopify__discounts": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__discounts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"discount_code_id": {"type": "integer", "index": 1, "name": "discount_code_id", "comment": null}, "code": {"type": "text", "index": 2, "name": "code", "comment": null}, "price_rule_id": {"type": "integer", "index": 3, "name": "price_rule_id", "comment": null}, "usage_count": {"type": "double precision", "index": 4, "name": "usage_count", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 6, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}, "discounts_unique_key": {"type": "text", "index": 9, "name": "discounts_unique_key", "comment": null}, "target_selection": {"type": "text", "index": 10, "name": "target_selection", "comment": null}, "target_type": {"type": "text", "index": 11, "name": "target_type", "comment": null}, "title": {"type": "text", "index": 12, "name": "title", "comment": null}, "usage_limit": {"type": "integer", "index": 13, "name": "usage_limit", "comment": null}, "value": {"type": "double precision", "index": 14, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 15, "name": "value_type", "comment": null}, "allocation_limit": {"type": "integer", "index": 16, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "text", "index": 17, "name": "allocation_method", "comment": null}, "is_once_per_customer": {"type": "boolean", "index": 18, "name": "is_once_per_customer", "comment": null}, "customer_selection": {"type": "text", "index": 19, "name": "customer_selection", "comment": null}, "prereq_min_quantity": {"type": "integer", "index": 20, "name": "prereq_min_quantity", "comment": null}, "prereq_max_shipping_price": {"type": "integer", "index": 21, "name": "prereq_max_shipping_price", "comment": null}, "prereq_min_subtotal": {"type": "double precision", "index": 22, "name": "prereq_min_subtotal", "comment": null}, "prereq_min_purchase_quantity_for_entitlement": {"type": "integer", "index": 23, "name": "prereq_min_purchase_quantity_for_entitlement", "comment": null}, "prereq_buy_x_get_this": {"type": "integer", "index": 24, "name": "prereq_buy_x_get_this", "comment": null}, "prereq_buy_this_get_y": {"type": "integer", "index": 25, "name": "prereq_buy_this_get_y", "comment": null}, "starts_at": {"type": "timestamp without time zone", "index": 26, "name": "starts_at", "comment": null}, "ends_at": {"type": "timestamp without time zone", "index": 27, "name": "ends_at", "comment": null}, "price_rule_created_at": {"type": "timestamp without time zone", "index": 28, "name": "price_rule_created_at", "comment": null}, "price_rule_updated_at": {"type": "timestamp without time zone", "index": 29, "name": "price_rule_updated_at", "comment": null}, "count_orders": {"type": "bigint", "index": 30, "name": "count_orders", "comment": null}, "count_abandoned_checkouts": {"type": "bigint", "index": 31, "name": "count_abandoned_checkouts", "comment": null}, "avg_order_discount_amount": {"type": "double precision", "index": 32, "name": "avg_order_discount_amount", "comment": null}, "total_order_discount_amount": {"type": "double precision", "index": 33, "name": "total_order_discount_amount", "comment": null}, "total_abandoned_checkout_discount_amount": {"type": "double precision", "index": 34, "name": "total_abandoned_checkout_discount_amount", "comment": null}, "total_order_line_items_price": {"type": "double precision", "index": 35, "name": "total_order_line_items_price", "comment": null}, "total_order_shipping_cost": {"type": "double precision", "index": 36, "name": "total_order_shipping_cost", "comment": null}, "total_abandoned_checkout_shipping_price": {"type": "double precision", "index": 37, "name": "total_abandoned_checkout_shipping_price", "comment": null}, "total_order_refund_amount": {"type": "double precision", "index": 38, "name": "total_order_refund_amount", "comment": null}, "count_customers": {"type": "bigint", "index": 39, "name": "count_customers", "comment": null}, "count_customer_emails": {"type": "bigint", "index": 40, "name": "count_customer_emails", "comment": null}, "count_abandoned_checkout_customers": {"type": "bigint", "index": 41, "name": "count_abandoned_checkout_customers", "comment": null}, "count_abandoned_checkout_customer_emails": {"type": "bigint", "index": 42, "name": "count_abandoned_checkout_customer_emails", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__discounts"}, "model.shopify.shopify__inventory_levels": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__inventory_levels", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"inventory_item_id": {"type": "integer", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "available_quantity": {"type": "integer", "index": 3, "name": "available_quantity", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 6, "name": "source_relation", "comment": null}, "sku": {"type": "integer", "index": 7, "name": "sku", "comment": null}, "is_inventory_item_deleted": {"type": "boolean", "index": 8, "name": "is_inventory_item_deleted", "comment": null}, "cost": {"type": "integer", "index": 9, "name": "cost", "comment": null}, "country_code_of_origin": {"type": "integer", "index": 10, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "integer", "index": 11, "name": "province_code_of_origin", "comment": null}, "is_shipping_required": {"type": "integer", "index": 12, "name": "is_shipping_required", "comment": null}, "is_inventory_quantity_tracked": {"type": "integer", "index": 13, "name": "is_inventory_quantity_tracked", "comment": null}, "inventory_item_created_at": {"type": "timestamp without time zone", "index": 14, "name": "inventory_item_created_at", "comment": null}, "inventory_item_updated_at": {"type": "timestamp without time zone", "index": 15, "name": "inventory_item_updated_at", "comment": null}, "location_name": {"type": "text", "index": 16, "name": "location_name", "comment": null}, "is_location_deleted": {"type": "boolean", "index": 17, "name": "is_location_deleted", "comment": null}, "is_location_active": {"type": "boolean", "index": 18, "name": "is_location_active", "comment": null}, "address_1": {"type": "text", "index": 19, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 20, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 21, "name": "city", "comment": null}, "country": {"type": "text", "index": 22, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 23, "name": "country_code", "comment": null}, "is_legacy_location": {"type": "boolean", "index": 24, "name": "is_legacy_location", "comment": null}, "province": {"type": "text", "index": 25, "name": "province", "comment": null}, "province_code": {"type": "text", "index": 26, "name": "province_code", "comment": null}, "phone": {"type": "integer", "index": 27, "name": "phone", "comment": null}, "zip": {"type": "integer", "index": 28, "name": "zip", "comment": null}, "location_created_at": {"type": "timestamp without time zone", "index": 29, "name": "location_created_at", "comment": null}, "location_updated_at": {"type": "timestamp without time zone", "index": 30, "name": "location_updated_at", "comment": null}, "variant_id": {"type": "bigint", "index": 31, "name": "variant_id", "comment": null}, "product_id": {"type": "bigint", "index": 32, "name": "product_id", "comment": null}, "variant_title": {"type": "text", "index": 33, "name": "variant_title", "comment": null}, "variant_inventory_policy": {"type": "text", "index": 34, "name": "variant_inventory_policy", "comment": null}, "variant_price": {"type": "integer", "index": 35, "name": "variant_price", "comment": null}, "variant_image_id": {"type": "integer", "index": 36, "name": "variant_image_id", "comment": null}, "variant_fulfillment_service": {"type": "text", "index": 37, "name": "variant_fulfillment_service", "comment": null}, "variant_inventory_management": {"type": "text", "index": 38, "name": "variant_inventory_management", "comment": null}, "is_variant_taxable": {"type": "boolean", "index": 39, "name": "is_variant_taxable", "comment": null}, "variant_barcode": {"type": "integer", "index": 40, "name": "variant_barcode", "comment": null}, "variant_grams": {"type": "integer", "index": 41, "name": "variant_grams", "comment": null}, "variant_inventory_quantity": {"type": "integer", "index": 42, "name": "variant_inventory_quantity", "comment": null}, "variant_weight": {"type": "integer", "index": 43, "name": "variant_weight", "comment": null}, "variant_weight_unit": {"type": "text", "index": 44, "name": "variant_weight_unit", "comment": null}, "variant_option_1": {"type": "text", "index": 45, "name": "variant_option_1", "comment": null}, "variant_option_2": {"type": "integer", "index": 46, "name": "variant_option_2", "comment": null}, "variant_option_3": {"type": "integer", "index": 47, "name": "variant_option_3", "comment": null}, "variant_tax_code": {"type": "text", "index": 48, "name": "variant_tax_code", "comment": null}, "variant_created_at": {"type": "timestamp without time zone", "index": 49, "name": "variant_created_at", "comment": null}, "variant_updated_at": {"type": "timestamp without time zone", "index": 50, "name": "variant_updated_at", "comment": null}, "subtotal_sold": {"type": "bigint", "index": 51, "name": "subtotal_sold", "comment": null}, "quantity_sold": {"type": "bigint", "index": 52, "name": "quantity_sold", "comment": null}, "count_distinct_orders": {"type": "bigint", "index": 53, "name": "count_distinct_orders", "comment": null}, "count_distinct_customers": {"type": "bigint", "index": 54, "name": "count_distinct_customers", "comment": null}, "count_distinct_customer_emails": {"type": "bigint", "index": 55, "name": "count_distinct_customer_emails", "comment": null}, "first_order_timestamp": {"type": "timestamp without time zone", "index": 56, "name": "first_order_timestamp", "comment": null}, "last_order_timestamp": {"type": "timestamp without time zone", "index": 57, "name": "last_order_timestamp", "comment": null}, "subtotal_sold_refunds": {"type": "numeric", "index": 58, "name": "subtotal_sold_refunds", "comment": null}, "quantity_sold_refunds": {"type": "numeric", "index": 59, "name": "quantity_sold_refunds", "comment": null}, "count_fulfillment_pending": {"type": "bigint", "index": 60, "name": "count_fulfillment_pending", "comment": null}, "count_fulfillment_open": {"type": "bigint", "index": 61, "name": "count_fulfillment_open", "comment": null}, "count_fulfillment_success": {"type": "bigint", "index": 62, "name": "count_fulfillment_success", "comment": null}, "count_fulfillment_cancelled": {"type": "bigint", "index": 63, "name": "count_fulfillment_cancelled", "comment": null}, "count_fulfillment_error": {"type": "bigint", "index": 64, "name": "count_fulfillment_error", "comment": null}, "count_fulfillment_failure": {"type": "bigint", "index": 65, "name": "count_fulfillment_failure", "comment": null}, "net_subtotal_sold": {"type": "numeric", "index": 66, "name": "net_subtotal_sold", "comment": null}, "net_quantity_sold": {"type": "numeric", "index": 67, "name": "net_quantity_sold", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__inventory_levels"}, "model.shopify.shopify__order_lines": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__order_lines", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_line_id": {"type": "bigint", "index": 1, "name": "order_line_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "order_id": {"type": "bigint", "index": 4, "name": "order_id", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 5, "name": "fulfillable_quantity", "comment": null}, "fulfillment_status": {"type": "text", "index": 6, "name": "fulfillment_status", "comment": null}, "is_gift_card": {"type": "boolean", "index": 7, "name": "is_gift_card", "comment": null}, "grams": {"type": "integer", "index": 8, "name": "grams", "comment": null}, "pre_tax_price": {"type": "integer", "index": 9, "name": "pre_tax_price", "comment": null}, "pre_tax_price_set": {"type": "text", "index": 10, "name": "pre_tax_price_set", "comment": null}, "price": {"type": "double precision", "index": 11, "name": "price", "comment": null}, "price_set": {"type": "text", "index": 12, "name": "price_set", "comment": null}, "product_id": {"type": "bigint", "index": 13, "name": "product_id", "comment": null}, "quantity": {"type": "integer", "index": 14, "name": "quantity", "comment": null}, "is_shipping_required": {"type": "boolean", "index": 15, "name": "is_shipping_required", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "is_taxable": {"type": "boolean", "index": 17, "name": "is_taxable", "comment": null}, "tax_code": {"type": "text", "index": 18, "name": "tax_code", "comment": null}, "title": {"type": "text", "index": 19, "name": "title", "comment": null}, "total_discount": {"type": "integer", "index": 20, "name": "total_discount", "comment": null}, "total_discount_set": {"type": "text", "index": 21, "name": "total_discount_set", "comment": null}, "variant_id": {"type": "bigint", "index": 22, "name": "variant_id", "comment": null}, "variant_title": {"type": "text", "index": 23, "name": "variant_title", "comment": null}, "variant_inventory_management": {"type": "text", "index": 24, "name": "variant_inventory_management", "comment": null}, "vendor": {"type": "text", "index": 25, "name": "vendor", "comment": null}, "properties": {"type": "text", "index": 26, "name": "properties", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 27, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 28, "name": "source_relation", "comment": null}, "order_lines_unique_key": {"type": "text", "index": 29, "name": "order_lines_unique_key", "comment": null}, "restock_types": {"type": "text", "index": 30, "name": "restock_types", "comment": null}, "refunded_quantity": {"type": "bigint", "index": 31, "name": "refunded_quantity", "comment": null}, "refunded_subtotal": {"type": "bigint", "index": 32, "name": "refunded_subtotal", "comment": null}, "quantity_net_refunds": {"type": "bigint", "index": 33, "name": "quantity_net_refunds", "comment": null}, "subtotal_net_refunds": {"type": "bigint", "index": 34, "name": "subtotal_net_refunds", "comment": null}, "variant_created_at": {"type": "timestamp without time zone", "index": 35, "name": "variant_created_at", "comment": null}, "variant_updated_at": {"type": "timestamp without time zone", "index": 36, "name": "variant_updated_at", "comment": null}, "inventory_item_id": {"type": "bigint", "index": 37, "name": "inventory_item_id", "comment": null}, "image_id": {"type": "integer", "index": 38, "name": "image_id", "comment": null}, "variant_price": {"type": "integer", "index": 39, "name": "variant_price", "comment": null}, "variant_sku": {"type": "integer", "index": 40, "name": "variant_sku", "comment": null}, "variant_position": {"type": "integer", "index": 41, "name": "variant_position", "comment": null}, "variant_inventory_policy": {"type": "text", "index": 42, "name": "variant_inventory_policy", "comment": null}, "variant_compare_at_price": {"type": "integer", "index": 43, "name": "variant_compare_at_price", "comment": null}, "variant_fulfillment_service": {"type": "text", "index": 44, "name": "variant_fulfillment_service", "comment": null}, "variant_is_taxable": {"type": "boolean", "index": 45, "name": "variant_is_taxable", "comment": null}, "variant_barcode": {"type": "integer", "index": 46, "name": "variant_barcode", "comment": null}, "variant_grams": {"type": "integer", "index": 47, "name": "variant_grams", "comment": null}, "variant_inventory_quantity": {"type": "integer", "index": 48, "name": "variant_inventory_quantity", "comment": null}, "variant_weight": {"type": "integer", "index": 49, "name": "variant_weight", "comment": null}, "variant_weight_unit": {"type": "text", "index": 50, "name": "variant_weight_unit", "comment": null}, "variant_option_1": {"type": "text", "index": 51, "name": "variant_option_1", "comment": null}, "variant_option_2": {"type": "integer", "index": 52, "name": "variant_option_2", "comment": null}, "variant_option_3": {"type": "integer", "index": 53, "name": "variant_option_3", "comment": null}, "variant_tax_code": {"type": "text", "index": 54, "name": "variant_tax_code", "comment": null}, "order_line_tax": {"type": "double precision", "index": 55, "name": "order_line_tax", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__order_lines"}, "model.shopify.shopify__orders": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__orders", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "user_id": {"type": "bigint", "index": 2, "name": "user_id", "comment": null}, "total_discounts": {"type": "double precision", "index": 3, "name": "total_discounts", "comment": null}, "total_discounts_set": {"type": "text", "index": 4, "name": "total_discounts_set", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 5, "name": "total_line_items_price", "comment": null}, "total_line_items_price_set": {"type": "text", "index": 6, "name": "total_line_items_price_set", "comment": null}, "total_price": {"type": "double precision", "index": 7, "name": "total_price", "comment": null}, "total_price_set": {"type": "text", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "text", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "integer", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "text", "index": 11, "name": "source_name", "comment": null}, "subtotal_price": {"type": "double precision", "index": 12, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "boolean", "index": 13, "name": "has_taxes_included", "comment": null}, "total_weight": {"type": "integer", "index": 14, "name": "total_weight", "comment": null}, "total_tip_received": {"type": "double precision", "index": 15, "name": "total_tip_received", "comment": null}, "landing_site_base_url": {"type": "text", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "bigint", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 18, "name": "name", "comment": null}, "note": {"type": "text", "index": 19, "name": "note", "comment": null}, "number": {"type": "integer", "index": 20, "name": "number", "comment": null}, "order_number": {"type": "integer", "index": 21, "name": "order_number", "comment": null}, "cancel_reason": {"type": "integer", "index": 22, "name": "cancel_reason", "comment": null}, "cart_token": {"type": "text", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "text", "index": 24, "name": "checkout_token", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 25, "name": "created_timestamp", "comment": null}, "cancelled_timestamp": {"type": "timestamp without time zone", "index": 26, "name": "cancelled_timestamp", "comment": null}, "closed_timestamp": {"type": "timestamp without time zone", "index": 27, "name": "closed_timestamp", "comment": null}, "processed_timestamp": {"type": "timestamp without time zone", "index": 28, "name": "processed_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 29, "name": "updated_timestamp", "comment": null}, "currency": {"type": "text", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "bigint", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "text", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "text", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "text", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "text", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "text", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "text", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "text", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "text", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "text", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "text", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "text", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "text", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "text", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "text", "index": 48, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "integer", "index": 49, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "text", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "text", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "text", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "text", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "text", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "text", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "text", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "text", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "text", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "text", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "text", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "text", "index": 65, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "integer", "index": 66, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "text", "index": 68, "name": "token", "comment": null}, "app_id": {"type": "integer", "index": 69, "name": "app_id", "comment": null}, "checkout_id": {"type": "integer", "index": 70, "name": "checkout_id", "comment": null}, "client_details_user_agent": {"type": "text", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "text", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "text", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "text", "index": 74, "name": "presentment_currency", "comment": null}, "is_test_order": {"type": "boolean", "index": 75, "name": "is_test_order", "comment": null}, "is_deleted": {"type": "boolean", "index": 76, "name": "is_deleted", "comment": null}, "has_buyer_accepted_marketing": {"type": "boolean", "index": 77, "name": "has_buyer_accepted_marketing", "comment": null}, "is_confirmed": {"type": "boolean", "index": 78, "name": "is_confirmed", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 79, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 80, "name": "source_relation", "comment": null}, "orders_unique_key": {"type": "text", "index": 81, "name": "orders_unique_key", "comment": null}, "shipping_cost": {"type": "double precision", "index": 82, "name": "shipping_cost", "comment": null}, "order_adjustment_amount": {"type": "bigint", "index": 83, "name": "order_adjustment_amount", "comment": null}, "order_adjustment_tax_amount": {"type": "double precision", "index": 84, "name": "order_adjustment_tax_amount", "comment": null}, "refund_subtotal": {"type": "bigint", "index": 85, "name": "refund_subtotal", "comment": null}, "refund_total_tax": {"type": "double precision", "index": 86, "name": "refund_total_tax", "comment": null}, "order_adjusted_total": {"type": "double precision", "index": 87, "name": "order_adjusted_total", "comment": null}, "line_item_count": {"type": "bigint", "index": 88, "name": "line_item_count", "comment": null}, "shipping_discount_amount": {"type": "double precision", "index": 89, "name": "shipping_discount_amount", "comment": null}, "percentage_calc_discount_amount": {"type": "double precision", "index": 90, "name": "percentage_calc_discount_amount", "comment": null}, "fixed_amount_discount_amount": {"type": "double precision", "index": 91, "name": "fixed_amount_discount_amount", "comment": null}, "count_discount_codes_applied": {"type": "bigint", "index": 92, "name": "count_discount_codes_applied", "comment": null}, "order_total_shipping_tax": {"type": "double precision", "index": 93, "name": "order_total_shipping_tax", "comment": null}, "order_tags": {"type": "text", "index": 94, "name": "order_tags", "comment": null}, "order_url_tags": {"type": "text", "index": 95, "name": "order_url_tags", "comment": null}, "number_of_fulfillments": {"type": "bigint", "index": 96, "name": "number_of_fulfillments", "comment": null}, "fulfillment_services": {"type": "text", "index": 97, "name": "fulfillment_services", "comment": null}, "tracking_companies": {"type": "text", "index": 98, "name": "tracking_companies", "comment": null}, "tracking_numbers": {"type": "text", "index": 99, "name": "tracking_numbers", "comment": null}, "customer_order_seq_number": {"type": "bigint", "index": 100, "name": "customer_order_seq_number", "comment": null}, "new_vs_repeat": {"type": "text", "index": 101, "name": "new_vs_repeat", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__orders"}, "model.shopify.shopify__orders__order_line_aggregates": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__orders__order_line_aggregates", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": null}, "line_item_count": {"type": "bigint", "index": 3, "name": "line_item_count", "comment": null}, "order_total_quantity": {"type": "bigint", "index": 4, "name": "order_total_quantity", "comment": null}, "order_total_tax": {"type": "double precision", "index": 5, "name": "order_total_tax", "comment": null}, "order_total_discount": {"type": "bigint", "index": 6, "name": "order_total_discount", "comment": null}, "order_total_shipping": {"type": "double precision", "index": 7, "name": "order_total_shipping", "comment": null}, "order_total_shipping_with_discounts": {"type": "double precision", "index": 8, "name": "order_total_shipping_with_discounts", "comment": null}, "order_total_shipping_tax": {"type": "double precision", "index": 9, "name": "order_total_shipping_tax", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__orders__order_line_aggregates"}, "model.shopify.shopify__products": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__products", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_id": {"type": "bigint", "index": 1, "name": "product_id", "comment": null}, "handle": {"type": "text", "index": 2, "name": "handle", "comment": null}, "product_type": {"type": "text", "index": 3, "name": "product_type", "comment": null}, "published_scope": {"type": "text", "index": 4, "name": "published_scope", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "vendor": {"type": "text", "index": 6, "name": "vendor", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "is_deleted": {"type": "boolean", "index": 8, "name": "is_deleted", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 9, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 10, "name": "updated_timestamp", "comment": null}, "published_timestamp": {"type": "timestamp without time zone", "index": 11, "name": "published_timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 13, "name": "source_relation", "comment": null}, "collections": {"type": "text", "index": 14, "name": "collections", "comment": null}, "tags": {"type": "text", "index": 15, "name": "tags", "comment": null}, "count_variants": {"type": "bigint", "index": 16, "name": "count_variants", "comment": null}, "has_product_image": {"type": "boolean", "index": 17, "name": "has_product_image", "comment": null}, "total_quantity_sold": {"type": "bigint", "index": 18, "name": "total_quantity_sold", "comment": null}, "subtotal_sold": {"type": "bigint", "index": 19, "name": "subtotal_sold", "comment": null}, "quantity_sold_net_refunds": {"type": "numeric", "index": 20, "name": "quantity_sold_net_refunds", "comment": null}, "subtotal_sold_net_refunds": {"type": "numeric", "index": 21, "name": "subtotal_sold_net_refunds", "comment": null}, "first_order_timestamp": {"type": "timestamp without time zone", "index": 22, "name": "first_order_timestamp", "comment": null}, "most_recent_order_timestamp": {"type": "timestamp without time zone", "index": 23, "name": "most_recent_order_timestamp", "comment": null}, "avg_quantity_per_order_line": {"type": "numeric", "index": 24, "name": "avg_quantity_per_order_line", "comment": null}, "product_total_discount": {"type": "bigint", "index": 25, "name": "product_total_discount", "comment": null}, "product_avg_discount_per_order_line": {"type": "numeric", "index": 26, "name": "product_avg_discount_per_order_line", "comment": null}, "product_total_tax": {"type": "double precision", "index": 27, "name": "product_total_tax", "comment": null}, "product_avg_tax_per_order_line": {"type": "double precision", "index": 28, "name": "product_avg_tax_per_order_line", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__products"}, "model.shopify.shopify__transactions": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify__transactions", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "bigint", "index": 1, "name": "transaction_id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "device_id": {"type": "integer", "index": 5, "name": "device_id", "comment": null}, "gateway": {"type": "text", "index": 6, "name": "gateway", "comment": null}, "source_name": {"type": "text", "index": 7, "name": "source_name", "comment": null}, "message": {"type": "text", "index": 8, "name": "message", "comment": null}, "currency": {"type": "text", "index": 9, "name": "currency", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "text", "index": 12, "name": "payment_avs_result_code", "comment": null}, "payment_credit_card_bin": {"type": "integer", "index": 13, "name": "payment_credit_card_bin", "comment": null}, "payment_cvv_result_code": {"type": "integer", "index": 14, "name": "payment_cvv_result_code", "comment": null}, "payment_credit_card_number": {"type": "integer", "index": 15, "name": "payment_credit_card_number", "comment": null}, "payment_credit_card_company": {"type": "integer", "index": 16, "name": "payment_credit_card_company", "comment": null}, "kind": {"type": "text", "index": 17, "name": "kind", "comment": null}, "receipt": {"type": "character varying(100)", "index": 18, "name": "receipt", "comment": null}, "currency_exchange_id": {"type": "integer", "index": 19, "name": "currency_exchange_id", "comment": null}, "currency_exchange_adjustment": {"type": "integer", "index": 20, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_original_amount": {"type": "integer", "index": 21, "name": "currency_exchange_original_amount", "comment": null}, "currency_exchange_final_amount": {"type": "integer", "index": 22, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_currency": {"type": "integer", "index": 23, "name": "currency_exchange_currency", "comment": null}, "error_code": {"type": "integer", "index": 24, "name": "error_code", "comment": null}, "status": {"type": "text", "index": 25, "name": "status", "comment": null}, "user_id": {"type": "integer", "index": 26, "name": "user_id", "comment": null}, "authorization_code": {"type": "text", "index": 27, "name": "authorization_code", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 28, "name": "created_timestamp", "comment": null}, "processed_timestamp": {"type": "timestamp without time zone", "index": 29, "name": "processed_timestamp", "comment": null}, "authorization_expires_at": {"type": "timestamp without time zone", "index": 30, "name": "authorization_expires_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 31, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 32, "name": "source_relation", "comment": null}, "transactions_unique_id": {"type": "text", "index": 33, "name": "transactions_unique_id", "comment": null}, "payment_method": {"type": "text", "index": 34, "name": "payment_method", "comment": null}, "parent_created_timestamp": {"type": "timestamp without time zone", "index": 35, "name": "parent_created_timestamp", "comment": null}, "parent_kind": {"type": "text", "index": 36, "name": "parent_kind", "comment": null}, "parent_amount": {"type": "double precision", "index": 37, "name": "parent_amount", "comment": null}, "parent_status": {"type": "text", "index": 38, "name": "parent_status", "comment": null}, "exchange_rate": {"type": "numeric", "index": 39, "name": "exchange_rate", "comment": null}, "currency_exchange_calculated_amount": {"type": "double precision", "index": 40, "name": "currency_exchange_calculated_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify.shopify__transactions"}, "model.shopify_holistic_reporting.shopify_holistic_reporting__customer_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify_holistic_reporting__customer_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"email": {"type": "text", "index": 1, "name": "email", "comment": null}, "full_name": {"type": "text", "index": 2, "name": "full_name", "comment": null}, "shopify_customer_ids": {"type": "text", "index": 3, "name": "shopify_customer_ids", "comment": null}, "klaviyo_person_ids": {"type": "text", "index": 4, "name": "klaviyo_person_ids", "comment": null}, "phone_number": {"type": "text", "index": 5, "name": "phone_number", "comment": null}, "shopify_customer_first_created_at": {"type": "timestamp without time zone", "index": 6, "name": "shopify_customer_first_created_at", "comment": null}, "shopify_customer_last_created_at": {"type": "timestamp without time zone", "index": 7, "name": "shopify_customer_last_created_at", "comment": null}, "klaviyo_person_first_created_at": {"type": "text", "index": 8, "name": "klaviyo_person_first_created_at", "comment": null}, "klaviyo_person_last_created_at": {"type": "text", "index": 9, "name": "klaviyo_person_last_created_at", "comment": null}, "shopify_customer_last_updated_at": {"type": "timestamp without time zone", "index": 10, "name": "shopify_customer_last_updated_at", "comment": null}, "klaviyo_person_last_updated_at": {"type": "text", "index": 11, "name": "klaviyo_person_last_updated_at", "comment": null}, "is_shopify_email_verified": {"type": "boolean", "index": 12, "name": "is_shopify_email_verified", "comment": null}, "shopify_first_order_at": {"type": "timestamp without time zone", "index": 13, "name": "shopify_first_order_at", "comment": null}, "shopify_last_order_at": {"type": "timestamp without time zone", "index": 14, "name": "shopify_last_order_at", "comment": null}, "shopify_customer_tags": {"type": "text", "index": 15, "name": "shopify_customer_tags", "comment": null}, "shopify_marketing_consent_updated_at": {"type": "timestamp without time zone", "index": 16, "name": "shopify_marketing_consent_updated_at", "comment": null}, "shopify_last_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "shopify_last_fivetran_synced", "comment": null}, "shopify_is_tax_exempt": {"type": "boolean", "index": 18, "name": "shopify_is_tax_exempt", "comment": null}, "shopify_default_address_id": {"type": "bigint", "index": 19, "name": "shopify_default_address_id", "comment": null}, "shopify_account_state": {"type": "text", "index": 20, "name": "shopify_account_state", "comment": null}, "shopify_note": {"type": "text", "index": 21, "name": "shopify_note", "comment": null}, "shopify_currency": {"type": "text", "index": 22, "name": "shopify_currency", "comment": null}, "shopify_marketing_consent_state": {"type": "text", "index": 23, "name": "shopify_marketing_consent_state", "comment": null}, "shopify_marketing_opt_in_level": {"type": "text", "index": 24, "name": "shopify_marketing_opt_in_level", "comment": null}, "shopify_lifetime_abandoned_checkouts": {"type": "bigint", "index": 25, "name": "shopify_lifetime_abandoned_checkouts", "comment": null}, "shopify_first_order_timestamp": {"type": "timestamp without time zone", "index": 26, "name": "shopify_first_order_timestamp", "comment": null}, "shopify_most_recent_order_timestamp": {"type": "timestamp without time zone", "index": 27, "name": "shopify_most_recent_order_timestamp", "comment": null}, "shopify_avg_order_value": {"type": "double precision", "index": 28, "name": "shopify_avg_order_value", "comment": null}, "shopify_lifetime_total_spent": {"type": "double precision", "index": 29, "name": "shopify_lifetime_total_spent", "comment": null}, "shopify_lifetime_total_refunded": {"type": "double precision", "index": 30, "name": "shopify_lifetime_total_refunded", "comment": null}, "shopify_lifetime_total_net": {"type": "double precision", "index": 31, "name": "shopify_lifetime_total_net", "comment": null}, "shopify_lifetime_count_orders": {"type": "bigint", "index": 32, "name": "shopify_lifetime_count_orders", "comment": null}, "shopify_avg_quantity_per_order": {"type": "numeric", "index": 33, "name": "shopify_avg_quantity_per_order", "comment": null}, "shopify_lifetime_total_tax": {"type": "double precision", "index": 34, "name": "shopify_lifetime_total_tax", "comment": null}, "shopify_avg_tax_per_order": {"type": "double precision", "index": 35, "name": "shopify_avg_tax_per_order", "comment": null}, "shopify_lifetime_total_discount": {"type": "numeric", "index": 36, "name": "shopify_lifetime_total_discount", "comment": null}, "shopify_avg_discount_per_order": {"type": "numeric", "index": 37, "name": "shopify_avg_discount_per_order", "comment": null}, "shopify_lifetime_total_shipping": {"type": "double precision", "index": 38, "name": "shopify_lifetime_total_shipping", "comment": null}, "shopify_avg_shipping_per_order": {"type": "double precision", "index": 39, "name": "shopify_avg_shipping_per_order", "comment": null}, "shopify_lifetime_total_shipping_with_discounts": {"type": "double precision", "index": 40, "name": "shopify_lifetime_total_shipping_with_discounts", "comment": null}, "shopify_avg_shipping_with_discounts_per_order": {"type": "double precision", "index": 41, "name": "shopify_avg_shipping_with_discounts_per_order", "comment": null}, "shopify_lifetime_total_shipping_tax": {"type": "double precision", "index": 42, "name": "shopify_lifetime_total_shipping_tax", "comment": null}, "shopify_avg_shipping_tax_per_order": {"type": "double precision", "index": 43, "name": "shopify_avg_shipping_tax_per_order", "comment": null}, "shopify_source_relation": {"type": "text", "index": 44, "name": "shopify_source_relation", "comment": null}, "klaviyo_first_event_at": {"type": "timestamp without time zone", "index": 45, "name": "klaviyo_first_event_at", "comment": null}, "klaviyo_last_event_at": {"type": "timestamp without time zone", "index": 46, "name": "klaviyo_last_event_at", "comment": null}, "klaviyo_first_campaign_touch_at": {"type": "timestamp without time zone", "index": 47, "name": "klaviyo_first_campaign_touch_at", "comment": null}, "klaviyo_last_campaign_touch_at": {"type": "timestamp without time zone", "index": 48, "name": "klaviyo_last_campaign_touch_at", "comment": null}, "klaviyo_first_flow_touch_at": {"type": "timestamp without time zone", "index": 49, "name": "klaviyo_first_flow_touch_at", "comment": null}, "klaviyo_last_flow_touch_at": {"type": "timestamp without time zone", "index": 50, "name": "klaviyo_last_flow_touch_at", "comment": null}, "klaviyo_count_total_campaigns": {"type": "numeric", "index": 51, "name": "klaviyo_count_total_campaigns", "comment": null}, "klaviyo_count_total_flows": {"type": "numeric", "index": 52, "name": "klaviyo_count_total_flows", "comment": null}, "klaviyo_address_1": {"type": "text", "index": 53, "name": "klaviyo_address_1", "comment": null}, "klaviyo_address_2": {"type": "integer", "index": 54, "name": "klaviyo_address_2", "comment": null}, "klaviyo_city": {"type": "text", "index": 55, "name": "klaviyo_city", "comment": null}, "klaviyo_country": {"type": "text", "index": 56, "name": "klaviyo_country", "comment": null}, "klaviyo_zip": {"type": "integer", "index": 57, "name": "klaviyo_zip", "comment": null}, "klaviyo_latitude": {"type": "double precision", "index": 58, "name": "klaviyo_latitude", "comment": null}, "klaviyo_longitude": {"type": "double precision", "index": 59, "name": "klaviyo_longitude", "comment": null}, "klaviyo_organization": {"type": "integer", "index": 60, "name": "klaviyo_organization", "comment": null}, "klaviyo_region": {"type": "text", "index": 61, "name": "klaviyo_region", "comment": null}, "klaviyo_timezone": {"type": "text", "index": 62, "name": "klaviyo_timezone", "comment": null}, "klaviyo_title": {"type": "integer", "index": 63, "name": "klaviyo_title", "comment": null}, "klaviyo_last_event_date": {"type": "text", "index": 64, "name": "klaviyo_last_event_date", "comment": null}, "klaviyo_total_sum_revenue_refunded_order": {"type": "numeric", "index": 65, "name": "klaviyo_total_sum_revenue_refunded_order", "comment": null}, "klaviyo_organic_sum_revenue_refunded_order": {"type": "numeric", "index": 66, "name": "klaviyo_organic_sum_revenue_refunded_order", "comment": null}, "klaviyo_total_sum_revenue_placed_order": {"type": "numeric", "index": 67, "name": "klaviyo_total_sum_revenue_placed_order", "comment": null}, "klaviyo_organic_sum_revenue_placed_order": {"type": "numeric", "index": 68, "name": "klaviyo_organic_sum_revenue_placed_order", "comment": null}, "klaviyo_total_sum_revenue_ordered_product": {"type": "numeric", "index": 69, "name": "klaviyo_total_sum_revenue_ordered_product", "comment": null}, "klaviyo_organic_sum_revenue_ordered_product": {"type": "numeric", "index": 70, "name": "klaviyo_organic_sum_revenue_ordered_product", "comment": null}, "klaviyo_total_sum_revenue_checkout_started": {"type": "numeric", "index": 71, "name": "klaviyo_total_sum_revenue_checkout_started", "comment": null}, "klaviyo_organic_sum_revenue_checkout_started": {"type": "numeric", "index": 72, "name": "klaviyo_organic_sum_revenue_checkout_started", "comment": null}, "klaviyo_total_sum_revenue_cancelled_order": {"type": "numeric", "index": 73, "name": "klaviyo_total_sum_revenue_cancelled_order", "comment": null}, "klaviyo_organic_sum_revenue_cancelled_order": {"type": "numeric", "index": 74, "name": "klaviyo_organic_sum_revenue_cancelled_order", "comment": null}, "klaviyo_total_count_active_on_site": {"type": "numeric", "index": 75, "name": "klaviyo_total_count_active_on_site", "comment": null}, "klaviyo_total_count_viewed_product": {"type": "numeric", "index": 76, "name": "klaviyo_total_count_viewed_product", "comment": null}, "klaviyo_total_count_ordered_product": {"type": "numeric", "index": 77, "name": "klaviyo_total_count_ordered_product", "comment": null}, "klaviyo_total_count_placed_order": {"type": "numeric", "index": 78, "name": "klaviyo_total_count_placed_order", "comment": null}, "klaviyo_total_count_refunded_order": {"type": "numeric", "index": 79, "name": "klaviyo_total_count_refunded_order", "comment": null}, "klaviyo_total_count_received_email": {"type": "numeric", "index": 80, "name": "klaviyo_total_count_received_email", "comment": null}, "klaviyo_total_count_clicked_email": {"type": "numeric", "index": 81, "name": "klaviyo_total_count_clicked_email", "comment": null}, "klaviyo_total_count_opened_email": {"type": "numeric", "index": 82, "name": "klaviyo_total_count_opened_email", "comment": null}, "klaviyo_total_count_marked_email_as_spam": {"type": "numeric", "index": 83, "name": "klaviyo_total_count_marked_email_as_spam", "comment": null}, "klaviyo_total_count_unsubscribed": {"type": "numeric", "index": 84, "name": "klaviyo_total_count_unsubscribed", "comment": null}, "klaviyo_total_count_received_sms": {"type": "numeric", "index": 85, "name": "klaviyo_total_count_received_sms", "comment": null}, "klaviyo_total_count_clicked_sms": {"type": "numeric", "index": 86, "name": "klaviyo_total_count_clicked_sms", "comment": null}, "klaviyo_total_count_sent_sms": {"type": "numeric", "index": 87, "name": "klaviyo_total_count_sent_sms", "comment": null}, "klaviyo_total_count_unsubscribed_from_sms": {"type": "numeric", "index": 88, "name": "klaviyo_total_count_unsubscribed_from_sms", "comment": null}, "klaviyo_source_relation": {"type": "text", "index": 89, "name": "klaviyo_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.shopify_holistic_reporting__customer_enhanced"}, "model.shopify_holistic_reporting.shopify_holistic_reporting__daily_customer_metrics": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify_holistic_reporting__daily_customer_metrics", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "email": {"type": "text", "index": 2, "name": "email", "comment": null}, "campaign_id": {"type": "text", "index": 3, "name": "campaign_id", "comment": null}, "flow_id": {"type": "text", "index": 4, "name": "flow_id", "comment": null}, "campaign_name": {"type": "text", "index": 5, "name": "campaign_name", "comment": null}, "flow_name": {"type": "text", "index": 6, "name": "flow_name", "comment": null}, "variation_id": {"type": "text", "index": 7, "name": "variation_id", "comment": null}, "campaign_subject_line": {"type": "text", "index": 8, "name": "campaign_subject_line", "comment": null}, "campaign_type": {"type": "text", "index": 9, "name": "campaign_type", "comment": null}, "shopify_total_orders": {"type": "bigint", "index": 10, "name": "shopify_total_orders", "comment": null}, "shopify_total_price": {"type": "double precision", "index": 11, "name": "shopify_total_price", "comment": null}, "shopify_count_line_items": {"type": "numeric", "index": 12, "name": "shopify_count_line_items", "comment": null}, "shopify_total_line_items_price": {"type": "double precision", "index": 13, "name": "shopify_total_line_items_price", "comment": null}, "shopify_total_discounts": {"type": "double precision", "index": 14, "name": "shopify_total_discounts", "comment": null}, "shopify_total_tax": {"type": "bigint", "index": 15, "name": "shopify_total_tax", "comment": null}, "shopify_total_shipping_cost": {"type": "double precision", "index": 16, "name": "shopify_total_shipping_cost", "comment": null}, "shopify_total_refund_subtotal": {"type": "numeric", "index": 17, "name": "shopify_total_refund_subtotal", "comment": null}, "shopify_total_refund_tax": {"type": "double precision", "index": 18, "name": "shopify_total_refund_tax", "comment": null}, "shopify_count_cancelled_orders": {"type": "bigint", "index": 19, "name": "shopify_count_cancelled_orders", "comment": null}, "shopify_count_products": {"type": "numeric", "index": 20, "name": "shopify_count_products", "comment": null}, "shopify_count_product_variants": {"type": "numeric", "index": 21, "name": "shopify_count_product_variants", "comment": null}, "shopify_sum_quantity": {"type": "numeric", "index": 22, "name": "shopify_sum_quantity", "comment": null}, "shopify_total_order_adjustment_amount": {"type": "numeric", "index": 23, "name": "shopify_total_order_adjustment_amount", "comment": null}, "shopify_total_order_adjustment_tax_amount": {"type": "double precision", "index": 24, "name": "shopify_total_order_adjustment_tax_amount", "comment": null}, "shopify_source_relation": {"type": "text", "index": 25, "name": "shopify_source_relation", "comment": null}, "klaviyo_first_event_at": {"type": "timestamp without time zone", "index": 26, "name": "klaviyo_first_event_at", "comment": null}, "klaviyo_last_event_at": {"type": "timestamp without time zone", "index": 27, "name": "klaviyo_last_event_at", "comment": null}, "klaviyo_sum_revenue_refunded_order": {"type": "numeric", "index": 28, "name": "klaviyo_sum_revenue_refunded_order", "comment": null}, "klaviyo_sum_revenue_placed_order": {"type": "numeric", "index": 29, "name": "klaviyo_sum_revenue_placed_order", "comment": null}, "klaviyo_sum_revenue_ordered_product": {"type": "numeric", "index": 30, "name": "klaviyo_sum_revenue_ordered_product", "comment": null}, "klaviyo_sum_revenue_checkout_started": {"type": "numeric", "index": 31, "name": "klaviyo_sum_revenue_checkout_started", "comment": null}, "klaviyo_sum_revenue_cancelled_order": {"type": "numeric", "index": 32, "name": "klaviyo_sum_revenue_cancelled_order", "comment": null}, "klaviyo_count_active_on_site": {"type": "bigint", "index": 33, "name": "klaviyo_count_active_on_site", "comment": null}, "klaviyo_count_viewed_product": {"type": "bigint", "index": 34, "name": "klaviyo_count_viewed_product", "comment": null}, "klaviyo_count_ordered_product": {"type": "bigint", "index": 35, "name": "klaviyo_count_ordered_product", "comment": null}, "klaviyo_count_placed_order": {"type": "bigint", "index": 36, "name": "klaviyo_count_placed_order", "comment": null}, "klaviyo_count_refunded_order": {"type": "bigint", "index": 37, "name": "klaviyo_count_refunded_order", "comment": null}, "klaviyo_count_received_email": {"type": "bigint", "index": 38, "name": "klaviyo_count_received_email", "comment": null}, "klaviyo_count_clicked_email": {"type": "bigint", "index": 39, "name": "klaviyo_count_clicked_email", "comment": null}, "klaviyo_count_opened_email": {"type": "bigint", "index": 40, "name": "klaviyo_count_opened_email", "comment": null}, "klaviyo_count_marked_email_as_spam": {"type": "bigint", "index": 41, "name": "klaviyo_count_marked_email_as_spam", "comment": null}, "klaviyo_count_unsubscribed": {"type": "bigint", "index": 42, "name": "klaviyo_count_unsubscribed", "comment": null}, "klaviyo_count_received_sms": {"type": "bigint", "index": 43, "name": "klaviyo_count_received_sms", "comment": null}, "klaviyo_count_clicked_sms": {"type": "bigint", "index": 44, "name": "klaviyo_count_clicked_sms", "comment": null}, "klaviyo_count_sent_sms": {"type": "bigint", "index": 45, "name": "klaviyo_count_sent_sms", "comment": null}, "klaviyo_count_unsubscribed_from_sms": {"type": "bigint", "index": 46, "name": "klaviyo_count_unsubscribed_from_sms", "comment": null}, "klaviyo_source_relation": {"type": "text", "index": 47, "name": "klaviyo_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.shopify_holistic_reporting__daily_customer_metrics"}, "model.shopify_holistic_reporting.shopify_holistic_reporting__orders_attribution": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "shopify_holistic_reporting__orders_attribution", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "user_id": {"type": "bigint", "index": 2, "name": "user_id", "comment": null}, "total_discounts": {"type": "double precision", "index": 3, "name": "total_discounts", "comment": null}, "total_discounts_set": {"type": "text", "index": 4, "name": "total_discounts_set", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 5, "name": "total_line_items_price", "comment": null}, "total_line_items_price_set": {"type": "text", "index": 6, "name": "total_line_items_price_set", "comment": null}, "total_price": {"type": "double precision", "index": 7, "name": "total_price", "comment": null}, "total_price_set": {"type": "text", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "text", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "integer", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "text", "index": 11, "name": "source_name", "comment": null}, "subtotal_price": {"type": "double precision", "index": 12, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "boolean", "index": 13, "name": "has_taxes_included", "comment": null}, "total_weight": {"type": "integer", "index": 14, "name": "total_weight", "comment": null}, "total_tip_received": {"type": "double precision", "index": 15, "name": "total_tip_received", "comment": null}, "landing_site_base_url": {"type": "text", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "bigint", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 18, "name": "name", "comment": null}, "note": {"type": "text", "index": 19, "name": "note", "comment": null}, "number": {"type": "integer", "index": 20, "name": "number", "comment": null}, "order_number": {"type": "integer", "index": 21, "name": "order_number", "comment": null}, "cancel_reason": {"type": "integer", "index": 22, "name": "cancel_reason", "comment": null}, "cart_token": {"type": "text", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "text", "index": 24, "name": "checkout_token", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 25, "name": "created_timestamp", "comment": null}, "cancelled_timestamp": {"type": "timestamp without time zone", "index": 26, "name": "cancelled_timestamp", "comment": null}, "closed_timestamp": {"type": "timestamp without time zone", "index": 27, "name": "closed_timestamp", "comment": null}, "processed_timestamp": {"type": "timestamp without time zone", "index": 28, "name": "processed_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 29, "name": "updated_timestamp", "comment": null}, "currency": {"type": "text", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "bigint", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "text", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "text", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "text", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "text", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "text", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "text", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "text", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "text", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "text", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "text", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "text", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "text", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "text", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "text", "index": 48, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "integer", "index": 49, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "text", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "text", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "text", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "text", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "text", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "text", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "text", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "text", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "text", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "text", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "text", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "text", "index": 65, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "integer", "index": 66, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "text", "index": 68, "name": "token", "comment": null}, "app_id": {"type": "integer", "index": 69, "name": "app_id", "comment": null}, "checkout_id": {"type": "integer", "index": 70, "name": "checkout_id", "comment": null}, "client_details_user_agent": {"type": "text", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "text", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "text", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "text", "index": 74, "name": "presentment_currency", "comment": null}, "is_test_order": {"type": "boolean", "index": 75, "name": "is_test_order", "comment": null}, "is_deleted": {"type": "boolean", "index": 76, "name": "is_deleted", "comment": null}, "has_buyer_accepted_marketing": {"type": "boolean", "index": 77, "name": "has_buyer_accepted_marketing", "comment": null}, "is_confirmed": {"type": "boolean", "index": 78, "name": "is_confirmed", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 79, "name": "_fivetran_synced", "comment": null}, "orders_unique_key": {"type": "text", "index": 80, "name": "orders_unique_key", "comment": null}, "shipping_cost": {"type": "double precision", "index": 81, "name": "shipping_cost", "comment": null}, "order_adjustment_amount": {"type": "bigint", "index": 82, "name": "order_adjustment_amount", "comment": null}, "order_adjustment_tax_amount": {"type": "double precision", "index": 83, "name": "order_adjustment_tax_amount", "comment": null}, "refund_subtotal": {"type": "bigint", "index": 84, "name": "refund_subtotal", "comment": null}, "refund_total_tax": {"type": "double precision", "index": 85, "name": "refund_total_tax", "comment": null}, "order_adjusted_total": {"type": "double precision", "index": 86, "name": "order_adjusted_total", "comment": null}, "line_item_count": {"type": "bigint", "index": 87, "name": "line_item_count", "comment": null}, "shipping_discount_amount": {"type": "double precision", "index": 88, "name": "shipping_discount_amount", "comment": null}, "percentage_calc_discount_amount": {"type": "double precision", "index": 89, "name": "percentage_calc_discount_amount", "comment": null}, "fixed_amount_discount_amount": {"type": "double precision", "index": 90, "name": "fixed_amount_discount_amount", "comment": null}, "count_discount_codes_applied": {"type": "bigint", "index": 91, "name": "count_discount_codes_applied", "comment": null}, "order_total_shipping_tax": {"type": "double precision", "index": 92, "name": "order_total_shipping_tax", "comment": null}, "order_tags": {"type": "text", "index": 93, "name": "order_tags", "comment": null}, "order_url_tags": {"type": "text", "index": 94, "name": "order_url_tags", "comment": null}, "number_of_fulfillments": {"type": "bigint", "index": 95, "name": "number_of_fulfillments", "comment": null}, "fulfillment_services": {"type": "text", "index": 96, "name": "fulfillment_services", "comment": null}, "tracking_companies": {"type": "text", "index": 97, "name": "tracking_companies", "comment": null}, "tracking_numbers": {"type": "text", "index": 98, "name": "tracking_numbers", "comment": null}, "customer_order_seq_number": {"type": "bigint", "index": 99, "name": "customer_order_seq_number", "comment": null}, "new_vs_repeat": {"type": "text", "index": 100, "name": "new_vs_repeat", "comment": null}, "is_attributed": {"type": "boolean", "index": 101, "name": "is_attributed", "comment": null}, "last_touch_campaign_id": {"type": "text", "index": 102, "name": "last_touch_campaign_id", "comment": null}, "last_touch_flow_id": {"type": "text", "index": 103, "name": "last_touch_flow_id", "comment": null}, "last_touch_variation_id": {"type": "text", "index": 104, "name": "last_touch_variation_id", "comment": null}, "last_touch_campaign_name": {"type": "text", "index": 105, "name": "last_touch_campaign_name", "comment": null}, "last_touch_campaign_subject_line": {"type": "text", "index": 106, "name": "last_touch_campaign_subject_line", "comment": null}, "last_touch_campaign_type": {"type": "text", "index": 107, "name": "last_touch_campaign_type", "comment": null}, "last_touch_flow_name": {"type": "text", "index": 108, "name": "last_touch_flow_name", "comment": null}, "count_interactions_with_campaign": {"type": "bigint", "index": 109, "name": "count_interactions_with_campaign", "comment": null}, "count_interactions_with_flow": {"type": "bigint", "index": 110, "name": "count_interactions_with_flow", "comment": null}, "last_touch_event_id": {"type": "text", "index": 111, "name": "last_touch_event_id", "comment": null}, "last_touch_event_occurred_at": {"type": "timestamp without time zone", "index": 112, "name": "last_touch_event_occurred_at", "comment": null}, "last_touch_event_type": {"type": "text", "index": 113, "name": "last_touch_event_type", "comment": null}, "last_touch_integration_name": {"type": "text", "index": 114, "name": "last_touch_integration_name", "comment": null}, "last_touch_integration_category": {"type": "text", "index": 115, "name": "last_touch_integration_category", "comment": null}, "shopify_source_relation": {"type": "text", "index": 116, "name": "shopify_source_relation", "comment": null}, "klaviyo_source_relation": {"type": "text", "index": 117, "name": "klaviyo_source_relation", "comment": null}, "unique_order_key": {"type": "text", "index": 118, "name": "unique_order_key", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_holistic_reporting.shopify_holistic_reporting__orders_attribution"}, "model.klaviyo_source.stg_klaviyo__campaign": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__campaign", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"campaign_type": {"type": "text", "index": 1, "name": "campaign_type", "comment": null}, "created_at": {"type": "text", "index": 2, "name": "created_at", "comment": null}, "email_template_id": {"type": "text", "index": 3, "name": "email_template_id", "comment": null}, "from_email": {"type": "text", "index": 4, "name": "from_email", "comment": null}, "from_name": {"type": "text", "index": 5, "name": "from_name", "comment": null}, "campaign_id": {"type": "text", "index": 6, "name": "campaign_id", "comment": null}, "campaign_name": {"type": "text", "index": 7, "name": "campaign_name", "comment": null}, "scheduled_to_send_at": {"type": "text", "index": 8, "name": "scheduled_to_send_at", "comment": null}, "sent_at": {"type": "text", "index": 9, "name": "sent_at", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "status_id": {"type": "integer", "index": 11, "name": "status_id", "comment": null}, "subject": {"type": "text", "index": 12, "name": "subject", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "is_archived": {"type": "boolean", "index": 14, "name": "is_archived", "comment": null}, "scheduled_at": {"type": "text", "index": 15, "name": "scheduled_at", "comment": null}, "source_relation": {"type": "text", "index": 16, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__campaign"}, "model.klaviyo_source.stg_klaviyo__campaign_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__campaign_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "from_name": {"type": "text", "index": 2, "name": "from_name", "comment": null}, "status_id": {"type": "integer", "index": 3, "name": "status_id", "comment": null}, "campaign_type": {"type": "text", "index": 4, "name": "campaign_type", "comment": null}, "status_label": {"type": "text", "index": 5, "name": "status_label", "comment": null}, "from_email": {"type": "text", "index": 6, "name": "from_email", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "status": {"type": "text", "index": 9, "name": "status", "comment": null}, "created": {"type": "text", "index": 10, "name": "created", "comment": null}, "updated": {"type": "text", "index": 11, "name": "updated", "comment": null}, "send_time": {"type": "text", "index": 12, "name": "send_time", "comment": null}, "sent_at": {"type": "text", "index": 13, "name": "sent_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 14, "name": "_fivetran_deleted", "comment": null}, "email_template_id": {"type": "text", "index": 15, "name": "email_template_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 17, "name": "archived", "comment": null}, "scheduled": {"type": "text", "index": 18, "name": "scheduled", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__campaign_tmp"}, "model.klaviyo_source.stg_klaviyo__event": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"variation_id": {"type": "text", "index": 1, "name": "variation_id", "comment": null}, "campaign_id": {"type": "text", "index": 2, "name": "campaign_id", "comment": null}, "occurred_at": {"type": "timestamp without time zone", "index": 3, "name": "occurred_at", "comment": null}, "flow_id": {"type": "text", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "integer", "index": 5, "name": "flow_message_id", "comment": null}, "event_id": {"type": "text", "index": 6, "name": "event_id", "comment": null}, "metric_id": {"type": "text", "index": 7, "name": "metric_id", "comment": null}, "person_id": {"type": "text", "index": 8, "name": "person_id", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "uuid": {"type": "text", "index": 10, "name": "uuid", "comment": null}, "numeric_value": {"type": "numeric(28,6)", "index": 11, "name": "numeric_value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 13, "name": "source_relation", "comment": null}, "occurred_on": {"type": "date", "index": 14, "name": "occurred_on", "comment": null}, "unique_event_id": {"type": "text", "index": 15, "name": "unique_event_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__event"}, "model.klaviyo_source.stg_klaviyo__event_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__event_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "person_id": {"type": "text", "index": 2, "name": "person_id", "comment": null}, "campaign_id": {"type": "character varying", "index": 3, "name": "campaign_id", "comment": null}, "flow_id": {"type": "character varying", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "integer", "index": 5, "name": "flow_message_id", "comment": null}, "uuid": {"type": "text", "index": 6, "name": "uuid", "comment": null}, "datetime": {"type": "timestamp without time zone", "index": 7, "name": "datetime", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 8, "name": "timestamp", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}, "metric_id": {"type": "text", "index": 10, "name": "metric_id", "comment": null}, "type": {"type": "text", "index": 11, "name": "type", "comment": null}, "_variation": {"type": "text", "index": 12, "name": "_variation", "comment": null}, "property_value": {"type": "integer", "index": 13, "name": "property_value", "comment": null}, "property_source_name": {"type": "integer", "index": 14, "name": "property_source_name", "comment": null}, "property_extra": {"type": "integer", "index": 15, "name": "property_extra", "comment": null}, "property_shipping_rate": {"type": "integer", "index": 16, "name": "property_shipping_rate", "comment": null}, "property_items": {"type": "integer", "index": 17, "name": "property_items", "comment": null}, "property_tags": {"type": "integer", "index": 18, "name": "property_tags", "comment": null}, "property_item_count": {"type": "integer", "index": 19, "name": "property_item_count", "comment": null}, "property_collections": {"type": "integer", "index": 20, "name": "property_collections", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}, "property_currency_code": {"type": "integer", "index": 22, "name": "property_currency_code", "comment": null}, "property_product_id": {"type": "integer", "index": 23, "name": "property_product_id", "comment": null}, "property_quantity": {"type": "integer", "index": 24, "name": "property_quantity", "comment": null}, "property_name": {"type": "integer", "index": 25, "name": "property_name", "comment": null}, "property_variant_option_title": {"type": "integer", "index": 26, "name": "property_variant_option_title", "comment": null}, "property_sku": {"type": "integer", "index": 27, "name": "property_sku", "comment": null}, "property_variant_name": {"type": "integer", "index": 28, "name": "property_variant_name", "comment": null}, "property_vendor": {"type": "integer", "index": 29, "name": "property_vendor", "comment": null}, "property_event_id": {"type": "text", "index": 30, "name": "property_event_id", "comment": null}, "property_total_discounts": {"type": "integer", "index": 31, "name": "property_total_discounts", "comment": null}, "property_attribution": {"type": "integer", "index": 32, "name": "property_attribution", "comment": null}, "property_discount_codes": {"type": "integer", "index": 33, "name": "property_discount_codes", "comment": null}, "property_fulfillment_hours": {"type": "integer", "index": 34, "name": "property_fulfillment_hours", "comment": null}, "property_fulfillment_status": {"type": "integer", "index": 35, "name": "property_fulfillment_status", "comment": null}, "property_subject": {"type": "text", "index": 36, "name": "property_subject", "comment": null}, "property_title": {"type": "integer", "index": 37, "name": "property_title", "comment": null}, "property_message_interaction": {"type": "integer", "index": 38, "name": "property_message_interaction", "comment": null}, "property_url": {"type": "integer", "index": 39, "name": "property_url", "comment": null}, "property_shipment_type": {"type": "integer", "index": 40, "name": "property_shipment_type", "comment": null}, "property_courier_name": {"type": "integer", "index": 41, "name": "property_courier_name", "comment": null}, "property_current_status": {"type": "integer", "index": 42, "name": "property_current_status", "comment": null}, "property_tracking_ship_date": {"type": "integer", "index": 43, "name": "property_tracking_ship_date", "comment": null}, "property_tracking_postal_code": {"type": "integer", "index": 44, "name": "property_tracking_postal_code", "comment": null}, "property_shipment_package_count": {"type": "integer", "index": 45, "name": "property_shipment_package_count", "comment": null}, "property_campaign_name": {"type": "text", "index": 46, "name": "property_campaign_name", "comment": null}, "property_cohort_message_send_cohort": {"type": "text", "index": 47, "name": "property_cohort_message_send_cohort", "comment": null}, "property_email_domain": {"type": "text", "index": 48, "name": "property_email_domain", "comment": null}, "property_bounce_type": {"type": "integer", "index": 49, "name": "property_bounce_type", "comment": null}, "property_client_type": {"type": "integer", "index": 50, "name": "property_client_type", "comment": null}, "property_client_os": {"type": "integer", "index": 51, "name": "property_client_os", "comment": null}, "property_client_name": {"type": "integer", "index": 52, "name": "property_client_name", "comment": null}, "property_client_os_family": {"type": "integer", "index": 53, "name": "property_client_os_family", "comment": null}, "property_client_canonical": {"type": "integer", "index": 54, "name": "property_client_canonical", "comment": null}, "property_page": {"type": "integer", "index": 55, "name": "property_page", "comment": null}, "property_is_session_activity": {"type": "integer", "index": 56, "name": "property_is_session_activity", "comment": null}, "property_os": {"type": "integer", "index": 57, "name": "property_os", "comment": null}, "property_session_end": {"type": "integer", "index": 58, "name": "property_session_end", "comment": null}, "property_browser": {"type": "integer", "index": 59, "name": "property_browser", "comment": null}, "property_list": {"type": "integer", "index": 60, "name": "property_list", "comment": null}, "property_compare_at_price": {"type": "integer", "index": 61, "name": "property_compare_at_price", "comment": null}, "property_price": {"type": "integer", "index": 62, "name": "property_price", "comment": null}, "property_image_url": {"type": "integer", "index": 63, "name": "property_image_url", "comment": null}, "property_brand": {"type": "integer", "index": 64, "name": "property_brand", "comment": null}, "property_categories": {"type": "integer", "index": 65, "name": "property_categories", "comment": null}, "property_variant_option_size": {"type": "integer", "index": 66, "name": "property_variant_option_size", "comment": null}, "property_attribute_workout": {"type": "integer", "index": 67, "name": "property_attribute_workout", "comment": null}, "property_attribute_age": {"type": "integer", "index": 68, "name": "property_attribute_age", "comment": null}, "property_attribute_fitness_goal": {"type": "integer", "index": 69, "name": "property_attribute_fitness_goal", "comment": null}, "property_attribute_breakfast": {"type": "integer", "index": 70, "name": "property_attribute_breakfast", "comment": null}, "property_variant_option_type": {"type": "integer", "index": 71, "name": "property_variant_option_type", "comment": null}, "property_cohort_variation_send_cohort": {"type": "text", "index": 72, "name": "property_cohort_variation_send_cohort", "comment": null}, "property_method": {"type": "integer", "index": 73, "name": "property_method", "comment": null}, "property_to_number": {"type": "integer", "index": 74, "name": "property_to_number", "comment": null}, "property_message_type": {"type": "integer", "index": 75, "name": "property_message_type", "comment": null}, "property_from_number": {"type": "integer", "index": 76, "name": "property_from_number", "comment": null}, "property_message_format": {"type": "integer", "index": 77, "name": "property_message_format", "comment": null}, "property_message_name": {"type": "integer", "index": 78, "name": "property_message_name", "comment": null}, "property_carrier_delivery_status": {"type": "integer", "index": 79, "name": "property_carrier_delivery_status", "comment": null}, "property_failure_type": {"type": "integer", "index": 80, "name": "property_failure_type", "comment": null}, "property_failure_source": {"type": "integer", "index": 81, "name": "property_failure_source", "comment": null}, "property_message_body": {"type": "integer", "index": 82, "name": "property_message_body", "comment": null}, "property_email": {"type": "integer", "index": 83, "name": "property_email", "comment": null}, "property_attribute_kit": {"type": "integer", "index": 84, "name": "property_attribute_kit", "comment": null}, "property_vendor_error_code": {"type": "integer", "index": 85, "name": "property_vendor_error_code", "comment": null}, "property_ordr_details": {"type": "integer", "index": 86, "name": "property_ordr_details", "comment": null}, "property_date_to_send_gift": {"type": "integer", "index": 87, "name": "property_date_to_send_gift", "comment": null}, "property_recipient_name": {"type": "integer", "index": 88, "name": "property_recipient_name", "comment": null}, "property_attribute_facebook_order_retailer_id": {"type": "integer", "index": 89, "name": "property_attribute_facebook_order_retailer_id", "comment": null}, "property_sender_s_name": {"type": "integer", "index": 90, "name": "property_sender_s_name", "comment": null}, "property_attribute_kitid": {"type": "integer", "index": 91, "name": "property_attribute_kitid", "comment": null}, "property_conversation_id": {"type": "integer", "index": 92, "name": "property_conversation_id", "comment": null}, "property_conversation_link": {"type": "integer", "index": 93, "name": "property_conversation_link", "comment": null}, "property_conversation_channel": {"type": "integer", "index": 94, "name": "property_conversation_channel", "comment": null}, "property_rating": {"type": "integer", "index": 95, "name": "property_rating", "comment": null}, "property_score": {"type": "integer", "index": 96, "name": "property_score", "comment": null}, "property_from_phone_region": {"type": "integer", "index": 97, "name": "property_from_phone_region", "comment": null}, "property_shipment_carrier": {"type": "integer", "index": 98, "name": "property_shipment_carrier", "comment": null}, "property_shipment_status": {"type": "integer", "index": 99, "name": "property_shipment_status", "comment": null}, "property_to_phone_region": {"type": "integer", "index": 100, "name": "property_to_phone_region", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__event_tmp"}, "model.klaviyo_source.stg_klaviyo__flow": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__flow", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_at": {"type": "text", "index": 1, "name": "created_at", "comment": null}, "flow_id": {"type": "text", "index": 2, "name": "flow_id", "comment": null}, "flow_name": {"type": "text", "index": 3, "name": "flow_name", "comment": null}, "status": {"type": "text", "index": 4, "name": "status", "comment": null}, "updated_at": {"type": "text", "index": 5, "name": "updated_at", "comment": null}, "is_archived": {"type": "boolean", "index": 6, "name": "is_archived", "comment": null}, "trigger_type": {"type": "text", "index": 7, "name": "trigger_type", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__flow"}, "model.klaviyo_source.stg_klaviyo__flow_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__flow_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "status": {"type": "text", "index": 3, "name": "status", "comment": null}, "created": {"type": "text", "index": 4, "name": "created", "comment": null}, "updated": {"type": "text", "index": 5, "name": "updated", "comment": null}, "customer_filter": {"type": "text", "index": 6, "name": "customer_filter", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 7, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 9, "name": "archived", "comment": null}, "trigger_type": {"type": "text", "index": 10, "name": "trigger_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__flow_tmp"}, "model.klaviyo_source.stg_klaviyo__metric": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__metric", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_at": {"type": "text", "index": 1, "name": "created_at", "comment": null}, "metric_id": {"type": "text", "index": 2, "name": "metric_id", "comment": null}, "integration_id": {"type": "text", "index": 3, "name": "integration_id", "comment": null}, "integration_name": {"type": "text", "index": 4, "name": "integration_name", "comment": null}, "integration_category": {"type": "text", "index": 5, "name": "integration_category", "comment": null}, "metric_name": {"type": "text", "index": 6, "name": "metric_name", "comment": null}, "updated_at": {"type": "text", "index": 7, "name": "updated_at", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__metric"}, "model.klaviyo_source.stg_klaviyo__metric_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__metric_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "integration_id": {"type": "text", "index": 3, "name": "integration_id", "comment": null}, "created": {"type": "text", "index": 4, "name": "created", "comment": null}, "updated": {"type": "text", "index": 5, "name": "updated", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "integration_category": {"type": "text", "index": 8, "name": "integration_category", "comment": null}, "integration_name": {"type": "text", "index": 9, "name": "integration_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__metric_tmp"}, "model.klaviyo_source.stg_klaviyo__person": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__person", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"person_id": {"type": "text", "index": 1, "name": "person_id", "comment": null}, "address_1": {"type": "text", "index": 2, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 3, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}, "zip": {"type": "integer", "index": 6, "name": "zip", "comment": null}, "created_at": {"type": "text", "index": 7, "name": "created_at", "comment": null}, "email": {"type": "text", "index": 8, "name": "email", "comment": null}, "full_name": {"type": "text", "index": 9, "name": "full_name", "comment": null}, "latitude": {"type": "double precision", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 11, "name": "longitude", "comment": null}, "organization": {"type": "integer", "index": 12, "name": "organization", "comment": null}, "phone_number": {"type": "character varying", "index": 13, "name": "phone_number", "comment": null}, "region": {"type": "text", "index": 14, "name": "region", "comment": null}, "timezone": {"type": "text", "index": 15, "name": "timezone", "comment": null}, "title": {"type": "integer", "index": 16, "name": "title", "comment": null}, "updated_at": {"type": "text", "index": 17, "name": "updated_at", "comment": null}, "last_event_date": {"type": "text", "index": 18, "name": "last_event_date", "comment": null}, "source_relation": {"type": "text", "index": 19, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__person"}, "model.klaviyo_source.stg_klaviyo__person_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_klaviyo__person_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated": {"type": "text", "index": 2, "name": "updated", "comment": null}, "created": {"type": "text", "index": 3, "name": "created", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "address_1": {"type": "text", "index": 7, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 8, "name": "address_2", "comment": null}, "title": {"type": "integer", "index": 9, "name": "title", "comment": null}, "timezone": {"type": "text", "index": 10, "name": "timezone", "comment": null}, "organization": {"type": "integer", "index": 11, "name": "organization", "comment": null}, "region": {"type": "text", "index": 12, "name": "region", "comment": null}, "longitude": {"type": "double precision", "index": 13, "name": "longitude", "comment": null}, "latitude": {"type": "double precision", "index": 14, "name": "latitude", "comment": null}, "phone_number": {"type": "character varying", "index": 15, "name": "phone_number", "comment": null}, "country": {"type": "text", "index": 16, "name": "country", "comment": null}, "zip": {"type": "integer", "index": 17, "name": "zip", "comment": null}, "city": {"type": "text", "index": 18, "name": "city", "comment": null}, "email": {"type": "text", "index": 19, "name": "email", "comment": null}, "custom_object": {"type": "text", "index": 20, "name": "custom_object", "comment": null}, "custom_email": {"type": "text", "index": 21, "name": "custom_email", "comment": null}, "custom_accepts_marketing": {"type": "boolean", "index": 22, "name": "custom_accepts_marketing", "comment": null}, "custom_shopify_tags": {"type": "text", "index": 23, "name": "custom_shopify_tags", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "custom_consent_form_id": {"type": "text", "index": 25, "name": "custom_consent_form_id", "comment": null}, "custom_source": {"type": "text", "index": 26, "name": "custom_source", "comment": null}, "custom_consent_method": {"type": "text", "index": 27, "name": "custom_consent_method", "comment": null}, "custom_consent": {"type": "integer", "index": 28, "name": "custom_consent", "comment": null}, "custom_gift_giver_name": {"type": "integer", "index": 29, "name": "custom_gift_giver_name", "comment": null}, "custom_state": {"type": "integer", "index": 30, "name": "custom_state", "comment": null}, "custom_flow": {"type": "integer", "index": 31, "name": "custom_flow", "comment": null}, "custom_gift_recipient_name": {"type": "integer", "index": 32, "name": "custom_gift_recipient_name", "comment": null}, "custom_last_sign_in": {"type": "integer", "index": 33, "name": "custom_last_sign_in", "comment": null}, "custom_consent_form_version": {"type": "integer", "index": 34, "name": "custom_consent_form_version", "comment": null}, "custom_consent_timestamp": {"type": "integer", "index": 35, "name": "custom_consent_timestamp", "comment": null}, "custom_mail_chimp_rating": {"type": "integer", "index": 36, "name": "custom_mail_chimp_rating", "comment": null}, "custom_gift_recipient_email": {"type": "integer", "index": 37, "name": "custom_gift_recipient_email", "comment": null}, "custom_gift_options": {"type": "integer", "index": 38, "name": "custom_gift_options", "comment": null}, "custom_address": {"type": "integer", "index": 39, "name": "custom_address", "comment": null}, "custom_subscription_expiration": {"type": "integer", "index": 40, "name": "custom_subscription_expiration", "comment": null}, "custom_city": {"type": "integer", "index": 41, "name": "custom_city", "comment": null}, "custom_address_line_2": {"type": "integer", "index": 42, "name": "custom_address_line_2", "comment": null}, "custom_zipcode": {"type": "integer", "index": 43, "name": "custom_zipcode", "comment": null}, "custom_expected_date_of_next_order": {"type": "text", "index": 44, "name": "custom_expected_date_of_next_order", "comment": null}, "custom_sms_attentive_signup": {"type": "integer", "index": 45, "name": "custom_sms_attentive_signup", "comment": null}, "custom_phone": {"type": "integer", "index": 46, "name": "custom_phone", "comment": null}, "custom_afterpay_order": {"type": "integer", "index": 47, "name": "custom_afterpay_order", "comment": null}, "custom_phone_number_region": {"type": "text", "index": 48, "name": "custom_phone_number_region", "comment": null}, "custom_name": {"type": "integer", "index": 49, "name": "custom_name", "comment": null}, "custom_referrer_name": {"type": "integer", "index": 50, "name": "custom_referrer_name", "comment": null}, "custom_referrer_email": {"type": "integer", "index": 51, "name": "custom_referrer_email", "comment": null}, "custom_birthday": {"type": "integer", "index": 52, "name": "custom_birthday", "comment": null}, "custom_first_purchase_date_": {"type": "date", "index": 53, "name": "custom_first_purchase_date_", "comment": null}, "custom_unengaged": {"type": "integer", "index": 54, "name": "custom_unengaged", "comment": null}, "custom_landing_page_tag": {"type": "integer", "index": 55, "name": "custom_landing_page_tag", "comment": null}, "custom_fitness_goal": {"type": "integer", "index": 56, "name": "custom_fitness_goal", "comment": null}, "custom_age": {"type": "integer", "index": 57, "name": "custom_age", "comment": null}, "custom_workout": {"type": "integer", "index": 58, "name": "custom_workout", "comment": null}, "custom_quiz": {"type": "integer", "index": 59, "name": "custom_quiz", "comment": null}, "custom_breakfast": {"type": "integer", "index": 60, "name": "custom_breakfast", "comment": null}, "custom_quiz_data": {"type": "integer", "index": 61, "name": "custom_quiz_data", "comment": null}, "custom_raf_subscribe": {"type": "integer", "index": 62, "name": "custom_raf_subscribe", "comment": null}, "custom_suppress": {"type": "integer", "index": 63, "name": "custom_suppress", "comment": null}, "custom_sms_consent": {"type": "integer", "index": 64, "name": "custom_sms_consent", "comment": null}, "custom_gift_option_dreambelt": {"type": "integer", "index": 65, "name": "custom_gift_option_dreambelt", "comment": null}, "custom_gift_option_starter": {"type": "integer", "index": 66, "name": "custom_gift_option_starter", "comment": null}, "custom_gift_option_machine": {"type": "integer", "index": 67, "name": "custom_gift_option_machine", "comment": null}, "custom_landingpage_tag": {"type": "integer", "index": 68, "name": "custom_landingpage_tag", "comment": null}, "last_event_date": {"type": "text", "index": 69, "name": "last_event_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.klaviyo_source.stg_klaviyo__person_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__abandoned_checkout", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"is_deleted": {"type": "boolean", "index": 1, "name": "is_deleted", "comment": null}, "abandoned_checkout_url": {"type": "text", "index": 2, "name": "abandoned_checkout_url", "comment": null}, "billing_address_address_1": {"type": "text", "index": 3, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "text", "index": 4, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "text", "index": 5, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "integer", "index": 6, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "text", "index": 7, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 8, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "text", "index": 9, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 10, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "double precision", "index": 11, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "double precision", "index": 12, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 13, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying", "index": 14, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "text", "index": 15, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "text", "index": 16, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "integer", "index": 17, "name": "billing_address_zip", "comment": null}, "has_buyer_accepted_marketing": {"type": "boolean", "index": 18, "name": "has_buyer_accepted_marketing", "comment": null}, "cart_token": {"type": "text", "index": 19, "name": "cart_token", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 20, "name": "created_at", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 21, "name": "closed_at", "comment": null}, "shop_currency": {"type": "text", "index": 22, "name": "shop_currency", "comment": null}, "customer_id": {"type": "integer", "index": 23, "name": "customer_id", "comment": null}, "customer_locale": {"type": "text", "index": 24, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 25, "name": "device_id", "comment": null}, "email": {"type": "text", "index": 26, "name": "email", "comment": null}, "gateway": {"type": "text", "index": 27, "name": "gateway", "comment": null}, "checkout_id": {"type": "integer", "index": 28, "name": "checkout_id", "comment": null}, "landing_site_base_url": {"type": "text", "index": 29, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 30, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 31, "name": "name", "comment": null}, "note": {"type": "integer", "index": 32, "name": "note", "comment": null}, "phone": {"type": "integer", "index": 33, "name": "phone", "comment": null}, "presentment_currency": {"type": "text", "index": 34, "name": "presentment_currency", "comment": null}, "referring_site": {"type": "text", "index": 35, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 36, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "text", "index": 37, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "text", "index": 38, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "integer", "index": 39, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "text", "index": 40, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 41, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 42, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 43, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "double precision", "index": 44, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "double precision", "index": 45, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "text", "index": 46, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying", "index": 47, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "text", "index": 48, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "text", "index": 49, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 50, "name": "shipping_address_zip", "comment": null}, "source_name": {"type": "text", "index": 51, "name": "source_name", "comment": null}, "subtotal_price": {"type": "double precision", "index": 52, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "boolean", "index": 53, "name": "has_taxes_included", "comment": null}, "token": {"type": "text", "index": 54, "name": "token", "comment": null}, "total_discounts": {"type": "double precision", "index": 55, "name": "total_discounts", "comment": null}, "total_duties": {"type": "integer", "index": 56, "name": "total_duties", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 57, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "double precision", "index": 58, "name": "total_price", "comment": null}, "total_tax": {"type": "double precision", "index": 59, "name": "total_tax", "comment": null}, "total_weight": {"type": "integer", "index": 60, "name": "total_weight", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 61, "name": "updated_at", "comment": null}, "user_id": {"type": "integer", "index": 62, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 63, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 64, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout"}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__abandoned_checkout_discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "code": {"type": "text", "index": 2, "name": "code", "comment": null}, "discount_id": {"type": "integer", "index": 3, "name": "discount_id", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "type": {"type": "text", "index": 5, "name": "type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 9, "name": "source_relation", "comment": null}, "index": {"type": "bigint", "index": 10, "name": "index", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code"}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__abandoned_checkout_discount_code_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "discount_id": {"type": "integer", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "text", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}, "usage_count": {"type": "integer", "index": 10, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__abandoned_checkout_shipping_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"abandoned_checkout_shipping_line_id": {"type": "text", "index": 1, "name": "abandoned_checkout_shipping_line_id", "comment": null}, "checkout_id": {"type": "integer", "index": 2, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 3, "name": "index", "comment": null}, "carrier_identifier": {"type": "integer", "index": 4, "name": "carrier_identifier", "comment": null}, "shipping_code": {"type": "text", "index": 5, "name": "shipping_code", "comment": null}, "delivery_category": {"type": "integer", "index": 6, "name": "delivery_category", "comment": null}, "delivery_expectation_range": {"type": "integer", "index": 7, "name": "delivery_expectation_range", "comment": null}, "delivery_expectation_range_max": {"type": "integer", "index": 8, "name": "delivery_expectation_range_max", "comment": null}, "delivery_expectation_range_min": {"type": "integer", "index": 9, "name": "delivery_expectation_range_min", "comment": null}, "delivery_expectation_type": {"type": "integer", "index": 10, "name": "delivery_expectation_type", "comment": null}, "discounted_price": {"type": "integer", "index": 11, "name": "discounted_price", "comment": null}, "phone": {"type": "integer", "index": 12, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 13, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "integer", "index": 14, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "text", "index": 15, "name": "source", "comment": null}, "title": {"type": "text", "index": 16, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 18, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "api_client_id": {"type": "integer", "index": 4, "name": "api_client_id", "comment": null}, "carrier_identifier": {"type": "integer", "index": 5, "name": "carrier_identifier", "comment": null}, "carrier_service_id": {"type": "integer", "index": 6, "name": "carrier_service_id", "comment": null}, "code": {"type": "text", "index": 7, "name": "code", "comment": null}, "delivery_category": {"type": "integer", "index": 8, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "integer", "index": 9, "name": "discounted_price", "comment": null}, "id": {"type": "text", "index": 10, "name": "id", "comment": null}, "markup": {"type": "character varying", "index": 11, "name": "markup", "comment": null}, "phone": {"type": "integer", "index": 12, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 13, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "integer", "index": 14, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "text", "index": 15, "name": "source", "comment": null}, "title": {"type": "text", "index": 16, "name": "title", "comment": null}, "validation_context": {"type": "integer", "index": 17, "name": "validation_context", "comment": null}, "delivery_expectation_range": {"type": "integer", "index": 18, "name": "delivery_expectation_range", "comment": null}, "delivery_expectation_type": {"type": "integer", "index": 19, "name": "delivery_expectation_type", "comment": null}, "original_shop_markup": {"type": "character varying", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "character varying", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "text", "index": 22, "name": "presentment_title", "comment": null}, "delivery_expectation_range_min": {"type": "integer", "index": 23, "name": "delivery_expectation_range_min", "comment": null}, "delivery_expectation_range_max": {"type": "integer", "index": 24, "name": "delivery_expectation_range_max", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__abandoned_checkout_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "text", "index": 3, "name": "abandoned_checkout_url", "comment": null}, "applied_discount_amount": {"type": "integer", "index": 4, "name": "applied_discount_amount", "comment": null}, "applied_discount_applicable": {"type": "integer", "index": 5, "name": "applied_discount_applicable", "comment": null}, "applied_discount_description": {"type": "integer", "index": 6, "name": "applied_discount_description", "comment": null}, "applied_discount_non_applicable_reason": {"type": "integer", "index": 7, "name": "applied_discount_non_applicable_reason", "comment": null}, "applied_discount_title": {"type": "integer", "index": 8, "name": "applied_discount_title", "comment": null}, "applied_discount_value": {"type": "integer", "index": 9, "name": "applied_discount_value", "comment": null}, "applied_discount_value_type": {"type": "integer", "index": 10, "name": "applied_discount_value_type", "comment": null}, "billing_address_address_1": {"type": "text", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_0": {"type": "text", "index": 12, "name": "billing_address_address_0", "comment": null}, "billing_address_city": {"type": "text", "index": 13, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "integer", "index": 14, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "text", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "text", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 18, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "double precision", "index": 19, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "double precision", "index": 20, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "text", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "text", "index": 24, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "integer", "index": 25, "name": "billing_address_zip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 26, "name": "buyer_accepts_marketing", "comment": null}, "cart_token": {"type": "text", "index": 27, "name": "cart_token", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 28, "name": "closed_at", "comment": null}, "completed_at": {"type": "integer", "index": 29, "name": "completed_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 30, "name": "created_at", "comment": null}, "credit_card_first_name": {"type": "integer", "index": 31, "name": "credit_card_first_name", "comment": null}, "credit_card_last_name": {"type": "integer", "index": 32, "name": "credit_card_last_name", "comment": null}, "credit_card_month": {"type": "integer", "index": 33, "name": "credit_card_month", "comment": null}, "credit_card_number": {"type": "integer", "index": 34, "name": "credit_card_number", "comment": null}, "credit_card_verification_value": {"type": "integer", "index": 35, "name": "credit_card_verification_value", "comment": null}, "credit_card_year": {"type": "integer", "index": 36, "name": "credit_card_year", "comment": null}, "currency": {"type": "text", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "integer", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "text", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "text", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "text", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "text", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 45, "name": "name", "comment": null}, "note": {"type": "integer", "index": 46, "name": "note", "comment": null}, "phone": {"type": "integer", "index": 47, "name": "phone", "comment": null}, "referring_site": {"type": "text", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_0": {"type": "text", "index": 50, "name": "shipping_address_address_0", "comment": null}, "shipping_address_city": {"type": "text", "index": 51, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "integer", "index": 52, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "text", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 56, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "double precision", "index": 57, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "double precision", "index": 58, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "text", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "text", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "text", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 63, "name": "shipping_address_zip", "comment": null}, "shipping_line": {"type": "integer", "index": 64, "name": "shipping_line", "comment": null}, "shipping_rate_id": {"type": "integer", "index": 65, "name": "shipping_rate_id", "comment": null}, "shipping_rate_price": {"type": "integer", "index": 66, "name": "shipping_rate_price", "comment": null}, "shipping_rate_title": {"type": "integer", "index": 67, "name": "shipping_rate_title", "comment": null}, "source": {"type": "integer", "index": 68, "name": "source", "comment": null}, "source_identifier": {"type": "integer", "index": 69, "name": "source_identifier", "comment": null}, "source_name": {"type": "text", "index": 70, "name": "source_name", "comment": null}, "source_url": {"type": "integer", "index": 71, "name": "source_url", "comment": null}, "subtotal_price": {"type": "double precision", "index": 72, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "boolean", "index": 73, "name": "taxes_included", "comment": null}, "token": {"type": "text", "index": 74, "name": "token", "comment": null}, "total_discounts": {"type": "double precision", "index": 75, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 76, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "double precision", "index": 77, "name": "total_price", "comment": null}, "total_tax": {"type": "double precision", "index": 78, "name": "total_tax", "comment": null}, "total_weight": {"type": "integer", "index": 79, "name": "total_weight", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 80, "name": "updated_at", "comment": null}, "user_id": {"type": "integer", "index": 81, "name": "user_id", "comment": null}, "note_attribute_littledata_updated_at": {"type": "integer", "index": 82, "name": "note_attribute_littledata_updated_at", "comment": null}, "note_attribute_segment_client_id": {"type": "text", "index": 83, "name": "note_attribute_segment_client_id", "comment": null}, "billing_address_id": {"type": "integer", "index": 84, "name": "billing_address_id", "comment": null}, "billing_address_is_default": {"type": "integer", "index": 85, "name": "billing_address_is_default", "comment": null}, "presentment_currency": {"type": "text", "index": 86, "name": "presentment_currency", "comment": null}, "shipping_address_id": {"type": "integer", "index": 87, "name": "shipping_address_id", "comment": null}, "shipping_address_is_default": {"type": "integer", "index": 88, "name": "shipping_address_is_default", "comment": null}, "total_duties": {"type": "integer", "index": 89, "name": "total_duties", "comment": null}, "note_attribute_email_client_id": {"type": "integer", "index": 90, "name": "note_attribute_email_client_id", "comment": null}, "note_attributes": {"type": "text", "index": 91, "name": "note_attributes", "comment": null}, "note_attribute_google_client_id": {"type": "integer", "index": 92, "name": "note_attribute_google_client_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 93, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_tmp"}, "model.shopify_source.stg_shopify__collection": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__collection", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"collection_id": {"type": "integer", "index": 1, "name": "collection_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 2, "name": "is_deleted", "comment": null}, "rule_logic": {"type": "text", "index": 3, "name": "rule_logic", "comment": null}, "handle": {"type": "integer", "index": 4, "name": "handle", "comment": null}, "published_scope": {"type": "integer", "index": 5, "name": "published_scope", "comment": null}, "rules": {"type": "integer", "index": 6, "name": "rules", "comment": null}, "sort_order": {"type": "integer", "index": 7, "name": "sort_order", "comment": null}, "title": {"type": "character varying", "index": 8, "name": "title", "comment": null}, "published_at": {"type": "timestamp without time zone", "index": 9, "name": "published_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection"}, "model.shopify_source.stg_shopify__collection_product": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__collection_product", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"collection_id": {"type": "integer", "index": 1, "name": "collection_id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection_product"}, "model.shopify_source.stg_shopify__collection_product_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__collection_product_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"collection_id": {"type": "integer", "index": 1, "name": "collection_id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection_product_tmp"}, "model.shopify_source.stg_shopify__collection_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__collection_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "handle": {"type": "integer", "index": 4, "name": "handle", "comment": null}, "published_at": {"type": "timestamp without time zone", "index": 5, "name": "published_at", "comment": null}, "published_scope": {"type": "integer", "index": 6, "name": "published_scope", "comment": null}, "title": {"type": "character varying", "index": 7, "name": "title", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "disjunctive": {"type": "boolean", "index": 9, "name": "disjunctive", "comment": null}, "rules": {"type": "integer", "index": 10, "name": "rules", "comment": null}, "sort_order": {"type": "integer", "index": 11, "name": "sort_order", "comment": null}, "template_suffix": {"type": "integer", "index": 12, "name": "template_suffix", "comment": null}, "body_html": {"type": "integer", "index": 13, "name": "body_html", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__collection_tmp"}, "model.shopify_source.stg_shopify__customer": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__customer", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "bigint", "index": 1, "name": "customer_id", "comment": null}, "email": {"type": "text", "index": 2, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 4, "name": "last_name", "comment": null}, "orders_count": {"type": "integer", "index": 5, "name": "orders_count", "comment": null}, "default_address_id": {"type": "bigint", "index": 6, "name": "default_address_id", "comment": null}, "phone": {"type": "integer", "index": 7, "name": "phone", "comment": null}, "account_state": {"type": "text", "index": 8, "name": "account_state", "comment": null}, "is_tax_exempt": {"type": "boolean", "index": 9, "name": "is_tax_exempt", "comment": null}, "total_spent": {"type": "double precision", "index": 10, "name": "total_spent", "comment": null}, "is_verified_email": {"type": "boolean", "index": 11, "name": "is_verified_email", "comment": null}, "note": {"type": "text", "index": 12, "name": "note", "comment": null}, "currency": {"type": "text", "index": 13, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "text", "index": 14, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "text", "index": 15, "name": "marketing_opt_in_level", "comment": null}, "marketing_consent_updated_at": {"type": "timestamp without time zone", "index": 16, "name": "marketing_consent_updated_at", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 17, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 18, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 19, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 20, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer"}, "model.shopify_source.stg_shopify__customer_tag": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__customer_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "value": {"type": "text", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer_tag"}, "model.shopify_source.stg_shopify__customer_tag_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__customer_tag_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer_tag_tmp"}, "model.shopify_source.stg_shopify__customer_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__customer_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "first_name": {"type": "text", "index": 2, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 3, "name": "last_name", "comment": null}, "email": {"type": "character varying", "index": 4, "name": "email", "comment": null}, "phone": {"type": "integer", "index": 5, "name": "phone", "comment": null}, "state": {"type": "text", "index": 6, "name": "state", "comment": null}, "orders_count": {"type": "integer", "index": 7, "name": "orders_count", "comment": null}, "total_spent": {"type": "double precision", "index": 8, "name": "total_spent", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "accepts_marketing": {"type": "boolean", "index": 11, "name": "accepts_marketing", "comment": null}, "tax_exempt": {"type": "boolean", "index": 12, "name": "tax_exempt", "comment": null}, "verified_email": {"type": "boolean", "index": 13, "name": "verified_email", "comment": null}, "default_address_id": {"type": "bigint", "index": 14, "name": "default_address_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__customer_tmp"}, "model.shopify_source.stg_shopify__discount_code": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"discount_code_id": {"type": "integer", "index": 1, "name": "discount_code_id", "comment": null}, "code": {"type": "text", "index": 2, "name": "code", "comment": null}, "price_rule_id": {"type": "integer", "index": 3, "name": "price_rule_id", "comment": null}, "usage_count": {"type": "double precision", "index": 4, "name": "usage_count", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 6, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__discount_code"}, "model.shopify_source.stg_shopify__discount_code_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__discount_code_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "text", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "text", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "integer", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "text", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "double precision", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__discount_code_tmp"}, "model.shopify_source.stg_shopify__fulfillment": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__fulfillment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"fulfillment_id": {"type": "integer", "index": 1, "name": "fulfillment_id", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "order_id": {"type": "integer", "index": 3, "name": "order_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "service": {"type": "text", "index": 5, "name": "service", "comment": null}, "shipment_status": {"type": "integer", "index": 6, "name": "shipment_status", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "tracking_company": {"type": "integer", "index": 8, "name": "tracking_company", "comment": null}, "tracking_number": {"type": "integer", "index": 9, "name": "tracking_number", "comment": null}, "tracking_numbers": {"type": "text", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "text", "index": 11, "name": "tracking_urls", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 15, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__fulfillment"}, "model.shopify_source.stg_shopify__fulfillment_event": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__fulfillment_event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"fulfillment_event_id": {"type": "integer", "index": 1, "name": "fulfillment_event_id", "comment": null}, "fulfillment_id": {"type": "integer", "index": 2, "name": "fulfillment_id", "comment": null}, "shop_id": {"type": "integer", "index": 3, "name": "shop_id", "comment": null}, "order_id": {"type": "integer", "index": 4, "name": "order_id", "comment": null}, "status": {"type": "text", "index": 5, "name": "status", "comment": null}, "message": {"type": "text", "index": 6, "name": "message", "comment": null}, "estimated_delivery_at": {"type": "timestamp without time zone", "index": 7, "name": "estimated_delivery_at", "comment": null}, "happened_at": {"type": "timestamp without time zone", "index": 8, "name": "happened_at", "comment": null}, "address_1": {"type": "integer", "index": 9, "name": "address_1", "comment": null}, "city": {"type": "text", "index": 10, "name": "city", "comment": null}, "province": {"type": "text", "index": 11, "name": "province", "comment": null}, "country": {"type": "text", "index": 12, "name": "country", "comment": null}, "zip": {"type": "text", "index": 13, "name": "zip", "comment": null}, "latitude": {"type": "double precision", "index": 14, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 15, "name": "longitude", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 16, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 17, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 18, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 19, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__fulfillment_event"}, "model.shopify_source.stg_shopify__fulfillment_event_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__fulfillment_event_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "integer", "index": 3, "name": "address_1", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "estimated_delivery_at": {"type": "text", "index": 7, "name": "estimated_delivery_at", "comment": null}, "fulfillment_id": {"type": "integer", "index": 8, "name": "fulfillment_id", "comment": null}, "happened_at": {"type": "text", "index": 9, "name": "happened_at", "comment": null}, "latitude": {"type": "double precision", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 11, "name": "longitude", "comment": null}, "message": {"type": "text", "index": 12, "name": "message", "comment": null}, "order_id": {"type": "integer", "index": 13, "name": "order_id", "comment": null}, "province": {"type": "text", "index": 14, "name": "province", "comment": null}, "shop_id": {"type": "integer", "index": 15, "name": "shop_id", "comment": null}, "status": {"type": "text", "index": 16, "name": "status", "comment": null}, "updated_at": {"type": "text", "index": 17, "name": "updated_at", "comment": null}, "zip": {"type": "text", "index": 18, "name": "zip", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 19, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__fulfillment_event_tmp"}, "model.shopify_source.stg_shopify__fulfillment_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__fulfillment_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "location_id": {"type": "integer", "index": 4, "name": "location_id", "comment": null}, "order_id": {"type": "integer", "index": 5, "name": "order_id", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "tracking_company": {"type": "integer", "index": 7, "name": "tracking_company", "comment": null}, "tracking_number": {"type": "integer", "index": 8, "name": "tracking_number", "comment": null}, "updated_at": {"type": "text", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "text", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "text", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "integer", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "text", "index": 13, "name": "service", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "integer", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__fulfillment_tmp"}, "model.shopify_source.stg_shopify__inventory_item": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__inventory_item", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"inventory_item_id": {"type": "integer", "index": 1, "name": "inventory_item_id", "comment": null}, "sku": {"type": "integer", "index": 2, "name": "sku", "comment": null}, "is_deleted": {"type": "boolean", "index": 3, "name": "is_deleted", "comment": null}, "cost": {"type": "integer", "index": 4, "name": "cost", "comment": null}, "country_code_of_origin": {"type": "integer", "index": 5, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "integer", "index": 6, "name": "province_code_of_origin", "comment": null}, "is_shipping_required": {"type": "integer", "index": 7, "name": "is_shipping_required", "comment": null}, "is_inventory_quantity_tracked": {"type": "integer", "index": 8, "name": "is_inventory_quantity_tracked", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_item"}, "model.shopify_source.stg_shopify__inventory_item_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__inventory_item_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cost": {"type": "integer", "index": 3, "name": "cost", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "requires_shipping": {"type": "integer", "index": 5, "name": "requires_shipping", "comment": null}, "sku": {"type": "integer", "index": 6, "name": "sku", "comment": null}, "tracked": {"type": "integer", "index": 7, "name": "tracked", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "country_code_of_origin": {"type": "integer", "index": 9, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "integer", "index": 10, "name": "province_code_of_origin", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 11, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_item_tmp"}, "model.shopify_source.stg_shopify__inventory_level": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__inventory_level", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"inventory_item_id": {"type": "integer", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "available_quantity": {"type": "integer", "index": 3, "name": "available_quantity", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 6, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_level"}, "model.shopify_source.stg_shopify__inventory_level_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__inventory_level_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"inventory_item_id": {"type": "integer", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "available": {"type": "integer", "index": 4, "name": "available", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__inventory_level_tmp"}, "model.shopify_source.stg_shopify__location": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__location", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "is_deleted": {"type": "boolean", "index": 3, "name": "is_deleted", "comment": null}, "is_active": {"type": "boolean", "index": 4, "name": "is_active", "comment": null}, "address_1": {"type": "text", "index": 5, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 6, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 7, "name": "city", "comment": null}, "country": {"type": "text", "index": 8, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 9, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 10, "name": "country_name", "comment": null}, "is_legacy": {"type": "boolean", "index": 11, "name": "is_legacy", "comment": null}, "localized_country_name": {"type": "text", "index": 12, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "text", "index": 13, "name": "localized_province_name", "comment": null}, "phone": {"type": "integer", "index": 14, "name": "phone", "comment": null}, "province": {"type": "text", "index": 15, "name": "province", "comment": null}, "province_code": {"type": "text", "index": 16, "name": "province_code", "comment": null}, "zip": {"type": "integer", "index": 17, "name": "zip", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 18, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 19, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 20, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 21, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__location"}, "model.shopify_source.stg_shopify__location_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__location_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "text", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 6, "name": "city", "comment": null}, "country": {"type": "text", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "text", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "boolean", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "phone": {"type": "integer", "index": 11, "name": "phone", "comment": null}, "province": {"type": "text", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "integer", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "text", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "text", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "text", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "text", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__location_tmp"}, "model.shopify_source.stg_shopify__metafield": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__metafield", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"metafield_id": {"type": "integer", "index": 1, "name": "metafield_id", "comment": null}, "description": {"type": "integer", "index": 2, "name": "description", "comment": null}, "namespace": {"type": "text", "index": 3, "name": "namespace", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "value": {"type": "text", "index": 5, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 6, "name": "value_type", "comment": null}, "owner_resource_id": {"type": "integer", "index": 7, "name": "owner_resource_id", "comment": null}, "owner_resource": {"type": "text", "index": 8, "name": "owner_resource", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "metafield_reference": {"type": "text", "index": 12, "name": "metafield_reference", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 13, "name": "is_most_recent_record", "comment": null}, "source_relation": {"type": "text", "index": 14, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__metafield"}, "model.shopify_source.stg_shopify__metafield_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__metafield_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "key": {"type": "text", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "text", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "text", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "text", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "text", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "character varying", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "character varying", "index": 12, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__metafield_tmp"}, "model.shopify_source.stg_shopify__order": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "user_id": {"type": "bigint", "index": 2, "name": "user_id", "comment": null}, "total_discounts": {"type": "double precision", "index": 3, "name": "total_discounts", "comment": null}, "total_discounts_set": {"type": "text", "index": 4, "name": "total_discounts_set", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 5, "name": "total_line_items_price", "comment": null}, "total_line_items_price_set": {"type": "text", "index": 6, "name": "total_line_items_price_set", "comment": null}, "total_price": {"type": "double precision", "index": 7, "name": "total_price", "comment": null}, "total_price_set": {"type": "text", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "text", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "integer", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "text", "index": 11, "name": "source_name", "comment": null}, "subtotal_price": {"type": "double precision", "index": 12, "name": "subtotal_price", "comment": null}, "has_taxes_included": {"type": "boolean", "index": 13, "name": "has_taxes_included", "comment": null}, "total_weight": {"type": "integer", "index": 14, "name": "total_weight", "comment": null}, "total_tip_received": {"type": "double precision", "index": 15, "name": "total_tip_received", "comment": null}, "landing_site_base_url": {"type": "text", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "bigint", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 18, "name": "name", "comment": null}, "note": {"type": "text", "index": 19, "name": "note", "comment": null}, "number": {"type": "integer", "index": 20, "name": "number", "comment": null}, "order_number": {"type": "integer", "index": 21, "name": "order_number", "comment": null}, "cancel_reason": {"type": "integer", "index": 22, "name": "cancel_reason", "comment": null}, "cart_token": {"type": "text", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "text", "index": 24, "name": "checkout_token", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 25, "name": "created_timestamp", "comment": null}, "cancelled_timestamp": {"type": "timestamp without time zone", "index": 26, "name": "cancelled_timestamp", "comment": null}, "closed_timestamp": {"type": "timestamp without time zone", "index": 27, "name": "closed_timestamp", "comment": null}, "processed_timestamp": {"type": "timestamp without time zone", "index": 28, "name": "processed_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 29, "name": "updated_timestamp", "comment": null}, "currency": {"type": "text", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "bigint", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "text", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "text", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "text", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "text", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "text", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "text", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "text", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "text", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "text", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "text", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "text", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "text", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "text", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "text", "index": 48, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "integer", "index": 49, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "text", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "text", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "text", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "text", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "text", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "text", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "text", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "text", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "text", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "text", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "text", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "text", "index": 65, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "integer", "index": 66, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "text", "index": 68, "name": "token", "comment": null}, "app_id": {"type": "integer", "index": 69, "name": "app_id", "comment": null}, "checkout_id": {"type": "integer", "index": 70, "name": "checkout_id", "comment": null}, "client_details_user_agent": {"type": "text", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "text", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "text", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "text", "index": 74, "name": "presentment_currency", "comment": null}, "is_test_order": {"type": "boolean", "index": 75, "name": "is_test_order", "comment": null}, "is_deleted": {"type": "boolean", "index": 76, "name": "is_deleted", "comment": null}, "has_buyer_accepted_marketing": {"type": "boolean", "index": 77, "name": "has_buyer_accepted_marketing", "comment": null}, "is_confirmed": {"type": "boolean", "index": 78, "name": "is_confirmed", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 79, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 80, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order"}, "model.shopify_source.stg_shopify__order_adjustment": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_adjustment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_adjustment_id": {"type": "bigint", "index": 1, "name": "order_adjustment_id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "integer", "index": 4, "name": "amount", "comment": null}, "amount_set": {"type": "integer", "index": 5, "name": "amount_set", "comment": null}, "tax_amount": {"type": "double precision", "index": 6, "name": "tax_amount", "comment": null}, "tax_amount_set": {"type": "integer", "index": 7, "name": "tax_amount_set", "comment": null}, "kind": {"type": "text", "index": 8, "name": "kind", "comment": null}, "reason": {"type": "text", "index": 9, "name": "reason", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_adjustment"}, "model.shopify_source.stg_shopify__order_adjustment_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_adjustment_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "integer", "index": 4, "name": "amount", "comment": null}, "tax_amount": {"type": "double precision", "index": 5, "name": "tax_amount", "comment": null}, "kind": {"type": "text", "index": 6, "name": "kind", "comment": null}, "reason": {"type": "text", "index": 7, "name": "reason", "comment": null}, "amount_set": {"type": "integer", "index": 8, "name": "amount_set", "comment": null}, "tax_amount_set": {"type": "integer", "index": 9, "name": "tax_amount_set", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_adjustment_tmp"}, "model.shopify_source.stg_shopify__order_discount_code": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "code": {"type": "text", "index": 3, "name": "code", "comment": null}, "type": {"type": "text", "index": 4, "name": "type", "comment": null}, "amount": {"type": "double precision", "index": 5, "name": "amount", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_discount_code"}, "model.shopify_source.stg_shopify__order_discount_code_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_discount_code_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "code": {"type": "text", "index": 5, "name": "code", "comment": null}, "type": {"type": "text", "index": 6, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_discount_code_tmp"}, "model.shopify_source.stg_shopify__order_line": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_line_id": {"type": "bigint", "index": 1, "name": "order_line_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "order_id": {"type": "bigint", "index": 4, "name": "order_id", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 5, "name": "fulfillable_quantity", "comment": null}, "fulfillment_status": {"type": "text", "index": 6, "name": "fulfillment_status", "comment": null}, "is_gift_card": {"type": "boolean", "index": 7, "name": "is_gift_card", "comment": null}, "grams": {"type": "integer", "index": 8, "name": "grams", "comment": null}, "pre_tax_price": {"type": "integer", "index": 9, "name": "pre_tax_price", "comment": null}, "pre_tax_price_set": {"type": "text", "index": 10, "name": "pre_tax_price_set", "comment": null}, "price": {"type": "double precision", "index": 11, "name": "price", "comment": null}, "price_set": {"type": "text", "index": 12, "name": "price_set", "comment": null}, "product_id": {"type": "bigint", "index": 13, "name": "product_id", "comment": null}, "quantity": {"type": "integer", "index": 14, "name": "quantity", "comment": null}, "is_shipping_required": {"type": "boolean", "index": 15, "name": "is_shipping_required", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "is_taxable": {"type": "boolean", "index": 17, "name": "is_taxable", "comment": null}, "tax_code": {"type": "text", "index": 18, "name": "tax_code", "comment": null}, "title": {"type": "text", "index": 19, "name": "title", "comment": null}, "total_discount": {"type": "integer", "index": 20, "name": "total_discount", "comment": null}, "total_discount_set": {"type": "text", "index": 21, "name": "total_discount_set", "comment": null}, "variant_id": {"type": "bigint", "index": 22, "name": "variant_id", "comment": null}, "variant_title": {"type": "text", "index": 23, "name": "variant_title", "comment": null}, "variant_inventory_management": {"type": "text", "index": 24, "name": "variant_inventory_management", "comment": null}, "vendor": {"type": "text", "index": 25, "name": "vendor", "comment": null}, "properties": {"type": "text", "index": 26, "name": "properties", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 27, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 28, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line"}, "model.shopify_source.stg_shopify__order_line_refund": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_line_refund", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_line_refund_id": {"type": "bigint", "index": 1, "name": "order_line_refund_id", "comment": null}, "location_id": {"type": "bigint", "index": 2, "name": "location_id", "comment": null}, "order_line_id": {"type": "bigint", "index": 3, "name": "order_line_id", "comment": null}, "subtotal": {"type": "integer", "index": 4, "name": "subtotal", "comment": null}, "subtotal_set": {"type": "integer", "index": 5, "name": "subtotal_set", "comment": null}, "total_tax": {"type": "double precision", "index": 6, "name": "total_tax", "comment": null}, "total_tax_set": {"type": "integer", "index": 7, "name": "total_tax_set", "comment": null}, "quantity": {"type": "integer", "index": 8, "name": "quantity", "comment": null}, "refund_id": {"type": "bigint", "index": 9, "name": "refund_id", "comment": null}, "restock_type": {"type": "text", "index": 10, "name": "restock_type", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line_refund"}, "model.shopify_source.stg_shopify__order_line_refund_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_line_refund_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "location_id": {"type": "bigint", "index": 2, "name": "location_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "restock_type": {"type": "text", "index": 4, "name": "restock_type", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "order_line_id": {"type": "bigint", "index": 6, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "subtotal": {"type": "integer", "index": 8, "name": "subtotal", "comment": null}, "total_tax_set": {"type": "integer", "index": 9, "name": "total_tax_set", "comment": null}, "subtotal_set": {"type": "integer", "index": 10, "name": "subtotal_set", "comment": null}, "total_tax": {"type": "double precision", "index": 11, "name": "total_tax", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line_refund_tmp"}, "model.shopify_source.stg_shopify__order_line_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_line_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "id": {"type": "bigint", "index": 2, "name": "id", "comment": null}, "product_id": {"type": "bigint", "index": 3, "name": "product_id", "comment": null}, "variant_id": {"type": "bigint", "index": 4, "name": "variant_id", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "vendor": {"type": "text", "index": 7, "name": "vendor", "comment": null}, "price": {"type": "double precision", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 9, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 10, "name": "grams", "comment": null}, "sku": {"type": "text", "index": 11, "name": "sku", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 12, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "text", "index": 13, "name": "fulfillment_service", "comment": null}, "gift_card": {"type": "boolean", "index": 14, "name": "gift_card", "comment": null}, "requires_shipping": {"type": "boolean", "index": 15, "name": "requires_shipping", "comment": null}, "taxable": {"type": "boolean", "index": 16, "name": "taxable", "comment": null}, "index": {"type": "integer", "index": 17, "name": "index", "comment": null}, "total_discount": {"type": "integer", "index": 18, "name": "total_discount", "comment": null}, "pre_tax_price": {"type": "integer", "index": 19, "name": "pre_tax_price", "comment": null}, "fulfillment_status": {"type": "text", "index": 20, "name": "fulfillment_status", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_line_tmp"}, "model.shopify_source.stg_shopify__order_note_attribute": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_note_attribute", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "value": {"type": "text", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute"}, "model.shopify_source.stg_shopify__order_note_attribute_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_note_attribute_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"name": {"type": "text", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute_tmp"}, "model.shopify_source.stg_shopify__order_shipping_line": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_shipping_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_shipping_line_id": {"type": "integer", "index": 1, "name": "order_shipping_line_id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "carrier_identifier": {"type": "integer", "index": 3, "name": "carrier_identifier", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "delivery_category": {"type": "integer", "index": 5, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "double precision", "index": 6, "name": "discounted_price", "comment": null}, "discounted_price_set": {"type": "text", "index": 7, "name": "discounted_price_set", "comment": null}, "phone": {"type": "integer", "index": 8, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 9, "name": "price", "comment": null}, "price_set": {"type": "text", "index": 10, "name": "price_set", "comment": null}, "is_third_party_required": {"type": "boolean", "index": 11, "name": "is_third_party_required", "comment": null}, "source": {"type": "text", "index": 12, "name": "source", "comment": null}, "title": {"type": "text", "index": 13, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 15, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line"}, "model.shopify_source.stg_shopify__order_shipping_line_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_shipping_line_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "integer", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "text", "index": 5, "name": "code", "comment": null}, "delivery_category": {"type": "integer", "index": 6, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "double precision", "index": 7, "name": "discounted_price", "comment": null}, "phone": {"type": "integer", "index": 8, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 9, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "integer", "index": 10, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "text", "index": 11, "name": "source", "comment": null}, "title": {"type": "text", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "text", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "text", "index": 14, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line_tmp"}, "model.shopify_source.stg_shopify__order_shipping_tax_line": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_shipping_tax_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_shipping_line_id": {"type": "integer", "index": 1, "name": "order_shipping_line_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "price_set": {"type": "text", "index": 4, "name": "price_set", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_shipping_tax_line_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_shipping_line_id": {"type": "integer", "index": 2, "name": "order_shipping_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "double precision", "index": 4, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "text", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"}, "model.shopify_source.stg_shopify__order_tag": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "value": {"type": "text", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_tag"}, "model.shopify_source.stg_shopify__order_tag_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_tag_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_tag_tmp"}, "model.shopify_source.stg_shopify__order_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "note": {"type": "text", "index": 2, "name": "note", "comment": null}, "email": {"type": "text", "index": 3, "name": "email", "comment": null}, "taxes_included": {"type": "boolean", "index": 4, "name": "taxes_included", "comment": null}, "currency": {"type": "text", "index": 5, "name": "currency", "comment": null}, "subtotal_price": {"type": "double precision", "index": 6, "name": "subtotal_price", "comment": null}, "total_tax": {"type": "integer", "index": 7, "name": "total_tax", "comment": null}, "total_price": {"type": "double precision", "index": 8, "name": "total_price", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "name": {"type": "text", "index": 11, "name": "name", "comment": null}, "shipping_address_name": {"type": "text", "index": 12, "name": "shipping_address_name", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 13, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 14, "name": "shipping_address_last_name", "comment": null}, "shipping_address_company": {"type": "text", "index": 15, "name": "shipping_address_company", "comment": null}, "shipping_address_phone": {"type": "text", "index": 16, "name": "shipping_address_phone", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 17, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "text", "index": 18, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "text", "index": 19, "name": "shipping_address_city", "comment": null}, "shipping_address_country": {"type": "text", "index": 20, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 21, "name": "shipping_address_country_code", "comment": null}, "shipping_address_province": {"type": "text", "index": 22, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "integer", "index": 23, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 24, "name": "shipping_address_zip", "comment": null}, "shipping_address_latitude": {"type": "text", "index": 25, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "text", "index": 26, "name": "shipping_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 27, "name": "billing_address_name", "comment": null}, "billing_address_first_name": {"type": "text", "index": 28, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 29, "name": "billing_address_last_name", "comment": null}, "billing_address_company": {"type": "text", "index": 30, "name": "billing_address_company", "comment": null}, "billing_address_phone": {"type": "text", "index": 31, "name": "billing_address_phone", "comment": null}, "billing_address_address_1": {"type": "text", "index": 32, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "text", "index": 33, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "text", "index": 34, "name": "billing_address_city", "comment": null}, "billing_address_country": {"type": "text", "index": 35, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 36, "name": "billing_address_country_code", "comment": null}, "billing_address_province": {"type": "text", "index": 37, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "integer", "index": 38, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "text", "index": 39, "name": "billing_address_zip", "comment": null}, "billing_address_latitude": {"type": "text", "index": 40, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "text", "index": 41, "name": "billing_address_longitude", "comment": null}, "customer_id": {"type": "bigint", "index": 42, "name": "customer_id", "comment": null}, "location_id": {"type": "bigint", "index": 43, "name": "location_id", "comment": null}, "user_id": {"type": "bigint", "index": 44, "name": "user_id", "comment": null}, "number": {"type": "integer", "index": 45, "name": "number", "comment": null}, "order_number": {"type": "integer", "index": 46, "name": "order_number", "comment": null}, "financial_status": {"type": "text", "index": 47, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "text", "index": 48, "name": "fulfillment_status", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 49, "name": "processed_at", "comment": null}, "processing_method": {"type": "text", "index": 50, "name": "processing_method", "comment": null}, "referring_site": {"type": "text", "index": 51, "name": "referring_site", "comment": null}, "cancel_reason": {"type": "integer", "index": 52, "name": "cancel_reason", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 53, "name": "cancelled_at", "comment": null}, "closed_at": {"type": "text", "index": 54, "name": "closed_at", "comment": null}, "total_discounts": {"type": "double precision", "index": 55, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 56, "name": "total_line_items_price", "comment": null}, "total_weight": {"type": "integer", "index": 57, "name": "total_weight", "comment": null}, "source_name": {"type": "text", "index": 58, "name": "source_name", "comment": null}, "browser_ip": {"type": "text", "index": 59, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 60, "name": "buyer_accepts_marketing", "comment": null}, "token": {"type": "text", "index": 61, "name": "token", "comment": null}, "cart_token": {"type": "text", "index": 62, "name": "cart_token", "comment": null}, "checkout_token": {"type": "text", "index": 63, "name": "checkout_token", "comment": null}, "test": {"type": "boolean", "index": 64, "name": "test", "comment": null}, "landing_site_base_url": {"type": "text", "index": 65, "name": "landing_site_base_url", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 66, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_tmp"}, "model.shopify_source.stg_shopify__order_url_tag": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_url_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "key": {"type": "text", "index": 2, "name": "key", "comment": null}, "value": {"type": "text", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_url_tag"}, "model.shopify_source.stg_shopify__order_url_tag_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__order_url_tag_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"key": {"type": "text", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__order_url_tag_tmp"}, "model.shopify_source.stg_shopify__price_rule": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__price_rule", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"price_rule_id": {"type": "integer", "index": 1, "name": "price_rule_id", "comment": null}, "allocation_limit": {"type": "integer", "index": 2, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "text", "index": 3, "name": "allocation_method", "comment": null}, "customer_selection": {"type": "text", "index": 4, "name": "customer_selection", "comment": null}, "is_once_per_customer": {"type": "boolean", "index": 5, "name": "is_once_per_customer", "comment": null}, "prereq_min_quantity": {"type": "integer", "index": 6, "name": "prereq_min_quantity", "comment": null}, "prereq_max_shipping_price": {"type": "integer", "index": 7, "name": "prereq_max_shipping_price", "comment": null}, "prereq_min_subtotal": {"type": "double precision", "index": 8, "name": "prereq_min_subtotal", "comment": null}, "prereq_min_purchase_quantity_for_entitlement": {"type": "integer", "index": 9, "name": "prereq_min_purchase_quantity_for_entitlement", "comment": null}, "prereq_buy_x_get_this": {"type": "integer", "index": 10, "name": "prereq_buy_x_get_this", "comment": null}, "prereq_buy_this_get_y": {"type": "integer", "index": 11, "name": "prereq_buy_this_get_y", "comment": null}, "target_selection": {"type": "text", "index": 12, "name": "target_selection", "comment": null}, "target_type": {"type": "text", "index": 13, "name": "target_type", "comment": null}, "title": {"type": "text", "index": 14, "name": "title", "comment": null}, "usage_limit": {"type": "integer", "index": 15, "name": "usage_limit", "comment": null}, "value": {"type": "double precision", "index": 16, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 17, "name": "value_type", "comment": null}, "starts_at": {"type": "timestamp without time zone", "index": 18, "name": "starts_at", "comment": null}, "ends_at": {"type": "timestamp without time zone", "index": 19, "name": "ends_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 20, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 21, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 22, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 23, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__price_rule"}, "model.shopify_source.stg_shopify__price_rule_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__price_rule_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "integer", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "text", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "text", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "text", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "text", "index": 7, "name": "ends_at", "comment": null}, "once_per_customer": {"type": "boolean", "index": 8, "name": "once_per_customer", "comment": null}, "prerequisite_quantity_range": {"type": "integer", "index": 9, "name": "prerequisite_quantity_range", "comment": null}, "prerequisite_shipping_price_range": {"type": "integer", "index": 10, "name": "prerequisite_shipping_price_range", "comment": null}, "prerequisite_subtotal_range": {"type": "double precision", "index": 11, "name": "prerequisite_subtotal_range", "comment": null}, "quantity_ratio_entitled_quantity": {"type": "integer", "index": 12, "name": "quantity_ratio_entitled_quantity", "comment": null}, "quantity_ratio_prerequisite_quantity": {"type": "integer", "index": 13, "name": "quantity_ratio_prerequisite_quantity", "comment": null}, "starts_at": {"type": "text", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "text", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "text", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "text", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "text", "index": 18, "name": "updated_at", "comment": null}, "usage_limit": {"type": "integer", "index": 19, "name": "usage_limit", "comment": null}, "value": {"type": "double precision", "index": 20, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 21, "name": "value_type", "comment": null}, "prerequisite_to_entitlement_purchase_prerequisite_amount": {"type": "integer", "index": 22, "name": "prerequisite_to_entitlement_purchase_prerequisite_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__price_rule_tmp"}, "model.shopify_source.stg_shopify__product": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_id": {"type": "bigint", "index": 1, "name": "product_id", "comment": null}, "handle": {"type": "text", "index": 2, "name": "handle", "comment": null}, "product_type": {"type": "text", "index": 3, "name": "product_type", "comment": null}, "published_scope": {"type": "text", "index": 4, "name": "published_scope", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "vendor": {"type": "text", "index": 6, "name": "vendor", "comment": null}, "status": {"type": "text", "index": 7, "name": "status", "comment": null}, "is_deleted": {"type": "boolean", "index": 8, "name": "is_deleted", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 9, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 10, "name": "updated_timestamp", "comment": null}, "published_timestamp": {"type": "timestamp without time zone", "index": 11, "name": "published_timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 12, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 13, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product"}, "model.shopify_source.stg_shopify__product_image": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product_image", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_image_id": {"type": "integer", "index": 1, "name": "product_image_id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "height": {"type": "integer", "index": 3, "name": "height", "comment": null}, "position": {"type": "integer", "index": 4, "name": "position", "comment": null}, "src": {"type": "text", "index": 5, "name": "src", "comment": null}, "variant_ids": {"type": "text", "index": 6, "name": "variant_ids", "comment": null}, "width": {"type": "integer", "index": 7, "name": "width", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 8, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_image"}, "model.shopify_source.stg_shopify__product_image_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product_image_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "integer", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "height": {"type": "integer", "index": 7, "name": "height", "comment": null}, "position": {"type": "integer", "index": 8, "name": "position", "comment": null}, "src": {"type": "text", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "text", "index": 10, "name": "updated_at", "comment": null}, "width": {"type": "integer", "index": 11, "name": "width", "comment": null}, "is_default": {"type": "boolean", "index": 12, "name": "is_default", "comment": null}, "variant_ids": {"type": "text", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_image_tmp"}, "model.shopify_source.stg_shopify__product_tag": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"product_id": {"type": "integer", "index": 1, "name": "product_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "value": {"type": "text", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_tag"}, "model.shopify_source.stg_shopify__product_tag_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product_tag_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_tag_tmp"}, "model.shopify_source.stg_shopify__product_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "title": {"type": "text", "index": 2, "name": "title", "comment": null}, "handle": {"type": "text", "index": 3, "name": "handle", "comment": null}, "product_type": {"type": "text", "index": 4, "name": "product_type", "comment": null}, "vendor": {"type": "text", "index": 5, "name": "vendor", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "published_at": {"type": "timestamp without time zone", "index": 8, "name": "published_at", "comment": null}, "published_scope": {"type": "text", "index": 9, "name": "published_scope", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_tmp"}, "model.shopify_source.stg_shopify__product_variant": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product_variant", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"variant_id": {"type": "bigint", "index": 1, "name": "variant_id", "comment": null}, "product_id": {"type": "bigint", "index": 2, "name": "product_id", "comment": null}, "inventory_item_id": {"type": "bigint", "index": 3, "name": "inventory_item_id", "comment": null}, "image_id": {"type": "integer", "index": 4, "name": "image_id", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "price": {"type": "integer", "index": 6, "name": "price", "comment": null}, "sku": {"type": "integer", "index": 7, "name": "sku", "comment": null}, "position": {"type": "integer", "index": 8, "name": "position", "comment": null}, "inventory_policy": {"type": "text", "index": 9, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 10, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "text", "index": 11, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "text", "index": 12, "name": "inventory_management", "comment": null}, "is_taxable": {"type": "boolean", "index": 13, "name": "is_taxable", "comment": null}, "barcode": {"type": "integer", "index": 14, "name": "barcode", "comment": null}, "grams": {"type": "integer", "index": 15, "name": "grams", "comment": null}, "inventory_quantity": {"type": "integer", "index": 16, "name": "inventory_quantity", "comment": null}, "weight": {"type": "integer", "index": 17, "name": "weight", "comment": null}, "weight_unit": {"type": "text", "index": 18, "name": "weight_unit", "comment": null}, "option_1": {"type": "text", "index": 19, "name": "option_1", "comment": null}, "option_2": {"type": "integer", "index": 20, "name": "option_2", "comment": null}, "option_3": {"type": "integer", "index": 21, "name": "option_3", "comment": null}, "tax_code": {"type": "text", "index": 22, "name": "tax_code", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 23, "name": "created_timestamp", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 24, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 26, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_variant"}, "model.shopify_source.stg_shopify__product_variant_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__product_variant_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "bigint", "index": 2, "name": "product_id", "comment": null}, "inventory_item_id": {"type": "bigint", "index": 3, "name": "inventory_item_id", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "price": {"type": "integer", "index": 5, "name": "price", "comment": null}, "sku": {"type": "integer", "index": 6, "name": "sku", "comment": null}, "position": {"type": "integer", "index": 7, "name": "position", "comment": null}, "inventory_policy": {"type": "text", "index": 8, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 9, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "text", "index": 10, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "text", "index": 11, "name": "inventory_management", "comment": null}, "created_at": {"type": "text", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "barcode": {"type": "integer", "index": 15, "name": "barcode", "comment": null}, "grams": {"type": "integer", "index": 16, "name": "grams", "comment": null}, "image_id": {"type": "integer", "index": 17, "name": "image_id", "comment": null}, "inventory_quantity": {"type": "integer", "index": 18, "name": "inventory_quantity", "comment": null}, "weight": {"type": "integer", "index": 19, "name": "weight", "comment": null}, "weight_unit": {"type": "text", "index": 20, "name": "weight_unit", "comment": null}, "old_inventory_quantity": {"type": "integer", "index": 21, "name": "old_inventory_quantity", "comment": null}, "requires_shipping": {"type": "boolean", "index": 22, "name": "requires_shipping", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 23, "name": "_fivetran_synced", "comment": null}, "option_2": {"type": "integer", "index": 24, "name": "option_2", "comment": null}, "tax_code": {"type": "text", "index": 25, "name": "tax_code", "comment": null}, "option_3": {"type": "integer", "index": 26, "name": "option_3", "comment": null}, "option_1": {"type": "text", "index": 27, "name": "option_1", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__product_variant_tmp"}, "model.shopify_source.stg_shopify__refund": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__refund", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"refund_id": {"type": "bigint", "index": 1, "name": "refund_id", "comment": null}, "note": {"type": "text", "index": 2, "name": "note", "comment": null}, "order_id": {"type": "bigint", "index": 3, "name": "order_id", "comment": null}, "restock": {"type": "boolean", "index": 4, "name": "restock", "comment": null}, "total_duties_set": {"type": "integer", "index": 5, "name": "total_duties_set", "comment": null}, "user_id": {"type": "bigint", "index": 6, "name": "user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 8, "name": "processed_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 10, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__refund"}, "model.shopify_source.stg_shopify__refund_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__refund_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "text", "index": 2, "name": "created_at", "comment": null}, "processed_at": {"type": "text", "index": 3, "name": "processed_at", "comment": null}, "note": {"type": "text", "index": 4, "name": "note", "comment": null}, "restock": {"type": "boolean", "index": 5, "name": "restock", "comment": null}, "user_id": {"type": "bigint", "index": 6, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "total_duties_set": {"type": "integer", "index": 8, "name": "total_duties_set", "comment": null}, "order_id": {"type": "bigint", "index": 9, "name": "order_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__refund_tmp"}, "model.shopify_source.stg_shopify__shop": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__shop", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"shop_id": {"type": "integer", "index": 1, "name": "shop_id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "is_deleted": {"type": "boolean", "index": 3, "name": "is_deleted", "comment": null}, "address_1": {"type": "text", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "text", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 6, "name": "city", "comment": null}, "province": {"type": "text", "index": 7, "name": "province", "comment": null}, "province_code": {"type": "text", "index": 8, "name": "province_code", "comment": null}, "country": {"type": "text", "index": 9, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 10, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 11, "name": "country_name", "comment": null}, "zip": {"type": "integer", "index": 12, "name": "zip", "comment": null}, "latitude": {"type": "double precision", "index": 13, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 14, "name": "longitude", "comment": null}, "has_county_taxes": {"type": "boolean", "index": 15, "name": "has_county_taxes", "comment": null}, "currency": {"type": "text", "index": 16, "name": "currency", "comment": null}, "enabled_presentment_currencies": {"type": "text", "index": 17, "name": "enabled_presentment_currencies", "comment": null}, "customer_email": {"type": "text", "index": 18, "name": "customer_email", "comment": null}, "email": {"type": "text", "index": 19, "name": "email", "comment": null}, "domain": {"type": "text", "index": 20, "name": "domain", "comment": null}, "phone": {"type": "integer", "index": 21, "name": "phone", "comment": null}, "timezone": {"type": "text", "index": 22, "name": "timezone", "comment": null}, "iana_timezone": {"type": "text", "index": 23, "name": "iana_timezone", "comment": null}, "primary_locale": {"type": "text", "index": 24, "name": "primary_locale", "comment": null}, "weight_unit": {"type": "text", "index": 25, "name": "weight_unit", "comment": null}, "myshopify_domain": {"type": "text", "index": 26, "name": "myshopify_domain", "comment": null}, "cookie_consent_level": {"type": "text", "index": 27, "name": "cookie_consent_level", "comment": null}, "shop_owner": {"type": "text", "index": 28, "name": "shop_owner", "comment": null}, "source": {"type": "integer", "index": 29, "name": "source", "comment": null}, "has_shipping_taxes": {"type": "integer", "index": 30, "name": "has_shipping_taxes", "comment": null}, "has_taxes_included_in_price": {"type": "boolean", "index": 31, "name": "has_taxes_included_in_price", "comment": null}, "has_discounts": {"type": "boolean", "index": 32, "name": "has_discounts", "comment": null}, "has_gift_cards": {"type": "boolean", "index": 33, "name": "has_gift_cards", "comment": null}, "has_storefront": {"type": "boolean", "index": 34, "name": "has_storefront", "comment": null}, "has_checkout_api_supported": {"type": "boolean", "index": 35, "name": "has_checkout_api_supported", "comment": null}, "is_eligible_for_card_reader_giveaway": {"type": "boolean", "index": 36, "name": "is_eligible_for_card_reader_giveaway", "comment": null}, "is_eligible_for_payments": {"type": "boolean", "index": 37, "name": "is_eligible_for_payments", "comment": null}, "google_apps_domain": {"type": "integer", "index": 38, "name": "google_apps_domain", "comment": null}, "is_google_apps_login_enabled": {"type": "boolean", "index": 39, "name": "is_google_apps_login_enabled", "comment": null}, "money_format": {"type": "text", "index": 40, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "text", "index": 41, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "text", "index": 42, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "text", "index": 43, "name": "money_with_currency_in_emails_format", "comment": null}, "plan_display_name": {"type": "text", "index": 44, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "text", "index": 45, "name": "plan_name", "comment": null}, "is_password_enabled": {"type": "boolean", "index": 46, "name": "is_password_enabled", "comment": null}, "is_pre_launch_enabled": {"type": "boolean", "index": 47, "name": "is_pre_launch_enabled", "comment": null}, "is_extra_payments_agreement_required": {"type": "boolean", "index": 48, "name": "is_extra_payments_agreement_required", "comment": null}, "is_setup_required": {"type": "boolean", "index": 49, "name": "is_setup_required", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 50, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 51, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 52, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 53, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__shop"}, "model.shopify_source.stg_shopify__shop_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__shop_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "text", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "text", "index": 5, "name": "address_2", "comment": null}, "auto_configure_tax_inclusivity": {"type": "integer", "index": 6, "name": "auto_configure_tax_inclusivity", "comment": null}, "checkout_api_supported": {"type": "boolean", "index": 7, "name": "checkout_api_supported", "comment": null}, "city": {"type": "text", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "text", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "text", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "boolean", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "text", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "text", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "text", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "text", "index": 17, "name": "domain", "comment": null}, "eligible_for_card_reader_giveaway": {"type": "boolean", "index": 18, "name": "eligible_for_card_reader_giveaway", "comment": null}, "eligible_for_payments": {"type": "boolean", "index": 19, "name": "eligible_for_payments", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "text", "index": 21, "name": "enabled_presentment_currencies", "comment": null}, "force_ssl": {"type": "boolean", "index": 22, "name": "force_ssl", "comment": null}, "google_apps_domain": {"type": "integer", "index": 23, "name": "google_apps_domain", "comment": null}, "google_apps_login_enabled": {"type": "boolean", "index": 24, "name": "google_apps_login_enabled", "comment": null}, "has_discounts": {"type": "boolean", "index": 25, "name": "has_discounts", "comment": null}, "has_gift_cards": {"type": "boolean", "index": 26, "name": "has_gift_cards", "comment": null}, "has_storefront": {"type": "boolean", "index": 27, "name": "has_storefront", "comment": null}, "iana_timezone": {"type": "text", "index": 28, "name": "iana_timezone", "comment": null}, "latitude": {"type": "double precision", "index": 29, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 30, "name": "longitude", "comment": null}, "money_format": {"type": "text", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "text", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "text", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "text", "index": 34, "name": "money_with_currency_in_emails_format", "comment": null}, "multi_location_enabled": {"type": "boolean", "index": 35, "name": "multi_location_enabled", "comment": null}, "myshopify_domain": {"type": "text", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "text", "index": 37, "name": "name", "comment": null}, "password_enabled": {"type": "boolean", "index": 38, "name": "password_enabled", "comment": null}, "phone": {"type": "integer", "index": 39, "name": "phone", "comment": null}, "plan_display_name": {"type": "text", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "text", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "boolean", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "text", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "integer", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "text", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "text", "index": 46, "name": "province_code", "comment": null}, "requires_extra_payments_agreement": {"type": "boolean", "index": 47, "name": "requires_extra_payments_agreement", "comment": null}, "setup_required": {"type": "boolean", "index": 48, "name": "setup_required", "comment": null}, "shop_owner": {"type": "text", "index": 49, "name": "shop_owner", "comment": null}, "source": {"type": "integer", "index": 50, "name": "source", "comment": null}, "tax_shipping": {"type": "integer", "index": 51, "name": "tax_shipping", "comment": null}, "taxes_included": {"type": "boolean", "index": 52, "name": "taxes_included", "comment": null}, "timezone": {"type": "text", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "text", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "text", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "text", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "integer", "index": 57, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__shop_tmp"}, "model.shopify_source.stg_shopify__tax_line": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__tax_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_line_id": {"type": "integer", "index": 2, "name": "order_line_id", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "price_set": {"type": "text", "index": 4, "name": "price_set", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tax_line"}, "model.shopify_source.stg_shopify__tax_line_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__tax_line_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_line_id": {"type": "integer", "index": 2, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "double precision", "index": 4, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "text", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tax_line_tmp"}, "model.shopify_source.stg_shopify__tender_transaction": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__tender_transaction", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "integer", "index": 1, "name": "transaction_id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "text", "index": 4, "name": "currency", "comment": null}, "payment_method": {"type": "text", "index": 5, "name": "payment_method", "comment": null}, "remote_reference": {"type": "integer", "index": 6, "name": "remote_reference", "comment": null}, "user_id": {"type": "integer", "index": 7, "name": "user_id", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 8, "name": "processed_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 10, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tender_transaction"}, "model.shopify_source.stg_shopify__tender_transaction_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__tender_transaction_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "text", "index": 4, "name": "currency", "comment": null}, "order_id": {"type": "integer", "index": 5, "name": "order_id", "comment": null}, "payment_details_credit_card_company": {"type": "integer", "index": 6, "name": "payment_details_credit_card_company", "comment": null}, "payment_details_credit_card_number": {"type": "integer", "index": 7, "name": "payment_details_credit_card_number", "comment": null}, "payment_method": {"type": "text", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "text", "index": 9, "name": "processed_at", "comment": null}, "remote_reference": {"type": "integer", "index": 10, "name": "remote_reference", "comment": null}, "test": {"type": "boolean", "index": 11, "name": "test", "comment": null}, "user_id": {"type": "integer", "index": 12, "name": "user_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__tender_transaction_tmp"}, "model.shopify_source.stg_shopify__transaction": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__transaction", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"transaction_id": {"type": "bigint", "index": 1, "name": "transaction_id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "device_id": {"type": "integer", "index": 5, "name": "device_id", "comment": null}, "gateway": {"type": "text", "index": 6, "name": "gateway", "comment": null}, "source_name": {"type": "text", "index": 7, "name": "source_name", "comment": null}, "message": {"type": "text", "index": 8, "name": "message", "comment": null}, "currency": {"type": "text", "index": 9, "name": "currency", "comment": null}, "location_id": {"type": "integer", "index": 10, "name": "location_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "text", "index": 12, "name": "payment_avs_result_code", "comment": null}, "payment_credit_card_bin": {"type": "integer", "index": 13, "name": "payment_credit_card_bin", "comment": null}, "payment_cvv_result_code": {"type": "integer", "index": 14, "name": "payment_cvv_result_code", "comment": null}, "payment_credit_card_number": {"type": "integer", "index": 15, "name": "payment_credit_card_number", "comment": null}, "payment_credit_card_company": {"type": "integer", "index": 16, "name": "payment_credit_card_company", "comment": null}, "kind": {"type": "text", "index": 17, "name": "kind", "comment": null}, "receipt": {"type": "character varying(100)", "index": 18, "name": "receipt", "comment": null}, "currency_exchange_id": {"type": "integer", "index": 19, "name": "currency_exchange_id", "comment": null}, "currency_exchange_adjustment": {"type": "integer", "index": 20, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_original_amount": {"type": "integer", "index": 21, "name": "currency_exchange_original_amount", "comment": null}, "currency_exchange_final_amount": {"type": "integer", "index": 22, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_currency": {"type": "integer", "index": 23, "name": "currency_exchange_currency", "comment": null}, "error_code": {"type": "integer", "index": 24, "name": "error_code", "comment": null}, "status": {"type": "text", "index": 25, "name": "status", "comment": null}, "user_id": {"type": "integer", "index": 26, "name": "user_id", "comment": null}, "authorization_code": {"type": "text", "index": 27, "name": "authorization_code", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 28, "name": "created_timestamp", "comment": null}, "processed_timestamp": {"type": "timestamp without time zone", "index": 29, "name": "processed_timestamp", "comment": null}, "authorization_expires_at": {"type": "timestamp without time zone", "index": 30, "name": "authorization_expires_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 31, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "text", "index": 32, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__transaction"}, "model.shopify_source.stg_shopify__transaction_tmp": {"metadata": {"type": "VIEW", "schema": "combo_integration_tests_12_combo_reporting_dev", "name": "stg_shopify__transaction_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "authorization": {"type": "text", "index": 5, "name": "authorization", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "processed_at": {"type": "text", "index": 7, "name": "processed_at", "comment": null}, "device_id": {"type": "integer", "index": 8, "name": "device_id", "comment": null}, "gateway": {"type": "text", "index": 9, "name": "gateway", "comment": null}, "source_name": {"type": "text", "index": 10, "name": "source_name", "comment": null}, "message": {"type": "text", "index": 11, "name": "message", "comment": null}, "currency": {"type": "text", "index": 12, "name": "currency", "comment": null}, "location_id": {"type": "integer", "index": 13, "name": "location_id", "comment": null}, "parent_id": {"type": "integer", "index": 14, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "text", "index": 15, "name": "payment_avs_result_code", "comment": null}, "kind": {"type": "text", "index": 16, "name": "kind", "comment": null}, "currency_exchange_id": {"type": "integer", "index": 17, "name": "currency_exchange_id", "comment": null}, "currency_exchange_adjustment": {"type": "integer", "index": 18, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_original_amount": {"type": "integer", "index": 19, "name": "currency_exchange_original_amount", "comment": null}, "currency_exchange_final_amount": {"type": "integer", "index": 20, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_currency": {"type": "integer", "index": 21, "name": "currency_exchange_currency", "comment": null}, "error_code": {"type": "integer", "index": 22, "name": "error_code", "comment": null}, "status": {"type": "text", "index": 23, "name": "status", "comment": null}, "test": {"type": "boolean", "index": 24, "name": "test", "comment": null}, "user_id": {"type": "integer", "index": 25, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_synced", "comment": null}, "payment_credit_card_bin": {"type": "integer", "index": 27, "name": "payment_credit_card_bin", "comment": null}, "payment_cvv_result_code": {"type": "integer", "index": 28, "name": "payment_cvv_result_code", "comment": null}, "payment_credit_card_number": {"type": "integer", "index": 29, "name": "payment_credit_card_number", "comment": null}, "payment_credit_card_company": {"type": "integer", "index": 30, "name": "payment_credit_card_company", "comment": null}, "receipt": {"type": "character varying(100)", "index": 31, "name": "receipt", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.shopify_source.stg_shopify__transaction_tmp"}}, "sources": {"source.shopify_source.shopify.abandoned_checkout": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "abandoned_checkout", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "text", "index": 3, "name": "abandoned_checkout_url", "comment": null}, "applied_discount_amount": {"type": "integer", "index": 4, "name": "applied_discount_amount", "comment": null}, "applied_discount_applicable": {"type": "integer", "index": 5, "name": "applied_discount_applicable", "comment": null}, "applied_discount_description": {"type": "integer", "index": 6, "name": "applied_discount_description", "comment": null}, "applied_discount_non_applicable_reason": {"type": "integer", "index": 7, "name": "applied_discount_non_applicable_reason", "comment": null}, "applied_discount_title": {"type": "integer", "index": 8, "name": "applied_discount_title", "comment": null}, "applied_discount_value": {"type": "integer", "index": 9, "name": "applied_discount_value", "comment": null}, "applied_discount_value_type": {"type": "integer", "index": 10, "name": "applied_discount_value_type", "comment": null}, "billing_address_address_1": {"type": "text", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_0": {"type": "text", "index": 12, "name": "billing_address_address_0", "comment": null}, "billing_address_city": {"type": "text", "index": 13, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "integer", "index": 14, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "text", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "text", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 18, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "double precision", "index": 19, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "double precision", "index": 20, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "text", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "text", "index": 24, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "integer", "index": 25, "name": "billing_address_zip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 26, "name": "buyer_accepts_marketing", "comment": null}, "cart_token": {"type": "text", "index": 27, "name": "cart_token", "comment": null}, "closed_at": {"type": "timestamp without time zone", "index": 28, "name": "closed_at", "comment": null}, "completed_at": {"type": "integer", "index": 29, "name": "completed_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 30, "name": "created_at", "comment": null}, "credit_card_first_name": {"type": "integer", "index": 31, "name": "credit_card_first_name", "comment": null}, "credit_card_last_name": {"type": "integer", "index": 32, "name": "credit_card_last_name", "comment": null}, "credit_card_month": {"type": "integer", "index": 33, "name": "credit_card_month", "comment": null}, "credit_card_number": {"type": "integer", "index": 34, "name": "credit_card_number", "comment": null}, "credit_card_verification_value": {"type": "integer", "index": 35, "name": "credit_card_verification_value", "comment": null}, "credit_card_year": {"type": "integer", "index": 36, "name": "credit_card_year", "comment": null}, "currency": {"type": "text", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "integer", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "text", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "text", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "text", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "text", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "text", "index": 45, "name": "name", "comment": null}, "note": {"type": "integer", "index": 46, "name": "note", "comment": null}, "phone": {"type": "integer", "index": 47, "name": "phone", "comment": null}, "referring_site": {"type": "text", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_0": {"type": "text", "index": 50, "name": "shipping_address_address_0", "comment": null}, "shipping_address_city": {"type": "text", "index": 51, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "integer", "index": 52, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "text", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 56, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "double precision", "index": 57, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "double precision", "index": 58, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "text", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "text", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "text", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 63, "name": "shipping_address_zip", "comment": null}, "shipping_line": {"type": "integer", "index": 64, "name": "shipping_line", "comment": null}, "shipping_rate_id": {"type": "integer", "index": 65, "name": "shipping_rate_id", "comment": null}, "shipping_rate_price": {"type": "integer", "index": 66, "name": "shipping_rate_price", "comment": null}, "shipping_rate_title": {"type": "integer", "index": 67, "name": "shipping_rate_title", "comment": null}, "source": {"type": "integer", "index": 68, "name": "source", "comment": null}, "source_identifier": {"type": "integer", "index": 69, "name": "source_identifier", "comment": null}, "source_name": {"type": "text", "index": 70, "name": "source_name", "comment": null}, "source_url": {"type": "integer", "index": 71, "name": "source_url", "comment": null}, "subtotal_price": {"type": "double precision", "index": 72, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "boolean", "index": 73, "name": "taxes_included", "comment": null}, "token": {"type": "text", "index": 74, "name": "token", "comment": null}, "total_discounts": {"type": "double precision", "index": 75, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 76, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "double precision", "index": 77, "name": "total_price", "comment": null}, "total_tax": {"type": "double precision", "index": 78, "name": "total_tax", "comment": null}, "total_weight": {"type": "integer", "index": 79, "name": "total_weight", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 80, "name": "updated_at", "comment": null}, "user_id": {"type": "integer", "index": 81, "name": "user_id", "comment": null}, "note_attribute_littledata_updated_at": {"type": "integer", "index": 82, "name": "note_attribute_littledata_updated_at", "comment": null}, "note_attribute_segment_client_id": {"type": "text", "index": 83, "name": "note_attribute_segment_client_id", "comment": null}, "billing_address_id": {"type": "integer", "index": 84, "name": "billing_address_id", "comment": null}, "billing_address_is_default": {"type": "integer", "index": 85, "name": "billing_address_is_default", "comment": null}, "presentment_currency": {"type": "text", "index": 86, "name": "presentment_currency", "comment": null}, "shipping_address_id": {"type": "integer", "index": 87, "name": "shipping_address_id", "comment": null}, "shipping_address_is_default": {"type": "integer", "index": 88, "name": "shipping_address_is_default", "comment": null}, "total_duties": {"type": "integer", "index": 89, "name": "total_duties", "comment": null}, "note_attribute_email_client_id": {"type": "integer", "index": 90, "name": "note_attribute_email_client_id", "comment": null}, "note_attributes": {"type": "text", "index": 91, "name": "note_attributes", "comment": null}, "note_attribute_google_client_id": {"type": "integer", "index": 92, "name": "note_attribute_google_client_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 93, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.abandoned_checkout"}, "source.shopify_source.shopify.abandoned_checkout_discount_code": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "abandoned_checkout_discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "discount_id": {"type": "integer", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "text", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}, "usage_count": {"type": "integer", "index": 10, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.abandoned_checkout_discount_code"}, "source.shopify_source.shopify.abandoned_checkout_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "abandoned_checkout_shipping_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "api_client_id": {"type": "integer", "index": 4, "name": "api_client_id", "comment": null}, "carrier_identifier": {"type": "integer", "index": 5, "name": "carrier_identifier", "comment": null}, "carrier_service_id": {"type": "integer", "index": 6, "name": "carrier_service_id", "comment": null}, "code": {"type": "text", "index": 7, "name": "code", "comment": null}, "delivery_category": {"type": "integer", "index": 8, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "integer", "index": 9, "name": "discounted_price", "comment": null}, "id": {"type": "text", "index": 10, "name": "id", "comment": null}, "markup": {"type": "character varying", "index": 11, "name": "markup", "comment": null}, "phone": {"type": "integer", "index": 12, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 13, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "integer", "index": 14, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "text", "index": 15, "name": "source", "comment": null}, "title": {"type": "text", "index": 16, "name": "title", "comment": null}, "validation_context": {"type": "integer", "index": 17, "name": "validation_context", "comment": null}, "delivery_expectation_range": {"type": "integer", "index": 18, "name": "delivery_expectation_range", "comment": null}, "delivery_expectation_type": {"type": "integer", "index": 19, "name": "delivery_expectation_type", "comment": null}, "original_shop_markup": {"type": "character varying", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "character varying", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "text", "index": 22, "name": "presentment_title", "comment": null}, "delivery_expectation_range_min": {"type": "integer", "index": 23, "name": "delivery_expectation_range_min", "comment": null}, "delivery_expectation_range_max": {"type": "integer", "index": 24, "name": "delivery_expectation_range_max", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.abandoned_checkout_shipping_line"}, "source.shopify_source.shopify.collection": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "collection", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "handle": {"type": "integer", "index": 4, "name": "handle", "comment": null}, "published_at": {"type": "timestamp without time zone", "index": 5, "name": "published_at", "comment": null}, "published_scope": {"type": "integer", "index": 6, "name": "published_scope", "comment": null}, "title": {"type": "character varying", "index": 7, "name": "title", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "disjunctive": {"type": "boolean", "index": 9, "name": "disjunctive", "comment": null}, "rules": {"type": "integer", "index": 10, "name": "rules", "comment": null}, "sort_order": {"type": "integer", "index": 11, "name": "sort_order", "comment": null}, "template_suffix": {"type": "integer", "index": 12, "name": "template_suffix", "comment": null}, "body_html": {"type": "integer", "index": 13, "name": "body_html", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.collection"}, "source.shopify_source.shopify.collection_product": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "collection_product", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"collection_id": {"type": "integer", "index": 1, "name": "collection_id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.collection_product"}, "source.shopify_source.shopify.customer": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "customer", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "first_name": {"type": "text", "index": 2, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 3, "name": "last_name", "comment": null}, "email": {"type": "character varying", "index": 4, "name": "email", "comment": null}, "phone": {"type": "integer", "index": 5, "name": "phone", "comment": null}, "state": {"type": "text", "index": 6, "name": "state", "comment": null}, "orders_count": {"type": "integer", "index": 7, "name": "orders_count", "comment": null}, "total_spent": {"type": "double precision", "index": 8, "name": "total_spent", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "accepts_marketing": {"type": "boolean", "index": 11, "name": "accepts_marketing", "comment": null}, "tax_exempt": {"type": "boolean", "index": 12, "name": "tax_exempt", "comment": null}, "verified_email": {"type": "boolean", "index": 13, "name": "verified_email", "comment": null}, "default_address_id": {"type": "bigint", "index": 14, "name": "default_address_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.customer"}, "source.shopify_source.shopify.customer_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "customer_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.customer_tag"}, "source.shopify_source.shopify.discount_code": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "text", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "text", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "integer", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "text", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "double precision", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.discount_code"}, "source.shopify_source.shopify.fulfillment": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "fulfillment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "location_id": {"type": "integer", "index": 4, "name": "location_id", "comment": null}, "order_id": {"type": "integer", "index": 5, "name": "order_id", "comment": null}, "status": {"type": "text", "index": 6, "name": "status", "comment": null}, "tracking_company": {"type": "integer", "index": 7, "name": "tracking_company", "comment": null}, "tracking_number": {"type": "integer", "index": 8, "name": "tracking_number", "comment": null}, "updated_at": {"type": "text", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "text", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "text", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "integer", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "text", "index": 13, "name": "service", "comment": null}, "name": {"type": "text", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "integer", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.fulfillment"}, "source.shopify_source.shopify.fulfillment_event": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "fulfillment_event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "integer", "index": 3, "name": "address_1", "comment": null}, "city": {"type": "text", "index": 4, "name": "city", "comment": null}, "country": {"type": "text", "index": 5, "name": "country", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "estimated_delivery_at": {"type": "text", "index": 7, "name": "estimated_delivery_at", "comment": null}, "fulfillment_id": {"type": "integer", "index": 8, "name": "fulfillment_id", "comment": null}, "happened_at": {"type": "text", "index": 9, "name": "happened_at", "comment": null}, "latitude": {"type": "double precision", "index": 10, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 11, "name": "longitude", "comment": null}, "message": {"type": "text", "index": 12, "name": "message", "comment": null}, "order_id": {"type": "integer", "index": 13, "name": "order_id", "comment": null}, "province": {"type": "text", "index": 14, "name": "province", "comment": null}, "shop_id": {"type": "integer", "index": 15, "name": "shop_id", "comment": null}, "status": {"type": "text", "index": 16, "name": "status", "comment": null}, "updated_at": {"type": "text", "index": 17, "name": "updated_at", "comment": null}, "zip": {"type": "text", "index": 18, "name": "zip", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 19, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.fulfillment_event"}, "source.shopify_source.shopify.inventory_item": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "inventory_item", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cost": {"type": "integer", "index": 3, "name": "cost", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "requires_shipping": {"type": "integer", "index": 5, "name": "requires_shipping", "comment": null}, "sku": {"type": "integer", "index": 6, "name": "sku", "comment": null}, "tracked": {"type": "integer", "index": 7, "name": "tracked", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "country_code_of_origin": {"type": "integer", "index": 9, "name": "country_code_of_origin", "comment": null}, "province_code_of_origin": {"type": "integer", "index": 10, "name": "province_code_of_origin", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 11, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.inventory_item"}, "source.shopify_source.shopify.inventory_level": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "inventory_level", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"inventory_item_id": {"type": "integer", "index": 1, "name": "inventory_item_id", "comment": null}, "location_id": {"type": "integer", "index": 2, "name": "location_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "available": {"type": "integer", "index": 4, "name": "available", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.inventory_level"}, "source.klaviyo_source.klaviyo.campaign": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_campaign", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "from_name": {"type": "text", "index": 2, "name": "from_name", "comment": null}, "status_id": {"type": "integer", "index": 3, "name": "status_id", "comment": null}, "campaign_type": {"type": "text", "index": 4, "name": "campaign_type", "comment": null}, "status_label": {"type": "text", "index": 5, "name": "status_label", "comment": null}, "from_email": {"type": "text", "index": 6, "name": "from_email", "comment": null}, "subject": {"type": "text", "index": 7, "name": "subject", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "status": {"type": "text", "index": 9, "name": "status", "comment": null}, "created": {"type": "text", "index": 10, "name": "created", "comment": null}, "updated": {"type": "text", "index": 11, "name": "updated", "comment": null}, "send_time": {"type": "text", "index": 12, "name": "send_time", "comment": null}, "sent_at": {"type": "text", "index": 13, "name": "sent_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 14, "name": "_fivetran_deleted", "comment": null}, "email_template_id": {"type": "text", "index": 15, "name": "email_template_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 17, "name": "archived", "comment": null}, "scheduled": {"type": "text", "index": 18, "name": "scheduled", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.campaign"}, "source.klaviyo_source.klaviyo.event": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_event", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "person_id": {"type": "text", "index": 2, "name": "person_id", "comment": null}, "campaign_id": {"type": "character varying", "index": 3, "name": "campaign_id", "comment": null}, "flow_id": {"type": "character varying", "index": 4, "name": "flow_id", "comment": null}, "flow_message_id": {"type": "integer", "index": 5, "name": "flow_message_id", "comment": null}, "uuid": {"type": "text", "index": 6, "name": "uuid", "comment": null}, "datetime": {"type": "timestamp without time zone", "index": 7, "name": "datetime", "comment": null}, "timestamp": {"type": "timestamp without time zone", "index": 8, "name": "timestamp", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 9, "name": "_fivetran_deleted", "comment": null}, "metric_id": {"type": "text", "index": 10, "name": "metric_id", "comment": null}, "type": {"type": "text", "index": 11, "name": "type", "comment": null}, "_variation": {"type": "text", "index": 12, "name": "_variation", "comment": null}, "property_value": {"type": "integer", "index": 13, "name": "property_value", "comment": null}, "property_source_name": {"type": "integer", "index": 14, "name": "property_source_name", "comment": null}, "property_extra": {"type": "integer", "index": 15, "name": "property_extra", "comment": null}, "property_shipping_rate": {"type": "integer", "index": 16, "name": "property_shipping_rate", "comment": null}, "property_items": {"type": "integer", "index": 17, "name": "property_items", "comment": null}, "property_tags": {"type": "integer", "index": 18, "name": "property_tags", "comment": null}, "property_item_count": {"type": "integer", "index": 19, "name": "property_item_count", "comment": null}, "property_collections": {"type": "integer", "index": 20, "name": "property_collections", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}, "property_currency_code": {"type": "integer", "index": 22, "name": "property_currency_code", "comment": null}, "property_product_id": {"type": "integer", "index": 23, "name": "property_product_id", "comment": null}, "property_quantity": {"type": "integer", "index": 24, "name": "property_quantity", "comment": null}, "property_name": {"type": "integer", "index": 25, "name": "property_name", "comment": null}, "property_variant_option_title": {"type": "integer", "index": 26, "name": "property_variant_option_title", "comment": null}, "property_sku": {"type": "integer", "index": 27, "name": "property_sku", "comment": null}, "property_variant_name": {"type": "integer", "index": 28, "name": "property_variant_name", "comment": null}, "property_vendor": {"type": "integer", "index": 29, "name": "property_vendor", "comment": null}, "property_event_id": {"type": "text", "index": 30, "name": "property_event_id", "comment": null}, "property_total_discounts": {"type": "integer", "index": 31, "name": "property_total_discounts", "comment": null}, "property_attribution": {"type": "integer", "index": 32, "name": "property_attribution", "comment": null}, "property_discount_codes": {"type": "integer", "index": 33, "name": "property_discount_codes", "comment": null}, "property_fulfillment_hours": {"type": "integer", "index": 34, "name": "property_fulfillment_hours", "comment": null}, "property_fulfillment_status": {"type": "integer", "index": 35, "name": "property_fulfillment_status", "comment": null}, "property_subject": {"type": "text", "index": 36, "name": "property_subject", "comment": null}, "property_title": {"type": "integer", "index": 37, "name": "property_title", "comment": null}, "property_message_interaction": {"type": "integer", "index": 38, "name": "property_message_interaction", "comment": null}, "property_url": {"type": "integer", "index": 39, "name": "property_url", "comment": null}, "property_shipment_type": {"type": "integer", "index": 40, "name": "property_shipment_type", "comment": null}, "property_courier_name": {"type": "integer", "index": 41, "name": "property_courier_name", "comment": null}, "property_current_status": {"type": "integer", "index": 42, "name": "property_current_status", "comment": null}, "property_tracking_ship_date": {"type": "integer", "index": 43, "name": "property_tracking_ship_date", "comment": null}, "property_tracking_postal_code": {"type": "integer", "index": 44, "name": "property_tracking_postal_code", "comment": null}, "property_shipment_package_count": {"type": "integer", "index": 45, "name": "property_shipment_package_count", "comment": null}, "property_campaign_name": {"type": "text", "index": 46, "name": "property_campaign_name", "comment": null}, "property_cohort_message_send_cohort": {"type": "text", "index": 47, "name": "property_cohort_message_send_cohort", "comment": null}, "property_email_domain": {"type": "text", "index": 48, "name": "property_email_domain", "comment": null}, "property_bounce_type": {"type": "integer", "index": 49, "name": "property_bounce_type", "comment": null}, "property_client_type": {"type": "integer", "index": 50, "name": "property_client_type", "comment": null}, "property_client_os": {"type": "integer", "index": 51, "name": "property_client_os", "comment": null}, "property_client_name": {"type": "integer", "index": 52, "name": "property_client_name", "comment": null}, "property_client_os_family": {"type": "integer", "index": 53, "name": "property_client_os_family", "comment": null}, "property_client_canonical": {"type": "integer", "index": 54, "name": "property_client_canonical", "comment": null}, "property_page": {"type": "integer", "index": 55, "name": "property_page", "comment": null}, "property_is_session_activity": {"type": "integer", "index": 56, "name": "property_is_session_activity", "comment": null}, "property_os": {"type": "integer", "index": 57, "name": "property_os", "comment": null}, "property_session_end": {"type": "integer", "index": 58, "name": "property_session_end", "comment": null}, "property_browser": {"type": "integer", "index": 59, "name": "property_browser", "comment": null}, "property_list": {"type": "integer", "index": 60, "name": "property_list", "comment": null}, "property_compare_at_price": {"type": "integer", "index": 61, "name": "property_compare_at_price", "comment": null}, "property_price": {"type": "integer", "index": 62, "name": "property_price", "comment": null}, "property_image_url": {"type": "integer", "index": 63, "name": "property_image_url", "comment": null}, "property_brand": {"type": "integer", "index": 64, "name": "property_brand", "comment": null}, "property_categories": {"type": "integer", "index": 65, "name": "property_categories", "comment": null}, "property_variant_option_size": {"type": "integer", "index": 66, "name": "property_variant_option_size", "comment": null}, "property_attribute_workout": {"type": "integer", "index": 67, "name": "property_attribute_workout", "comment": null}, "property_attribute_age": {"type": "integer", "index": 68, "name": "property_attribute_age", "comment": null}, "property_attribute_fitness_goal": {"type": "integer", "index": 69, "name": "property_attribute_fitness_goal", "comment": null}, "property_attribute_breakfast": {"type": "integer", "index": 70, "name": "property_attribute_breakfast", "comment": null}, "property_variant_option_type": {"type": "integer", "index": 71, "name": "property_variant_option_type", "comment": null}, "property_cohort_variation_send_cohort": {"type": "text", "index": 72, "name": "property_cohort_variation_send_cohort", "comment": null}, "property_method": {"type": "integer", "index": 73, "name": "property_method", "comment": null}, "property_to_number": {"type": "integer", "index": 74, "name": "property_to_number", "comment": null}, "property_message_type": {"type": "integer", "index": 75, "name": "property_message_type", "comment": null}, "property_from_number": {"type": "integer", "index": 76, "name": "property_from_number", "comment": null}, "property_message_format": {"type": "integer", "index": 77, "name": "property_message_format", "comment": null}, "property_message_name": {"type": "integer", "index": 78, "name": "property_message_name", "comment": null}, "property_carrier_delivery_status": {"type": "integer", "index": 79, "name": "property_carrier_delivery_status", "comment": null}, "property_failure_type": {"type": "integer", "index": 80, "name": "property_failure_type", "comment": null}, "property_failure_source": {"type": "integer", "index": 81, "name": "property_failure_source", "comment": null}, "property_message_body": {"type": "integer", "index": 82, "name": "property_message_body", "comment": null}, "property_email": {"type": "integer", "index": 83, "name": "property_email", "comment": null}, "property_attribute_kit": {"type": "integer", "index": 84, "name": "property_attribute_kit", "comment": null}, "property_vendor_error_code": {"type": "integer", "index": 85, "name": "property_vendor_error_code", "comment": null}, "property_ordr_details": {"type": "integer", "index": 86, "name": "property_ordr_details", "comment": null}, "property_date_to_send_gift": {"type": "integer", "index": 87, "name": "property_date_to_send_gift", "comment": null}, "property_recipient_name": {"type": "integer", "index": 88, "name": "property_recipient_name", "comment": null}, "property_attribute_facebook_order_retailer_id": {"type": "integer", "index": 89, "name": "property_attribute_facebook_order_retailer_id", "comment": null}, "property_sender_s_name": {"type": "integer", "index": 90, "name": "property_sender_s_name", "comment": null}, "property_attribute_kitid": {"type": "integer", "index": 91, "name": "property_attribute_kitid", "comment": null}, "property_conversation_id": {"type": "integer", "index": 92, "name": "property_conversation_id", "comment": null}, "property_conversation_link": {"type": "integer", "index": 93, "name": "property_conversation_link", "comment": null}, "property_conversation_channel": {"type": "integer", "index": 94, "name": "property_conversation_channel", "comment": null}, "property_rating": {"type": "integer", "index": 95, "name": "property_rating", "comment": null}, "property_score": {"type": "integer", "index": 96, "name": "property_score", "comment": null}, "property_from_phone_region": {"type": "integer", "index": 97, "name": "property_from_phone_region", "comment": null}, "property_shipment_carrier": {"type": "integer", "index": 98, "name": "property_shipment_carrier", "comment": null}, "property_shipment_status": {"type": "integer", "index": 99, "name": "property_shipment_status", "comment": null}, "property_to_phone_region": {"type": "integer", "index": 100, "name": "property_to_phone_region", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.event"}, "source.klaviyo_source.klaviyo.flow": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_flow", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "status": {"type": "text", "index": 3, "name": "status", "comment": null}, "created": {"type": "text", "index": 4, "name": "created", "comment": null}, "updated": {"type": "text", "index": 5, "name": "updated", "comment": null}, "customer_filter": {"type": "text", "index": 6, "name": "customer_filter", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 7, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 9, "name": "archived", "comment": null}, "trigger_type": {"type": "text", "index": 10, "name": "trigger_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.flow"}, "source.klaviyo_source.klaviyo.metric": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_metric", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "integration_id": {"type": "text", "index": 3, "name": "integration_id", "comment": null}, "created": {"type": "text", "index": 4, "name": "created", "comment": null}, "updated": {"type": "text", "index": 5, "name": "updated", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "integration_category": {"type": "text", "index": 8, "name": "integration_category", "comment": null}, "integration_name": {"type": "text", "index": 9, "name": "integration_name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.metric"}, "source.klaviyo_source.klaviyo.person": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "klaviyo_person", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated": {"type": "text", "index": 2, "name": "updated", "comment": null}, "created": {"type": "text", "index": 3, "name": "created", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "address_1": {"type": "text", "index": 7, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 8, "name": "address_2", "comment": null}, "title": {"type": "integer", "index": 9, "name": "title", "comment": null}, "timezone": {"type": "text", "index": 10, "name": "timezone", "comment": null}, "organization": {"type": "integer", "index": 11, "name": "organization", "comment": null}, "region": {"type": "text", "index": 12, "name": "region", "comment": null}, "longitude": {"type": "double precision", "index": 13, "name": "longitude", "comment": null}, "latitude": {"type": "double precision", "index": 14, "name": "latitude", "comment": null}, "phone_number": {"type": "character varying", "index": 15, "name": "phone_number", "comment": null}, "country": {"type": "text", "index": 16, "name": "country", "comment": null}, "zip": {"type": "integer", "index": 17, "name": "zip", "comment": null}, "city": {"type": "text", "index": 18, "name": "city", "comment": null}, "email": {"type": "text", "index": 19, "name": "email", "comment": null}, "custom_object": {"type": "text", "index": 20, "name": "custom_object", "comment": null}, "custom_email": {"type": "text", "index": 21, "name": "custom_email", "comment": null}, "custom_accepts_marketing": {"type": "boolean", "index": 22, "name": "custom_accepts_marketing", "comment": null}, "custom_shopify_tags": {"type": "text", "index": 23, "name": "custom_shopify_tags", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "custom_consent_form_id": {"type": "text", "index": 25, "name": "custom_consent_form_id", "comment": null}, "custom_source": {"type": "text", "index": 26, "name": "custom_source", "comment": null}, "custom_consent_method": {"type": "text", "index": 27, "name": "custom_consent_method", "comment": null}, "custom_consent": {"type": "integer", "index": 28, "name": "custom_consent", "comment": null}, "custom_gift_giver_name": {"type": "integer", "index": 29, "name": "custom_gift_giver_name", "comment": null}, "custom_state": {"type": "integer", "index": 30, "name": "custom_state", "comment": null}, "custom_flow": {"type": "integer", "index": 31, "name": "custom_flow", "comment": null}, "custom_gift_recipient_name": {"type": "integer", "index": 32, "name": "custom_gift_recipient_name", "comment": null}, "custom_last_sign_in": {"type": "integer", "index": 33, "name": "custom_last_sign_in", "comment": null}, "custom_consent_form_version": {"type": "integer", "index": 34, "name": "custom_consent_form_version", "comment": null}, "custom_consent_timestamp": {"type": "integer", "index": 35, "name": "custom_consent_timestamp", "comment": null}, "custom_mail_chimp_rating": {"type": "integer", "index": 36, "name": "custom_mail_chimp_rating", "comment": null}, "custom_gift_recipient_email": {"type": "integer", "index": 37, "name": "custom_gift_recipient_email", "comment": null}, "custom_gift_options": {"type": "integer", "index": 38, "name": "custom_gift_options", "comment": null}, "custom_address": {"type": "integer", "index": 39, "name": "custom_address", "comment": null}, "custom_subscription_expiration": {"type": "integer", "index": 40, "name": "custom_subscription_expiration", "comment": null}, "custom_city": {"type": "integer", "index": 41, "name": "custom_city", "comment": null}, "custom_address_line_2": {"type": "integer", "index": 42, "name": "custom_address_line_2", "comment": null}, "custom_zipcode": {"type": "integer", "index": 43, "name": "custom_zipcode", "comment": null}, "custom_expected_date_of_next_order": {"type": "text", "index": 44, "name": "custom_expected_date_of_next_order", "comment": null}, "custom_sms_attentive_signup": {"type": "integer", "index": 45, "name": "custom_sms_attentive_signup", "comment": null}, "custom_phone": {"type": "integer", "index": 46, "name": "custom_phone", "comment": null}, "custom_afterpay_order": {"type": "integer", "index": 47, "name": "custom_afterpay_order", "comment": null}, "custom_phone_number_region": {"type": "text", "index": 48, "name": "custom_phone_number_region", "comment": null}, "custom_name": {"type": "integer", "index": 49, "name": "custom_name", "comment": null}, "custom_referrer_name": {"type": "integer", "index": 50, "name": "custom_referrer_name", "comment": null}, "custom_referrer_email": {"type": "integer", "index": 51, "name": "custom_referrer_email", "comment": null}, "custom_birthday": {"type": "integer", "index": 52, "name": "custom_birthday", "comment": null}, "custom_first_purchase_date_": {"type": "date", "index": 53, "name": "custom_first_purchase_date_", "comment": null}, "custom_unengaged": {"type": "integer", "index": 54, "name": "custom_unengaged", "comment": null}, "custom_landing_page_tag": {"type": "integer", "index": 55, "name": "custom_landing_page_tag", "comment": null}, "custom_fitness_goal": {"type": "integer", "index": 56, "name": "custom_fitness_goal", "comment": null}, "custom_age": {"type": "integer", "index": 57, "name": "custom_age", "comment": null}, "custom_workout": {"type": "integer", "index": 58, "name": "custom_workout", "comment": null}, "custom_quiz": {"type": "integer", "index": 59, "name": "custom_quiz", "comment": null}, "custom_breakfast": {"type": "integer", "index": 60, "name": "custom_breakfast", "comment": null}, "custom_quiz_data": {"type": "integer", "index": 61, "name": "custom_quiz_data", "comment": null}, "custom_raf_subscribe": {"type": "integer", "index": 62, "name": "custom_raf_subscribe", "comment": null}, "custom_suppress": {"type": "integer", "index": 63, "name": "custom_suppress", "comment": null}, "custom_sms_consent": {"type": "integer", "index": 64, "name": "custom_sms_consent", "comment": null}, "custom_gift_option_dreambelt": {"type": "integer", "index": 65, "name": "custom_gift_option_dreambelt", "comment": null}, "custom_gift_option_starter": {"type": "integer", "index": 66, "name": "custom_gift_option_starter", "comment": null}, "custom_gift_option_machine": {"type": "integer", "index": 67, "name": "custom_gift_option_machine", "comment": null}, "custom_landingpage_tag": {"type": "integer", "index": 68, "name": "custom_landingpage_tag", "comment": null}, "last_event_date": {"type": "text", "index": 69, "name": "last_event_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.klaviyo_source.klaviyo.person"}, "source.shopify_source.shopify.location": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "location", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "text", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 6, "name": "city", "comment": null}, "country": {"type": "text", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "text", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "boolean", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "phone": {"type": "integer", "index": 11, "name": "phone", "comment": null}, "province": {"type": "text", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "integer", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "text", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "text", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "text", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "text", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.location"}, "source.shopify_source.shopify.metafield": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "metafield", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "text", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "key": {"type": "text", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "text", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "text", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "text", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "text", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "character varying", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "character varying", "index": 12, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.metafield"}, "source.shopify_source.shopify.order_adjustment": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_adjustment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "integer", "index": 4, "name": "amount", "comment": null}, "tax_amount": {"type": "double precision", "index": 5, "name": "tax_amount", "comment": null}, "kind": {"type": "text", "index": 6, "name": "kind", "comment": null}, "reason": {"type": "text", "index": 7, "name": "reason", "comment": null}, "amount_set": {"type": "integer", "index": 8, "name": "amount_set", "comment": null}, "tax_amount_set": {"type": "integer", "index": 9, "name": "tax_amount_set", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_adjustment"}, "source.shopify_source.shopify.order_discount_code": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_discount_code", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "code": {"type": "text", "index": 5, "name": "code", "comment": null}, "type": {"type": "text", "index": 6, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_discount_code"}, "source.shopify_source.shopify.order_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "id": {"type": "bigint", "index": 2, "name": "id", "comment": null}, "product_id": {"type": "bigint", "index": 3, "name": "product_id", "comment": null}, "variant_id": {"type": "bigint", "index": 4, "name": "variant_id", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "vendor": {"type": "text", "index": 7, "name": "vendor", "comment": null}, "price": {"type": "double precision", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 9, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 10, "name": "grams", "comment": null}, "sku": {"type": "text", "index": 11, "name": "sku", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 12, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "text", "index": 13, "name": "fulfillment_service", "comment": null}, "gift_card": {"type": "boolean", "index": 14, "name": "gift_card", "comment": null}, "requires_shipping": {"type": "boolean", "index": 15, "name": "requires_shipping", "comment": null}, "taxable": {"type": "boolean", "index": 16, "name": "taxable", "comment": null}, "index": {"type": "integer", "index": 17, "name": "index", "comment": null}, "total_discount": {"type": "integer", "index": 18, "name": "total_discount", "comment": null}, "pre_tax_price": {"type": "integer", "index": 19, "name": "pre_tax_price", "comment": null}, "fulfillment_status": {"type": "text", "index": 20, "name": "fulfillment_status", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_line"}, "source.shopify_source.shopify.order_line_refund": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_line_refund", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "location_id": {"type": "bigint", "index": 2, "name": "location_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "restock_type": {"type": "text", "index": 4, "name": "restock_type", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "order_line_id": {"type": "bigint", "index": 6, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "subtotal": {"type": "integer", "index": 8, "name": "subtotal", "comment": null}, "total_tax_set": {"type": "integer", "index": 9, "name": "total_tax_set", "comment": null}, "subtotal_set": {"type": "integer", "index": 10, "name": "subtotal_set", "comment": null}, "total_tax": {"type": "double precision", "index": 11, "name": "total_tax", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_line_refund"}, "source.shopify_source.shopify.order_note_attribute": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_note_attribute", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"name": {"type": "text", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_note_attribute"}, "source.shopify_source.shopify.order_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_shipping_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "integer", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "text", "index": 5, "name": "code", "comment": null}, "delivery_category": {"type": "integer", "index": 6, "name": "delivery_category", "comment": null}, "discounted_price": {"type": "double precision", "index": 7, "name": "discounted_price", "comment": null}, "phone": {"type": "integer", "index": 8, "name": "phone", "comment": null}, "price": {"type": "double precision", "index": 9, "name": "price", "comment": null}, "requested_fulfillment_service_id": {"type": "integer", "index": 10, "name": "requested_fulfillment_service_id", "comment": null}, "source": {"type": "text", "index": 11, "name": "source", "comment": null}, "title": {"type": "text", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "text", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "text", "index": 14, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_shipping_line"}, "source.shopify_source.shopify.order_shipping_tax_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_shipping_tax_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_shipping_line_id": {"type": "integer", "index": 2, "name": "order_shipping_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "double precision", "index": 4, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "text", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_shipping_tax_line"}, "source.shopify_source.shopify.order": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_table", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "note": {"type": "text", "index": 2, "name": "note", "comment": null}, "email": {"type": "text", "index": 3, "name": "email", "comment": null}, "taxes_included": {"type": "boolean", "index": 4, "name": "taxes_included", "comment": null}, "currency": {"type": "text", "index": 5, "name": "currency", "comment": null}, "subtotal_price": {"type": "double precision", "index": 6, "name": "subtotal_price", "comment": null}, "total_tax": {"type": "integer", "index": 7, "name": "total_tax", "comment": null}, "total_price": {"type": "double precision", "index": 8, "name": "total_price", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 10, "name": "updated_at", "comment": null}, "name": {"type": "text", "index": 11, "name": "name", "comment": null}, "shipping_address_name": {"type": "text", "index": 12, "name": "shipping_address_name", "comment": null}, "shipping_address_first_name": {"type": "text", "index": 13, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "text", "index": 14, "name": "shipping_address_last_name", "comment": null}, "shipping_address_company": {"type": "text", "index": 15, "name": "shipping_address_company", "comment": null}, "shipping_address_phone": {"type": "text", "index": 16, "name": "shipping_address_phone", "comment": null}, "shipping_address_address_1": {"type": "text", "index": 17, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "text", "index": 18, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "text", "index": 19, "name": "shipping_address_city", "comment": null}, "shipping_address_country": {"type": "text", "index": 20, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "text", "index": 21, "name": "shipping_address_country_code", "comment": null}, "shipping_address_province": {"type": "text", "index": 22, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "integer", "index": 23, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "text", "index": 24, "name": "shipping_address_zip", "comment": null}, "shipping_address_latitude": {"type": "text", "index": 25, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "text", "index": 26, "name": "shipping_address_longitude", "comment": null}, "billing_address_name": {"type": "text", "index": 27, "name": "billing_address_name", "comment": null}, "billing_address_first_name": {"type": "text", "index": 28, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "text", "index": 29, "name": "billing_address_last_name", "comment": null}, "billing_address_company": {"type": "text", "index": 30, "name": "billing_address_company", "comment": null}, "billing_address_phone": {"type": "text", "index": 31, "name": "billing_address_phone", "comment": null}, "billing_address_address_1": {"type": "text", "index": 32, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "text", "index": 33, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "text", "index": 34, "name": "billing_address_city", "comment": null}, "billing_address_country": {"type": "text", "index": 35, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "text", "index": 36, "name": "billing_address_country_code", "comment": null}, "billing_address_province": {"type": "text", "index": 37, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "integer", "index": 38, "name": "billing_address_province_code", "comment": null}, "billing_address_zip": {"type": "text", "index": 39, "name": "billing_address_zip", "comment": null}, "billing_address_latitude": {"type": "text", "index": 40, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "text", "index": 41, "name": "billing_address_longitude", "comment": null}, "customer_id": {"type": "bigint", "index": 42, "name": "customer_id", "comment": null}, "location_id": {"type": "bigint", "index": 43, "name": "location_id", "comment": null}, "user_id": {"type": "bigint", "index": 44, "name": "user_id", "comment": null}, "number": {"type": "integer", "index": 45, "name": "number", "comment": null}, "order_number": {"type": "integer", "index": 46, "name": "order_number", "comment": null}, "financial_status": {"type": "text", "index": 47, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "text", "index": 48, "name": "fulfillment_status", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 49, "name": "processed_at", "comment": null}, "processing_method": {"type": "text", "index": 50, "name": "processing_method", "comment": null}, "referring_site": {"type": "text", "index": 51, "name": "referring_site", "comment": null}, "cancel_reason": {"type": "integer", "index": 52, "name": "cancel_reason", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 53, "name": "cancelled_at", "comment": null}, "closed_at": {"type": "text", "index": 54, "name": "closed_at", "comment": null}, "total_discounts": {"type": "double precision", "index": 55, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 56, "name": "total_line_items_price", "comment": null}, "total_weight": {"type": "integer", "index": 57, "name": "total_weight", "comment": null}, "source_name": {"type": "text", "index": 58, "name": "source_name", "comment": null}, "browser_ip": {"type": "text", "index": 59, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 60, "name": "buyer_accepts_marketing", "comment": null}, "token": {"type": "text", "index": 61, "name": "token", "comment": null}, "cart_token": {"type": "text", "index": 62, "name": "cart_token", "comment": null}, "checkout_token": {"type": "text", "index": 63, "name": "checkout_token", "comment": null}, "test": {"type": "boolean", "index": 64, "name": "test", "comment": null}, "landing_site_base_url": {"type": "text", "index": 65, "name": "landing_site_base_url", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 66, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order"}, "source.shopify_source.shopify.order_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_tag"}, "source.shopify_source.shopify.order_url_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "order_url_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"key": {"type": "text", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.order_url_tag"}, "source.shopify_source.shopify.price_rule": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "price_rule", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "integer", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "text", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "text", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "text", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "text", "index": 7, "name": "ends_at", "comment": null}, "once_per_customer": {"type": "boolean", "index": 8, "name": "once_per_customer", "comment": null}, "prerequisite_quantity_range": {"type": "integer", "index": 9, "name": "prerequisite_quantity_range", "comment": null}, "prerequisite_shipping_price_range": {"type": "integer", "index": 10, "name": "prerequisite_shipping_price_range", "comment": null}, "prerequisite_subtotal_range": {"type": "double precision", "index": 11, "name": "prerequisite_subtotal_range", "comment": null}, "quantity_ratio_entitled_quantity": {"type": "integer", "index": 12, "name": "quantity_ratio_entitled_quantity", "comment": null}, "quantity_ratio_prerequisite_quantity": {"type": "integer", "index": 13, "name": "quantity_ratio_prerequisite_quantity", "comment": null}, "starts_at": {"type": "text", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "text", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "text", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "text", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "text", "index": 18, "name": "updated_at", "comment": null}, "usage_limit": {"type": "integer", "index": 19, "name": "usage_limit", "comment": null}, "value": {"type": "double precision", "index": 20, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 21, "name": "value_type", "comment": null}, "prerequisite_to_entitlement_purchase_prerequisite_amount": {"type": "integer", "index": 22, "name": "prerequisite_to_entitlement_purchase_prerequisite_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.price_rule"}, "source.shopify_source.shopify.product": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "title": {"type": "text", "index": 2, "name": "title", "comment": null}, "handle": {"type": "text", "index": 3, "name": "handle", "comment": null}, "product_type": {"type": "text", "index": 4, "name": "product_type", "comment": null}, "vendor": {"type": "text", "index": 5, "name": "vendor", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "published_at": {"type": "timestamp without time zone", "index": 8, "name": "published_at", "comment": null}, "published_scope": {"type": "text", "index": 9, "name": "published_scope", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 10, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product"}, "source.shopify_source.shopify.product_image": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product_image", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "integer", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "height": {"type": "integer", "index": 7, "name": "height", "comment": null}, "position": {"type": "integer", "index": 8, "name": "position", "comment": null}, "src": {"type": "text", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "text", "index": 10, "name": "updated_at", "comment": null}, "width": {"type": "integer", "index": 11, "name": "width", "comment": null}, "is_default": {"type": "boolean", "index": 12, "name": "is_default", "comment": null}, "variant_ids": {"type": "text", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product_image"}, "source.shopify_source.shopify.product_tag": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product_tag", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "text", "index": 4, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product_tag"}, "source.shopify_source.shopify.product_variant": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "product_variant", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "product_id": {"type": "bigint", "index": 2, "name": "product_id", "comment": null}, "inventory_item_id": {"type": "bigint", "index": 3, "name": "inventory_item_id", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "price": {"type": "integer", "index": 5, "name": "price", "comment": null}, "sku": {"type": "integer", "index": 6, "name": "sku", "comment": null}, "position": {"type": "integer", "index": 7, "name": "position", "comment": null}, "inventory_policy": {"type": "text", "index": 8, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 9, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "text", "index": 10, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "text", "index": 11, "name": "inventory_management", "comment": null}, "created_at": {"type": "text", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "text", "index": 13, "name": "updated_at", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "barcode": {"type": "integer", "index": 15, "name": "barcode", "comment": null}, "grams": {"type": "integer", "index": 16, "name": "grams", "comment": null}, "image_id": {"type": "integer", "index": 17, "name": "image_id", "comment": null}, "inventory_quantity": {"type": "integer", "index": 18, "name": "inventory_quantity", "comment": null}, "weight": {"type": "integer", "index": 19, "name": "weight", "comment": null}, "weight_unit": {"type": "text", "index": 20, "name": "weight_unit", "comment": null}, "old_inventory_quantity": {"type": "integer", "index": 21, "name": "old_inventory_quantity", "comment": null}, "requires_shipping": {"type": "boolean", "index": 22, "name": "requires_shipping", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 23, "name": "_fivetran_synced", "comment": null}, "option_2": {"type": "integer", "index": 24, "name": "option_2", "comment": null}, "tax_code": {"type": "text", "index": 25, "name": "tax_code", "comment": null}, "option_3": {"type": "integer", "index": 26, "name": "option_3", "comment": null}, "option_1": {"type": "text", "index": 27, "name": "option_1", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.product_variant"}, "source.shopify_source.shopify.refund": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "refund", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "text", "index": 2, "name": "created_at", "comment": null}, "processed_at": {"type": "text", "index": 3, "name": "processed_at", "comment": null}, "note": {"type": "text", "index": 4, "name": "note", "comment": null}, "restock": {"type": "boolean", "index": 5, "name": "restock", "comment": null}, "user_id": {"type": "bigint", "index": 6, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "total_duties_set": {"type": "integer", "index": 8, "name": "total_duties_set", "comment": null}, "order_id": {"type": "bigint", "index": 9, "name": "order_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.refund"}, "source.shopify_source.shopify.shop": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "shop", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "text", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "text", "index": 5, "name": "address_2", "comment": null}, "auto_configure_tax_inclusivity": {"type": "integer", "index": 6, "name": "auto_configure_tax_inclusivity", "comment": null}, "checkout_api_supported": {"type": "boolean", "index": 7, "name": "checkout_api_supported", "comment": null}, "city": {"type": "text", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "text", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "text", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "text", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "text", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "boolean", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "text", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "text", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "text", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "text", "index": 17, "name": "domain", "comment": null}, "eligible_for_card_reader_giveaway": {"type": "boolean", "index": 18, "name": "eligible_for_card_reader_giveaway", "comment": null}, "eligible_for_payments": {"type": "boolean", "index": 19, "name": "eligible_for_payments", "comment": null}, "email": {"type": "text", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "text", "index": 21, "name": "enabled_presentment_currencies", "comment": null}, "force_ssl": {"type": "boolean", "index": 22, "name": "force_ssl", "comment": null}, "google_apps_domain": {"type": "integer", "index": 23, "name": "google_apps_domain", "comment": null}, "google_apps_login_enabled": {"type": "boolean", "index": 24, "name": "google_apps_login_enabled", "comment": null}, "has_discounts": {"type": "boolean", "index": 25, "name": "has_discounts", "comment": null}, "has_gift_cards": {"type": "boolean", "index": 26, "name": "has_gift_cards", "comment": null}, "has_storefront": {"type": "boolean", "index": 27, "name": "has_storefront", "comment": null}, "iana_timezone": {"type": "text", "index": 28, "name": "iana_timezone", "comment": null}, "latitude": {"type": "double precision", "index": 29, "name": "latitude", "comment": null}, "longitude": {"type": "double precision", "index": 30, "name": "longitude", "comment": null}, "money_format": {"type": "text", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "text", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "text", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "text", "index": 34, "name": "money_with_currency_in_emails_format", "comment": null}, "multi_location_enabled": {"type": "boolean", "index": 35, "name": "multi_location_enabled", "comment": null}, "myshopify_domain": {"type": "text", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "text", "index": 37, "name": "name", "comment": null}, "password_enabled": {"type": "boolean", "index": 38, "name": "password_enabled", "comment": null}, "phone": {"type": "integer", "index": 39, "name": "phone", "comment": null}, "plan_display_name": {"type": "text", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "text", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "boolean", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "text", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "integer", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "text", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "text", "index": 46, "name": "province_code", "comment": null}, "requires_extra_payments_agreement": {"type": "boolean", "index": 47, "name": "requires_extra_payments_agreement", "comment": null}, "setup_required": {"type": "boolean", "index": 48, "name": "setup_required", "comment": null}, "shop_owner": {"type": "text", "index": 49, "name": "shop_owner", "comment": null}, "source": {"type": "integer", "index": 50, "name": "source", "comment": null}, "tax_shipping": {"type": "integer", "index": 51, "name": "tax_shipping", "comment": null}, "taxes_included": {"type": "boolean", "index": 52, "name": "taxes_included", "comment": null}, "timezone": {"type": "text", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "text", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "text", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "text", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "integer", "index": 57, "name": "zip", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.shop"}, "source.shopify_source.shopify.tax_line": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "tax_line", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_line_id": {"type": "integer", "index": 2, "name": "order_line_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "price": {"type": "double precision", "index": 4, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "text", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "text", "index": 7, "name": "price_set", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.tax_line"}, "source.shopify_source.shopify.tender_transaction": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "tender_transaction", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "text", "index": 4, "name": "currency", "comment": null}, "order_id": {"type": "integer", "index": 5, "name": "order_id", "comment": null}, "payment_details_credit_card_company": {"type": "integer", "index": 6, "name": "payment_details_credit_card_company", "comment": null}, "payment_details_credit_card_number": {"type": "integer", "index": 7, "name": "payment_details_credit_card_number", "comment": null}, "payment_method": {"type": "text", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "text", "index": 9, "name": "processed_at", "comment": null}, "remote_reference": {"type": "integer", "index": 10, "name": "remote_reference", "comment": null}, "test": {"type": "boolean", "index": 11, "name": "test", "comment": null}, "user_id": {"type": "integer", "index": 12, "name": "user_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.tender_transaction"}, "source.shopify_source.shopify.transaction": {"metadata": {"type": "BASE TABLE", "schema": "combo_integration_tests_12", "name": "transaction", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "bigint", "index": 2, "name": "order_id", "comment": null}, "refund_id": {"type": "bigint", "index": 3, "name": "refund_id", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "authorization": {"type": "text", "index": 5, "name": "authorization", "comment": null}, "created_at": {"type": "text", "index": 6, "name": "created_at", "comment": null}, "processed_at": {"type": "text", "index": 7, "name": "processed_at", "comment": null}, "device_id": {"type": "integer", "index": 8, "name": "device_id", "comment": null}, "gateway": {"type": "text", "index": 9, "name": "gateway", "comment": null}, "source_name": {"type": "text", "index": 10, "name": "source_name", "comment": null}, "message": {"type": "text", "index": 11, "name": "message", "comment": null}, "currency": {"type": "text", "index": 12, "name": "currency", "comment": null}, "location_id": {"type": "integer", "index": 13, "name": "location_id", "comment": null}, "parent_id": {"type": "integer", "index": 14, "name": "parent_id", "comment": null}, "payment_avs_result_code": {"type": "text", "index": 15, "name": "payment_avs_result_code", "comment": null}, "kind": {"type": "text", "index": 16, "name": "kind", "comment": null}, "currency_exchange_id": {"type": "integer", "index": 17, "name": "currency_exchange_id", "comment": null}, "currency_exchange_adjustment": {"type": "integer", "index": 18, "name": "currency_exchange_adjustment", "comment": null}, "currency_exchange_original_amount": {"type": "integer", "index": 19, "name": "currency_exchange_original_amount", "comment": null}, "currency_exchange_final_amount": {"type": "integer", "index": 20, "name": "currency_exchange_final_amount", "comment": null}, "currency_exchange_currency": {"type": "integer", "index": 21, "name": "currency_exchange_currency", "comment": null}, "error_code": {"type": "integer", "index": 22, "name": "error_code", "comment": null}, "status": {"type": "text", "index": 23, "name": "status", "comment": null}, "test": {"type": "boolean", "index": 24, "name": "test", "comment": null}, "user_id": {"type": "integer", "index": 25, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_synced", "comment": null}, "payment_credit_card_bin": {"type": "integer", "index": 27, "name": "payment_credit_card_bin", "comment": null}, "payment_cvv_result_code": {"type": "integer", "index": 28, "name": "payment_cvv_result_code", "comment": null}, "payment_credit_card_number": {"type": "integer", "index": 29, "name": "payment_credit_card_number", "comment": null}, "payment_credit_card_company": {"type": "integer", "index": 30, "name": "payment_credit_card_company", "comment": null}, "receipt": {"type": "character varying(100)", "index": 31, "name": "receipt", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.shopify_source.shopify.transaction"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index ca1e6f8..c580ce9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,30 +1,4 @@ - - -
- - - -Source | \nTable | \nDescription | \nLink | \nMore? | \n
---|---|---|---|---|
\n \n {{ source.source_name }}\n \n | \n \n {{ source.name }}\n | \n \n\n View docs\n | \n\n \n \n \n \n \n \n \n \n | \n|
\n \n \n \n \n Description\n \n | \n