From 7cc06076939937265ab4e11b75a7b34c89c46000 Mon Sep 17 00:00:00 2001 From: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:59:20 -0800 Subject: [PATCH] Update partition logic with source relation (#74) --- .github/workflows/auto-release.yml | 13 +++++++++++++ .gitignore | 3 ++- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- dbt_project.yml | 2 +- docs/catalog.json | 2 +- docs/index.html | 4 ++-- docs/manifest.json | 2 +- docs/run_results.json | 2 +- integration_tests/dbt_project.yml | 10 +++++++++- .../int_shopify__customer_email_rollup.sql | 2 +- packages.yml | 2 +- 12 files changed, 44 insertions(+), 12 deletions(-) create mode 100644 .github/workflows/auto-release.yml diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml new file mode 100644 index 0000000..8ed5853 --- /dev/null +++ b/.github/workflows/auto-release.yml @@ -0,0 +1,13 @@ +name: 'auto release' +on: + pull_request: + types: + - closed + branches: + - main + +jobs: + call-workflow-passing-data: + if: github.event.pull_request.merged + uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main + secrets: inherit \ No newline at end of file diff --git a/.gitignore b/.gitignore index 55d3399..ebaaa86 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ target/ dbt_modules/ logs/ env/ -dbt_packages/ \ No newline at end of file +dbt_packages/ +package-lock.yml \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e52c12..0afeb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# dbt_shopify v0.11.0 +[PR #74](https://github.com/fivetran/dbt_shopify/pull/74) includes the following updates: + +## 🚨 Breaking Changes 🚨 +- Added `source_relation` to the `partition_by` clauses that determine the `customer_index` in the `int_shopify__customer_email_rollup` table. If the user is leveraging the union feature, this could change data values. + +## 🚘 Under The Hood 🚘 +- Included auto-releaser GitHub Actions workflow to automate future releases. +- Added additional casting in seed dependencies for above models `integration_tests/dbt_project.yml` to ensure local testing passed on null cases. + # dbt_shopify v0.10.0 ## 🚨 Breaking Changes 🚨 - This release will be a breaking change due to the removal of below dependencies. diff --git a/README.md b/README.md index 7d6b766..125a40e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ If you are **not** using the [Shopify Holistic reporting package](https://github ```yml packages: - package: fivetran/shopify - version: [">=0.10.0", "<0.11.0"] # we recommend using ranges to capture non-breaking changes automatically + version: [">=0.11.0", "<0.12.0"] # we recommend using ranges to capture non-breaking changes automatically ``` Do **NOT** include the `shopify_source` package in this file. The transformation package itself has a dependency on it and will install the source package as well. @@ -205,7 +205,7 @@ This dbt package is dependent on the following dbt packages. Please be aware tha ```yml packages: - package: fivetran/shopify_source - version: [">=0.10.0", "<0.11.0"] + version: [">=0.11.0", "<0.12.0"] - package: fivetran/fivetran_utils version: [">=0.4.0", "<0.5.0"] diff --git a/dbt_project.yml b/dbt_project.yml index a4f76fc..a7c11af 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'shopify' -version: '0.10.0' +version: '0.11.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 c4cae9a..04c178e 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.6.1", "generated_at": "2023-10-04T19:43:39.802794Z", "invocation_id": "2d213e3c-e320-4711-a5b0-687bb1755668", "env": {}}, "nodes": {}, "sources": {}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.9", "generated_at": "2024-03-05T04:40:15.664484Z", "invocation_id": "b8cf0abf-d17e-4c11-a5b8-383e8497b1df", "env": {}}, "nodes": {"seed.shopify_integration_tests.shopify_abandoned_checkout_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "character varying(118)", "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": "character varying(7)", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_0": {"type": "character varying(5)", "index": 12, "name": "billing_address_address_0", "comment": null}, "billing_address_city": {"type": "character varying(13)", "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": "character varying(7)", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(2)", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "character varying(4)", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(6)", "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": "character varying(2)", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying(256)", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "character varying(10)", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "character varying(5)", "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": "character varying(32)", "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": "character varying(3)", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "integer", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "character varying(2)", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "character varying(18)", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "character varying(6)", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "character varying(29)", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "character varying(9)", "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": "character varying(23)", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "character varying(13)", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_0": {"type": "character varying(6)", "index": 50, "name": "shipping_address_address_0", "comment": null}, "shipping_address_city": {"type": "character varying(11)", "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": "character varying(13)", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(2)", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "character varying(5)", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(12)", "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": "character varying(17)", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying(256)", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "character varying(20)", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "character varying(2)", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "character varying(9)", "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": "character varying(3)", "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": "character varying(21)", "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": "character varying(33)", "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": "character varying(3)", "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": "character varying(122)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 96000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000265, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_data"}, "seed.shopify_integration_tests.shopify_abandoned_checkout_discount_code_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_discount_code_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"checkout_id": {"type": "bigint", "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": "bigint", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "character varying(256)", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "character varying(256)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_discount_code_data"}, "seed.shopify_integration_tests.shopify_abandoned_checkout_shipping_line_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_shipping_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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": "character varying(8)", "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": "character varying(23)", "index": 10, "name": "id", "comment": null}, "markup": {"type": "character varying(256)", "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": "character varying(7)", "index": 15, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "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(256)", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "character varying(256)", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "character varying(8)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 27000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_shipping_line_data"}, "seed.shopify_integration_tests.shopify_collection_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_collection_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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(256)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_collection_data"}, "seed.shopify_integration_tests.shopify_collection_product_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_collection_product_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_collection_product_data"}, "seed.shopify_integration_tests.shopify_customer_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_customer_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "first_name": {"type": "character varying(32)", "index": 2, "name": "first_name", "comment": null}, "last_name": {"type": "character varying(32)", "index": 3, "name": "last_name", "comment": null}, "email": {"type": "character varying(256)", "index": 4, "name": "email", "comment": null}, "phone": {"type": "integer", "index": 5, "name": "phone", "comment": null}, "state": {"type": "character varying(8)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_customer_data"}, "seed.shopify_integration_tests.shopify_customer_tag_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_customer_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(4)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_customer_tag_data"}, "seed.shopify_integration_tests.shopify_discount_code_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_discount_code_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "character varying(16)", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "character varying(26)", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "integer", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "double precision", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_discount_code_data"}, "seed.shopify_integration_tests.shopify_fulfillment_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_fulfillment_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "character varying(26)", "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": "character varying(7)", "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": "character varying(26)", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "character varying(2)", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "character varying(2)", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "integer", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "character varying(6)", "index": 13, "name": "service", "comment": null}, "name": {"type": "character varying(10)", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "integer", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_fulfillment_data"}, "seed.shopify_integration_tests.shopify_fulfillment_event_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_fulfillment_event_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "integer", "index": 3, "name": "address_1", "comment": null}, "city": {"type": "character varying(9)", "index": 4, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 5, "name": "country", "comment": null}, "created_at": {"type": "character varying(26)", "index": 6, "name": "created_at", "comment": null}, "estimated_delivery_at": {"type": "character varying(26)", "index": 7, "name": "estimated_delivery_at", "comment": null}, "fulfillment_id": {"type": "integer", "index": 8, "name": "fulfillment_id", "comment": null}, "happened_at": {"type": "character varying(26)", "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": "character varying(5)", "index": 12, "name": "message", "comment": null}, "order_id": {"type": "integer", "index": 13, "name": "order_id", "comment": null}, "province": {"type": "character varying(2)", "index": 14, "name": "province", "comment": null}, "shop_id": {"type": "integer", "index": 15, "name": "shop_id", "comment": null}, "status": {"type": "character varying(16)", "index": 16, "name": "status", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 17, "name": "updated_at", "comment": null}, "zip": {"type": "character varying(5)", "index": 18, "name": "zip", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 19, "name": "_fivetran_deleted", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_fulfillment_event_data"}, "seed.shopify_integration_tests.shopify_inventory_item_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_inventory_item_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_inventory_item_data"}, "seed.shopify_integration_tests.shopify_inventory_level_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_inventory_level_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_inventory_level_data"}, "seed.shopify_integration_tests.shopify_location_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_location_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "character varying(13)", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "character varying(4)", "index": 6, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "character varying(26)", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "boolean", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "character varying(12)", "index": 10, "name": "name", "comment": null}, "phone": {"type": "integer", "index": 11, "name": "phone", "comment": null}, "province": {"type": "character varying(2)", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "integer", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "character varying(2)", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "character varying(13)", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "character varying(8)", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "character varying(2)", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 23000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_location_data"}, "seed.shopify_integration_tests.shopify_metafield_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_metafield_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "key": {"type": "character varying(20)", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "character varying(12)", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "character varying(5)", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "character varying(316)", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "character varying(256)", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "character varying(256)", "index": 12, "name": "type", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 316, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 15000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_metafield_data"}, "seed.shopify_integration_tests.shopify_order_adjustment_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_adjustment_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(18)", "index": 6, "name": "kind", "comment": null}, "reason": {"type": "character varying(18)", "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": "character varying(23)", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_adjustment_data"}, "seed.shopify_integration_tests.shopify_order_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "note": {"type": "character varying(32)", "index": 2, "name": "note", "comment": null}, "email": {"type": "character varying(32)", "index": 3, "name": "email", "comment": null}, "taxes_included": {"type": "boolean", "index": 4, "name": "taxes_included", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(32)", "index": 11, "name": "name", "comment": null}, "shipping_address_name": {"type": "character varying(32)", "index": 12, "name": "shipping_address_name", "comment": null}, "shipping_address_first_name": {"type": "character varying(32)", "index": 13, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(32)", "index": 14, "name": "shipping_address_last_name", "comment": null}, "shipping_address_company": {"type": "character varying(32)", "index": 15, "name": "shipping_address_company", "comment": null}, "shipping_address_phone": {"type": "character varying(32)", "index": 16, "name": "shipping_address_phone", "comment": null}, "shipping_address_address_1": {"type": "character varying(32)", "index": 17, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "character varying(32)", "index": 18, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "character varying(32)", "index": 19, "name": "shipping_address_city", "comment": null}, "shipping_address_country": {"type": "character varying(32)", "index": 20, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(32)", "index": 21, "name": "shipping_address_country_code", "comment": null}, "shipping_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 24, "name": "shipping_address_zip", "comment": null}, "shipping_address_latitude": {"type": "character varying(32)", "index": 25, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "character varying(32)", "index": 26, "name": "shipping_address_longitude", "comment": null}, "billing_address_name": {"type": "character varying(32)", "index": 27, "name": "billing_address_name", "comment": null}, "billing_address_first_name": {"type": "character varying(32)", "index": 28, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(32)", "index": 29, "name": "billing_address_last_name", "comment": null}, "billing_address_company": {"type": "character varying(32)", "index": 30, "name": "billing_address_company", "comment": null}, "billing_address_phone": {"type": "character varying(32)", "index": 31, "name": "billing_address_phone", "comment": null}, "billing_address_address_1": {"type": "character varying(32)", "index": 32, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "character varying(32)", "index": 33, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "character varying(32)", "index": 34, "name": "billing_address_city", "comment": null}, "billing_address_country": {"type": "character varying(32)", "index": 35, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(32)", "index": 36, "name": "billing_address_country_code", "comment": null}, "billing_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 39, "name": "billing_address_zip", "comment": null}, "billing_address_latitude": {"type": "character varying(32)", "index": 40, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "character varying(32)", "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": "character varying(4)", "index": 47, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "character varying(9)", "index": 48, "name": "fulfillment_status", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 49, "name": "processed_at", "comment": null}, "processing_method": {"type": "character varying(6)", "index": 50, "name": "processing_method", "comment": null}, "referring_site": {"type": "character varying(32)", "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": "character varying(23)", "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": "character varying(6)", "index": 58, "name": "source_name", "comment": null}, "browser_ip": {"type": "character varying(14)", "index": 59, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 60, "name": "buyer_accepts_marketing", "comment": null}, "token": {"type": "character varying(32)", "index": 61, "name": "token", "comment": null}, "cart_token": {"type": "character varying(32)", "index": 62, "name": "cart_token", "comment": null}, "checkout_token": {"type": "character varying(32)", "index": 63, "name": "checkout_token", "comment": null}, "test": {"type": "boolean", "index": 64, "name": "test", "comment": null}, "landing_site_base_url": {"type": "character varying(32)", "index": 65, "name": "landing_site_base_url", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 66, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 69000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.00019, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_data"}, "seed.shopify_integration_tests.shopify_order_discount_code_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_discount_code_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "code": {"type": "character varying(12)", "index": 5, "name": "code", "comment": null}, "type": {"type": "character varying(10)", "index": 6, "name": "type", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_discount_code_data"}, "seed.shopify_integration_tests.shopify_order_line_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(32)", "index": 5, "name": "name", "comment": null}, "title": {"type": "character varying(32)", "index": 6, "name": "title", "comment": null}, "vendor": {"type": "character varying(32)", "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": "character varying(32)", "index": 11, "name": "sku", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 12, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "character varying(6)", "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": "character varying(9)", "index": 20, "name": "fulfillment_status", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_line_data"}, "seed.shopify_integration_tests.shopify_order_line_refund_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_line_refund_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_line_refund_data"}, "seed.shopify_integration_tests.shopify_order_note_attribute_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_note_attribute_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"name": {"type": "character varying(10)", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(38)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 38, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_note_attribute_data"}, "seed.shopify_integration_tests.shopify_order_shipping_line_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_shipping_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "integer", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "character varying(8)", "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": "character varying(7)", "index": 11, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "character varying(114)", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "character varying(114)", "index": 14, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 17000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_shipping_line_data"}, "seed.shopify_integration_tests.shopify_order_shipping_tax_line_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_shipping_tax_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": "character varying(7)", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "character varying(114)", "index": 7, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_shipping_tax_line_data"}, "seed.shopify_integration_tests.shopify_order_tag_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(7)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_tag_data"}, "seed.shopify_integration_tests.shopify_order_url_tag_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_url_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"key": {"type": "character varying(12)", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(5)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_order_url_tag_data"}, "seed.shopify_integration_tests.shopify_price_rule_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_price_rule_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "integer", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "character varying(6)", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "character varying(26)", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "character varying(3)", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "character varying(26)", "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": "character varying(26)", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "character varying(8)", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "character varying(9)", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "character varying(8)", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "character varying(26)", "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": "character varying(10)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 25000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_price_rule_data"}, "seed.shopify_integration_tests.shopify_product_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "title": {"type": "character varying(32)", "index": 2, "name": "title", "comment": null}, "handle": {"type": "character varying(32)", "index": 3, "name": "handle", "comment": null}, "product_type": {"type": "character varying(32)", "index": 4, "name": "product_type", "comment": null}, "vendor": {"type": "character varying(32)", "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": "character varying(6)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_product_data"}, "seed.shopify_integration_tests.shopify_product_image_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_image_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "integer", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "character varying(26)", "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": "character varying(68)", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "character varying(26)", "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": "character varying(71)", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 71, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_product_image_data"}, "seed.shopify_integration_tests.shopify_product_tag_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(19)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_product_tag_data"}, "seed.shopify_integration_tests.shopify_product_variant_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_variant_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(14)", "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": "character varying(4)", "index": 8, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 9, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "character varying(6)", "index": 10, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "character varying(17)", "index": 11, "name": "inventory_management", "comment": null}, "created_at": {"type": "character varying(23)", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "character varying(23)", "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": "character varying(2)", "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": "character varying(23)", "index": 23, "name": "_fivetran_synced", "comment": null}, "option_2": {"type": "integer", "index": 24, "name": "option_2", "comment": null}, "tax_code": {"type": "character varying(6)", "index": 25, "name": "tax_code", "comment": null}, "option_3": {"type": "integer", "index": 26, "name": "option_3", "comment": null}, "option_1": {"type": "character varying(14)", "index": 27, "name": "option_1", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 30000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_product_variant_data"}, "seed.shopify_integration_tests.shopify_refund_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_refund_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "character varying(23)", "index": 2, "name": "created_at", "comment": null}, "processed_at": {"type": "character varying(23)", "index": 3, "name": "processed_at", "comment": null}, "note": {"type": "character varying(14)", "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": "character varying(23)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_refund_data"}, "seed.shopify_integration_tests.shopify_shop_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_shop_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "character varying(13)", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "character varying(11)", "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": "character varying(8)", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "character varying(8)", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "character varying(2)", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "character varying(2)", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "boolean", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "character varying(26)", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "character varying(3)", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "character varying(19)", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "character varying(11)", "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": "character varying(15)", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "character varying(7)", "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": "character varying(16)", "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": "character varying(11)", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "character varying(11)", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "character varying(15)", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "character varying(15)", "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": "character varying(21)", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "character varying(17)", "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": "character varying(12)", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "character varying(12)", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "boolean", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "character varying(2)", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "integer", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "character varying(8)", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "character varying(2)", "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": "character varying(17)", "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": "character varying(28)", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "character varying(9)", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "character varying(2)", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "integer", "index": 57, "name": "zip", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 28, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 60000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000165, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_shop_data"}, "seed.shopify_integration_tests.shopify_tax_line_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_tax_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": "character varying(3)", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "character varying(114)", "index": 7, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_tax_line_data"}, "seed.shopify_integration_tests.shopify_tender_transaction_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_tender_transaction_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(5)", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 15000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_tender_transaction_data"}, "seed.shopify_integration_tests.shopify_transaction_data": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_transaction_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "index": 5, "name": "authorization", "comment": null}, "created_at": {"type": "character varying(23)", "index": 6, "name": "created_at", "comment": null}, "processed_at": {"type": "character varying(23)", "index": 7, "name": "processed_at", "comment": null}, "device_id": {"type": "integer", "index": 8, "name": "device_id", "comment": null}, "gateway": {"type": "character varying(12)", "index": 9, "name": "gateway", "comment": null}, "source_name": {"type": "character varying(11)", "index": 10, "name": "source_name", "comment": null}, "message": {"type": "character varying(12)", "index": 11, "name": "message", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(1)", "index": 15, "name": "payment_avs_result_code", "comment": null}, "kind": {"type": "character varying(4)", "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": "character varying(7)", "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": "character varying(23)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 100, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 34000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 9.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.shopify_integration_tests.shopify_transaction_data"}, "model.shopify_source.stg_shopify__abandoned_checkout_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "character varying(118)", "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": "character varying(7)", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_0": {"type": "character varying(5)", "index": 12, "name": "billing_address_address_0", "comment": null}, "billing_address_city": {"type": "character varying(13)", "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": "character varying(7)", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(2)", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "character varying(4)", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(6)", "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": "character varying(2)", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying(256)", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "character varying(10)", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "character varying(5)", "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": "character varying(32)", "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": "character varying(3)", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "integer", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "character varying(2)", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "character varying(18)", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "character varying(6)", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "character varying(29)", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "character varying(9)", "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": "character varying(23)", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "character varying(13)", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_0": {"type": "character varying(6)", "index": 50, "name": "shipping_address_address_0", "comment": null}, "shipping_address_city": {"type": "character varying(11)", "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": "character varying(13)", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(2)", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "character varying(5)", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(12)", "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": "character varying(17)", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying(256)", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "character varying(20)", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "character varying(2)", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "character varying(9)", "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": "character varying(3)", "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": "character varying(21)", "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": "character varying(33)", "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": "character varying(3)", "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": "character varying(122)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 192000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.00053, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__abandoned_checkout_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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": "character varying(8)", "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": "character varying(23)", "index": 10, "name": "id", "comment": null}, "markup": {"type": "character varying(256)", "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": "character varying(7)", "index": 15, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "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(256)", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "character varying(256)", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "character varying(8)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 54000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000149, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__abandoned_checkout_shipping_line_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_discount_code_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"checkout_id": {"type": "bigint", "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": "bigint", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "character varying(256)", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "character varying(256)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 26000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__abandoned_checkout_discount_code_tmp"}, "model.shopify_source.stg_shopify__collection_product_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection_product_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__collection_product_tmp"}, "model.shopify_source.stg_shopify__customer_tag_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer_tag_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(4)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__customer_tag_tmp"}, "model.shopify_source.stg_shopify__collection_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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(256)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 32000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__collection_tmp"}, "model.shopify_source.stg_shopify__customer_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "first_name": {"type": "character varying(32)", "index": 2, "name": "first_name", "comment": null}, "last_name": {"type": "character varying(32)", "index": 3, "name": "last_name", "comment": null}, "email": {"type": "character varying(256)", "index": 4, "name": "email", "comment": null}, "phone": {"type": "integer", "index": 5, "name": "phone", "comment": null}, "state": {"type": "character varying(8)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 36000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 9.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__customer_tmp"}, "model.shopify_source.stg_shopify__discount_code_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__discount_code_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "character varying(16)", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "character varying(26)", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "integer", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "double precision", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 20000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 5.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__discount_code_tmp"}, "model.shopify_source.stg_shopify__inventory_item_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_item_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 28000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__inventory_item_tmp"}, "model.shopify_source.stg_shopify__fulfillment_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "character varying(26)", "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": "character varying(7)", "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": "character varying(26)", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "character varying(2)", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "character varying(2)", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "integer", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "character varying(6)", "index": 13, "name": "service", "comment": null}, "name": {"type": "character varying(10)", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "integer", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 36000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 9.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__fulfillment_tmp"}, "model.shopify_source.stg_shopify__fulfillment_event_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment_event_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "integer", "index": 3, "name": "address_1", "comment": null}, "city": {"type": "character varying(9)", "index": 4, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 5, "name": "country", "comment": null}, "created_at": {"type": "character varying(26)", "index": 6, "name": "created_at", "comment": null}, "estimated_delivery_at": {"type": "character varying(26)", "index": 7, "name": "estimated_delivery_at", "comment": null}, "fulfillment_id": {"type": "integer", "index": 8, "name": "fulfillment_id", "comment": null}, "happened_at": {"type": "character varying(26)", "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": "character varying(5)", "index": 12, "name": "message", "comment": null}, "order_id": {"type": "integer", "index": 13, "name": "order_id", "comment": null}, "province": {"type": "character varying(2)", "index": 14, "name": "province", "comment": null}, "shop_id": {"type": "integer", "index": 15, "name": "shop_id", "comment": null}, "status": {"type": "character varying(16)", "index": 16, "name": "status", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 17, "name": "updated_at", "comment": null}, "zip": {"type": "character varying(5)", "index": 18, "name": "zip", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 19, "name": "_fivetran_deleted", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 44000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000121, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__fulfillment_event_tmp"}, "model.shopify_source.stg_shopify__location_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__location_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "character varying(13)", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "character varying(4)", "index": 6, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "character varying(26)", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "boolean", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "character varying(12)", "index": 10, "name": "name", "comment": null}, "phone": {"type": "integer", "index": 11, "name": "phone", "comment": null}, "province": {"type": "character varying(2)", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "integer", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "character varying(2)", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "character varying(13)", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "character varying(8)", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "character varying(2)", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 46000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000127, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__location_tmp"}, "model.shopify_source.stg_shopify__order_adjustment_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_adjustment_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(18)", "index": 6, "name": "kind", "comment": null}, "reason": {"type": "character varying(18)", "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": "character varying(23)", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 26000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_adjustment_tmp"}, "model.shopify_source.stg_shopify__metafield_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__metafield_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "key": {"type": "character varying(20)", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "character varying(12)", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "character varying(5)", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "character varying(316)", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "character varying(256)", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "character varying(256)", "index": 12, "name": "type", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 316, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 30000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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_tmp"}, "model.shopify_source.stg_shopify__inventory_level_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_level_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__inventory_level_tmp"}, "model.shopify_source.stg_shopify__order_discount_code_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_discount_code_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "code": {"type": "character varying(12)", "index": 5, "name": "code", "comment": null}, "type": {"type": "character varying(10)", "index": 6, "name": "type", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_discount_code_tmp"}, "model.shopify_source.stg_shopify__order_line_refund_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line_refund_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 28000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_line_refund_tmp"}, "model.shopify_source.stg_shopify__order_note_attribute_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_note_attribute_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"name": {"type": "character varying(10)", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(38)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 38, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_note_attribute_tmp"}, "model.shopify_source.stg_shopify__order_line_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(32)", "index": 5, "name": "name", "comment": null}, "title": {"type": "character varying(32)", "index": 6, "name": "title", "comment": null}, "vendor": {"type": "character varying(32)", "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": "character varying(32)", "index": 11, "name": "sku", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 12, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "character varying(6)", "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": "character varying(9)", "index": 20, "name": "fulfillment_status", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 48000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000132, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_line_tmp"}, "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_tax_line_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": "character varying(7)", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "character varying(114)", "index": 7, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 20000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 5.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_shipping_tax_line_tmp"}, "model.shopify_source.stg_shopify__order_tag_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_tag_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(7)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_tag_tmp"}, "model.shopify_source.stg_shopify__order_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "note": {"type": "character varying(32)", "index": 2, "name": "note", "comment": null}, "email": {"type": "character varying(32)", "index": 3, "name": "email", "comment": null}, "taxes_included": {"type": "boolean", "index": 4, "name": "taxes_included", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(32)", "index": 11, "name": "name", "comment": null}, "shipping_address_name": {"type": "character varying(32)", "index": 12, "name": "shipping_address_name", "comment": null}, "shipping_address_first_name": {"type": "character varying(32)", "index": 13, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(32)", "index": 14, "name": "shipping_address_last_name", "comment": null}, "shipping_address_company": {"type": "character varying(32)", "index": 15, "name": "shipping_address_company", "comment": null}, "shipping_address_phone": {"type": "character varying(32)", "index": 16, "name": "shipping_address_phone", "comment": null}, "shipping_address_address_1": {"type": "character varying(32)", "index": 17, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "character varying(32)", "index": 18, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "character varying(32)", "index": 19, "name": "shipping_address_city", "comment": null}, "shipping_address_country": {"type": "character varying(32)", "index": 20, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(32)", "index": 21, "name": "shipping_address_country_code", "comment": null}, "shipping_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 24, "name": "shipping_address_zip", "comment": null}, "shipping_address_latitude": {"type": "character varying(32)", "index": 25, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "character varying(32)", "index": 26, "name": "shipping_address_longitude", "comment": null}, "billing_address_name": {"type": "character varying(32)", "index": 27, "name": "billing_address_name", "comment": null}, "billing_address_first_name": {"type": "character varying(32)", "index": 28, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(32)", "index": 29, "name": "billing_address_last_name", "comment": null}, "billing_address_company": {"type": "character varying(32)", "index": 30, "name": "billing_address_company", "comment": null}, "billing_address_phone": {"type": "character varying(32)", "index": 31, "name": "billing_address_phone", "comment": null}, "billing_address_address_1": {"type": "character varying(32)", "index": 32, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "character varying(32)", "index": 33, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "character varying(32)", "index": 34, "name": "billing_address_city", "comment": null}, "billing_address_country": {"type": "character varying(32)", "index": 35, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(32)", "index": 36, "name": "billing_address_country_code", "comment": null}, "billing_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 39, "name": "billing_address_zip", "comment": null}, "billing_address_latitude": {"type": "character varying(32)", "index": 40, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "character varying(32)", "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": "character varying(4)", "index": 47, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "character varying(9)", "index": 48, "name": "fulfillment_status", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 49, "name": "processed_at", "comment": null}, "processing_method": {"type": "character varying(6)", "index": 50, "name": "processing_method", "comment": null}, "referring_site": {"type": "character varying(32)", "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": "character varying(23)", "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": "character varying(6)", "index": 58, "name": "source_name", "comment": null}, "browser_ip": {"type": "character varying(14)", "index": 59, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 60, "name": "buyer_accepts_marketing", "comment": null}, "token": {"type": "character varying(32)", "index": 61, "name": "token", "comment": null}, "cart_token": {"type": "character varying(32)", "index": 62, "name": "cart_token", "comment": null}, "checkout_token": {"type": "character varying(32)", "index": 63, "name": "checkout_token", "comment": null}, "test": {"type": "boolean", "index": 64, "name": "test", "comment": null}, "landing_site_base_url": {"type": "character varying(32)", "index": 65, "name": "landing_site_base_url", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 66, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 138000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000381, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_tmp"}, "model.shopify_source.stg_shopify__order_shipping_line_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_line_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "integer", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "character varying(8)", "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": "character varying(7)", "index": 11, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "character varying(114)", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "character varying(114)", "index": 14, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 34000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 9.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_shipping_line_tmp"}, "model.shopify_source.stg_shopify__order_url_tag_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_url_tag_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"key": {"type": "character varying(12)", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(5)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_url_tag_tmp"}, "model.shopify_source.stg_shopify__price_rule_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__price_rule_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "integer", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "character varying(6)", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "character varying(26)", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "character varying(3)", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "character varying(26)", "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": "character varying(26)", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "character varying(8)", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "character varying(9)", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "character varying(8)", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "character varying(26)", "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": "character varying(10)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 50000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000138, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__price_rule_tmp"}, "model.shopify_source.stg_shopify__product_tag_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_tag_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(19)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product_tag_tmp"}, "model.shopify_source.stg_shopify__product_image_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_image_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "integer", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "character varying(26)", "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": "character varying(68)", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "character varying(26)", "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": "character varying(71)", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 71, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 32000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product_image_tmp"}, "model.shopify_source.stg_shopify__product_variant_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_variant_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(14)", "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": "character varying(4)", "index": 8, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 9, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "character varying(6)", "index": 10, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "character varying(17)", "index": 11, "name": "inventory_management", "comment": null}, "created_at": {"type": "character varying(23)", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "character varying(23)", "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": "character varying(2)", "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": "character varying(23)", "index": 23, "name": "_fivetran_synced", "comment": null}, "option_2": {"type": "integer", "index": 24, "name": "option_2", "comment": null}, "tax_code": {"type": "character varying(6)", "index": 25, "name": "tax_code", "comment": null}, "option_3": {"type": "integer", "index": 26, "name": "option_3", "comment": null}, "option_1": {"type": "character varying(14)", "index": 27, "name": "option_1", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 60000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000165, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product_variant_tmp"}, "model.shopify_source.stg_shopify__product_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "title": {"type": "character varying(32)", "index": 2, "name": "title", "comment": null}, "handle": {"type": "character varying(32)", "index": 3, "name": "handle", "comment": null}, "product_type": {"type": "character varying(32)", "index": 4, "name": "product_type", "comment": null}, "vendor": {"type": "character varying(32)", "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": "character varying(6)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 28000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product_tmp"}, "model.shopify_source.stg_shopify__refund_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__refund_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "character varying(23)", "index": 2, "name": "created_at", "comment": null}, "processed_at": {"type": "character varying(23)", "index": 3, "name": "processed_at", "comment": null}, "note": {"type": "character varying(14)", "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": "character varying(23)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__refund_tmp"}, "model.shopify_source.stg_shopify__shop_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__shop_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "character varying(13)", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "character varying(11)", "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": "character varying(8)", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "character varying(8)", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "character varying(2)", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "character varying(2)", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "boolean", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "character varying(26)", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "character varying(3)", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "character varying(19)", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "character varying(11)", "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": "character varying(15)", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "character varying(7)", "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": "character varying(16)", "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": "character varying(11)", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "character varying(11)", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "character varying(15)", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "character varying(15)", "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": "character varying(21)", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "character varying(17)", "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": "character varying(12)", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "character varying(12)", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "boolean", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "character varying(2)", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "integer", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "character varying(8)", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "character varying(2)", "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": "character varying(17)", "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": "character varying(28)", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "character varying(9)", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "character varying(2)", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "integer", "index": 57, "name": "zip", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 28, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 60000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000165, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__shop_tmp"}, "model.shopify_source.stg_shopify__tax_line_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tax_line_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": "character varying(3)", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "character varying(114)", "index": 7, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 20000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 5.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__tax_line_tmp"}, "model.shopify_source.stg_shopify__tender_transaction_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tender_transaction_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(5)", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 30000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__tender_transaction_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_discount_code", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"checkout_id": {"type": "bigint", "index": 1, "name": "checkout_id", "comment": null}, "code": {"type": "character varying(384)", "index": 2, "name": "code", "comment": null}, "discount_id": {"type": "bigint", "index": 3, "name": "discount_id", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "type": {"type": "character varying(256)", "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": "character varying(1)", "index": 9, "name": "source_relation", "comment": null}, "index": {"type": "bigint", "index": 10, "name": "index", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 384, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 26000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__abandoned_checkout_discount_code"}, "model.shopify_source.stg_shopify__transaction_tmp": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__transaction_tmp", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "index": 5, "name": "authorization", "comment": null}, "created_at": {"type": "character varying(23)", "index": 6, "name": "created_at", "comment": null}, "processed_at": {"type": "character varying(23)", "index": 7, "name": "processed_at", "comment": null}, "device_id": {"type": "integer", "index": 8, "name": "device_id", "comment": null}, "gateway": {"type": "character varying(12)", "index": 9, "name": "gateway", "comment": null}, "source_name": {"type": "character varying(11)", "index": 10, "name": "source_name", "comment": null}, "message": {"type": "character varying(12)", "index": 11, "name": "message", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(1)", "index": 15, "name": "payment_avs_result_code", "comment": null}, "kind": {"type": "character varying(4)", "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": "character varying(7)", "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": "character varying(23)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 100, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 68000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000187, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__transaction_tmp"}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_shipping_line", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"abandoned_checkout_shipping_line_id": {"type": "character varying(23)", "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": "character varying(8)", "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": "character varying(7)", "index": 15, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "index": 16, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 18, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 42000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000116, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__abandoned_checkout_shipping_line"}, "model.shopify_source.stg_shopify__abandoned_checkout": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"is_deleted": {"type": "boolean", "index": 1, "name": "is_deleted", "comment": null}, "abandoned_checkout_url": {"type": "character varying(118)", "index": 2, "name": "abandoned_checkout_url", "comment": null}, "billing_address_address_1": {"type": "character varying(7)", "index": 3, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "character varying(1)", "index": 4, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "character varying(13)", "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": "character varying(7)", "index": 7, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(2)", "index": 8, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "character varying(4)", "index": 9, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(6)", "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": "character varying(2)", "index": 13, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying(256)", "index": 14, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "character varying(10)", "index": 15, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "character varying(5)", "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": "character varying(32)", "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": "character varying(3)", "index": 22, "name": "shop_currency", "comment": null}, "customer_id": {"type": "integer", "index": 23, "name": "customer_id", "comment": null}, "customer_locale": {"type": "character varying(2)", "index": 24, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 25, "name": "device_id", "comment": null}, "email": {"type": "character varying(18)", "index": 26, "name": "email", "comment": null}, "gateway": {"type": "character varying(6)", "index": 27, "name": "gateway", "comment": null}, "checkout_id": {"type": "integer", "index": 28, "name": "checkout_id", "comment": null}, "landing_site_base_url": {"type": "character varying(29)", "index": 29, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 30, "name": "location_id", "comment": null}, "name": {"type": "character varying(9)", "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": "character varying(3)", "index": 34, "name": "presentment_currency", "comment": null}, "referring_site": {"type": "character varying(23)", "index": 35, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "character varying(13)", "index": 36, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "character varying(1)", "index": 37, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "character varying(11)", "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": "character varying(13)", "index": 40, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(2)", "index": 41, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "character varying(5)", "index": 42, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(12)", "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": "character varying(17)", "index": 46, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying(256)", "index": 47, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "character varying(20)", "index": 48, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "character varying(2)", "index": 49, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "character varying(9)", "index": 50, "name": "shipping_address_zip", "comment": null}, "source_name": {"type": "character varying(3)", "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": "character varying(21)", "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": "character varying(1)", "index": 64, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 134000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.00037, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__abandoned_checkout"}, "model.shopify_source.stg_shopify__collection_product": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection_product", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(1)", "index": 4, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 1, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__collection_product"}, "model.shopify_source.stg_shopify__customer_tag": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer_tag", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "value": {"type": "character varying(4)", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 4, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__customer_tag"}, "model.shopify_source.stg_shopify__customer": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"customer_id": {"type": "bigint", "index": 1, "name": "customer_id", "comment": null}, "email": {"type": "character varying(384)", "index": 2, "name": "email", "comment": null}, "first_name": {"type": "character varying(32)", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "character varying(32)", "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": "character varying(12)", "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": "character varying(1)", "index": 12, "name": "note", "comment": null}, "currency": {"type": "character varying(1)", "index": 13, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "character varying(23)", "index": 14, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "character varying(1)", "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": "character varying(1)", "index": 20, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 384, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 46000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000127, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__customer"}, "model.shopify_source.stg_shopify__discount_code": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__discount_code", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"discount_code_id": {"type": "integer", "index": 1, "name": "discount_code_id", "comment": null}, "code": {"type": "character varying(24)", "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": "character varying(1)", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 24, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__discount_code"}, "model.shopify_source.stg_shopify__collection": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(11)", "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(256)", "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": "character varying(1)", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 30000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__collection"}, "model.shopify_source.stg_shopify__inventory_item": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_item", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(1)", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 1, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 30000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__inventory_item"}, "model.shopify_source.stg_shopify__fulfillment": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "index": 4, "name": "name", "comment": null}, "service": {"type": "character varying(6)", "index": 5, "name": "service", "comment": null}, "shipment_status": {"type": "integer", "index": 6, "name": "shipment_status", "comment": null}, "status": {"type": "character varying(10)", "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": "character varying(2)", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "character varying(2)", "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": "character varying(1)", "index": 15, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 36000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 9.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__fulfillment"}, "model.shopify_source.stg_shopify__inventory_level": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_level", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(1)", "index": 6, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 1, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__inventory_level"}, "model.shopify_source.stg_shopify__order_adjustment": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_adjustment", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(18)", "index": 8, "name": "kind", "comment": null}, "reason": {"type": "character varying(18)", "index": 9, "name": "reason", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 18, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 28000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_adjustment"}, "model.shopify_source.stg_shopify__fulfillment_event": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment_event", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(16)", "index": 5, "name": "status", "comment": null}, "message": {"type": "character varying(5)", "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": "character varying(9)", "index": 10, "name": "city", "comment": null}, "province": {"type": "character varying(2)", "index": 11, "name": "province", "comment": null}, "country": {"type": "character varying(2)", "index": 12, "name": "country", "comment": null}, "zip": {"type": "character varying(5)", "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": "character varying(1)", "index": 19, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 16, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 44000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000121, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__fulfillment_event"}, "model.shopify_source.stg_shopify__location": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__location", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"location_id": {"type": "integer", "index": 1, "name": "location_id", "comment": null}, "name": {"type": "character varying(12)", "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": "character varying(13)", "index": 5, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 6, "name": "address_2", "comment": null}, "city": {"type": "character varying(4)", "index": 7, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 8, "name": "country", "comment": null}, "country_code": {"type": "character varying(2)", "index": 9, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "index": 10, "name": "country_name", "comment": null}, "is_legacy": {"type": "boolean", "index": 11, "name": "is_legacy", "comment": null}, "localized_country_name": {"type": "character varying(13)", "index": 12, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "character varying(8)", "index": 13, "name": "localized_province_name", "comment": null}, "phone": {"type": "integer", "index": 14, "name": "phone", "comment": null}, "province": {"type": "character varying(2)", "index": 15, "name": "province", "comment": null}, "province_code": {"type": "character varying(2)", "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": "character varying(1)", "index": 21, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 13, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 48000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000132, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__location"}, "model.shopify_source.stg_shopify__metafield": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__metafield", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"metafield_id": {"type": "integer", "index": 1, "name": "metafield_id", "comment": null}, "description": {"type": "integer", "index": 2, "name": "description", "comment": null}, "namespace": {"type": "character varying(12)", "index": 3, "name": "namespace", "comment": null}, "key": {"type": "character varying(20)", "index": 4, "name": "key", "comment": null}, "value": {"type": "character varying(316)", "index": 5, "name": "value", "comment": null}, "value_type": {"type": "character varying(384)", "index": 6, "name": "value_type", "comment": null}, "owner_resource_id": {"type": "integer", "index": 7, "name": "owner_resource_id", "comment": null}, "owner_resource": {"type": "character varying(7)", "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": "character varying(49)", "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": "character varying(1)", "index": 14, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 384, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "skew_rows": {"id": "skew_rows", "label": "Skew Rows", "value": 4.0, "include": true, "description": "Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY(metafield_id))", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 68000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000187, "include": true, "description": "Percent of available space that is used by the table."}, "unsorted": {"id": "unsorted", "label": "Unsorted %", "value": 0.0, "include": true, "description": "Percent of unsorted rows in the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "skew_sortkey1": {"id": "skew_sortkey1", "label": "Sort Key Skew", "value": 1.0, "include": true, "description": "Ratio of the size of the largest non-sort key column to the size of the first column of the sort key."}, "sortkey_num": {"id": "sortkey_num", "label": "# Sort Keys", "value": 1, "include": true, "description": "Number of columns defined as sort keys."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(KEY(metafield_id))", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_discount_code": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_discount_code", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "code": {"type": "character varying(18)", "index": 2, "name": "code", "comment": null}, "type": {"type": "character varying(10)", "index": 3, "name": "type", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 6, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 18, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_discount_code"}, "model.shopify_source.stg_shopify__order_line_refund": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line_refund", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "index": 10, "name": "restock_type", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 12, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 30000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_line_refund"}, "model.shopify_source.stg_shopify__order_note_attribute": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_note_attribute", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "name": {"type": "character varying(10)", "index": 2, "name": "name", "comment": null}, "value": {"type": "character varying(38)", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 38, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_note_attribute"}, "model.shopify_source.stg_shopify__order_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_line", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(8)", "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": "character varying(114)", "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": "character varying(114)", "index": 10, "name": "price_set", "comment": null}, "is_third_party_required": {"type": "boolean", "index": 11, "name": "is_third_party_required", "comment": null}, "source": {"type": "character varying(7)", "index": 12, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "index": 13, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 15, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 36000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 9.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_shipping_line"}, "model.shopify_source.stg_shopify__order_line": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(32)", "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": "character varying(9)", "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": "character varying(1)", "index": 10, "name": "pre_tax_price_set", "comment": null}, "price": {"type": "double precision", "index": 11, "name": "price", "comment": null}, "price_set": {"type": "character varying(1)", "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": "character varying(32)", "index": 16, "name": "sku", "comment": null}, "is_taxable": {"type": "boolean", "index": 17, "name": "is_taxable", "comment": null}, "tax_code": {"type": "character varying(1)", "index": 18, "name": "tax_code", "comment": null}, "title": {"type": "character varying(32)", "index": 19, "name": "title", "comment": null}, "total_discount": {"type": "integer", "index": 20, "name": "total_discount", "comment": null}, "total_discount_set": {"type": "character varying(1)", "index": 21, "name": "total_discount_set", "comment": null}, "variant_id": {"type": "bigint", "index": 22, "name": "variant_id", "comment": null}, "variant_title": {"type": "character varying(1)", "index": 23, "name": "variant_title", "comment": null}, "variant_inventory_management": {"type": "character varying(1)", "index": 24, "name": "variant_inventory_management", "comment": null}, "vendor": {"type": "character varying(32)", "index": 25, "name": "vendor", "comment": null}, "properties": {"type": "character varying(1)", "index": 26, "name": "properties", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 27, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 28, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 62000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000171, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_line"}, "model.shopify_source.stg_shopify__order_shipping_tax_line": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_tax_line", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(114)", "index": 4, "name": "price_set", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "character varying(7)", "index": 6, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_shipping_tax_line"}, "model.shopify_source.stg_shopify__order_tag": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_tag", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "value": {"type": "character varying(7)", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 7, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_tag"}, "model.shopify_source.stg_shopify__order_url_tag": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_url_tag", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "key": {"type": "character varying(12)", "index": 2, "name": "key", "comment": null}, "value": {"type": "character varying(5)", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 12, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_url_tag"}, "model.shopify_source.stg_shopify__order": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(1)", "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": "character varying(1)", "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": "character varying(1)", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "character varying(1)", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "integer", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "character varying(6)", "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": "character varying(32)", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "bigint", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "character varying(32)", "index": 18, "name": "name", "comment": null}, "note": {"type": "character varying(32)", "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": "character varying(32)", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "character varying(32)", "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": "character varying(3)", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "bigint", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "character varying(48)", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "character varying(4)", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "character varying(9)", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "character varying(32)", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "character varying(32)", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "character varying(32)", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "character varying(32)", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "character varying(32)", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "character varying(32)", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(32)", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "character varying(32)", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(32)", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "character varying(32)", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "character varying(32)", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "character varying(32)", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying(32)", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "character varying(14)", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "character varying(1)", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "character varying(32)", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "character varying(32)", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "character varying(32)", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "character varying(32)", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "character varying(32)", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(32)", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "character varying(32)", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(32)", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "character varying(32)", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "character varying(32)", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "character varying(32)", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying(32)", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "character varying(32)", "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": "character varying(1)", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "character varying(1)", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "character varying(1)", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "character varying(1)", "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": "character varying(1)", "index": 80, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 48, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 166000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000458, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order"}, "model.shopify_source.stg_shopify__product_tag": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_tag", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"product_id": {"type": "integer", "index": 1, "name": "product_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "value": {"type": "character varying(19)", "index": 3, "name": "value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 5, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 19, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product_tag"}, "model.shopify_source.stg_shopify__price_rule": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__price_rule", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(6)", "index": 3, "name": "allocation_method", "comment": null}, "customer_selection": {"type": "character varying(3)", "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": "character varying(8)", "index": 12, "name": "target_selection", "comment": null}, "target_type": {"type": "character varying(9)", "index": 13, "name": "target_type", "comment": null}, "title": {"type": "character varying(8)", "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": "character varying(10)", "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": "character varying(1)", "index": 23, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 52000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000143, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__price_rule"}, "model.shopify_source.stg_shopify__product_image": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_image", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(68)", "index": 5, "name": "src", "comment": null}, "variant_ids": {"type": "character varying(71)", "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": "character varying(1)", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 71, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 28000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product_image"}, "model.shopify_source.stg_shopify__product": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"product_id": {"type": "bigint", "index": 1, "name": "product_id", "comment": null}, "handle": {"type": "character varying(32)", "index": 2, "name": "handle", "comment": null}, "product_type": {"type": "character varying(32)", "index": 3, "name": "product_type", "comment": null}, "published_scope": {"type": "character varying(6)", "index": 4, "name": "published_scope", "comment": null}, "title": {"type": "character varying(32)", "index": 5, "name": "title", "comment": null}, "vendor": {"type": "character varying(32)", "index": 6, "name": "vendor", "comment": null}, "status": {"type": "character varying(1)", "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": "character varying(1)", "index": 13, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 32000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product"}, "model.shopify_source.stg_shopify__refund": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__refund", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"refund_id": {"type": "bigint", "index": 1, "name": "refund_id", "comment": null}, "note": {"type": "character varying(14)", "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": "character varying(1)", "index": 10, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 14, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 26000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__refund"}, "model.shopify_source.stg_shopify__product_variant": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_variant", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(14)", "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": "character varying(4)", "index": 9, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 10, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "character varying(6)", "index": 11, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "character varying(17)", "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": "character varying(2)", "index": 18, "name": "weight_unit", "comment": null}, "option_1": {"type": "character varying(14)", "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": "character varying(6)", "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": "character varying(1)", "index": 26, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 17, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 58000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.00016, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__product_variant"}, "model.shopify_source.stg_shopify__shop": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__shop", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"shop_id": {"type": "integer", "index": 1, "name": "shop_id", "comment": null}, "name": {"type": "character varying(17)", "index": 2, "name": "name", "comment": null}, "is_deleted": {"type": "boolean", "index": 3, "name": "is_deleted", "comment": null}, "address_1": {"type": "character varying(13)", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "character varying(11)", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "character varying(8)", "index": 6, "name": "city", "comment": null}, "province": {"type": "character varying(8)", "index": 7, "name": "province", "comment": null}, "province_code": {"type": "character varying(2)", "index": 8, "name": "province_code", "comment": null}, "country": {"type": "character varying(2)", "index": 9, "name": "country", "comment": null}, "country_code": {"type": "character varying(2)", "index": 10, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "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": "character varying(3)", "index": 16, "name": "currency", "comment": null}, "enabled_presentment_currencies": {"type": "character varying(7)", "index": 17, "name": "enabled_presentment_currencies", "comment": null}, "customer_email": {"type": "character varying(19)", "index": 18, "name": "customer_email", "comment": null}, "email": {"type": "character varying(15)", "index": 19, "name": "email", "comment": null}, "domain": {"type": "character varying(11)", "index": 20, "name": "domain", "comment": null}, "phone": {"type": "integer", "index": 21, "name": "phone", "comment": null}, "timezone": {"type": "character varying(28)", "index": 22, "name": "timezone", "comment": null}, "iana_timezone": {"type": "character varying(16)", "index": 23, "name": "iana_timezone", "comment": null}, "primary_locale": {"type": "character varying(2)", "index": 24, "name": "primary_locale", "comment": null}, "weight_unit": {"type": "character varying(2)", "index": 25, "name": "weight_unit", "comment": null}, "myshopify_domain": {"type": "character varying(21)", "index": 26, "name": "myshopify_domain", "comment": null}, "cookie_consent_level": {"type": "character varying(8)", "index": 27, "name": "cookie_consent_level", "comment": null}, "shop_owner": {"type": "character varying(17)", "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": "character varying(11)", "index": 40, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "character varying(11)", "index": 41, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "character varying(15)", "index": 42, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "character varying(15)", "index": 43, "name": "money_with_currency_in_emails_format", "comment": null}, "plan_display_name": {"type": "character varying(12)", "index": 44, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "character varying(12)", "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": "character varying(1)", "index": 53, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 28, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 56000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000154, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__shop"}, "model.shopify_source.stg_shopify__tax_line": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tax_line", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(114)", "index": 4, "name": "price_set", "comment": null}, "rate": {"type": "double precision", "index": 5, "name": "rate", "comment": null}, "title": {"type": "character varying(3)", "index": 6, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 8, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__tax_line"}, "model.shopify_source.stg_shopify__tender_transaction": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tender_transaction", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(3)", "index": 4, "name": "currency", "comment": null}, "payment_method": {"type": "character varying(5)", "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": "character varying(1)", "index": 10, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 5, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 26000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__tender_transaction"}, "model.shopify_source.stg_shopify__transaction": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__transaction", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(12)", "index": 6, "name": "gateway", "comment": null}, "source_name": {"type": "character varying(11)", "index": 7, "name": "source_name", "comment": null}, "message": {"type": "character varying(12)", "index": 8, "name": "message", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(1)", "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": "character varying(4)", "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": "character varying(7)", "index": 25, "name": "status", "comment": null}, "user_id": {"type": "integer", "index": 26, "name": "user_id", "comment": null}, "authorization_code": {"type": "character varying(10)", "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": "character varying(1)", "index": 32, "name": "source_relation", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 100, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 70000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000193, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__transaction"}, "model.shopify.shopify__calendar": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__calendar", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1890.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__order_lines": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__order_lines", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(32)", "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": "character varying(9)", "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": "character varying(1)", "index": 10, "name": "pre_tax_price_set", "comment": null}, "price": {"type": "double precision", "index": 11, "name": "price", "comment": null}, "price_set": {"type": "character varying(1)", "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": "character varying(32)", "index": 16, "name": "sku", "comment": null}, "is_taxable": {"type": "boolean", "index": 17, "name": "is_taxable", "comment": null}, "tax_code": {"type": "character varying(1)", "index": 18, "name": "tax_code", "comment": null}, "title": {"type": "character varying(32)", "index": 19, "name": "title", "comment": null}, "total_discount": {"type": "integer", "index": 20, "name": "total_discount", "comment": null}, "total_discount_set": {"type": "character varying(1)", "index": 21, "name": "total_discount_set", "comment": null}, "variant_id": {"type": "bigint", "index": 22, "name": "variant_id", "comment": null}, "variant_title": {"type": "character varying(1)", "index": 23, "name": "variant_title", "comment": null}, "variant_inventory_management": {"type": "character varying(1)", "index": 24, "name": "variant_inventory_management", "comment": null}, "vendor": {"type": "character varying(32)", "index": 25, "name": "vendor", "comment": null}, "properties": {"type": "character varying(1)", "index": 26, "name": "properties", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 27, "name": "_fivetran_synced", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 28, "name": "source_relation", "comment": null}, "restock_types": {"type": "character varying(65535)", "index": 29, "name": "restock_types", "comment": null}, "refunded_quantity": {"type": "bigint", "index": 30, "name": "refunded_quantity", "comment": null}, "refunded_subtotal": {"type": "bigint", "index": 31, "name": "refunded_subtotal", "comment": null}, "quantity_net_refunds": {"type": "bigint", "index": 32, "name": "quantity_net_refunds", "comment": null}, "subtotal_net_refunds": {"type": "bigint", "index": 33, "name": "subtotal_net_refunds", "comment": null}, "variant_created_at": {"type": "timestamp without time zone", "index": 34, "name": "variant_created_at", "comment": null}, "variant_updated_at": {"type": "timestamp without time zone", "index": 35, "name": "variant_updated_at", "comment": null}, "inventory_item_id": {"type": "bigint", "index": 36, "name": "inventory_item_id", "comment": null}, "image_id": {"type": "integer", "index": 37, "name": "image_id", "comment": null}, "variant_price": {"type": "integer", "index": 38, "name": "variant_price", "comment": null}, "variant_sku": {"type": "integer", "index": 39, "name": "variant_sku", "comment": null}, "variant_position": {"type": "integer", "index": 40, "name": "variant_position", "comment": null}, "variant_inventory_policy": {"type": "character varying(4)", "index": 41, "name": "variant_inventory_policy", "comment": null}, "variant_compare_at_price": {"type": "integer", "index": 42, "name": "variant_compare_at_price", "comment": null}, "variant_fulfillment_service": {"type": "character varying(6)", "index": 43, "name": "variant_fulfillment_service", "comment": null}, "variant_is_taxable": {"type": "boolean", "index": 44, "name": "variant_is_taxable", "comment": null}, "variant_barcode": {"type": "integer", "index": 45, "name": "variant_barcode", "comment": null}, "variant_grams": {"type": "integer", "index": 46, "name": "variant_grams", "comment": null}, "variant_inventory_quantity": {"type": "integer", "index": 47, "name": "variant_inventory_quantity", "comment": null}, "variant_weight": {"type": "integer", "index": 48, "name": "variant_weight", "comment": null}, "variant_weight_unit": {"type": "character varying(2)", "index": 49, "name": "variant_weight_unit", "comment": null}, "variant_option_1": {"type": "character varying(14)", "index": 50, "name": "variant_option_1", "comment": null}, "variant_option_2": {"type": "integer", "index": 51, "name": "variant_option_2", "comment": null}, "variant_option_3": {"type": "integer", "index": 52, "name": "variant_option_3", "comment": null}, "variant_tax_code": {"type": "character varying(6)", "index": 53, "name": "variant_tax_code", "comment": null}, "order_line_tax": {"type": "double precision", "index": 54, "name": "order_line_tax", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 114000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000315, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__transactions": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__transactions", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(12)", "index": 6, "name": "gateway", "comment": null}, "source_name": {"type": "character varying(11)", "index": 7, "name": "source_name", "comment": null}, "message": {"type": "character varying(12)", "index": 8, "name": "message", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(1)", "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": "character varying(4)", "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": "character varying(7)", "index": 25, "name": "status", "comment": null}, "user_id": {"type": "integer", "index": 26, "name": "user_id", "comment": null}, "authorization_code": {"type": "character varying(10)", "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": "character varying(1)", "index": 32, "name": "source_relation", "comment": null}, "payment_method": {"type": "character varying(5)", "index": 33, "name": "payment_method", "comment": null}, "parent_created_timestamp": {"type": "timestamp without time zone", "index": 34, "name": "parent_created_timestamp", "comment": null}, "parent_kind": {"type": "character varying(4)", "index": 35, "name": "parent_kind", "comment": null}, "parent_amount": {"type": "double precision", "index": 36, "name": "parent_amount", "comment": null}, "parent_status": {"type": "character varying(7)", "index": 37, "name": "parent_status", "comment": null}, "exchange_rate": {"type": "numeric(28,6)", "index": 38, "name": "exchange_rate", "comment": null}, "currency_exchange_calculated_amount": {"type": "double precision", "index": 39, "name": "currency_exchange_calculated_amount", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 100, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 84000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000232, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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.shopify__inventory_levels": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__inventory_levels", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(1)", "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": "character varying(12)", "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": "character varying(13)", "index": 19, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 20, "name": "address_2", "comment": null}, "city": {"type": "character varying(4)", "index": 21, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 22, "name": "country", "comment": null}, "country_code": {"type": "character varying(2)", "index": 23, "name": "country_code", "comment": null}, "is_legacy_location": {"type": "boolean", "index": 24, "name": "is_legacy_location", "comment": null}, "province": {"type": "character varying(2)", "index": 25, "name": "province", "comment": null}, "province_code": {"type": "character varying(2)", "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": "character varying(14)", "index": 33, "name": "variant_title", "comment": null}, "variant_inventory_policy": {"type": "character varying(4)", "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": "character varying(6)", "index": 37, "name": "variant_fulfillment_service", "comment": null}, "variant_inventory_management": {"type": "character varying(17)", "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": "character varying(2)", "index": 44, "name": "variant_weight_unit", "comment": null}, "variant_option_1": {"type": "character varying(14)", "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": "character varying(6)", "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": "bigint", "index": 58, "name": "subtotal_sold_refunds", "comment": null}, "quantity_sold_refunds": {"type": "bigint", "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": "bigint", "index": 66, "name": "net_subtotal_sold", "comment": null}, "net_quantity_sold": {"type": "bigint", "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__orders": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__orders", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(1)", "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": "character varying(1)", "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": "character varying(1)", "index": 8, "name": "total_price_set", "comment": null}, "total_tax_set": {"type": "character varying(1)", "index": 9, "name": "total_tax_set", "comment": null}, "total_tax": {"type": "integer", "index": 10, "name": "total_tax", "comment": null}, "source_name": {"type": "character varying(6)", "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": "character varying(32)", "index": 16, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "bigint", "index": 17, "name": "location_id", "comment": null}, "name": {"type": "character varying(32)", "index": 18, "name": "name", "comment": null}, "note": {"type": "character varying(32)", "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": "character varying(32)", "index": 23, "name": "cart_token", "comment": null}, "checkout_token": {"type": "character varying(32)", "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": "character varying(3)", "index": 30, "name": "currency", "comment": null}, "customer_id": {"type": "bigint", "index": 31, "name": "customer_id", "comment": null}, "email": {"type": "character varying(48)", "index": 32, "name": "email", "comment": null}, "financial_status": {"type": "character varying(4)", "index": 33, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "character varying(9)", "index": 34, "name": "fulfillment_status", "comment": null}, "referring_site": {"type": "character varying(32)", "index": 35, "name": "referring_site", "comment": null}, "billing_address_address_1": {"type": "character varying(32)", "index": 36, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "character varying(32)", "index": 37, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "character varying(32)", "index": 38, "name": "billing_address_city", "comment": null}, "billing_address_company": {"type": "character varying(32)", "index": 39, "name": "billing_address_company", "comment": null}, "billing_address_country": {"type": "character varying(32)", "index": 40, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(32)", "index": 41, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "character varying(32)", "index": 42, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(32)", "index": 43, "name": "billing_address_last_name", "comment": null}, "billing_address_latitude": {"type": "character varying(32)", "index": 44, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "character varying(32)", "index": 45, "name": "billing_address_longitude", "comment": null}, "billing_address_name": {"type": "character varying(32)", "index": 46, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying(32)", "index": 47, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 50, "name": "billing_address_zip", "comment": null}, "browser_ip": {"type": "character varying(14)", "index": 51, "name": "browser_ip", "comment": null}, "total_shipping_price_set": {"type": "character varying(1)", "index": 52, "name": "total_shipping_price_set", "comment": null}, "shipping_address_address_1": {"type": "character varying(32)", "index": 53, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "character varying(32)", "index": 54, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "character varying(32)", "index": 55, "name": "shipping_address_city", "comment": null}, "shipping_address_company": {"type": "character varying(32)", "index": 56, "name": "shipping_address_company", "comment": null}, "shipping_address_country": {"type": "character varying(32)", "index": 57, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(32)", "index": 58, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "character varying(32)", "index": 59, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(32)", "index": 60, "name": "shipping_address_last_name", "comment": null}, "shipping_address_latitude": {"type": "character varying(32)", "index": 61, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "character varying(32)", "index": 62, "name": "shipping_address_longitude", "comment": null}, "shipping_address_name": {"type": "character varying(32)", "index": 63, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying(32)", "index": 64, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 67, "name": "shipping_address_zip", "comment": null}, "token": {"type": "character varying(32)", "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": "character varying(1)", "index": 71, "name": "client_details_user_agent", "comment": null}, "customer_locale": {"type": "character varying(1)", "index": 72, "name": "customer_locale", "comment": null}, "order_status_url": {"type": "character varying(1)", "index": 73, "name": "order_status_url", "comment": null}, "presentment_currency": {"type": "character varying(1)", "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": "character varying(1)", "index": 80, "name": "source_relation", "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": "character varying(65535)", "index": 93, "name": "order_tags", "comment": null}, "order_url_tags": {"type": "character varying(65535)", "index": 94, "name": "order_url_tags", "comment": null}, "number_of_fulfillments": {"type": "bigint", "index": 95, "name": "number_of_fulfillments", "comment": null}, "fulfillment_services": {"type": "character varying(65535)", "index": 96, "name": "fulfillment_services", "comment": null}, "tracking_companies": {"type": "character varying(65535)", "index": 97, "name": "tracking_companies", "comment": null}, "tracking_numbers": {"type": "character varying(65535)", "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": "character varying(6)", "index": 100, "name": "new_vs_repeat", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 206000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000569, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__customers": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customers", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"customer_id": {"type": "bigint", "index": 1, "name": "customer_id", "comment": null}, "email": {"type": "character varying(384)", "index": 2, "name": "email", "comment": null}, "first_name": {"type": "character varying(32)", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "character varying(32)", "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": "character varying(12)", "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": "character varying(1)", "index": 10, "name": "note", "comment": null}, "currency": {"type": "character varying(1)", "index": 11, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "character varying(23)", "index": 12, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "character varying(1)", "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": "character varying(1)", "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": "character varying(65535)", "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": "bigint", "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": "bigint", "index": 31, "name": "lifetime_total_discount", "comment": null}, "avg_discount_per_order": {"type": "bigint", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 82000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000226, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__daily_shop", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(17)", "index": 3, "name": "name", "comment": null}, "domain": {"type": "character varying(11)", "index": 4, "name": "domain", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "currency": {"type": "character varying(3)", "index": 6, "name": "currency", "comment": null}, "enabled_presentment_currencies": {"type": "character varying(7)", "index": 7, "name": "enabled_presentment_currencies", "comment": null}, "iana_timezone": {"type": "character varying(16)", "index": 8, "name": "iana_timezone", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 10, "name": "source_relation", "comment": null}, "count_orders": {"type": "bigint", "index": 11, "name": "count_orders", "comment": null}, "count_line_items": {"type": "bigint", "index": 12, "name": "count_line_items", "comment": null}, "avg_line_item_count": {"type": "bigint", "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": "bigint", "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": "bigint", "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": "bigint", "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": "bigint", "index": 38, "name": "quantity_refunded", "comment": null}, "quantity_net": {"type": "bigint", "index": 39, "name": "quantity_net", "comment": null}, "avg_quantity_sold": {"type": "bigint", "index": 40, "name": "avg_quantity_sold", "comment": null}, "avg_quantity_net": {"type": "bigint", "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": "bigint", "index": 44, "name": "quantity_gift_cards_sold", "comment": null}, "quantity_requiring_shipping": {"type": "bigint", "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}, "count_fulfillment_attempted_delivery": {"type": "bigint", "index": 49, "name": "count_fulfillment_attempted_delivery", "comment": null}, "count_fulfillment_delivered": {"type": "bigint", "index": 50, "name": "count_fulfillment_delivered", "comment": null}, "count_fulfillment_failure": {"type": "bigint", "index": 51, "name": "count_fulfillment_failure", "comment": null}, "count_fulfillment_in_transit": {"type": "bigint", "index": 52, "name": "count_fulfillment_in_transit", "comment": null}, "count_fulfillment_out_for_delivery": {"type": "bigint", "index": 53, "name": "count_fulfillment_out_for_delivery", "comment": null}, "count_fulfillment_ready_for_pickup": {"type": "bigint", "index": 54, "name": "count_fulfillment_ready_for_pickup", "comment": null}, "count_fulfillment_picked_up": {"type": "bigint", "index": 55, "name": "count_fulfillment_picked_up", "comment": null}, "count_fulfillment_label_printed": {"type": "bigint", "index": 56, "name": "count_fulfillment_label_printed", "comment": null}, "count_fulfillment_label_purchased": {"type": "bigint", "index": 57, "name": "count_fulfillment_label_purchased", "comment": null}, "count_fulfillment_confirmed": {"type": "bigint", "index": 58, "name": "count_fulfillment_confirmed", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 17, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 122000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000337, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1890.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__customer_emails": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customer_emails", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"email": {"type": "character varying(576)", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 2, "name": "source_relation", "comment": null}, "customer_ids": {"type": "character varying(65535)", "index": 3, "name": "customer_ids", "comment": null}, "phone_numbers": {"type": "character varying(65535)", "index": 4, "name": "phone_numbers", "comment": null}, "customer_tags": {"type": "character varying(65535)", "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": "character varying(32)", "index": 13, "name": "first_name", "comment": null}, "last_name": {"type": "character varying(32)", "index": 14, "name": "last_name", "comment": null}, "default_address_id": {"type": "bigint", "index": 15, "name": "default_address_id", "comment": null}, "account_state": {"type": "character varying(12)", "index": 16, "name": "account_state", "comment": null}, "note": {"type": "character varying(1)", "index": 17, "name": "note", "comment": null}, "currency": {"type": "character varying(1)", "index": 18, "name": "currency", "comment": null}, "marketing_consent_state": {"type": "character varying(23)", "index": 19, "name": "marketing_consent_state", "comment": null}, "marketing_opt_in_level": {"type": "character varying(1)", "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": "bigint", "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": "bigint", "index": 32, "name": "lifetime_total_discount", "comment": null}, "avg_discount_per_order": {"type": "bigint", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 84000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000232, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__products": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__products", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"product_id": {"type": "bigint", "index": 1, "name": "product_id", "comment": null}, "handle": {"type": "character varying(32)", "index": 2, "name": "handle", "comment": null}, "product_type": {"type": "character varying(32)", "index": 3, "name": "product_type", "comment": null}, "published_scope": {"type": "character varying(6)", "index": 4, "name": "published_scope", "comment": null}, "title": {"type": "character varying(32)", "index": 5, "name": "title", "comment": null}, "vendor": {"type": "character varying(32)", "index": 6, "name": "vendor", "comment": null}, "status": {"type": "character varying(1)", "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": "character varying(1)", "index": 13, "name": "source_relation", "comment": null}, "collections": {"type": "character varying(65535)", "index": 14, "name": "collections", "comment": null}, "tags": {"type": "character varying(65535)", "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": "bigint", "index": 20, "name": "quantity_sold_net_refunds", "comment": null}, "subtotal_sold_net_refunds": {"type": "bigint", "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": "bigint", "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": "bigint", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 62000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000171, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__customer_email_cohorts": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customer_email_cohorts", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"date_month": {"type": "timestamp without time zone", "index": 1, "name": "date_month", "comment": null}, "email": {"type": "character varying(576)", "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": "character varying(1)", "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": "bigint", "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": "bigint", "index": 10, "name": "order_count_lifetime", "comment": null}, "line_item_count_lifetime": {"type": "bigint", "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": "character varying(32)", "index": 13, "name": "customer_cohort_id", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 576, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 32000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 86.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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_cohorts": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customer_cohorts", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"date_month": {"type": "timestamp without time zone", "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": "timestamp without time zone", "index": 4, "name": "cohort_month", "comment": null}, "source_relation": {"type": "character varying(1)", "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": "bigint", "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": "bigint", "index": 10, "name": "order_count_lifetime", "comment": null}, "line_item_count_lifetime": {"type": "bigint", "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": "character varying(32)", "index": 13, "name": "customer_cohort_id", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 32000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 86.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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__discounts": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__discounts", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"discount_code_id": {"type": "integer", "index": 1, "name": "discount_code_id", "comment": null}, "code": {"type": "character varying(24)", "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": "character varying(1)", "index": 8, "name": "source_relation", "comment": null}, "target_selection": {"type": "character varying(8)", "index": 9, "name": "target_selection", "comment": null}, "target_type": {"type": "character varying(9)", "index": 10, "name": "target_type", "comment": null}, "title": {"type": "character varying(8)", "index": 11, "name": "title", "comment": null}, "usage_limit": {"type": "integer", "index": 12, "name": "usage_limit", "comment": null}, "value": {"type": "double precision", "index": 13, "name": "value", "comment": null}, "value_type": {"type": "character varying(10)", "index": 14, "name": "value_type", "comment": null}, "allocation_limit": {"type": "integer", "index": 15, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "character varying(6)", "index": 16, "name": "allocation_method", "comment": null}, "is_once_per_customer": {"type": "boolean", "index": 17, "name": "is_once_per_customer", "comment": null}, "customer_selection": {"type": "character varying(3)", "index": 18, "name": "customer_selection", "comment": null}, "prereq_min_quantity": {"type": "integer", "index": 19, "name": "prereq_min_quantity", "comment": null}, "prereq_max_shipping_price": {"type": "integer", "index": 20, "name": "prereq_max_shipping_price", "comment": null}, "prereq_min_subtotal": {"type": "double precision", "index": 21, "name": "prereq_min_subtotal", "comment": null}, "prereq_min_purchase_quantity_for_entitlement": {"type": "integer", "index": 22, "name": "prereq_min_purchase_quantity_for_entitlement", "comment": null}, "prereq_buy_x_get_this": {"type": "integer", "index": 23, "name": "prereq_buy_x_get_this", "comment": null}, "prereq_buy_this_get_y": {"type": "integer", "index": 24, "name": "prereq_buy_this_get_y", "comment": null}, "starts_at": {"type": "timestamp without time zone", "index": 25, "name": "starts_at", "comment": null}, "ends_at": {"type": "timestamp without time zone", "index": 26, "name": "ends_at", "comment": null}, "price_rule_created_at": {"type": "timestamp without time zone", "index": 27, "name": "price_rule_created_at", "comment": null}, "price_rule_updated_at": {"type": "timestamp without time zone", "index": 28, "name": "price_rule_updated_at", "comment": null}, "count_orders": {"type": "bigint", "index": 29, "name": "count_orders", "comment": null}, "count_abandoned_checkouts": {"type": "bigint", "index": 30, "name": "count_abandoned_checkouts", "comment": null}, "avg_order_discount_amount": {"type": "double precision", "index": 31, "name": "avg_order_discount_amount", "comment": null}, "total_order_discount_amount": {"type": "double precision", "index": 32, "name": "total_order_discount_amount", "comment": null}, "total_abandoned_checkout_discount_amount": {"type": "double precision", "index": 33, "name": "total_abandoned_checkout_discount_amount", "comment": null}, "total_order_line_items_price": {"type": "double precision", "index": 34, "name": "total_order_line_items_price", "comment": null}, "total_order_shipping_cost": {"type": "double precision", "index": 35, "name": "total_order_shipping_cost", "comment": null}, "total_abandoned_checkout_shipping_price": {"type": "double precision", "index": 36, "name": "total_abandoned_checkout_shipping_price", "comment": null}, "total_order_refund_amount": {"type": "double precision", "index": 37, "name": "total_order_refund_amount", "comment": null}, "count_customers": {"type": "bigint", "index": 38, "name": "count_customers", "comment": null}, "count_customer_emails": {"type": "bigint", "index": 39, "name": "count_customer_emails", "comment": null}, "count_abandoned_checkout_customers": {"type": "bigint", "index": 40, "name": "count_abandoned_checkout_customers", "comment": null}, "count_abandoned_checkout_customer_emails": {"type": "bigint", "index": 41, "name": "count_abandoned_checkout_customer_emails", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 24, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "skew_rows": {"id": "skew_rows", "label": "Skew Rows", "value": 100.0, "include": true, "description": "Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 44000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000121, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(KEY(code))", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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.int_shopify__customer_email_rollup": {"metadata": {"type": "VIEW", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__customer_email_rollup", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"email": {"type": "text", "index": 1, "name": "email", "comment": null}, "source_relation": {"type": "character varying(1)", "index": 2, "name": "source_relation", "comment": null}, "customer_ids": {"type": "character varying(65535)", "index": 3, "name": "customer_ids", "comment": null}, "phone_numbers": {"type": "character varying(65535)", "index": 4, "name": "phone_numbers", "comment": null}, "customer_tags": {"type": "character varying(65535)", "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"}}, "sources": {"source.shopify_source.shopify.abandoned_checkout": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "abandoned_checkout_url": {"type": "character varying(118)", "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": "character varying(7)", "index": 11, "name": "billing_address_address_1", "comment": null}, "billing_address_address_0": {"type": "character varying(5)", "index": 12, "name": "billing_address_address_0", "comment": null}, "billing_address_city": {"type": "character varying(13)", "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": "character varying(7)", "index": 15, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(2)", "index": 16, "name": "billing_address_country_code", "comment": null}, "billing_address_first_name": {"type": "character varying(4)", "index": 17, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(6)", "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": "character varying(2)", "index": 21, "name": "billing_address_name", "comment": null}, "billing_address_phone": {"type": "character varying(256)", "index": 22, "name": "billing_address_phone", "comment": null}, "billing_address_province": {"type": "character varying(10)", "index": 23, "name": "billing_address_province", "comment": null}, "billing_address_province_code": {"type": "character varying(5)", "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": "character varying(32)", "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": "character varying(3)", "index": 37, "name": "currency", "comment": null}, "customer_id": {"type": "integer", "index": 38, "name": "customer_id", "comment": null}, "customer_locale": {"type": "character varying(2)", "index": 39, "name": "customer_locale", "comment": null}, "device_id": {"type": "integer", "index": 40, "name": "device_id", "comment": null}, "email": {"type": "character varying(18)", "index": 41, "name": "email", "comment": null}, "gateway": {"type": "character varying(6)", "index": 42, "name": "gateway", "comment": null}, "landing_site_base_url": {"type": "character varying(29)", "index": 43, "name": "landing_site_base_url", "comment": null}, "location_id": {"type": "integer", "index": 44, "name": "location_id", "comment": null}, "name": {"type": "character varying(9)", "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": "character varying(23)", "index": 48, "name": "referring_site", "comment": null}, "shipping_address_address_1": {"type": "character varying(13)", "index": 49, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_0": {"type": "character varying(6)", "index": 50, "name": "shipping_address_address_0", "comment": null}, "shipping_address_city": {"type": "character varying(11)", "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": "character varying(13)", "index": 53, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(2)", "index": 54, "name": "shipping_address_country_code", "comment": null}, "shipping_address_first_name": {"type": "character varying(5)", "index": 55, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(12)", "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": "character varying(17)", "index": 59, "name": "shipping_address_name", "comment": null}, "shipping_address_phone": {"type": "character varying(256)", "index": 60, "name": "shipping_address_phone", "comment": null}, "shipping_address_province": {"type": "character varying(20)", "index": 61, "name": "shipping_address_province", "comment": null}, "shipping_address_province_code": {"type": "character varying(2)", "index": 62, "name": "shipping_address_province_code", "comment": null}, "shipping_address_zip": {"type": "character varying(9)", "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": "character varying(3)", "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": "character varying(21)", "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": "character varying(33)", "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": "character varying(3)", "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": "character varying(122)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 96000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000265, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_discount_code_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"checkout_id": {"type": "bigint", "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": "bigint", "index": 5, "name": "discount_id", "comment": null}, "code": {"type": "character varying(256)", "index": 6, "name": "code", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "type": {"type": "character varying(256)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_shipping_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"checkout_id": {"type": "integer", "index": 1, "name": "checkout_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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": "character varying(8)", "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": "character varying(23)", "index": 10, "name": "id", "comment": null}, "markup": {"type": "character varying(256)", "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": "character varying(7)", "index": 15, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "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(256)", "index": 20, "name": "original_shop_markup", "comment": null}, "original_shop_price": {"type": "character varying(256)", "index": 21, "name": "original_shop_price", "comment": null}, "presentment_title": {"type": "character varying(8)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 27000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 7.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_collection_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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(256)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_collection_product_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_customer_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "first_name": {"type": "character varying(32)", "index": 2, "name": "first_name", "comment": null}, "last_name": {"type": "character varying(32)", "index": 3, "name": "last_name", "comment": null}, "email": {"type": "character varying(256)", "index": 4, "name": "email", "comment": null}, "phone": {"type": "integer", "index": 5, "name": "phone", "comment": null}, "state": {"type": "character varying(8)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_customer_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"customer_id": {"type": "integer", "index": 1, "name": "customer_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(4)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_discount_code_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "code": {"type": "character varying(16)", "index": 3, "name": "code", "comment": null}, "created_at": {"type": "character varying(26)", "index": 4, "name": "created_at", "comment": null}, "price_rule_id": {"type": "integer", "index": 5, "name": "price_rule_id", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 6, "name": "updated_at", "comment": null}, "usage_count": {"type": "double precision", "index": 7, "name": "usage_count", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_fulfillment_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "character varying(26)", "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": "character varying(7)", "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": "character varying(26)", "index": 9, "name": "updated_at", "comment": null}, "tracking_numbers": {"type": "character varying(2)", "index": 10, "name": "tracking_numbers", "comment": null}, "tracking_urls": {"type": "character varying(2)", "index": 11, "name": "tracking_urls", "comment": null}, "shipment_status": {"type": "integer", "index": 12, "name": "shipment_status", "comment": null}, "service": {"type": "character varying(6)", "index": 13, "name": "service", "comment": null}, "name": {"type": "character varying(10)", "index": 14, "name": "name", "comment": null}, "receipt_authorization": {"type": "integer", "index": 15, "name": "receipt_authorization", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_fulfillment_event_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "integer", "index": 3, "name": "address_1", "comment": null}, "city": {"type": "character varying(9)", "index": 4, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 5, "name": "country", "comment": null}, "created_at": {"type": "character varying(26)", "index": 6, "name": "created_at", "comment": null}, "estimated_delivery_at": {"type": "character varying(26)", "index": 7, "name": "estimated_delivery_at", "comment": null}, "fulfillment_id": {"type": "integer", "index": 8, "name": "fulfillment_id", "comment": null}, "happened_at": {"type": "character varying(26)", "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": "character varying(5)", "index": 12, "name": "message", "comment": null}, "order_id": {"type": "integer", "index": 13, "name": "order_id", "comment": null}, "province": {"type": "character varying(2)", "index": 14, "name": "province", "comment": null}, "shop_id": {"type": "integer", "index": 15, "name": "shop_id", "comment": null}, "status": {"type": "character varying(16)", "index": 16, "name": "status", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 17, "name": "updated_at", "comment": null}, "zip": {"type": "character varying(5)", "index": 18, "name": "zip", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 19, "name": "_fivetran_deleted", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_inventory_item_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_inventory_level_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_location_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "active": {"type": "boolean", "index": 3, "name": "active", "comment": null}, "address_1": {"type": "character varying(13)", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "integer", "index": 5, "name": "address_2", "comment": null}, "city": {"type": "character varying(4)", "index": 6, "name": "city", "comment": null}, "country": {"type": "character varying(2)", "index": 7, "name": "country", "comment": null}, "created_at": {"type": "character varying(26)", "index": 8, "name": "created_at", "comment": null}, "legacy": {"type": "boolean", "index": 9, "name": "legacy", "comment": null}, "name": {"type": "character varying(12)", "index": 10, "name": "name", "comment": null}, "phone": {"type": "integer", "index": 11, "name": "phone", "comment": null}, "province": {"type": "character varying(2)", "index": 12, "name": "province", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 13, "name": "updated_at", "comment": null}, "zip": {"type": "integer", "index": 14, "name": "zip", "comment": null}, "country_code": {"type": "character varying(2)", "index": 15, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "index": 16, "name": "country_name", "comment": null}, "localized_country_name": {"type": "character varying(13)", "index": 17, "name": "localized_country_name", "comment": null}, "localized_province_name": {"type": "character varying(8)", "index": 18, "name": "localized_province_name", "comment": null}, "province_code": {"type": "character varying(2)", "index": 19, "name": "province_code", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 23000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_metafield_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "description": {"type": "integer", "index": 4, "name": "description", "comment": null}, "key": {"type": "character varying(20)", "index": 5, "name": "key", "comment": null}, "namespace": {"type": "character varying(12)", "index": 6, "name": "namespace", "comment": null}, "owner_id": {"type": "integer", "index": 7, "name": "owner_id", "comment": null}, "owner_resource": {"type": "character varying(5)", "index": 8, "name": "owner_resource", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 9, "name": "updated_at", "comment": null}, "value": {"type": "character varying(316)", "index": 10, "name": "value", "comment": null}, "value_type": {"type": "character varying(256)", "index": 11, "name": "value_type", "comment": null}, "type": {"type": "character varying(256)", "index": 12, "name": "type", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 316, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 15000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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_adjustment": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_adjustment_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(18)", "index": 6, "name": "kind", "comment": null}, "reason": {"type": "character varying(18)", "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": "character varying(23)", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "note": {"type": "character varying(32)", "index": 2, "name": "note", "comment": null}, "email": {"type": "character varying(32)", "index": 3, "name": "email", "comment": null}, "taxes_included": {"type": "boolean", "index": 4, "name": "taxes_included", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(32)", "index": 11, "name": "name", "comment": null}, "shipping_address_name": {"type": "character varying(32)", "index": 12, "name": "shipping_address_name", "comment": null}, "shipping_address_first_name": {"type": "character varying(32)", "index": 13, "name": "shipping_address_first_name", "comment": null}, "shipping_address_last_name": {"type": "character varying(32)", "index": 14, "name": "shipping_address_last_name", "comment": null}, "shipping_address_company": {"type": "character varying(32)", "index": 15, "name": "shipping_address_company", "comment": null}, "shipping_address_phone": {"type": "character varying(32)", "index": 16, "name": "shipping_address_phone", "comment": null}, "shipping_address_address_1": {"type": "character varying(32)", "index": 17, "name": "shipping_address_address_1", "comment": null}, "shipping_address_address_2": {"type": "character varying(32)", "index": 18, "name": "shipping_address_address_2", "comment": null}, "shipping_address_city": {"type": "character varying(32)", "index": 19, "name": "shipping_address_city", "comment": null}, "shipping_address_country": {"type": "character varying(32)", "index": 20, "name": "shipping_address_country", "comment": null}, "shipping_address_country_code": {"type": "character varying(32)", "index": 21, "name": "shipping_address_country_code", "comment": null}, "shipping_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 24, "name": "shipping_address_zip", "comment": null}, "shipping_address_latitude": {"type": "character varying(32)", "index": 25, "name": "shipping_address_latitude", "comment": null}, "shipping_address_longitude": {"type": "character varying(32)", "index": 26, "name": "shipping_address_longitude", "comment": null}, "billing_address_name": {"type": "character varying(32)", "index": 27, "name": "billing_address_name", "comment": null}, "billing_address_first_name": {"type": "character varying(32)", "index": 28, "name": "billing_address_first_name", "comment": null}, "billing_address_last_name": {"type": "character varying(32)", "index": 29, "name": "billing_address_last_name", "comment": null}, "billing_address_company": {"type": "character varying(32)", "index": 30, "name": "billing_address_company", "comment": null}, "billing_address_phone": {"type": "character varying(32)", "index": 31, "name": "billing_address_phone", "comment": null}, "billing_address_address_1": {"type": "character varying(32)", "index": 32, "name": "billing_address_address_1", "comment": null}, "billing_address_address_2": {"type": "character varying(32)", "index": 33, "name": "billing_address_address_2", "comment": null}, "billing_address_city": {"type": "character varying(32)", "index": 34, "name": "billing_address_city", "comment": null}, "billing_address_country": {"type": "character varying(32)", "index": 35, "name": "billing_address_country", "comment": null}, "billing_address_country_code": {"type": "character varying(32)", "index": 36, "name": "billing_address_country_code", "comment": null}, "billing_address_province": {"type": "character varying(32)", "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": "character varying(32)", "index": 39, "name": "billing_address_zip", "comment": null}, "billing_address_latitude": {"type": "character varying(32)", "index": 40, "name": "billing_address_latitude", "comment": null}, "billing_address_longitude": {"type": "character varying(32)", "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": "character varying(4)", "index": 47, "name": "financial_status", "comment": null}, "fulfillment_status": {"type": "character varying(9)", "index": 48, "name": "fulfillment_status", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 49, "name": "processed_at", "comment": null}, "processing_method": {"type": "character varying(6)", "index": 50, "name": "processing_method", "comment": null}, "referring_site": {"type": "character varying(32)", "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": "character varying(23)", "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": "character varying(6)", "index": 58, "name": "source_name", "comment": null}, "browser_ip": {"type": "character varying(14)", "index": 59, "name": "browser_ip", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 60, "name": "buyer_accepts_marketing", "comment": null}, "token": {"type": "character varying(32)", "index": 61, "name": "token", "comment": null}, "cart_token": {"type": "character varying(32)", "index": 62, "name": "cart_token", "comment": null}, "checkout_token": {"type": "character varying(32)", "index": 63, "name": "checkout_token", "comment": null}, "test": {"type": "boolean", "index": 64, "name": "test", "comment": null}, "landing_site_base_url": {"type": "character varying(32)", "index": 65, "name": "landing_site_base_url", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 66, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 69000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.00019, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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_discount_code": {"metadata": {"type": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_discount_code_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 4, "name": "amount", "comment": null}, "code": {"type": "character varying(12)", "index": 5, "name": "code", "comment": null}, "type": {"type": "character varying(10)", "index": 6, "name": "type", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(32)", "index": 5, "name": "name", "comment": null}, "title": {"type": "character varying(32)", "index": 6, "name": "title", "comment": null}, "vendor": {"type": "character varying(32)", "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": "character varying(32)", "index": 11, "name": "sku", "comment": null}, "fulfillable_quantity": {"type": "integer", "index": 12, "name": "fulfillable_quantity", "comment": null}, "fulfillment_service": {"type": "character varying(6)", "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": "character varying(9)", "index": 20, "name": "fulfillment_status", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 21, "name": "_fivetran_synced", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_line_refund_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_note_attribute_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"name": {"type": "character varying(10)", "index": 1, "name": "name", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(38)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 38, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_shipping_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "carrier_identifier": {"type": "integer", "index": 4, "name": "carrier_identifier", "comment": null}, "code": {"type": "character varying(8)", "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": "character varying(7)", "index": 11, "name": "source", "comment": null}, "title": {"type": "character varying(8)", "index": 12, "name": "title", "comment": null}, "discounted_price_set": {"type": "character varying(114)", "index": 13, "name": "discounted_price_set", "comment": null}, "price_set": {"type": "character varying(114)", "index": 14, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 17000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_shipping_tax_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": "character varying(7)", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "character varying(114)", "index": 7, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(7)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_order_url_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"key": {"type": "character varying(12)", "index": 1, "name": "key", "comment": null}, "order_id": {"type": "integer", "index": 2, "name": "order_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(5)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_price_rule_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "allocation_limit": {"type": "integer", "index": 3, "name": "allocation_limit", "comment": null}, "allocation_method": {"type": "character varying(6)", "index": 4, "name": "allocation_method", "comment": null}, "created_at": {"type": "character varying(26)", "index": 5, "name": "created_at", "comment": null}, "customer_selection": {"type": "character varying(3)", "index": 6, "name": "customer_selection", "comment": null}, "ends_at": {"type": "character varying(26)", "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": "character varying(26)", "index": 14, "name": "starts_at", "comment": null}, "target_selection": {"type": "character varying(8)", "index": 15, "name": "target_selection", "comment": null}, "target_type": {"type": "character varying(9)", "index": 16, "name": "target_type", "comment": null}, "title": {"type": "character varying(8)", "index": 17, "name": "title", "comment": null}, "updated_at": {"type": "character varying(26)", "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": "character varying(10)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 25000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "title": {"type": "character varying(32)", "index": 2, "name": "title", "comment": null}, "handle": {"type": "character varying(32)", "index": 3, "name": "handle", "comment": null}, "product_type": {"type": "character varying(32)", "index": 4, "name": "product_type", "comment": null}, "vendor": {"type": "character varying(32)", "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": "character varying(6)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_image_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "index": 4, "name": "_fivetran_synced", "comment": null}, "alt": {"type": "integer", "index": 5, "name": "alt", "comment": null}, "created_at": {"type": "character varying(26)", "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": "character varying(68)", "index": 9, "name": "src", "comment": null}, "updated_at": {"type": "character varying(26)", "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": "character varying(71)", "index": 13, "name": "variant_ids", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 71, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_tag_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"index": {"type": "integer", "index": 1, "name": "index", "comment": null}, "product_id": {"type": "integer", "index": 2, "name": "product_id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(19)", "index": 4, "name": "value", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_product_variant_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(14)", "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": "character varying(4)", "index": 8, "name": "inventory_policy", "comment": null}, "compare_at_price": {"type": "integer", "index": 9, "name": "compare_at_price", "comment": null}, "fulfillment_service": {"type": "character varying(6)", "index": 10, "name": "fulfillment_service", "comment": null}, "inventory_management": {"type": "character varying(17)", "index": 11, "name": "inventory_management", "comment": null}, "created_at": {"type": "character varying(23)", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "character varying(23)", "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": "character varying(2)", "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": "character varying(23)", "index": 23, "name": "_fivetran_synced", "comment": null}, "option_2": {"type": "integer", "index": 24, "name": "option_2", "comment": null}, "tax_code": {"type": "character varying(6)", "index": 25, "name": "tax_code", "comment": null}, "option_3": {"type": "integer", "index": 26, "name": "option_3", "comment": null}, "option_1": {"type": "character varying(14)", "index": 27, "name": "option_1", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 30000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_refund_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "character varying(23)", "index": 2, "name": "created_at", "comment": null}, "processed_at": {"type": "character varying(23)", "index": 3, "name": "processed_at", "comment": null}, "note": {"type": "character varying(14)", "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": "character varying(23)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 23, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_shop_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 3, "name": "_fivetran_synced", "comment": null}, "address_1": {"type": "character varying(13)", "index": 4, "name": "address_1", "comment": null}, "address_2": {"type": "character varying(11)", "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": "character varying(8)", "index": 8, "name": "city", "comment": null}, "cookie_consent_level": {"type": "character varying(8)", "index": 9, "name": "cookie_consent_level", "comment": null}, "country": {"type": "character varying(2)", "index": 10, "name": "country", "comment": null}, "country_code": {"type": "character varying(2)", "index": 11, "name": "country_code", "comment": null}, "country_name": {"type": "character varying(13)", "index": 12, "name": "country_name", "comment": null}, "county_taxes": {"type": "boolean", "index": 13, "name": "county_taxes", "comment": null}, "created_at": {"type": "character varying(26)", "index": 14, "name": "created_at", "comment": null}, "currency": {"type": "character varying(3)", "index": 15, "name": "currency", "comment": null}, "customer_email": {"type": "character varying(19)", "index": 16, "name": "customer_email", "comment": null}, "domain": {"type": "character varying(11)", "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": "character varying(15)", "index": 20, "name": "email", "comment": null}, "enabled_presentment_currencies": {"type": "character varying(7)", "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": "character varying(16)", "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": "character varying(11)", "index": 31, "name": "money_format", "comment": null}, "money_in_emails_format": {"type": "character varying(11)", "index": 32, "name": "money_in_emails_format", "comment": null}, "money_with_currency_format": {"type": "character varying(15)", "index": 33, "name": "money_with_currency_format", "comment": null}, "money_with_currency_in_emails_format": {"type": "character varying(15)", "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": "character varying(21)", "index": 36, "name": "myshopify_domain", "comment": null}, "name": {"type": "character varying(17)", "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": "character varying(12)", "index": 40, "name": "plan_display_name", "comment": null}, "plan_name": {"type": "character varying(12)", "index": 41, "name": "plan_name", "comment": null}, "pre_launch_enabled": {"type": "boolean", "index": 42, "name": "pre_launch_enabled", "comment": null}, "primary_locale": {"type": "character varying(2)", "index": 43, "name": "primary_locale", "comment": null}, "primary_location_id": {"type": "integer", "index": 44, "name": "primary_location_id", "comment": null}, "province": {"type": "character varying(8)", "index": 45, "name": "province", "comment": null}, "province_code": {"type": "character varying(2)", "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": "character varying(17)", "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": "character varying(28)", "index": 53, "name": "timezone", "comment": null}, "updated_at": {"type": "character varying(26)", "index": 54, "name": "updated_at", "comment": null}, "visitor_tracking_consent_preference": {"type": "character varying(9)", "index": 55, "name": "visitor_tracking_consent_preference", "comment": null}, "weight_unit": {"type": "character varying(2)", "index": 56, "name": "weight_unit", "comment": null}, "zip": {"type": "integer", "index": 57, "name": "zip", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 28, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 60000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000165, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_tax_line_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(26)", "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": "character varying(3)", "index": 6, "name": "title", "comment": null}, "price_set": {"type": "character varying(114)", "index": 7, "name": "price_set", "comment": null}}, "stats": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 114, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_tender_transaction_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "character varying(26)", "index": 2, "name": "_fivetran_synced", "comment": null}, "amount": {"type": "double precision", "index": 3, "name": "amount", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(5)", "index": 8, "name": "payment_method", "comment": null}, "processed_at": {"type": "character varying(26)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 26, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 15000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.1e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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": "BASE TABLE", "schema": "shopify_integration_tests_6", "name": "shopify_transaction_data", "database": "dev", "comment": null, "owner": "lovelaceadmin"}, "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": "character varying(10)", "index": 5, "name": "authorization", "comment": null}, "created_at": {"type": "character varying(23)", "index": 6, "name": "created_at", "comment": null}, "processed_at": {"type": "character varying(23)", "index": 7, "name": "processed_at", "comment": null}, "device_id": {"type": "integer", "index": 8, "name": "device_id", "comment": null}, "gateway": {"type": "character varying(12)", "index": 9, "name": "gateway", "comment": null}, "source_name": {"type": "character varying(11)", "index": 10, "name": "source_name", "comment": null}, "message": {"type": "character varying(12)", "index": 11, "name": "message", "comment": null}, "currency": {"type": "character varying(3)", "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": "character varying(1)", "index": 15, "name": "payment_avs_result_code", "comment": null}, "kind": {"type": "character varying(4)", "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": "character varying(7)", "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": "character varying(23)", "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": {"stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 100, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "size": {"id": "size", "label": "Approximate Size", "value": 34000000, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 9.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "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 diff --git a/docs/index.html b/docs/index.html index 2bcc794..ca1e6f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,7 +64,7 @@ * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var o="Expected a function",a="__lodash_placeholder__",s=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],l="[object Arguments]",c="[object Array]",u="[object Boolean]",d="[object Date]",p="[object Error]",f="[object Function]",h="[object GeneratorFunction]",g="[object Map]",m="[object Number]",v="[object Object]",b="[object RegExp]",y="[object Set]",x="[object String]",w="[object Symbol]",k="[object WeakMap]",A="[object ArrayBuffer]",E="[object DataView]",S="[object Float32Array]",$="[object Float64Array]",C="[object Int8Array]",_="[object Int16Array]",O="[object Int32Array]",T="[object Uint8Array]",j="[object Uint16Array]",P="[object Uint32Array]",D=/\b__p \+= '';/g,R=/\b(__p \+=) '' \+/g,I=/(__e\(.*?\)|\b__t\)) \+\n'';/g,N=/&(?:amp|lt|gt|quot|#39);/g,M=/[&<>"']/g,z=RegExp(N.source),L=RegExp(M.source),B=/<%-([\s\S]+?)%>/g,F=/<%([\s\S]+?)%>/g,q=/<%=([\s\S]+?)%>/g,V=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,U=/^\w*$/,H=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,G=/[\\^$.*+?()[\]{}|]/g,W=RegExp(G.source),Y=/^\s+/,X=/\s/,Z=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Q=/\{\n\/\* \[wrapped with (.+)\] \*/,J=/,? & /,K=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ee=/[()=,{}\[\]\/\s]/,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,ie=/^[-+]0x[0-9a-f]+$/i,oe=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,se=/^0o[0-7]+$/i,le=/^(?:0|[1-9]\d*)$/,ce=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ue=/($^)/,de=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",fe="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ge="["+fe+"]",me="["+pe+"]",ve="\\d+",be="[\\u2700-\\u27bf]",ye="[a-z\\xdf-\\xf6\\xf8-\\xff]",xe="[^\\ud800-\\udfff"+fe+ve+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",ke="[^\\ud800-\\udfff]",Ae="(?:\\ud83c[\\udde6-\\uddff]){2}",Ee="[\\ud800-\\udbff][\\udc00-\\udfff]",Se="[A-Z\\xc0-\\xd6\\xd8-\\xde]",$e="(?:"+ye+"|"+xe+")",Ce="(?:"+Se+"|"+xe+")",_e="(?:"+me+"|"+we+")"+"?",Oe="[\\ufe0e\\ufe0f]?"+_e+("(?:\\u200d(?:"+[ke,Ae,Ee].join("|")+")[\\ufe0e\\ufe0f]?"+_e+")*"),Te="(?:"+[be,Ae,Ee].join("|")+")"+Oe,je="(?:"+[ke+me+"?",me,Ae,Ee,he].join("|")+")",Pe=RegExp("['’]","g"),De=RegExp(me,"g"),Re=RegExp(we+"(?="+we+")|"+je+Oe,"g"),Ie=RegExp([Se+"?"+ye+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ge,Se,"$"].join("|")+")",Ce+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ge,Se+$e,"$"].join("|")+")",Se+"?"+$e+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Se+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ve,Te].join("|"),"g"),Ne=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Me=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ze=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Le=-1,Be={};Be[S]=Be[$]=Be[C]=Be[_]=Be[O]=Be[T]=Be["[object Uint8ClampedArray]"]=Be[j]=Be[P]=!0,Be[l]=Be[c]=Be[A]=Be[u]=Be[E]=Be[d]=Be[p]=Be[f]=Be[g]=Be[m]=Be[v]=Be[b]=Be[y]=Be[x]=Be[k]=!1;var Fe={};Fe[l]=Fe[c]=Fe[A]=Fe[E]=Fe[u]=Fe[d]=Fe[S]=Fe[$]=Fe[C]=Fe[_]=Fe[O]=Fe[g]=Fe[m]=Fe[v]=Fe[b]=Fe[y]=Fe[x]=Fe[w]=Fe[T]=Fe["[object Uint8ClampedArray]"]=Fe[j]=Fe[P]=!0,Fe[p]=Fe[f]=Fe[k]=!1;var qe={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Ve=parseFloat,Ue=parseInt,He="object"==typeof e&&e&&e.Object===Object&&e,Ge="object"==typeof self&&self&&self.Object===Object&&self,We=He||Ge||Function("return this")(),Ye=t&&!t.nodeType&&t,Xe=Ye&&"object"==typeof r&&r&&!r.nodeType&&r,Ze=Xe&&Xe.exports===Ye,Qe=Ze&&He.process,Je=function(){try{var e=Xe&&Xe.require&&Xe.require("util").types;return e||Qe&&Qe.binding&&Qe.binding("util")}catch(e){}}(),Ke=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,it=Je&&Je.isTypedArray;function ot(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i-1}function pt(e,t,n){for(var r=-1,i=null==e?0:e.length;++r-1;);return n}function It(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var Mt=$t({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),zt=$t({"&":"&","<":"<",">":">",'"':""","'":"'"});function Lt(e){return"\\"+qe[e]}function Bt(e){return Ne.test(e)}function Ft(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function qt(e,t){return function(n){return e(t(n))}}function Vt(e,t){for(var n=-1,r=e.length,i=0,o=[];++n",""":'"',"'":"'"});var Zt=function e(t){var n,r=(t=null==t?We:Zt.defaults(We.Object(),t,Zt.pick(We,ze))).Array,i=t.Date,X=t.Error,pe=t.Function,fe=t.Math,he=t.Object,ge=t.RegExp,me=t.String,ve=t.TypeError,be=r.prototype,ye=pe.prototype,xe=he.prototype,we=t["__core-js_shared__"],ke=ye.toString,Ae=xe.hasOwnProperty,Ee=0,Se=(n=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",$e=xe.toString,Ce=ke.call(he),_e=We._,Oe=ge("^"+ke.call(Ae).replace(G,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Te=Ze?t.Buffer:void 0,je=t.Symbol,Re=t.Uint8Array,Ne=Te?Te.allocUnsafe:void 0,qe=qt(he.getPrototypeOf,he),He=he.create,Ge=xe.propertyIsEnumerable,Ye=be.splice,Xe=je?je.isConcatSpreadable:void 0,Qe=je?je.iterator:void 0,Je=je?je.toStringTag:void 0,bt=function(){try{var e=eo(he,"defineProperty");return e({},"",{}),e}catch(e){}}(),$t=t.clearTimeout!==We.clearTimeout&&t.clearTimeout,Qt=i&&i.now!==We.Date.now&&i.now,Jt=t.setTimeout!==We.setTimeout&&t.setTimeout,Kt=fe.ceil,en=fe.floor,tn=he.getOwnPropertySymbols,nn=Te?Te.isBuffer:void 0,rn=t.isFinite,on=be.join,an=qt(he.keys,he),sn=fe.max,ln=fe.min,cn=i.now,un=t.parseInt,dn=fe.random,pn=be.reverse,fn=eo(t,"DataView"),hn=eo(t,"Map"),gn=eo(t,"Promise"),mn=eo(t,"Set"),vn=eo(t,"WeakMap"),bn=eo(he,"create"),yn=vn&&new vn,xn={},wn=_o(fn),kn=_o(hn),An=_o(gn),En=_o(mn),Sn=_o(vn),$n=je?je.prototype:void 0,Cn=$n?$n.valueOf:void 0,_n=$n?$n.toString:void 0;function On(e){if(Ha(e)&&!Ra(e)&&!(e instanceof Dn)){if(e instanceof Pn)return e;if(Ae.call(e,"__wrapped__"))return Oo(e)}return new Pn(e)}var Tn=function(){function e(){}return function(t){if(!Ua(t))return{};if(He)return He(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function jn(){}function Pn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function Dn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Qn(e,t,n,r,i,o){var a,s=1&t,c=2&t,p=4&t;if(n&&(a=i?n(e,r,i,o):n(e)),void 0!==a)return a;if(!Ua(e))return e;var k=Ra(e);if(k){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Ae.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!s)return bi(e,a)}else{var D=ro(e),R=D==f||D==h;if(za(e))return pi(e,s);if(D==v||D==l||R&&!i){if(a=c||R?{}:oo(e),!s)return c?function(e,t){return yi(e,no(e),t)}(e,function(e,t){return e&&yi(t,ks(t),e)}(a,e)):function(e,t){return yi(e,to(e),t)}(e,Wn(a,e))}else{if(!Fe[D])return i?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case A:return fi(e);case u:case d:return new r(+e);case E:return function(e,t){var n=t?fi(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case S:case $:case C:case _:case O:case T:case"[object Uint8ClampedArray]":case j:case P:return hi(e,n);case g:return new r;case m:case x:return new r(e);case b:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case y:return new r;case w:return i=e,Cn?he(Cn.call(i)):{}}var i}(e,D,s)}}o||(o=new zn);var I=o.get(e);if(I)return I;o.set(e,a),Za(e)?e.forEach((function(r){a.add(Qn(r,t,n,r,e,o))})):Ga(e)&&e.forEach((function(r,i){a.set(i,Qn(r,t,n,i,e,o))}));var N=k?void 0:(p?c?Wi:Gi:c?ks:ws)(e);return st(N||e,(function(r,i){N&&(r=e[i=r]),Un(a,i,Qn(r,t,n,i,e,o))})),a}function Jn(e,t,n){var r=n.length;if(null==e)return!r;for(e=he(e);r--;){var i=n[r],o=t[i],a=e[i];if(void 0===a&&!(i in e)||!o(a))return!1}return!0}function Kn(e,t,n){if("function"!=typeof e)throw new ve(o);return wo((function(){e.apply(void 0,n)}),t)}function er(e,t,n,r){var i=-1,o=dt,a=!0,s=e.length,l=[],c=t.length;if(!s)return l;n&&(t=ft(t,jt(n))),r?(o=pt,a=!1):t.length>=200&&(o=Dt,a=!1,t=new Mn(t));e:for(;++i-1},In.prototype.set=function(e,t){var n=this.__data__,r=Hn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(hn||In),string:new Rn}},Nn.prototype.delete=function(e){var t=Ji(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Ji(this,e).get(e)},Nn.prototype.has=function(e){return Ji(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Ji(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Mn.prototype.add=Mn.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Mn.prototype.has=function(e){return this.__data__.has(e)},zn.prototype.clear=function(){this.__data__=new In,this.size=0},zn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},zn.prototype.get=function(e){return this.__data__.get(e)},zn.prototype.has=function(e){return this.__data__.has(e)},zn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof In){var r=n.__data__;if(!hn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var tr=ki(cr),nr=ki(ur,!0);function rr(e,t){var n=!0;return tr(e,(function(e,r,i){return n=!!t(e,r,i)})),n}function ir(e,t,n){for(var r=-1,i=e.length;++r0&&n(s)?t>1?ar(s,t-1,n,r,i):ht(i,s):r||(i[i.length]=s)}return i}var sr=Ai(),lr=Ai(!0);function cr(e,t){return e&&sr(e,t,ws)}function ur(e,t){return e&&lr(e,t,ws)}function dr(e,t){return ut(t,(function(t){return Fa(e[t])}))}function pr(e,t){for(var n=0,r=(t=li(t,e)).length;null!=e&&nt}function mr(e,t){return null!=e&&Ae.call(e,t)}function vr(e,t){return null!=e&&t in he(e)}function br(e,t,n){for(var i=n?pt:dt,o=e[0].length,a=e.length,s=a,l=r(a),c=1/0,u=[];s--;){var d=e[s];s&&t&&(d=ft(d,jt(t))),c=ln(d.length,c),l[s]=!n&&(t||o>=120&&d.length>=120)?new Mn(s&&d):void 0}d=e[0];var p=-1,f=l[0];e:for(;++p=s)return l;var c=n[r];return l*("desc"==c?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,i=t.length,o={};++r-1;)s!==e&&Ye.call(s,l,1),Ye.call(e,l,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;so(i)?Ye.call(e,i,1):ei(e,i)}}return e}function Mr(e,t){return e+en(dn()*(t-e+1))}function zr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=en(t/2))&&(e+=e)}while(t);return n}function Lr(e,t){return ko(mo(e,t,Ws),e+"")}function Br(e){return Bn(Ts(e))}function Fr(e,t){var n=Ts(e);return So(n,Zn(t,0,n.length))}function qr(e,t,n,r){if(!Ua(e))return e;for(var i=-1,o=(t=li(t,e)).length,a=o-1,s=e;null!=s&&++io?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var a=r(o);++i>>1,a=e[o];null!==a&&!Ja(a)&&(n?a<=t:a=200){var c=t?null:zi(e);if(c)return Ut(c);a=!1,i=Dt,l=new Mn}else l=t?[]:s;e:for(;++r=r?e:Gr(e,t,n)}var di=$t||function(e){return We.clearTimeout(e)};function pi(e,t){if(t)return e.slice();var n=e.length,r=Ne?Ne(n):new e.constructor(n);return e.copy(r),r}function fi(e){var t=new e.constructor(e.byteLength);return new Re(t).set(new Re(e)),t}function hi(e,t){var n=t?fi(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function gi(e,t){if(e!==t){var n=void 0!==e,r=null===e,i=e==e,o=Ja(e),a=void 0!==t,s=null===t,l=t==t,c=Ja(t);if(!s&&!c&&!o&&e>t||o&&a&&l&&!s&&!c||r&&a&&l||!n&&l||!i)return 1;if(!r&&!o&&!c&&e1?n[i-1]:void 0,a=i>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(i--,o):void 0,a&&lo(n[0],n[1],a)&&(o=i<3?void 0:o,i=1),t=he(t);++r-1?i[o?t[a]:a]:void 0}}function _i(e){return Hi((function(t){var n=t.length,r=n,i=Pn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ve(o);if(i&&!s&&"wrapper"==Xi(a))var s=new Pn([],!0)}for(r=s?r:n;++r1&&y.reverse(),d&&cs))return!1;var c=o.get(e),u=o.get(t);if(c&&u)return c==t&&u==e;var d=-1,p=!0,f=2&n?new Mn:void 0;for(o.set(e,t),o.set(t,e);++d-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(Z,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return st(s,(function(n){var r="_."+n[0];t&n[1]&&!dt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(Q);return t?t[1].split(J):[]}(r),n)))}function Eo(e){var t=0,n=0;return function(){var r=cn(),i=16-(r-n);if(n=r,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function So(e,t){var n=-1,r=e.length,i=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,Xo(e,n)}));function na(e){var t=On(e);return t.__chain__=!0,t}function ra(e,t){return t(e)}var ia=Hi((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,i=function(t){return Xn(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Dn&&so(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:ra,args:[i],thisArg:void 0}),new Pn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(i)}));var oa=xi((function(e,t,n){Ae.call(e,n)?++e[n]:Yn(e,n,1)}));var aa=Ci(Do),sa=Ci(Ro);function la(e,t){return(Ra(e)?st:tr)(e,Qi(t,3))}function ca(e,t){return(Ra(e)?lt:nr)(e,Qi(t,3))}var ua=xi((function(e,t,n){Ae.call(e,n)?e[n].push(t):Yn(e,n,[t])}));var da=Lr((function(e,t,n){var i=-1,o="function"==typeof t,a=Na(e)?r(e.length):[];return tr(e,(function(e){a[++i]=o?ot(t,e,n):yr(e,t,n)})),a})),pa=xi((function(e,t,n){Yn(e,n,t)}));function fa(e,t){return(Ra(e)?ft:_r)(e,Qi(t,3))}var ha=xi((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ga=Lr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&lo(e,t[0],t[1])?t=[]:n>2&&lo(t[0],t[1],t[2])&&(t=[t[0]]),Dr(e,ar(t,1),[])})),ma=Qt||function(){return We.Date.now()};function va(e,t,n){return t=n?void 0:t,Bi(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ba(e,t){var n;if("function"!=typeof t)throw new ve(o);return e=is(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Lr((function(e,t,n){var r=1;if(n.length){var i=Vt(n,Zi(ya));r|=32}return Bi(e,r,t,n,i)})),xa=Lr((function(e,t,n){var r=3;if(n.length){var i=Vt(n,Zi(xa));r|=32}return Bi(t,r,e,n,i)}));function wa(e,t,n){var r,i,a,s,l,c,u=0,d=!1,p=!1,f=!0;if("function"!=typeof e)throw new ve(o);function h(t){var n=r,o=i;return r=i=void 0,u=t,s=e.apply(o,n)}function g(e){return u=e,l=wo(v,t),d?h(e):s}function m(e){var n=e-c;return void 0===c||n>=t||n<0||p&&e-u>=a}function v(){var e=ma();if(m(e))return b(e);l=wo(v,function(e){var n=t-(e-c);return p?ln(n,a-(e-u)):n}(e))}function b(e){return l=void 0,f&&r?h(e):(r=i=void 0,s)}function y(){var e=ma(),n=m(e);if(r=arguments,i=this,c=e,n){if(void 0===l)return g(c);if(p)return di(l),l=wo(v,t),h(c)}return void 0===l&&(l=wo(v,t)),s}return t=as(t)||0,Ua(n)&&(d=!!n.leading,a=(p="maxWait"in n)?sn(as(n.maxWait)||0,t):a,f="trailing"in n?!!n.trailing:f),y.cancel=function(){void 0!==l&&di(l),u=0,r=c=i=l=void 0},y.flush=function(){return void 0===l?s:b(ma())},y}var ka=Lr((function(e,t){return Kn(e,1,t)})),Aa=Lr((function(e,t,n){return Kn(e,as(t)||0,n)}));function Ea(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ve(o);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Ea.Cache||Nn),n}function Sa(e){if("function"!=typeof e)throw new ve(o);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ea.Cache=Nn;var $a=ci((function(e,t){var n=(t=1==t.length&&Ra(t[0])?ft(t[0],jt(Qi())):ft(ar(t,1),jt(Qi()))).length;return Lr((function(r){for(var i=-1,o=ln(r.length,n);++i=t})),Da=xr(function(){return arguments}())?xr:function(e){return Ha(e)&&Ae.call(e,"callee")&&!Ge.call(e,"callee")},Ra=r.isArray,Ia=Ke?jt(Ke):function(e){return Ha(e)&&hr(e)==A};function Na(e){return null!=e&&Va(e.length)&&!Fa(e)}function Ma(e){return Ha(e)&&Na(e)}var za=nn||al,La=et?jt(et):function(e){return Ha(e)&&hr(e)==d};function Ba(e){if(!Ha(e))return!1;var t=hr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!Ya(e)}function Fa(e){if(!Ua(e))return!1;var t=hr(e);return t==f||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function qa(e){return"number"==typeof e&&e==is(e)}function Va(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ua(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Ha(e){return null!=e&&"object"==typeof e}var Ga=tt?jt(tt):function(e){return Ha(e)&&ro(e)==g};function Wa(e){return"number"==typeof e||Ha(e)&&hr(e)==m}function Ya(e){if(!Ha(e)||hr(e)!=v)return!1;var t=qe(e);if(null===t)return!0;var n=Ae.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&ke.call(n)==Ce}var Xa=nt?jt(nt):function(e){return Ha(e)&&hr(e)==b};var Za=rt?jt(rt):function(e){return Ha(e)&&ro(e)==y};function Qa(e){return"string"==typeof e||!Ra(e)&&Ha(e)&&hr(e)==x}function Ja(e){return"symbol"==typeof e||Ha(e)&&hr(e)==w}var Ka=it?jt(it):function(e){return Ha(e)&&Va(e.length)&&!!Be[hr(e)]};var es=Ii(Cr),ts=Ii((function(e,t){return e<=t}));function ns(e){if(!e)return[];if(Na(e))return Qa(e)?Wt(e):bi(e);if(Qe&&e[Qe])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Qe]());var t=ro(e);return(t==g?Ft:t==y?Ut:Ts)(e)}function rs(e){return e?(e=as(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function is(e){var t=rs(e),n=t%1;return t==t?n?t-n:t:0}function os(e){return e?Zn(is(e),0,4294967295):0}function as(e){if("number"==typeof e)return e;if(Ja(e))return NaN;if(Ua(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ua(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Tt(e);var n=oe.test(e);return n||se.test(e)?Ue(e.slice(2),n?2:8):ie.test(e)?NaN:+e}function ss(e){return yi(e,ks(e))}function ls(e){return null==e?"":Jr(e)}var cs=wi((function(e,t){if(fo(t)||Na(t))yi(t,ws(t),e);else for(var n in t)Ae.call(t,n)&&Un(e,n,t[n])})),us=wi((function(e,t){yi(t,ks(t),e)})),ds=wi((function(e,t,n,r){yi(t,ks(t),e,r)})),ps=wi((function(e,t,n,r){yi(t,ws(t),e,r)})),fs=Hi(Xn);var hs=Lr((function(e,t){e=he(e);var n=-1,r=t.length,i=r>2?t[2]:void 0;for(i&&lo(t[0],t[1],i)&&(r=1);++n1),t})),yi(e,Wi(e),n),r&&(n=Qn(n,7,Vi));for(var i=t.length;i--;)ei(n,t[i]);return n}));var $s=Hi((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return vs(e,n)}))}(e,t)}));function Cs(e,t){if(null==e)return{};var n=ft(Wi(e),(function(e){return[e]}));return t=Qi(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var _s=Li(ws),Os=Li(ks);function Ts(e){return null==e?[]:Pt(e,ws(e))}var js=Si((function(e,t,n){return t=t.toLowerCase(),e+(n?Ps(t):t)}));function Ps(e){return Bs(ls(e).toLowerCase())}function Ds(e){return(e=ls(e))&&e.replace(ce,Mt).replace(De,"")}var Rs=Si((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Is=Si((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Ns=Ei("toLowerCase");var Ms=Si((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var zs=Si((function(e,t,n){return e+(n?" ":"")+Bs(t)}));var Ls=Si((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Bs=Ei("toUpperCase");function Fs(e,t,n){return e=ls(e),void 0===(t=n?void 0:t)?function(e){return Me.test(e)}(e)?function(e){return e.match(Ie)||[]}(e):function(e){return e.match(K)||[]}(e):e.match(t)||[]}var qs=Lr((function(e,t){try{return ot(e,void 0,t)}catch(e){return Ba(e)?e:new X(e)}})),Vs=Hi((function(e,t){return st(t,(function(t){t=Co(t),Yn(e,t,ya(e[t],e))})),e}));function Us(e){return function(){return e}}var Hs=_i(),Gs=_i(!0);function Ws(e){return e}function Ys(e){return Er("function"==typeof e?e:Qn(e,1))}var Xs=Lr((function(e,t){return function(n){return yr(n,e,t)}})),Zs=Lr((function(e,t){return function(n){return yr(e,n,t)}}));function Qs(e,t,n){var r=ws(t),i=dr(t,r);null!=n||Ua(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=dr(t,ws(t)));var o=!(Ua(n)&&"chain"in n&&!n.chain),a=Fa(e);return st(i,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__),i=n.__actions__=bi(this.__actions__);return i.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Js(){}var Ks=Pi(ft),el=Pi(ct),tl=Pi(vt);function nl(e){return co(e)?St(Co(e)):function(e){return function(t){return pr(t,e)}}(e)}var rl=Ri(),il=Ri(!0);function ol(){return[]}function al(){return!1}var sl=ji((function(e,t){return e+t}),0),ll=Mi("ceil"),cl=ji((function(e,t){return e/t}),1),ul=Mi("floor");var dl,pl=ji((function(e,t){return e*t}),1),fl=Mi("round"),hl=ji((function(e,t){return e-t}),0);return On.after=function(e,t){if("function"!=typeof t)throw new ve(o);return e=is(e),function(){if(--e<1)return t.apply(this,arguments)}},On.ary=va,On.assign=cs,On.assignIn=us,On.assignInWith=ds,On.assignWith=ps,On.at=fs,On.before=ba,On.bind=ya,On.bindAll=Vs,On.bindKey=xa,On.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},On.chain=na,On.chunk=function(e,t,n){t=(n?lo(e,t,n):void 0===t)?1:sn(is(t),0);var i=null==e?0:e.length;if(!i||t<1)return[];for(var o=0,a=0,s=r(Kt(i/t));oi?0:i+n),(r=void 0===r||r>i?i:is(r))<0&&(r+=i),r=n>r?0:os(r);n>>0)?(e=ls(e))&&("string"==typeof t||null!=t&&!Xa(t))&&!(t=Jr(t))&&Bt(e)?ui(Wt(e),0,n):e.split(t,n):[]},On.spread=function(e,t){if("function"!=typeof e)throw new ve(o);return t=null==t?0:sn(is(t),0),Lr((function(n){var r=n[t],i=ui(n,0,t);return r&&ht(i,r),ot(e,this,i)}))},On.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},On.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:is(t))<0?0:t):[]},On.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:is(t)))<0?0:t,r):[]},On.takeRightWhile=function(e,t){return e&&e.length?ni(e,Qi(t,3),!1,!0):[]},On.takeWhile=function(e,t){return e&&e.length?ni(e,Qi(t,3)):[]},On.tap=function(e,t){return t(e),e},On.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new ve(o);return Ua(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),wa(e,t,{leading:r,maxWait:t,trailing:i})},On.thru=ra,On.toArray=ns,On.toPairs=_s,On.toPairsIn=Os,On.toPath=function(e){return Ra(e)?ft(e,Co):Ja(e)?[e]:bi($o(ls(e)))},On.toPlainObject=ss,On.transform=function(e,t,n){var r=Ra(e),i=r||za(e)||Ka(e);if(t=Qi(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:Ua(e)&&Fa(o)?Tn(qe(e)):{}}return(i?st:cr)(e,(function(e,r,i){return t(n,e,r,i)})),n},On.unary=function(e){return va(e,1)},On.union=Ho,On.unionBy=Go,On.unionWith=Wo,On.uniq=function(e){return e&&e.length?Kr(e):[]},On.uniqBy=function(e,t){return e&&e.length?Kr(e,Qi(t,2)):[]},On.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Kr(e,void 0,t):[]},On.unset=function(e,t){return null==e||ei(e,t)},On.unzip=Yo,On.unzipWith=Xo,On.update=function(e,t,n){return null==e?e:ti(e,t,si(n))},On.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:ti(e,t,si(n),r)},On.values=Ts,On.valuesIn=function(e){return null==e?[]:Pt(e,ks(e))},On.without=Zo,On.words=Fs,On.wrap=function(e,t){return Ca(si(t),e)},On.xor=Qo,On.xorBy=Jo,On.xorWith=Ko,On.zip=ea,On.zipObject=function(e,t){return oi(e||[],t||[],Un)},On.zipObjectDeep=function(e,t){return oi(e||[],t||[],qr)},On.zipWith=ta,On.entries=_s,On.entriesIn=Os,On.extend=us,On.extendWith=ds,Qs(On,On),On.add=sl,On.attempt=qs,On.camelCase=js,On.capitalize=Ps,On.ceil=ll,On.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=as(n))==n?n:0),void 0!==t&&(t=(t=as(t))==t?t:0),Zn(as(e),t,n)},On.clone=function(e){return Qn(e,4)},On.cloneDeep=function(e){return Qn(e,5)},On.cloneDeepWith=function(e,t){return Qn(e,5,t="function"==typeof t?t:void 0)},On.cloneWith=function(e,t){return Qn(e,4,t="function"==typeof t?t:void 0)},On.conformsTo=function(e,t){return null==t||Jn(e,t,ws(t))},On.deburr=Ds,On.defaultTo=function(e,t){return null==e||e!=e?t:e},On.divide=cl,On.endsWith=function(e,t,n){e=ls(e),t=Jr(t);var r=e.length,i=n=void 0===n?r:Zn(is(n),0,r);return(n-=t.length)>=0&&e.slice(n,i)==t},On.eq=Ta,On.escape=function(e){return(e=ls(e))&&L.test(e)?e.replace(M,zt):e},On.escapeRegExp=function(e){return(e=ls(e))&&W.test(e)?e.replace(G,"\\$&"):e},On.every=function(e,t,n){var r=Ra(e)?ct:rr;return n&&lo(e,t,n)&&(t=void 0),r(e,Qi(t,3))},On.find=aa,On.findIndex=Do,On.findKey=function(e,t){return yt(e,Qi(t,3),cr)},On.findLast=sa,On.findLastIndex=Ro,On.findLastKey=function(e,t){return yt(e,Qi(t,3),ur)},On.floor=ul,On.forEach=la,On.forEachRight=ca,On.forIn=function(e,t){return null==e?e:sr(e,Qi(t,3),ks)},On.forInRight=function(e,t){return null==e?e:lr(e,Qi(t,3),ks)},On.forOwn=function(e,t){return e&&cr(e,Qi(t,3))},On.forOwnRight=function(e,t){return e&&ur(e,Qi(t,3))},On.get=ms,On.gt=ja,On.gte=Pa,On.has=function(e,t){return null!=e&&io(e,t,mr)},On.hasIn=vs,On.head=No,On.identity=Ws,On.includes=function(e,t,n,r){e=Na(e)?e:Ts(e),n=n&&!r?is(n):0;var i=e.length;return n<0&&(n=sn(i+n,0)),Qa(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&wt(e,t,n)>-1},On.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:is(n);return i<0&&(i=sn(r+i,0)),wt(e,t,i)},On.inRange=function(e,t,n){return t=rs(t),void 0===n?(n=t,t=0):n=rs(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},On.isSet=Za,On.isString=Qa,On.isSymbol=Ja,On.isTypedArray=Ka,On.isUndefined=function(e){return void 0===e},On.isWeakMap=function(e){return Ha(e)&&ro(e)==k},On.isWeakSet=function(e){return Ha(e)&&"[object WeakSet]"==hr(e)},On.join=function(e,t){return null==e?"":on.call(e,t)},On.kebabCase=Rs,On.last=Bo,On.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r;return void 0!==n&&(i=(i=is(n))<0?sn(r+i,0):ln(i,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,i):xt(e,At,i,!0)},On.lowerCase=Is,On.lowerFirst=Ns,On.lt=es,On.lte=ts,On.max=function(e){return e&&e.length?ir(e,Ws,gr):void 0},On.maxBy=function(e,t){return e&&e.length?ir(e,Qi(t,2),gr):void 0},On.mean=function(e){return Et(e,Ws)},On.meanBy=function(e,t){return Et(e,Qi(t,2))},On.min=function(e){return e&&e.length?ir(e,Ws,Cr):void 0},On.minBy=function(e,t){return e&&e.length?ir(e,Qi(t,2),Cr):void 0},On.stubArray=ol,On.stubFalse=al,On.stubObject=function(){return{}},On.stubString=function(){return""},On.stubTrue=function(){return!0},On.multiply=pl,On.nth=function(e,t){return e&&e.length?Pr(e,is(t)):void 0},On.noConflict=function(){return We._===this&&(We._=_e),this},On.noop=Js,On.now=ma,On.pad=function(e,t,n){e=ls(e);var r=(t=is(t))?Gt(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return Di(en(i),n)+e+Di(Kt(i),n)},On.padEnd=function(e,t,n){e=ls(e);var r=(t=is(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var i=dn();return ln(e+i*(t-e+Ve("1e-"+((i+"").length-1))),t)}return Mr(e,t)},On.reduce=function(e,t,n){var r=Ra(e)?gt:Ct,i=arguments.length<3;return r(e,Qi(t,4),n,i,tr)},On.reduceRight=function(e,t,n){var r=Ra(e)?mt:Ct,i=arguments.length<3;return r(e,Qi(t,4),n,i,nr)},On.repeat=function(e,t,n){return t=(n?lo(e,t,n):void 0===t)?1:is(t),zr(ls(e),t)},On.replace=function(){var e=arguments,t=ls(e[0]);return e.length<3?t:t.replace(e[1],e[2])},On.result=function(e,t,n){var r=-1,i=(t=li(t,e)).length;for(i||(i=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var i=Ot(r,t=Qi(t));++n=o)return e;var s=n-Gt(r);if(s<1)return r;var l=a?ui(a,0,s).join(""):e.slice(0,s);if(void 0===i)return l+r;if(a&&(s+=l.length-s),Xa(i)){if(e.slice(s).search(i)){var c,u=l;for(i.global||(i=ge(i.source,ls(re.exec(i))+"g")),i.lastIndex=0;c=i.exec(u);)var d=c.index;l=l.slice(0,void 0===d?s:d)}}else if(e.indexOf(Jr(i),s)!=s){var p=l.lastIndexOf(i);p>-1&&(l=l.slice(0,p))}return l+r},On.unescape=function(e){return(e=ls(e))&&z.test(e)?e.replace(N,Xt):e},On.uniqueId=function(e){var t=++Ee;return ls(e)+t},On.upperCase=Ls,On.upperFirst=Bs,On.each=la,On.eachRight=ca,On.first=No,Qs(On,(dl={},cr(On,(function(e,t){Ae.call(On.prototype,t)||(dl[t]=e)})),dl),{chain:!1}),On.VERSION="4.17.21",st(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){On[e].placeholder=On})),st(["drop","take"],(function(e,t){Dn.prototype[e]=function(n){n=void 0===n?1:sn(is(n),0);var r=this.__filtered__&&!t?new Dn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},Dn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),st(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Dn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Qi(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),st(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Dn.prototype[e]=function(){return this[n](1).value()[0]}})),st(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Dn.prototype[e]=function(){return this.__filtered__?new Dn(this):this[n](1)}})),Dn.prototype.compact=function(){return this.filter(Ws)},Dn.prototype.find=function(e){return this.filter(e).head()},Dn.prototype.findLast=function(e){return this.reverse().find(e)},Dn.prototype.invokeMap=Lr((function(e,t){return"function"==typeof e?new Dn(this):this.map((function(n){return yr(n,e,t)}))})),Dn.prototype.reject=function(e){return this.filter(Sa(Qi(e)))},Dn.prototype.slice=function(e,t){e=is(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Dn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=is(t))<0?n.dropRight(-t):n.take(t-e)),n)},Dn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Dn.prototype.toArray=function(){return this.take(4294967295)},cr(Dn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),i=On[r?"take"+("last"==t?"Right":""):t],o=r||/^find/.test(t);i&&(On.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,s=t instanceof Dn,l=a[0],c=s||Ra(t),u=function(e){var t=i.apply(On,ht([e],a));return r&&d?t[0]:t};c&&n&&"function"==typeof l&&1!=l.length&&(s=c=!1);var d=this.__chain__,p=!!this.__actions__.length,f=o&&!d,h=s&&!p;if(!o&&c){t=h?t:new Dn(this);var g=e.apply(t,a);return g.__actions__.push({func:ra,args:[u],thisArg:void 0}),new Pn(g,d)}return f&&h?e.apply(this,a):(g=this.thru(u),f?r?g.value()[0]:g.value():g)})})),st(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);On.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(Ra(i)?i:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(Dn.prototype,(function(e,t){var n=On[t];if(n){var r=n.name+"";Ae.call(xn,r)||(xn[r]=[]),xn[r].push({name:t,func:n})}})),xn[Oi(void 0,2).name]=[{name:"wrapper",func:void 0}],Dn.prototype.clone=function(){var e=new Dn(this.__wrapped__);return e.__actions__=bi(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=bi(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=bi(this.__views__),e},Dn.prototype.reverse=function(){if(this.__filtered__){var e=new Dn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Dn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,i=n?e.length:0,o=function(e,t,n){var r=-1,i=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},On.prototype.plant=function(e){for(var t,n=this;n instanceof jn;){var r=Oo(n);r.__index__=0,r.__values__=void 0,t?i.__wrapped__=r:t=r;var i=r;n=n.__wrapped__}return i.__wrapped__=e,t},On.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Dn){var t=e;return this.__actions__.length&&(t=new Dn(this)),(t=t.reverse()).__actions__.push({func:ra,args:[Uo],thisArg:void 0}),new Pn(t,this.__chain__)}return this.thru(Uo)},On.prototype.toJSON=On.prototype.valueOf=On.prototype.value=function(){return ri(this.__wrapped__,this.__actions__)},On.prototype.first=On.prototype.head,Qe&&(On.prototype[Qe]=function(){return this}),On}();We._=Zt,void 0===(i=function(){return Zt}.call(t,n,t,r))||(r.exports=i)}).call(this)}).call(this,n(35),n(80)(e))},function(e,t,n){const r=n(21);function i(e){return!r.isNull(e)&&!r.isUndefined(e)}function o(e,t,n,a){a||(a=1);var s=e.predecessors(t);if(!s||0==n)return[];var l=s.concat(s.reduce((function(t,r){return a>=n&&i(n)?t:t.concat(o(e,r,n,a+1))}),[]));return r.uniq(l)}function a(e,t,n,o){o||(o=1);var s=e.successors(t);if(!s||0==n)return[];var l=s.concat(s.reduce((function(t,r){return o>=n&&i(n)?t:t.concat(a(e,r,n,o+1))}),[]));return r.uniq(l)}e.exports={selectAt:function(e,t){var n=[t],i=r.union([t],a(e,t));return r.each(i,(function(t){var i=o(e,t);n=r.union(n,i,[t])})),n},ancestorNodes:o,descendentNodes:a}},function(e,t){var n={utf8:{stringToBytes:function(e){return n.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(n.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],n=0;n\n/* TODO */\n.section-target {\n top: -8em;\n}\n\n.noflex {\n flex: 0 0 160px !important;\n}\n\n.highlight {\n color: #24292e;\n background-color: white;\n}\n\n\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t,n){"use strict";n.r(t);var r=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===i}(e)}(e)};var i="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function o(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function a(e,t,n){return e.concat(t).map((function(e){return o(e,n)}))}function s(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||a,n.isMergeableObject=n.isMergeableObject||r;var i=Array.isArray(t);return i===Array.isArray(e)?i?n.arrayMerge(e,t,n):function(e,t,n){var r={};return n.isMergeableObject(e)&&Object.keys(e).forEach((function(t){r[t]=o(e[t],n)})),Object.keys(t).forEach((function(i){n.isMergeableObject(t[i])&&e[i]?r[i]=s(e[i],t[i],n):r[i]=o(t[i],n)})),r}(e,t,n):o(t,n)}s.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return s(e,n,t)}),{})};var l=s;const c=n(9),u=(n(33),n(202)),{getQuoteChar:d}=n(430);c.module("dbt").factory("project",["$q","$http",function(e,t){var n={project:{},tree:{project:[],database:[],sources:[]},files:{manifest:{},catalog:{}},loaded:e.defer()};function r(e,t){return u.each(t.sources,(function(e,n){t.nodes[n]=e})),u.each(e.nodes,(function(e,n){var r=t.nodes[n];if(r){var i,o,a,s=u.keys(r.columns),l=e.columns,c=(i=s,o=l,a={},u.each(o,(function(e,t){var n=u.find(i,(function(e){return e.toLowerCase()==t.toLowerCase()}));n?a[n]=e:a[t]=e})),a);e.columns=c}})),l(t,e)}function i(e,n){return t({method:"GET",url:n}).then((function(t){return{label:e,data:t.data}}),(function(t){console.error(t),alert("dbt Docs was unable to load the "+e+" file at path: \n "+n+"\n\nError: "+t.statusText+" ("+t.status+")\n\nThe dbt Docs site may not work as expected if this file cannot be found.Please try again, and contact support if this error persists.")}))}return n.find_by_id=function(e,t){n.ready((function(){if(e){var r=n.node(e);t(r)}}))},n.node=function(e){return u.find(n.project.nodes,{unique_id:e})},n.loadProject=function(){var t="?cb="+(new Date).getTime(),o=[i("manifest","manifest.json"+t),i("catalog","catalog.json"+t)];e.all(o).then((function(e){u.each(e,(function(e){e?n.files[e.label]=e.data:console.error("FILE FAILED TO LOAD!")})),u.each(n.files.manifest.nodes,(function(e){"model"==e.resource_type&&null!=e.version?e.label=e.name+"_v"+e.version:e.label=e.name})),u.each(n.files.manifest.sources,(function(e){e.label=e.source_name+"."+e.name,n.files.manifest.nodes[e.unique_id]=e})),u.each(n.files.manifest.exposures,(function(e){e.label||(e.label=e.name),n.files.manifest.nodes[e.unique_id]=e})),u.each(n.files.manifest.metrics,(function(e){n.files.manifest.nodes[e.unique_id]=e})),u.each(n.files.manifest.semantic_models,(function(e){n.files.manifest.nodes[e.unique_id]=e,e.label=e.name}));var t=n.files.manifest.metadata.adapter_type,i=function(e,t){var n=e||[],r={};u.each(n,(function(e){r[e.package_name]||(r[e.package_name]={}),r[e.package_name][e.name]=e}));e=[];return u.each(r,(function(n,r){if("dbt"!=r&&r!="dbt_"+t){var i=function(e,t){var n={};u.each(e,(function(e){e.macro_sql.match(/{{\s*adapter_macro\([^)]+\)\s+}}/)&&(e.impls={"Adapter Macro":e.macro_sql},e.is_adapter_macro=!0,n[e.name]=e)}));var r=["postgres","redshift","bigquery","snowflake","spark","presto","default"],i=u.values(n),o=u.filter(e,(function(e){var t=e.name.split("__"),i=t.shift(),o=t.join("__");return!(r.indexOf(i)>=0&&n[o])||(n[o].impls[i]=e.macro_sql,e.is_adapter_macro_impl=!0,!1)}));return i.concat(o)}(n);e=e.concat(i)}})),u.keyBy(e,"unique_id")}(n.files.manifest.macros,t);n.files.manifest.macros=i;var o=r(n.files.manifest,n.files.catalog),a=o.nodes,s=u.keyBy(a,"name"),l=u.filter(o.nodes,{resource_type:"test"});u.each(l,(function(e){if(e.hasOwnProperty("test_metadata")){var t,n={test_name:t=e.test_metadata.namespace?e.test_metadata.namespace+"."+e.test_metadata.name:e.test_metadata.name};if("not_null"==e.test_metadata.name)n.short="N",n.label="Not Null";else if("unique"==e.test_metadata.name)n.short="U",n.label="Unique";else if("relationships"==e.test_metadata.name){var r=e.refs[0],i=s[r];i&&e.test_metadata.kwargs.field&&(n.fk_field=e.test_metadata.kwargs.field,n.fk_model=i),n.short="F",n.label="Foreign Key"}else if("accepted_values"==e.test_metadata.name){if(Array.isArray(e.test_metadata.kwargs.values))var a=e.test_metadata.kwargs.values.join(", ");else a=JSON.stringify(e.test_metadata.kwargs.values);n.short="A",n.label="Accepted Values: "+a}else{var l=u.omit(e.test_metadata.kwargs,"column_name");n.short="+",n.label=t+"("+JSON.stringify(l)+")"}var c=e.depends_on.nodes,p=e.column_name||e.test_metadata.kwargs.column_name||e.test_metadata.kwargs.arg;if(c.length&&p){if("relationships"==e.test_metadata.name)var f=c[c.length-1];else f=c[0];var h=o.nodes[f],g=d(o.metadata),m=u.find(h.columns,(function(e,t){let n=p;return p.startsWith(g)&&p.endsWith(g)&&(n=p.substring(1,p.length-1)),t.toLowerCase()==n.toLowerCase()}));m&&(m.tests=m.tests||[],m.tests.push(n))}}})),n.project=o;var c=u.filter(n.project.macros,(function(e){return!e.is_adapter_macro_impl})),p=u.filter(n.project.nodes,(function(e){return u.includes(["model","source","seed","snapshot","analysis","exposure","metric","semantic_model"],e.resource_type)}));n.project.searchable=u.filter(p.concat(c),(function(e){return!e.docs||e.docs.show})),n.loaded.resolve()}))},n.ready=function(e){n.loaded.promise.then((function(){e(n.project)}))},n.search=function(e){if(0==e.length)return u.map(n.project.searchable,(function(e){return{model:e,matches:[]}}));var t=[];return u.each(n.project.searchable,(function(n){var r=function(e,t){var n=[],r={name:"string",description:"string",raw_code:"string",columns:"object",column_description:"n/a",tags:"array",arguments:"array",label:"string"};let i=u.words(e.toLowerCase());for(var o in r)if("column_description"===o)for(var a in t.columns)null!=t.columns[a].description&&i.every(e=>-1!=t.columns[a].description.toLowerCase().indexOf(e))&&n.push({key:o,value:e});else{if(!t[o])continue;if("string"===r[o]&&i.every(e=>-1!=t[o].toLowerCase().indexOf(e)))n.push({key:o,value:e});else if("object"===r[o])for(var a in t[o])null!=t[o][a].name&&i.every(e=>-1!=t[o][a].name.toLowerCase().indexOf(e))&&n.push({key:o,value:e});else if("array"===r[o])for(var s of t[o])i.every(e=>-1!=JSON.stringify(s).toLowerCase().indexOf(e))&&n.push({key:o,value:e})}return n}(e,n);r.length&&t.push({model:n,matches:r})})),t},n.getModelTree=function(e,t){n.loaded.promise.then((function(){var r=u.values(n.project.macros),i=u.filter(n.project.nodes,(function(e){if("test"==e.resource_type&&!e.hasOwnProperty("test_metadata"))return!0;return u.includes(["snapshot","source","seed","model","analysis","exposure","metric","semantic_model"],e.resource_type)}));n.tree.database=function(e,t){var n={},r=u.filter(e,(function(e){return!!u.get(e,["docs","show"],!0)&&(-1!=u.indexOf(["source","snapshot","seed"],e.resource_type)||("model"==e.resource_type?"ephemeral"!=e.config.materialized:void 0))})),i=u.sortBy(r,(function(e){return e.database+"."+e.schema+"."+(e.identifier||e.alias||e.name)})),o=u.groupBy(i,"database");return u.each(o,(function(e,r){var i={type:"database",name:r,active:!1,items:[]};n[r]=i;var o=u.groupBy(e,"schema");u.each(o,(function(e,n){n={type:"schema",name:n,active:!1,items:[]};i.items.push(n),u.each(e,(function(e){var r=e.unique_id==t;r&&(i.active=!0,n.active=!0),n.items.push({type:"table",name:e.identifier||e.alias||e.name,node:e,active:r,unique_id:e.unique_id,node_type:"model"})}))}))})),n}(i,e),n.tree.groups=function(e,t){var n={};u.each(e,(function(e){const r=u.get(e,["docs","show"],!0);if(!(e.resource_type in["source","exposure","seed","macro"])&&r&&"private"!==e.access){if("model"==e.resource_type&&null!=e.version)var i=e.name+"_v"+e.version;else i=e.name;var o="protected"===e.access?i+" (protected)":i,a=e.group,s=e.unique_id==t;n[a]?s&&(n[a].active=!0):n[a]={type:"group",name:a,active:s,items:[]},n[a].items.push({type:"file",name:o,node:e,active:s,unique_id:e.unique_id,node_type:"model"})}}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){e.items=u.sortBy(e.items,"name")})),n}(i,e),n.tree.project=function(e,t,n){var r={};e=e||[],t=t||[];return u.each(e.concat(t),(function(e){var t=u.get(e,["docs","show"],!0);if("source"!=e.resource_type&&"exposure"!=e.resource_type&&"metric"!=e.resource_type&&"semantic_model"!=e.resource_type&&t){if(-1!=e.original_file_path.indexOf("\\"))var i=e.original_file_path.split("\\");else i=e.original_file_path.split("/");var o=[e.package_name].concat(i),a=e.unique_id==n,s=u.initial(o);if("macro"==e.resource_type)var l=e.name;else l=u.last(o);if("model"==e.resource_type&&null!=e.version)var c=e.name+"_v"+e.version;else c=e.name;var d=r;u.each(s,(function(e){d[e]?a&&(d[e].active=!0):d[e]={type:"folder",name:e,active:a,items:{}},d=d[e].items})),d[l]={type:"file",name:c,node:e,active:a,unique_id:e.unique_id,node_type:e.resource_type}}})),function e(t){var n=[],r=u.values(t);return u.each(r,(function(t){if(t.items){var r=e(t.items),i=u.sortBy(r,"name");t.items=i}n.push(t)})),n}(r)}(i,r,e);var o=u.values(n.project.sources);n.tree.sources=function(e,t){var n={};u.each(e,(function(e){var r=e.source_name,i=e.name,o=e.unique_id==t;n[r]?o&&(n[r].active=!0):n[r]={type:"folder",name:r,active:o,items:[]},n[r].items.push({type:"file",name:i,node:e,active:o,unique_id:e.unique_id,node_type:"source"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){e.items=u.sortBy(e.items,"name")})),n}(o,e);var a=u.values(n.project.exposures);n.tree.exposures=function(e,t){var n={};u.each(e,(function(e){e.name;var r=e.type||"Uncategorized";r=function(e){var t={ml:"ML"};return t.hasOwnProperty(e)?t[e]:e.charAt(0).toUpperCase()+e.slice(1)}(r);var i=e.unique_id==t;n[r]?i&&(n[r].active=!0):n[r]={type:"folder",name:r,active:i,items:[]},n[r].items.push({type:"file",name:e.label,node:e,active:i,unique_id:e.unique_id,node_type:"exposure"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){e.items=u.sortBy(e.items,"name")})),n}(a,e);var s=u.values(n.project.metrics);n.tree.metrics=function(e,t){var n={};u.each(e,(function(e){e.name;var r=e.package_name,i=e.unique_id==t;n[r]?i&&(n[r].active=!0):n[r]={type:"folder",name:r,active:i,items:[]},n[r].items.push({type:"file",name:e.label,node:e,active:i,unique_id:e.unique_id,node_type:"metric"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){n.items=u.sortBy(n.items,"name")})),n}(s,e);var l=u.values(n.project.semantic_models);n.tree.semantic_models=function(e,t){var n={};u.each(e,(function(e){e.name;var r=e.package_name,i=e.unique_id==t;n[r]?i&&(n[r].active=!0):n[r]={type:"folder",name:r,active:i,items:[]},n[r].items.push({type:"file",name:e.name,node:e,active:i,unique_id:e.unique_id,node_type:"semantic_model"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){n.items=u.sortBy(n.items,"name")})),n}(l,e),t(n.tree)}))},n.updateSelectedInTree=function(e,t){var r=!1;return u.each(t,(function(t){if(t.node&&t.node.unique_id==e)t.active=!0,r=!0;else if(t.node&&t.node.unique_id!=e)t.active=!1;else{n.updateSelectedInTree(e,t.items)&&(t.active=!0,r=!0)}})),r},n.updateSelected=function(e){return n.updateSelectedInTree(e,n.tree.project),n.updateSelectedInTree(e,n.tree.database),n.updateSelectedInTree(e,n.tree.groups),n.updateSelectedInTree(e,n.tree.sources),n.updateSelectedInTree(e,n.tree.exposures),n.updateSelectedInTree(e,n.tree.metrics),n.updateSelectedInTree(e,n.tree.semantic_models),n.tree},n.caseColumn=function(e){return"snowflake"==n.project.metadata.adapter_type&&e.toUpperCase()==e?e.toLowerCase():e},n.init=function(){n.loadProject()},n}])},function(e,t,n){const r=n(9);n(209),n(230),n(445),n(458),n(459),n(479),n(480),n(481),r.module("dbt").run(["$rootScope","$state","$stateParams",function(e,t,n){e.$state=t,e.$stateParams=n}])},function(e,t){ + */(function(){var o="Expected a function",a="__lodash_placeholder__",s=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],l="[object Arguments]",c="[object Array]",u="[object Boolean]",d="[object Date]",p="[object Error]",f="[object Function]",h="[object GeneratorFunction]",g="[object Map]",m="[object Number]",v="[object Object]",b="[object RegExp]",y="[object Set]",x="[object String]",w="[object Symbol]",k="[object WeakMap]",A="[object ArrayBuffer]",E="[object DataView]",S="[object Float32Array]",$="[object Float64Array]",C="[object Int8Array]",_="[object Int16Array]",O="[object Int32Array]",T="[object Uint8Array]",j="[object Uint16Array]",P="[object Uint32Array]",D=/\b__p \+= '';/g,R=/\b(__p \+=) '' \+/g,I=/(__e\(.*?\)|\b__t\)) \+\n'';/g,N=/&(?:amp|lt|gt|quot|#39);/g,M=/[&<>"']/g,z=RegExp(N.source),L=RegExp(M.source),B=/<%-([\s\S]+?)%>/g,F=/<%([\s\S]+?)%>/g,q=/<%=([\s\S]+?)%>/g,V=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,U=/^\w*$/,H=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,G=/[\\^$.*+?()[\]{}|]/g,W=RegExp(G.source),Y=/^\s+/,X=/\s/,Z=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Q=/\{\n\/\* \[wrapped with (.+)\] \*/,J=/,? & /,K=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ee=/[()=,{}\[\]\/\s]/,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,ie=/^[-+]0x[0-9a-f]+$/i,oe=/^0b[01]+$/i,ae=/^\[object .+?Constructor\]$/,se=/^0o[0-7]+$/i,le=/^(?:0|[1-9]\d*)$/,ce=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ue=/($^)/,de=/['\n\r\u2028\u2029\\]/g,pe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",fe="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",he="[\\ud800-\\udfff]",ge="["+fe+"]",me="["+pe+"]",ve="\\d+",be="[\\u2700-\\u27bf]",ye="[a-z\\xdf-\\xf6\\xf8-\\xff]",xe="[^\\ud800-\\udfff"+fe+ve+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",ke="[^\\ud800-\\udfff]",Ae="(?:\\ud83c[\\udde6-\\uddff]){2}",Ee="[\\ud800-\\udbff][\\udc00-\\udfff]",Se="[A-Z\\xc0-\\xd6\\xd8-\\xde]",$e="(?:"+ye+"|"+xe+")",Ce="(?:"+Se+"|"+xe+")",_e="(?:"+me+"|"+we+")"+"?",Oe="[\\ufe0e\\ufe0f]?"+_e+("(?:\\u200d(?:"+[ke,Ae,Ee].join("|")+")[\\ufe0e\\ufe0f]?"+_e+")*"),Te="(?:"+[be,Ae,Ee].join("|")+")"+Oe,je="(?:"+[ke+me+"?",me,Ae,Ee,he].join("|")+")",Pe=RegExp("['’]","g"),De=RegExp(me,"g"),Re=RegExp(we+"(?="+we+")|"+je+Oe,"g"),Ie=RegExp([Se+"?"+ye+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ge,Se,"$"].join("|")+")",Ce+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ge,Se+$e,"$"].join("|")+")",Se+"?"+$e+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Se+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ve,Te].join("|"),"g"),Ne=RegExp("[\\u200d\\ud800-\\udfff"+pe+"\\ufe0e\\ufe0f]"),Me=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ze=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Le=-1,Be={};Be[S]=Be[$]=Be[C]=Be[_]=Be[O]=Be[T]=Be["[object Uint8ClampedArray]"]=Be[j]=Be[P]=!0,Be[l]=Be[c]=Be[A]=Be[u]=Be[E]=Be[d]=Be[p]=Be[f]=Be[g]=Be[m]=Be[v]=Be[b]=Be[y]=Be[x]=Be[k]=!1;var Fe={};Fe[l]=Fe[c]=Fe[A]=Fe[E]=Fe[u]=Fe[d]=Fe[S]=Fe[$]=Fe[C]=Fe[_]=Fe[O]=Fe[g]=Fe[m]=Fe[v]=Fe[b]=Fe[y]=Fe[x]=Fe[w]=Fe[T]=Fe["[object Uint8ClampedArray]"]=Fe[j]=Fe[P]=!0,Fe[p]=Fe[f]=Fe[k]=!1;var qe={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Ve=parseFloat,Ue=parseInt,He="object"==typeof e&&e&&e.Object===Object&&e,Ge="object"==typeof self&&self&&self.Object===Object&&self,We=He||Ge||Function("return this")(),Ye=t&&!t.nodeType&&t,Xe=Ye&&"object"==typeof r&&r&&!r.nodeType&&r,Ze=Xe&&Xe.exports===Ye,Qe=Ze&&He.process,Je=function(){try{var e=Xe&&Xe.require&&Xe.require("util").types;return e||Qe&&Qe.binding&&Qe.binding("util")}catch(e){}}(),Ke=Je&&Je.isArrayBuffer,et=Je&&Je.isDate,tt=Je&&Je.isMap,nt=Je&&Je.isRegExp,rt=Je&&Je.isSet,it=Je&&Je.isTypedArray;function ot(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function at(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i-1}function pt(e,t,n){for(var r=-1,i=null==e?0:e.length;++r-1;);return n}function It(e,t){for(var n=e.length;n--&&wt(t,e[n],0)>-1;);return n}function Nt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var Mt=$t({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),zt=$t({"&":"&","<":"<",">":">",'"':""","'":"'"});function Lt(e){return"\\"+qe[e]}function Bt(e){return Ne.test(e)}function Ft(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function qt(e,t){return function(n){return e(t(n))}}function Vt(e,t){for(var n=-1,r=e.length,i=0,o=[];++n",""":'"',"'":"'"});var Zt=function e(t){var n,r=(t=null==t?We:Zt.defaults(We.Object(),t,Zt.pick(We,ze))).Array,i=t.Date,X=t.Error,pe=t.Function,fe=t.Math,he=t.Object,ge=t.RegExp,me=t.String,ve=t.TypeError,be=r.prototype,ye=pe.prototype,xe=he.prototype,we=t["__core-js_shared__"],ke=ye.toString,Ae=xe.hasOwnProperty,Ee=0,Se=(n=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",$e=xe.toString,Ce=ke.call(he),_e=We._,Oe=ge("^"+ke.call(Ae).replace(G,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Te=Ze?t.Buffer:void 0,je=t.Symbol,Re=t.Uint8Array,Ne=Te?Te.allocUnsafe:void 0,qe=qt(he.getPrototypeOf,he),He=he.create,Ge=xe.propertyIsEnumerable,Ye=be.splice,Xe=je?je.isConcatSpreadable:void 0,Qe=je?je.iterator:void 0,Je=je?je.toStringTag:void 0,bt=function(){try{var e=eo(he,"defineProperty");return e({},"",{}),e}catch(e){}}(),$t=t.clearTimeout!==We.clearTimeout&&t.clearTimeout,Qt=i&&i.now!==We.Date.now&&i.now,Jt=t.setTimeout!==We.setTimeout&&t.setTimeout,Kt=fe.ceil,en=fe.floor,tn=he.getOwnPropertySymbols,nn=Te?Te.isBuffer:void 0,rn=t.isFinite,on=be.join,an=qt(he.keys,he),sn=fe.max,ln=fe.min,cn=i.now,un=t.parseInt,dn=fe.random,pn=be.reverse,fn=eo(t,"DataView"),hn=eo(t,"Map"),gn=eo(t,"Promise"),mn=eo(t,"Set"),vn=eo(t,"WeakMap"),bn=eo(he,"create"),yn=vn&&new vn,xn={},wn=_o(fn),kn=_o(hn),An=_o(gn),En=_o(mn),Sn=_o(vn),$n=je?je.prototype:void 0,Cn=$n?$n.valueOf:void 0,_n=$n?$n.toString:void 0;function On(e){if(Ha(e)&&!Ra(e)&&!(e instanceof Dn)){if(e instanceof Pn)return e;if(Ae.call(e,"__wrapped__"))return Oo(e)}return new Pn(e)}var Tn=function(){function e(){}return function(t){if(!Ua(t))return{};if(He)return He(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function jn(){}function Pn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function Dn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Rn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function Qn(e,t,n,r,i,o){var a,s=1&t,c=2&t,p=4&t;if(n&&(a=i?n(e,r,i,o):n(e)),void 0!==a)return a;if(!Ua(e))return e;var k=Ra(e);if(k){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Ae.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!s)return bi(e,a)}else{var D=ro(e),R=D==f||D==h;if(za(e))return pi(e,s);if(D==v||D==l||R&&!i){if(a=c||R?{}:oo(e),!s)return c?function(e,t){return yi(e,no(e),t)}(e,function(e,t){return e&&yi(t,ks(t),e)}(a,e)):function(e,t){return yi(e,to(e),t)}(e,Wn(a,e))}else{if(!Fe[D])return i?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case A:return fi(e);case u:case d:return new r(+e);case E:return function(e,t){var n=t?fi(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case S:case $:case C:case _:case O:case T:case"[object Uint8ClampedArray]":case j:case P:return hi(e,n);case g:return new r;case m:case x:return new r(e);case b:return function(e){var t=new e.constructor(e.source,re.exec(e));return t.lastIndex=e.lastIndex,t}(e);case y:return new r;case w:return i=e,Cn?he(Cn.call(i)):{}}var i}(e,D,s)}}o||(o=new zn);var I=o.get(e);if(I)return I;o.set(e,a),Za(e)?e.forEach((function(r){a.add(Qn(r,t,n,r,e,o))})):Ga(e)&&e.forEach((function(r,i){a.set(i,Qn(r,t,n,i,e,o))}));var N=k?void 0:(p?c?Wi:Gi:c?ks:ws)(e);return st(N||e,(function(r,i){N&&(r=e[i=r]),Un(a,i,Qn(r,t,n,i,e,o))})),a}function Jn(e,t,n){var r=n.length;if(null==e)return!r;for(e=he(e);r--;){var i=n[r],o=t[i],a=e[i];if(void 0===a&&!(i in e)||!o(a))return!1}return!0}function Kn(e,t,n){if("function"!=typeof e)throw new ve(o);return wo((function(){e.apply(void 0,n)}),t)}function er(e,t,n,r){var i=-1,o=dt,a=!0,s=e.length,l=[],c=t.length;if(!s)return l;n&&(t=ft(t,jt(n))),r?(o=pt,a=!1):t.length>=200&&(o=Dt,a=!1,t=new Mn(t));e:for(;++i-1},In.prototype.set=function(e,t){var n=this.__data__,r=Hn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Nn.prototype.clear=function(){this.size=0,this.__data__={hash:new Rn,map:new(hn||In),string:new Rn}},Nn.prototype.delete=function(e){var t=Ji(this,e).delete(e);return this.size-=t?1:0,t},Nn.prototype.get=function(e){return Ji(this,e).get(e)},Nn.prototype.has=function(e){return Ji(this,e).has(e)},Nn.prototype.set=function(e,t){var n=Ji(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Mn.prototype.add=Mn.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Mn.prototype.has=function(e){return this.__data__.has(e)},zn.prototype.clear=function(){this.__data__=new In,this.size=0},zn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},zn.prototype.get=function(e){return this.__data__.get(e)},zn.prototype.has=function(e){return this.__data__.has(e)},zn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof In){var r=n.__data__;if(!hn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Nn(r)}return n.set(e,t),this.size=n.size,this};var tr=ki(cr),nr=ki(ur,!0);function rr(e,t){var n=!0;return tr(e,(function(e,r,i){return n=!!t(e,r,i)})),n}function ir(e,t,n){for(var r=-1,i=e.length;++r0&&n(s)?t>1?ar(s,t-1,n,r,i):ht(i,s):r||(i[i.length]=s)}return i}var sr=Ai(),lr=Ai(!0);function cr(e,t){return e&&sr(e,t,ws)}function ur(e,t){return e&&lr(e,t,ws)}function dr(e,t){return ut(t,(function(t){return Fa(e[t])}))}function pr(e,t){for(var n=0,r=(t=li(t,e)).length;null!=e&&nt}function mr(e,t){return null!=e&&Ae.call(e,t)}function vr(e,t){return null!=e&&t in he(e)}function br(e,t,n){for(var i=n?pt:dt,o=e[0].length,a=e.length,s=a,l=r(a),c=1/0,u=[];s--;){var d=e[s];s&&t&&(d=ft(d,jt(t))),c=ln(d.length,c),l[s]=!n&&(t||o>=120&&d.length>=120)?new Mn(s&&d):void 0}d=e[0];var p=-1,f=l[0];e:for(;++p=s)return l;var c=n[r];return l*("desc"==c?-1:1)}}return e.index-t.index}(e,t,n)}))}function Rr(e,t,n){for(var r=-1,i=t.length,o={};++r-1;)s!==e&&Ye.call(s,l,1),Ye.call(e,l,1);return e}function Nr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;so(i)?Ye.call(e,i,1):ei(e,i)}}return e}function Mr(e,t){return e+en(dn()*(t-e+1))}function zr(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=en(t/2))&&(e+=e)}while(t);return n}function Lr(e,t){return ko(mo(e,t,Ws),e+"")}function Br(e){return Bn(Ts(e))}function Fr(e,t){var n=Ts(e);return So(n,Zn(t,0,n.length))}function qr(e,t,n,r){if(!Ua(e))return e;for(var i=-1,o=(t=li(t,e)).length,a=o-1,s=e;null!=s&&++io?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var a=r(o);++i>>1,a=e[o];null!==a&&!Ja(a)&&(n?a<=t:a=200){var c=t?null:zi(e);if(c)return Ut(c);a=!1,i=Dt,l=new Mn}else l=t?[]:s;e:for(;++r=r?e:Gr(e,t,n)}var di=$t||function(e){return We.clearTimeout(e)};function pi(e,t){if(t)return e.slice();var n=e.length,r=Ne?Ne(n):new e.constructor(n);return e.copy(r),r}function fi(e){var t=new e.constructor(e.byteLength);return new Re(t).set(new Re(e)),t}function hi(e,t){var n=t?fi(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function gi(e,t){if(e!==t){var n=void 0!==e,r=null===e,i=e==e,o=Ja(e),a=void 0!==t,s=null===t,l=t==t,c=Ja(t);if(!s&&!c&&!o&&e>t||o&&a&&l&&!s&&!c||r&&a&&l||!n&&l||!i)return 1;if(!r&&!o&&!c&&e1?n[i-1]:void 0,a=i>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(i--,o):void 0,a&&lo(n[0],n[1],a)&&(o=i<3?void 0:o,i=1),t=he(t);++r-1?i[o?t[a]:a]:void 0}}function _i(e){return Hi((function(t){var n=t.length,r=n,i=Pn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new ve(o);if(i&&!s&&"wrapper"==Xi(a))var s=new Pn([],!0)}for(r=s?r:n;++r1&&y.reverse(),d&&cs))return!1;var c=o.get(e),u=o.get(t);if(c&&u)return c==t&&u==e;var d=-1,p=!0,f=2&n?new Mn:void 0;for(o.set(e,t),o.set(t,e);++d-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(Z,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return st(s,(function(n){var r="_."+n[0];t&n[1]&&!dt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(Q);return t?t[1].split(J):[]}(r),n)))}function Eo(e){var t=0,n=0;return function(){var r=cn(),i=16-(r-n);if(n=r,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function So(e,t){var n=-1,r=e.length,i=r-1;for(t=void 0===t?r:t;++n1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,Xo(e,n)}));function na(e){var t=On(e);return t.__chain__=!0,t}function ra(e,t){return t(e)}var ia=Hi((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,i=function(t){return Xn(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Dn&&so(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:ra,args:[i],thisArg:void 0}),new Pn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(i)}));var oa=xi((function(e,t,n){Ae.call(e,n)?++e[n]:Yn(e,n,1)}));var aa=Ci(Do),sa=Ci(Ro);function la(e,t){return(Ra(e)?st:tr)(e,Qi(t,3))}function ca(e,t){return(Ra(e)?lt:nr)(e,Qi(t,3))}var ua=xi((function(e,t,n){Ae.call(e,n)?e[n].push(t):Yn(e,n,[t])}));var da=Lr((function(e,t,n){var i=-1,o="function"==typeof t,a=Na(e)?r(e.length):[];return tr(e,(function(e){a[++i]=o?ot(t,e,n):yr(e,t,n)})),a})),pa=xi((function(e,t,n){Yn(e,n,t)}));function fa(e,t){return(Ra(e)?ft:_r)(e,Qi(t,3))}var ha=xi((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var ga=Lr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&lo(e,t[0],t[1])?t=[]:n>2&&lo(t[0],t[1],t[2])&&(t=[t[0]]),Dr(e,ar(t,1),[])})),ma=Qt||function(){return We.Date.now()};function va(e,t,n){return t=n?void 0:t,Bi(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ba(e,t){var n;if("function"!=typeof t)throw new ve(o);return e=is(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Lr((function(e,t,n){var r=1;if(n.length){var i=Vt(n,Zi(ya));r|=32}return Bi(e,r,t,n,i)})),xa=Lr((function(e,t,n){var r=3;if(n.length){var i=Vt(n,Zi(xa));r|=32}return Bi(t,r,e,n,i)}));function wa(e,t,n){var r,i,a,s,l,c,u=0,d=!1,p=!1,f=!0;if("function"!=typeof e)throw new ve(o);function h(t){var n=r,o=i;return r=i=void 0,u=t,s=e.apply(o,n)}function g(e){return u=e,l=wo(v,t),d?h(e):s}function m(e){var n=e-c;return void 0===c||n>=t||n<0||p&&e-u>=a}function v(){var e=ma();if(m(e))return b(e);l=wo(v,function(e){var n=t-(e-c);return p?ln(n,a-(e-u)):n}(e))}function b(e){return l=void 0,f&&r?h(e):(r=i=void 0,s)}function y(){var e=ma(),n=m(e);if(r=arguments,i=this,c=e,n){if(void 0===l)return g(c);if(p)return di(l),l=wo(v,t),h(c)}return void 0===l&&(l=wo(v,t)),s}return t=as(t)||0,Ua(n)&&(d=!!n.leading,a=(p="maxWait"in n)?sn(as(n.maxWait)||0,t):a,f="trailing"in n?!!n.trailing:f),y.cancel=function(){void 0!==l&&di(l),u=0,r=c=i=l=void 0},y.flush=function(){return void 0===l?s:b(ma())},y}var ka=Lr((function(e,t){return Kn(e,1,t)})),Aa=Lr((function(e,t,n){return Kn(e,as(t)||0,n)}));function Ea(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ve(o);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Ea.Cache||Nn),n}function Sa(e){if("function"!=typeof e)throw new ve(o);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ea.Cache=Nn;var $a=ci((function(e,t){var n=(t=1==t.length&&Ra(t[0])?ft(t[0],jt(Qi())):ft(ar(t,1),jt(Qi()))).length;return Lr((function(r){for(var i=-1,o=ln(r.length,n);++i=t})),Da=xr(function(){return arguments}())?xr:function(e){return Ha(e)&&Ae.call(e,"callee")&&!Ge.call(e,"callee")},Ra=r.isArray,Ia=Ke?jt(Ke):function(e){return Ha(e)&&hr(e)==A};function Na(e){return null!=e&&Va(e.length)&&!Fa(e)}function Ma(e){return Ha(e)&&Na(e)}var za=nn||al,La=et?jt(et):function(e){return Ha(e)&&hr(e)==d};function Ba(e){if(!Ha(e))return!1;var t=hr(e);return t==p||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!Ya(e)}function Fa(e){if(!Ua(e))return!1;var t=hr(e);return t==f||t==h||"[object AsyncFunction]"==t||"[object Proxy]"==t}function qa(e){return"number"==typeof e&&e==is(e)}function Va(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Ua(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Ha(e){return null!=e&&"object"==typeof e}var Ga=tt?jt(tt):function(e){return Ha(e)&&ro(e)==g};function Wa(e){return"number"==typeof e||Ha(e)&&hr(e)==m}function Ya(e){if(!Ha(e)||hr(e)!=v)return!1;var t=qe(e);if(null===t)return!0;var n=Ae.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&ke.call(n)==Ce}var Xa=nt?jt(nt):function(e){return Ha(e)&&hr(e)==b};var Za=rt?jt(rt):function(e){return Ha(e)&&ro(e)==y};function Qa(e){return"string"==typeof e||!Ra(e)&&Ha(e)&&hr(e)==x}function Ja(e){return"symbol"==typeof e||Ha(e)&&hr(e)==w}var Ka=it?jt(it):function(e){return Ha(e)&&Va(e.length)&&!!Be[hr(e)]};var es=Ii(Cr),ts=Ii((function(e,t){return e<=t}));function ns(e){if(!e)return[];if(Na(e))return Qa(e)?Wt(e):bi(e);if(Qe&&e[Qe])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Qe]());var t=ro(e);return(t==g?Ft:t==y?Ut:Ts)(e)}function rs(e){return e?(e=as(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function is(e){var t=rs(e),n=t%1;return t==t?n?t-n:t:0}function os(e){return e?Zn(is(e),0,4294967295):0}function as(e){if("number"==typeof e)return e;if(Ja(e))return NaN;if(Ua(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ua(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Tt(e);var n=oe.test(e);return n||se.test(e)?Ue(e.slice(2),n?2:8):ie.test(e)?NaN:+e}function ss(e){return yi(e,ks(e))}function ls(e){return null==e?"":Jr(e)}var cs=wi((function(e,t){if(fo(t)||Na(t))yi(t,ws(t),e);else for(var n in t)Ae.call(t,n)&&Un(e,n,t[n])})),us=wi((function(e,t){yi(t,ks(t),e)})),ds=wi((function(e,t,n,r){yi(t,ks(t),e,r)})),ps=wi((function(e,t,n,r){yi(t,ws(t),e,r)})),fs=Hi(Xn);var hs=Lr((function(e,t){e=he(e);var n=-1,r=t.length,i=r>2?t[2]:void 0;for(i&&lo(t[0],t[1],i)&&(r=1);++n1),t})),yi(e,Wi(e),n),r&&(n=Qn(n,7,Vi));for(var i=t.length;i--;)ei(n,t[i]);return n}));var $s=Hi((function(e,t){return null==e?{}:function(e,t){return Rr(e,t,(function(t,n){return vs(e,n)}))}(e,t)}));function Cs(e,t){if(null==e)return{};var n=ft(Wi(e),(function(e){return[e]}));return t=Qi(t),Rr(e,n,(function(e,n){return t(e,n[0])}))}var _s=Li(ws),Os=Li(ks);function Ts(e){return null==e?[]:Pt(e,ws(e))}var js=Si((function(e,t,n){return t=t.toLowerCase(),e+(n?Ps(t):t)}));function Ps(e){return Bs(ls(e).toLowerCase())}function Ds(e){return(e=ls(e))&&e.replace(ce,Mt).replace(De,"")}var Rs=Si((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Is=Si((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Ns=Ei("toLowerCase");var Ms=Si((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var zs=Si((function(e,t,n){return e+(n?" ":"")+Bs(t)}));var Ls=Si((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Bs=Ei("toUpperCase");function Fs(e,t,n){return e=ls(e),void 0===(t=n?void 0:t)?function(e){return Me.test(e)}(e)?function(e){return e.match(Ie)||[]}(e):function(e){return e.match(K)||[]}(e):e.match(t)||[]}var qs=Lr((function(e,t){try{return ot(e,void 0,t)}catch(e){return Ba(e)?e:new X(e)}})),Vs=Hi((function(e,t){return st(t,(function(t){t=Co(t),Yn(e,t,ya(e[t],e))})),e}));function Us(e){return function(){return e}}var Hs=_i(),Gs=_i(!0);function Ws(e){return e}function Ys(e){return Er("function"==typeof e?e:Qn(e,1))}var Xs=Lr((function(e,t){return function(n){return yr(n,e,t)}})),Zs=Lr((function(e,t){return function(n){return yr(e,n,t)}}));function Qs(e,t,n){var r=ws(t),i=dr(t,r);null!=n||Ua(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=dr(t,ws(t)));var o=!(Ua(n)&&"chain"in n&&!n.chain),a=Fa(e);return st(i,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__),i=n.__actions__=bi(this.__actions__);return i.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,ht([this.value()],arguments))})})),e}function Js(){}var Ks=Pi(ft),el=Pi(ct),tl=Pi(vt);function nl(e){return co(e)?St(Co(e)):function(e){return function(t){return pr(t,e)}}(e)}var rl=Ri(),il=Ri(!0);function ol(){return[]}function al(){return!1}var sl=ji((function(e,t){return e+t}),0),ll=Mi("ceil"),cl=ji((function(e,t){return e/t}),1),ul=Mi("floor");var dl,pl=ji((function(e,t){return e*t}),1),fl=Mi("round"),hl=ji((function(e,t){return e-t}),0);return On.after=function(e,t){if("function"!=typeof t)throw new ve(o);return e=is(e),function(){if(--e<1)return t.apply(this,arguments)}},On.ary=va,On.assign=cs,On.assignIn=us,On.assignInWith=ds,On.assignWith=ps,On.at=fs,On.before=ba,On.bind=ya,On.bindAll=Vs,On.bindKey=xa,On.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ra(e)?e:[e]},On.chain=na,On.chunk=function(e,t,n){t=(n?lo(e,t,n):void 0===t)?1:sn(is(t),0);var i=null==e?0:e.length;if(!i||t<1)return[];for(var o=0,a=0,s=r(Kt(i/t));oi?0:i+n),(r=void 0===r||r>i?i:is(r))<0&&(r+=i),r=n>r?0:os(r);n>>0)?(e=ls(e))&&("string"==typeof t||null!=t&&!Xa(t))&&!(t=Jr(t))&&Bt(e)?ui(Wt(e),0,n):e.split(t,n):[]},On.spread=function(e,t){if("function"!=typeof e)throw new ve(o);return t=null==t?0:sn(is(t),0),Lr((function(n){var r=n[t],i=ui(n,0,t);return r&&ht(i,r),ot(e,this,i)}))},On.tail=function(e){var t=null==e?0:e.length;return t?Gr(e,1,t):[]},On.take=function(e,t,n){return e&&e.length?Gr(e,0,(t=n||void 0===t?1:is(t))<0?0:t):[]},On.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Gr(e,(t=r-(t=n||void 0===t?1:is(t)))<0?0:t,r):[]},On.takeRightWhile=function(e,t){return e&&e.length?ni(e,Qi(t,3),!1,!0):[]},On.takeWhile=function(e,t){return e&&e.length?ni(e,Qi(t,3)):[]},On.tap=function(e,t){return t(e),e},On.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new ve(o);return Ua(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),wa(e,t,{leading:r,maxWait:t,trailing:i})},On.thru=ra,On.toArray=ns,On.toPairs=_s,On.toPairsIn=Os,On.toPath=function(e){return Ra(e)?ft(e,Co):Ja(e)?[e]:bi($o(ls(e)))},On.toPlainObject=ss,On.transform=function(e,t,n){var r=Ra(e),i=r||za(e)||Ka(e);if(t=Qi(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:Ua(e)&&Fa(o)?Tn(qe(e)):{}}return(i?st:cr)(e,(function(e,r,i){return t(n,e,r,i)})),n},On.unary=function(e){return va(e,1)},On.union=Ho,On.unionBy=Go,On.unionWith=Wo,On.uniq=function(e){return e&&e.length?Kr(e):[]},On.uniqBy=function(e,t){return e&&e.length?Kr(e,Qi(t,2)):[]},On.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Kr(e,void 0,t):[]},On.unset=function(e,t){return null==e||ei(e,t)},On.unzip=Yo,On.unzipWith=Xo,On.update=function(e,t,n){return null==e?e:ti(e,t,si(n))},On.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:ti(e,t,si(n),r)},On.values=Ts,On.valuesIn=function(e){return null==e?[]:Pt(e,ks(e))},On.without=Zo,On.words=Fs,On.wrap=function(e,t){return Ca(si(t),e)},On.xor=Qo,On.xorBy=Jo,On.xorWith=Ko,On.zip=ea,On.zipObject=function(e,t){return oi(e||[],t||[],Un)},On.zipObjectDeep=function(e,t){return oi(e||[],t||[],qr)},On.zipWith=ta,On.entries=_s,On.entriesIn=Os,On.extend=us,On.extendWith=ds,Qs(On,On),On.add=sl,On.attempt=qs,On.camelCase=js,On.capitalize=Ps,On.ceil=ll,On.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=as(n))==n?n:0),void 0!==t&&(t=(t=as(t))==t?t:0),Zn(as(e),t,n)},On.clone=function(e){return Qn(e,4)},On.cloneDeep=function(e){return Qn(e,5)},On.cloneDeepWith=function(e,t){return Qn(e,5,t="function"==typeof t?t:void 0)},On.cloneWith=function(e,t){return Qn(e,4,t="function"==typeof t?t:void 0)},On.conformsTo=function(e,t){return null==t||Jn(e,t,ws(t))},On.deburr=Ds,On.defaultTo=function(e,t){return null==e||e!=e?t:e},On.divide=cl,On.endsWith=function(e,t,n){e=ls(e),t=Jr(t);var r=e.length,i=n=void 0===n?r:Zn(is(n),0,r);return(n-=t.length)>=0&&e.slice(n,i)==t},On.eq=Ta,On.escape=function(e){return(e=ls(e))&&L.test(e)?e.replace(M,zt):e},On.escapeRegExp=function(e){return(e=ls(e))&&W.test(e)?e.replace(G,"\\$&"):e},On.every=function(e,t,n){var r=Ra(e)?ct:rr;return n&&lo(e,t,n)&&(t=void 0),r(e,Qi(t,3))},On.find=aa,On.findIndex=Do,On.findKey=function(e,t){return yt(e,Qi(t,3),cr)},On.findLast=sa,On.findLastIndex=Ro,On.findLastKey=function(e,t){return yt(e,Qi(t,3),ur)},On.floor=ul,On.forEach=la,On.forEachRight=ca,On.forIn=function(e,t){return null==e?e:sr(e,Qi(t,3),ks)},On.forInRight=function(e,t){return null==e?e:lr(e,Qi(t,3),ks)},On.forOwn=function(e,t){return e&&cr(e,Qi(t,3))},On.forOwnRight=function(e,t){return e&&ur(e,Qi(t,3))},On.get=ms,On.gt=ja,On.gte=Pa,On.has=function(e,t){return null!=e&&io(e,t,mr)},On.hasIn=vs,On.head=No,On.identity=Ws,On.includes=function(e,t,n,r){e=Na(e)?e:Ts(e),n=n&&!r?is(n):0;var i=e.length;return n<0&&(n=sn(i+n,0)),Qa(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&wt(e,t,n)>-1},On.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:is(n);return i<0&&(i=sn(r+i,0)),wt(e,t,i)},On.inRange=function(e,t,n){return t=rs(t),void 0===n?(n=t,t=0):n=rs(n),function(e,t,n){return e>=ln(t,n)&&e=-9007199254740991&&e<=9007199254740991},On.isSet=Za,On.isString=Qa,On.isSymbol=Ja,On.isTypedArray=Ka,On.isUndefined=function(e){return void 0===e},On.isWeakMap=function(e){return Ha(e)&&ro(e)==k},On.isWeakSet=function(e){return Ha(e)&&"[object WeakSet]"==hr(e)},On.join=function(e,t){return null==e?"":on.call(e,t)},On.kebabCase=Rs,On.last=Bo,On.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r;return void 0!==n&&(i=(i=is(n))<0?sn(r+i,0):ln(i,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,i):xt(e,At,i,!0)},On.lowerCase=Is,On.lowerFirst=Ns,On.lt=es,On.lte=ts,On.max=function(e){return e&&e.length?ir(e,Ws,gr):void 0},On.maxBy=function(e,t){return e&&e.length?ir(e,Qi(t,2),gr):void 0},On.mean=function(e){return Et(e,Ws)},On.meanBy=function(e,t){return Et(e,Qi(t,2))},On.min=function(e){return e&&e.length?ir(e,Ws,Cr):void 0},On.minBy=function(e,t){return e&&e.length?ir(e,Qi(t,2),Cr):void 0},On.stubArray=ol,On.stubFalse=al,On.stubObject=function(){return{}},On.stubString=function(){return""},On.stubTrue=function(){return!0},On.multiply=pl,On.nth=function(e,t){return e&&e.length?Pr(e,is(t)):void 0},On.noConflict=function(){return We._===this&&(We._=_e),this},On.noop=Js,On.now=ma,On.pad=function(e,t,n){e=ls(e);var r=(t=is(t))?Gt(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return Di(en(i),n)+e+Di(Kt(i),n)},On.padEnd=function(e,t,n){e=ls(e);var r=(t=is(t))?Gt(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var i=dn();return ln(e+i*(t-e+Ve("1e-"+((i+"").length-1))),t)}return Mr(e,t)},On.reduce=function(e,t,n){var r=Ra(e)?gt:Ct,i=arguments.length<3;return r(e,Qi(t,4),n,i,tr)},On.reduceRight=function(e,t,n){var r=Ra(e)?mt:Ct,i=arguments.length<3;return r(e,Qi(t,4),n,i,nr)},On.repeat=function(e,t,n){return t=(n?lo(e,t,n):void 0===t)?1:is(t),zr(ls(e),t)},On.replace=function(){var e=arguments,t=ls(e[0]);return e.length<3?t:t.replace(e[1],e[2])},On.result=function(e,t,n){var r=-1,i=(t=li(t,e)).length;for(i||(i=1,e=void 0);++r9007199254740991)return[];var n=4294967295,r=ln(e,4294967295);e-=4294967295;for(var i=Ot(r,t=Qi(t));++n=o)return e;var s=n-Gt(r);if(s<1)return r;var l=a?ui(a,0,s).join(""):e.slice(0,s);if(void 0===i)return l+r;if(a&&(s+=l.length-s),Xa(i)){if(e.slice(s).search(i)){var c,u=l;for(i.global||(i=ge(i.source,ls(re.exec(i))+"g")),i.lastIndex=0;c=i.exec(u);)var d=c.index;l=l.slice(0,void 0===d?s:d)}}else if(e.indexOf(Jr(i),s)!=s){var p=l.lastIndexOf(i);p>-1&&(l=l.slice(0,p))}return l+r},On.unescape=function(e){return(e=ls(e))&&z.test(e)?e.replace(N,Xt):e},On.uniqueId=function(e){var t=++Ee;return ls(e)+t},On.upperCase=Ls,On.upperFirst=Bs,On.each=la,On.eachRight=ca,On.first=No,Qs(On,(dl={},cr(On,(function(e,t){Ae.call(On.prototype,t)||(dl[t]=e)})),dl),{chain:!1}),On.VERSION="4.17.21",st(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){On[e].placeholder=On})),st(["drop","take"],(function(e,t){Dn.prototype[e]=function(n){n=void 0===n?1:sn(is(n),0);var r=this.__filtered__&&!t?new Dn(this):this.clone();return r.__filtered__?r.__takeCount__=ln(n,r.__takeCount__):r.__views__.push({size:ln(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},Dn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),st(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Dn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Qi(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),st(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Dn.prototype[e]=function(){return this[n](1).value()[0]}})),st(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Dn.prototype[e]=function(){return this.__filtered__?new Dn(this):this[n](1)}})),Dn.prototype.compact=function(){return this.filter(Ws)},Dn.prototype.find=function(e){return this.filter(e).head()},Dn.prototype.findLast=function(e){return this.reverse().find(e)},Dn.prototype.invokeMap=Lr((function(e,t){return"function"==typeof e?new Dn(this):this.map((function(n){return yr(n,e,t)}))})),Dn.prototype.reject=function(e){return this.filter(Sa(Qi(e)))},Dn.prototype.slice=function(e,t){e=is(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Dn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=is(t))<0?n.dropRight(-t):n.take(t-e)),n)},Dn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Dn.prototype.toArray=function(){return this.take(4294967295)},cr(Dn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),i=On[r?"take"+("last"==t?"Right":""):t],o=r||/^find/.test(t);i&&(On.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,s=t instanceof Dn,l=a[0],c=s||Ra(t),u=function(e){var t=i.apply(On,ht([e],a));return r&&d?t[0]:t};c&&n&&"function"==typeof l&&1!=l.length&&(s=c=!1);var d=this.__chain__,p=!!this.__actions__.length,f=o&&!d,h=s&&!p;if(!o&&c){t=h?t:new Dn(this);var g=e.apply(t,a);return g.__actions__.push({func:ra,args:[u],thisArg:void 0}),new Pn(g,d)}return f&&h?e.apply(this,a):(g=this.thru(u),f?r?g.value()[0]:g.value():g)})})),st(["pop","push","shift","sort","splice","unshift"],(function(e){var t=be[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);On.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(Ra(i)?i:[],e)}return this[n]((function(n){return t.apply(Ra(n)?n:[],e)}))}})),cr(Dn.prototype,(function(e,t){var n=On[t];if(n){var r=n.name+"";Ae.call(xn,r)||(xn[r]=[]),xn[r].push({name:t,func:n})}})),xn[Oi(void 0,2).name]=[{name:"wrapper",func:void 0}],Dn.prototype.clone=function(){var e=new Dn(this.__wrapped__);return e.__actions__=bi(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=bi(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=bi(this.__views__),e},Dn.prototype.reverse=function(){if(this.__filtered__){var e=new Dn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Dn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ra(e),r=t<0,i=n?e.length:0,o=function(e,t,n){var r=-1,i=n.length;for(;++r=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},On.prototype.plant=function(e){for(var t,n=this;n instanceof jn;){var r=Oo(n);r.__index__=0,r.__values__=void 0,t?i.__wrapped__=r:t=r;var i=r;n=n.__wrapped__}return i.__wrapped__=e,t},On.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Dn){var t=e;return this.__actions__.length&&(t=new Dn(this)),(t=t.reverse()).__actions__.push({func:ra,args:[Uo],thisArg:void 0}),new Pn(t,this.__chain__)}return this.thru(Uo)},On.prototype.toJSON=On.prototype.valueOf=On.prototype.value=function(){return ri(this.__wrapped__,this.__actions__)},On.prototype.first=On.prototype.head,Qe&&(On.prototype[Qe]=function(){return this}),On}();We._=Zt,void 0===(i=function(){return Zt}.call(t,n,t,r))||(r.exports=i)}).call(this)}).call(this,n(35),n(80)(e))},function(e,t,n){const r=n(21);function i(e){return!r.isNull(e)&&!r.isUndefined(e)}function o(e,t,n,a){a||(a=1);var s=e.predecessors(t);if(!s||0==n)return[];var l=s.concat(s.reduce((function(t,r){return a>=n&&i(n)?t:t.concat(o(e,r,n,a+1))}),[]));return r.uniq(l)}function a(e,t,n,o){o||(o=1);var s=e.successors(t);if(!s||0==n)return[];var l=s.concat(s.reduce((function(t,r){return o>=n&&i(n)?t:t.concat(a(e,r,n,o+1))}),[]));return r.uniq(l)}e.exports={selectAt:function(e,t){var n=[t],i=r.union([t],a(e,t));return r.each(i,(function(t){var i=o(e,t);n=r.union(n,i,[t])})),n},ancestorNodes:o,descendentNodes:a}},function(e,t){var n={utf8:{stringToBytes:function(e){return n.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(n.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],n=0;n\n/* TODO */\n.section-target {\n top: -8em;\n}\n\n.noflex {\n flex: 0 0 160px !important;\n}\n\n.highlight {\n color: #24292e;\n background-color: white;\n}\n\n\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t,n){"use strict";n.r(t);var r=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===i}(e)}(e)};var i="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function o(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function a(e,t,n){return e.concat(t).map((function(e){return o(e,n)}))}function s(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||a,n.isMergeableObject=n.isMergeableObject||r;var i=Array.isArray(t);return i===Array.isArray(e)?i?n.arrayMerge(e,t,n):function(e,t,n){var r={};return n.isMergeableObject(e)&&Object.keys(e).forEach((function(t){r[t]=o(e[t],n)})),Object.keys(t).forEach((function(i){n.isMergeableObject(t[i])&&e[i]?r[i]=s(e[i],t[i],n):r[i]=o(t[i],n)})),r}(e,t,n):o(t,n)}s.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return s(e,n,t)}),{})};var l=s;const c=n(9),u=(n(33),n(202)),{getQuoteChar:d}=n(430);c.module("dbt").factory("project",["$q","$http",function(e,t){var n={manifest:"MANIFEST.JSON INLINE DATA",catalog:"CATALOG.JSON INLINE DATA"},r={project:{},tree:{project:[],database:[],sources:[]},files:{manifest:{},catalog:{}},loaded:e.defer()};function i(e,t){return u.each(t.sources,(function(e,n){t.nodes[n]=e})),u.each(e.nodes,(function(e,n){var r=t.nodes[n];if(r){var i,o,a,s=u.keys(r.columns),l=e.columns,c=(i=s,o=l,a={},u.each(o,(function(e,t){var n=u.find(i,(function(e){return e.toLowerCase()==t.toLowerCase()}));n?a[n]=e:a[t]=e})),a);e.columns=c}})),l(t,e)}function o(e,r){return e in n&&"object"==typeof n[e]?{label:e,data:n[e]}:t({method:"GET",url:r}).then((function(t){return{label:e,data:t.data}}),(function(t){console.error(t),alert("dbt Docs was unable to load the "+e+" file at path: \n "+r+"\n\nError: "+t.statusText+" ("+t.status+")\n\nThe dbt Docs site may not work as expected if this file cannot be found.Please try again, and contact support if this error persists.")}))}return r.find_by_id=function(e,t){r.ready((function(){if(e){var n=r.node(e);t(n)}}))},r.node=function(e){return u.find(r.project.nodes,{unique_id:e})},r.loadProject=function(){var t="?cb="+(new Date).getTime(),n=[o("manifest","manifest.json"+t),o("catalog","catalog.json"+t)];e.all(n).then((function(e){u.each(e,(function(e){e?r.files[e.label]=e.data:console.error("FILE FAILED TO LOAD!")})),u.each(r.files.manifest.nodes,(function(e){"model"==e.resource_type&&null!=e.version?e.label=e.name+"_v"+e.version:e.label=e.name})),u.each(r.files.manifest.sources,(function(e){e.label=e.source_name+"."+e.name,r.files.manifest.nodes[e.unique_id]=e})),u.each(r.files.manifest.exposures,(function(e){e.label||(e.label=e.name),r.files.manifest.nodes[e.unique_id]=e})),u.each(r.files.manifest.metrics,(function(e){r.files.manifest.nodes[e.unique_id]=e})),u.each(r.files.manifest.semantic_models,(function(e){r.files.manifest.nodes[e.unique_id]=e,e.label=e.name}));var t=r.files.manifest.metadata.adapter_type,n=function(e,t){var n=e||[],r={};u.each(n,(function(e){r[e.package_name]||(r[e.package_name]={}),r[e.package_name][e.name]=e}));e=[];return u.each(r,(function(n,r){if("dbt"!=r&&r!="dbt_"+t){var i=function(e,t){var n={};u.each(e,(function(e){e.macro_sql.match(/{{\s*adapter_macro\([^)]+\)\s+}}/)&&(e.impls={"Adapter Macro":e.macro_sql},e.is_adapter_macro=!0,n[e.name]=e)}));var r=["postgres","redshift","bigquery","snowflake","spark","presto","default"],i=u.values(n),o=u.filter(e,(function(e){var t=e.name.split("__"),i=t.shift(),o=t.join("__");return!(r.indexOf(i)>=0&&n[o])||(n[o].impls[i]=e.macro_sql,e.is_adapter_macro_impl=!0,!1)}));return i.concat(o)}(n);e=e.concat(i)}})),u.keyBy(e,"unique_id")}(r.files.manifest.macros,t);r.files.manifest.macros=n;var o=i(r.files.manifest,r.files.catalog),a=o.nodes,s=u.keyBy(a,"name"),l=u.filter(o.nodes,{resource_type:"test"});u.each(l,(function(e){if(e.hasOwnProperty("test_metadata")){var t,n={test_name:t=e.test_metadata.namespace?e.test_metadata.namespace+"."+e.test_metadata.name:e.test_metadata.name};if("not_null"==e.test_metadata.name)n.short="N",n.label="Not Null";else if("unique"==e.test_metadata.name)n.short="U",n.label="Unique";else if("relationships"==e.test_metadata.name){var r=e.refs[0],i=s[r];i&&e.test_metadata.kwargs.field&&(n.fk_field=e.test_metadata.kwargs.field,n.fk_model=i),n.short="F",n.label="Foreign Key"}else if("accepted_values"==e.test_metadata.name){if(Array.isArray(e.test_metadata.kwargs.values))var a=e.test_metadata.kwargs.values.join(", ");else a=JSON.stringify(e.test_metadata.kwargs.values);n.short="A",n.label="Accepted Values: "+a}else{var l=u.omit(e.test_metadata.kwargs,"column_name");n.short="+",n.label=t+"("+JSON.stringify(l)+")"}var c=e.depends_on.nodes,p=e.column_name||e.test_metadata.kwargs.column_name||e.test_metadata.kwargs.arg;if(c.length&&p){if("relationships"==e.test_metadata.name)var f=c[c.length-1];else f=c[0];var h=o.nodes[f],g=d(o.metadata),m=u.find(h.columns,(function(e,t){let n=p;return p.startsWith(g)&&p.endsWith(g)&&(n=p.substring(1,p.length-1)),t.toLowerCase()==n.toLowerCase()}));m&&(m.tests=m.tests||[],m.tests.push(n))}}})),r.project=o;var c=u.filter(r.project.macros,(function(e){return!e.is_adapter_macro_impl})),p=u.filter(r.project.nodes,(function(e){return u.includes(["model","source","seed","snapshot","analysis","exposure","metric","semantic_model"],e.resource_type)}));r.project.searchable=u.filter(p.concat(c),(function(e){return!e.docs||e.docs.show})),r.loaded.resolve()}))},r.ready=function(e){r.loaded.promise.then((function(){e(r.project)}))},r.search=function(e){if(0==e.length)return u.map(r.project.searchable,(function(e){return{model:e,matches:[]}}));var t=[];return u.each(r.project.searchable,(function(n){var r=function(e,t){var n=[],r={name:"string",description:"string",raw_code:"string",columns:"object",column_description:"n/a",tags:"array",arguments:"array",label:"string"};let i=u.words(e.toLowerCase());for(var o in r)if("column_description"===o)for(var a in t.columns)null!=t.columns[a].description&&i.every(e=>-1!=t.columns[a].description.toLowerCase().indexOf(e))&&n.push({key:o,value:e});else{if(!t[o])continue;if("string"===r[o]&&i.every(e=>-1!=t[o].toLowerCase().indexOf(e)))n.push({key:o,value:e});else if("object"===r[o])for(var a in t[o])null!=t[o][a].name&&i.every(e=>-1!=t[o][a].name.toLowerCase().indexOf(e))&&n.push({key:o,value:e});else if("array"===r[o])for(var s of t[o])i.every(e=>-1!=JSON.stringify(s).toLowerCase().indexOf(e))&&n.push({key:o,value:e})}return n}(e,n);r.length&&t.push({model:n,matches:r})})),t},r.getModelTree=function(e,t){r.loaded.promise.then((function(){var n=u.values(r.project.macros),i=u.filter(r.project.nodes,(function(e){if("test"==e.resource_type&&!e.hasOwnProperty("test_metadata"))return!0;return u.includes(["snapshot","source","seed","model","analysis","exposure","metric","semantic_model"],e.resource_type)}));r.tree.database=function(e,t){var n={},r=u.filter(e,(function(e){return!!u.get(e,["docs","show"],!0)&&(-1!=u.indexOf(["source","snapshot","seed"],e.resource_type)||("model"==e.resource_type?"ephemeral"!=e.config.materialized:void 0))})),i=u.sortBy(r,(function(e){return e.database+"."+e.schema+"."+(e.identifier||e.alias||e.name)})),o=u.groupBy(i,"database");return u.each(o,(function(e,r){var i={type:"database",name:r,active:!1,items:[]};n[r]=i;var o=u.groupBy(e,"schema");u.each(o,(function(e,n){n={type:"schema",name:n,active:!1,items:[]};i.items.push(n),u.each(e,(function(e){var r=e.unique_id==t;r&&(i.active=!0,n.active=!0),n.items.push({type:"table",name:e.identifier||e.alias||e.name,node:e,active:r,unique_id:e.unique_id,node_type:"model"})}))}))})),n}(i,e),r.tree.groups=function(e,t){var n={};u.each(e,(function(e){const r=u.get(e,["docs","show"],!0);if(!(e.resource_type in["source","exposure","seed","macro"])&&r&&"private"!==e.access){if("model"==e.resource_type&&null!=e.version)var i=e.name+"_v"+e.version;else i=e.name;var o="protected"===e.access?i+" (protected)":i,a=e.group,s=e.unique_id==t;n[a]?s&&(n[a].active=!0):n[a]={type:"group",name:a,active:s,items:[]},n[a].items.push({type:"file",name:o,node:e,active:s,unique_id:e.unique_id,node_type:"model"})}}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){e.items=u.sortBy(e.items,"name")})),n}(i,e),r.tree.project=function(e,t,n){var r={};e=e||[],t=t||[];return u.each(e.concat(t),(function(e){var t=u.get(e,["docs","show"],!0);if("source"!=e.resource_type&&"exposure"!=e.resource_type&&"metric"!=e.resource_type&&"semantic_model"!=e.resource_type&&t){if(-1!=e.original_file_path.indexOf("\\"))var i=e.original_file_path.split("\\");else i=e.original_file_path.split("/");var o=[e.package_name].concat(i),a=e.unique_id==n,s=u.initial(o);if("macro"==e.resource_type)var l=e.name;else l=u.last(o);if("model"==e.resource_type&&null!=e.version)var c=e.name+"_v"+e.version;else c=e.name;var d=r;u.each(s,(function(e){d[e]?a&&(d[e].active=!0):d[e]={type:"folder",name:e,active:a,items:{}},d=d[e].items})),d[l]={type:"file",name:c,node:e,active:a,unique_id:e.unique_id,node_type:e.resource_type}}})),function e(t){var n=[],r=u.values(t);return u.each(r,(function(t){if(t.items){var r=e(t.items),i=u.sortBy(r,"name");t.items=i}n.push(t)})),n}(r)}(i,n,e);var o=u.values(r.project.sources);r.tree.sources=function(e,t){var n={};u.each(e,(function(e){var r=e.source_name,i=e.name,o=e.unique_id==t;n[r]?o&&(n[r].active=!0):n[r]={type:"folder",name:r,active:o,items:[]},n[r].items.push({type:"file",name:i,node:e,active:o,unique_id:e.unique_id,node_type:"source"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){e.items=u.sortBy(e.items,"name")})),n}(o,e);var a=u.values(r.project.exposures);r.tree.exposures=function(e,t){var n={};u.each(e,(function(e){e.name;var r=e.type||"Uncategorized";r=function(e){var t={ml:"ML"};return t.hasOwnProperty(e)?t[e]:e.charAt(0).toUpperCase()+e.slice(1)}(r);var i=e.unique_id==t;n[r]?i&&(n[r].active=!0):n[r]={type:"folder",name:r,active:i,items:[]},n[r].items.push({type:"file",name:e.label,node:e,active:i,unique_id:e.unique_id,node_type:"exposure"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){e.items=u.sortBy(e.items,"name")})),n}(a,e);var s=u.values(r.project.metrics);r.tree.metrics=function(e,t){var n={};u.each(e,(function(e){e.name;var r=e.package_name,i=e.unique_id==t;n[r]?i&&(n[r].active=!0):n[r]={type:"folder",name:r,active:i,items:[]},n[r].items.push({type:"file",name:e.label,node:e,active:i,unique_id:e.unique_id,node_type:"metric"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){n.items=u.sortBy(n.items,"name")})),n}(s,e);var l=u.values(r.project.semantic_models);r.tree.semantic_models=function(e,t){var n={};u.each(e,(function(e){e.name;var r=e.package_name,i=e.unique_id==t;n[r]?i&&(n[r].active=!0):n[r]={type:"folder",name:r,active:i,items:[]},n[r].items.push({type:"file",name:e.name,node:e,active:i,unique_id:e.unique_id,node_type:"semantic_model"})}));n=u.sortBy(u.values(n),"name");return u.each(n,(function(e){n.items=u.sortBy(n.items,"name")})),n}(l,e),t(r.tree)}))},r.updateSelectedInTree=function(e,t){var n=!1;return u.each(t,(function(t){if(t.node&&t.node.unique_id==e)t.active=!0,n=!0;else if(t.node&&t.node.unique_id!=e)t.active=!1;else{r.updateSelectedInTree(e,t.items)&&(t.active=!0,n=!0)}})),n},r.updateSelected=function(e){return r.updateSelectedInTree(e,r.tree.project),r.updateSelectedInTree(e,r.tree.database),r.updateSelectedInTree(e,r.tree.groups),r.updateSelectedInTree(e,r.tree.sources),r.updateSelectedInTree(e,r.tree.exposures),r.updateSelectedInTree(e,r.tree.metrics),r.updateSelectedInTree(e,r.tree.semantic_models),r.tree},r.caseColumn=function(e){return"snowflake"==r.project.metadata.adapter_type&&e.toUpperCase()==e?e.toLowerCase():e},r.init=function(){r.loadProject()},r}])},function(e,t,n){const r=n(9);n(209),n(230),n(445),n(458),n(459),n(479),n(480),n(481),r.module("dbt").run(["$rootScope","$state","$stateParams",function(e,t,n){e.$state=t,e.$stateParams=n}])},function(e,t){ /** * @license AngularJS v1.8.2 * (c) 2010-2020 Google LLC. http://angularjs.org @@ -97,6 +97,6 @@ * @author Feross Aboukhadijeh * @license MIT */ -e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&n(e.slice(0,0))}(e)||!!e._isBuffer)}},function(e,t,n){n(9).module("dbt").factory("locationService",["$state",function(e){var t={};return t.parseState=function(e){return function(e){return{selected:{include:e.g_i||"",exclude:e.g_e||""},show_graph:!!e.g_v}}(e)},t.setState=function(t){var n=function(e){var t={g_v:1};return t.g_i=e.include,t.g_e=e.exclude,t}(t),r=e.current.name;e.go(r,n)},t.clearState=function(){var t=e.current.name;e.go(t,{g_i:null,g_e:null,g_v:null})},t}])},function(e,t,n){"use strict";const r=n(9),i=n(202);r.module("dbt").controller("OverviewCtrl",["$scope","$state","project",function(e,t,n){e.overview_md="(loading)",n.ready((function(n){let r=t.params.project_name?t.params.project_name:null;var o=n.docs["doc.dbt.__overview__"],a=i.filter(n.docs,{name:"__overview__"});if(i.each(a,(function(e){"dbt"!=e.package_name&&(o=e)})),null!==r){o=n.docs[`doc.${r}.__${r}__`]||o;let e=i.filter(n.docs,{name:`__${r}__`});i.each(e,e=>{e.package_name!==r&&(o=e)})}e.overview_md=o.block_contents}))}])},function(e,t,n){"use strict";n(9).module("dbt").controller("SourceListCtrl",["$scope","$state","project",function(e,t,n){e.source=t.params.source,e.model={},e.extra_table_fields=[],e.has_more_info=function(e){return(e.description||"").length},e.toggle_source_expanded=function(t){e.has_more_info(t)&&(t.expanded=!t.expanded)},n.ready((function(t){var n=_.filter(t.nodes,(function(t){return t.source_name==e.source}));if(0!=n.length){n.sort((e,t)=>e.name.localeCompare(t.name));var r=n[0];e.model={name:e.source,source_description:r.source_description,sources:n};var i=_.uniq(_.map(n,"metadata.owner")),o=_.uniq(_.map(n,"database")),a=_.uniq(_.map(n,"schema"));e.extra_table_fields=[{name:"Loader",value:r.loader},{name:1==i.length?"Owner":"Owners",value:i.join(", ")},{name:1==o.length?"Database":"Databases",value:o.join(", ")},{name:1==a.length?"Schema":"Schemas",value:a.join(", ")},{name:"Tables",value:n.length}]}}))}])},function(e,t,n){const r=n(9),i={main:n(482),overview:n(483),graph:n(484),source:n(205),source_list:n(485),model:n(486),source:n(205),snapshot:n(487),seed:n(488),test:n(489),analysis:n(490),macro:n(491),exposure:n(492),metric:n(493),semantic_model:n(494),operation:n(495)};r.module("dbt").config(["$stateProvider","$urlRouterProvider",function(e,t){var n="g_v&g_i&g_e&g_p&g_n";t.otherwise("/overview"),e.state("dbt",{url:"/",abstract:!0,controller:"MainController",templateUrl:i.main}).state("dbt.overview",{url:"overview?"+n,controller:"OverviewCtrl",templateUrl:i.overview}).state("dbt.project_overview",{url:"overview/:project_name?"+n,controller:"OverviewCtrl",templateUrl:i.overview,params:{project_name:{type:"string"}}}).state("dbt.graph",{url:"graph",controller:"GraphCtrl",templateUrl:i.graph}).state("dbt.model",{url:"model/:unique_id?section&"+n,controller:"ModelCtrl",templateUrl:i.model,params:{unique_id:{type:"string"}}}).state("dbt.seed",{url:"seed/:unique_id?section&"+n,controller:"SeedCtrl",templateUrl:i.seed,params:{unique_id:{type:"string"}}}).state("dbt.snapshot",{url:"snapshot/:unique_id?section&"+n,controller:"SnapshotCtrl",templateUrl:i.snapshot,params:{unique_id:{type:"string"}}}).state("dbt.test",{url:"test/:unique_id?section&"+n,controller:"TestCtrl",templateUrl:i.test,params:{unique_id:{type:"string"}}}).state("dbt.analysis",{url:"analysis/:unique_id?section&"+n,controller:"AnalysisCtrl",templateUrl:i.analysis,params:{unique_id:{type:"string"}}}).state("dbt.source",{url:"source/:unique_id?section&"+n,controller:"SourceCtrl",templateUrl:i.source,params:{unique_id:{type:"string"}}}).state("dbt.source_list",{url:"source_list/:source?section&"+n,controller:"SourceListCtrl",templateUrl:i.source_list,params:{source:{type:"string"}}}).state("dbt.macro",{url:"macro/:unique_id?section",controller:"MacroCtrl",templateUrl:i.macro,params:{unique_id:{type:"string"}}}).state("dbt.exposure",{url:"exposure/:unique_id?section&"+n,controller:"ExposureCtrl",templateUrl:i.exposure,params:{unique_id:{type:"string"}}}).state("dbt.metric",{url:"metric/:unique_id?section&"+n,controller:"MetricCtrl",templateUrl:i.metric,params:{unique_id:{type:"string"}}}).state("dbt.semantic_model",{url:"semantic_model/:unique_id?section&"+n,controller:"SemanticModelCtrl",templateUrl:i.semantic_model,params:{unique_id:{type:"string"}}}).state("dbt.operation",{url:"operation/:unique_id?section&"+n,controller:"OperationCtrl",templateUrl:i.operation,params:{unique_id:{type:"string"}}})}])},function(e,t){var n="/main/main.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n
\n
\n \n
\n
\n
\n
\n \n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/overview/overview.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
\n \n
\n
\n

\n
\n
\n
\n\n')}]),e.exports=n},function(e,t){var n="/graph/graph.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
\n
\n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/sources/source_list.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n\n
\n
\n
\n
Source Tables
\n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
SourceTableDescriptionLinkMore?
\n
\n {{ source.source_name }}\n
\n
\n {{ source.name }}

\n
\n {{ source.description }}\n \n View docs\n \n \n \n \n \n \n \n \n \n
\n
\n
\n
Description
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/model.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/snapshot.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/seed.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/test.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/analysis.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/macro.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ macro.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Arguments
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/exposure.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ exposure.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/metric.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ metric.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/semantic_model.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ semantic_model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Entities
\n\n
\n
\n
\n
\n
Name
\n
{{ entity.name }}
\n
None
\n
Type
\n
{{ entity.type }}
\n
None
\n
Expression
\n
{{ entity.expr }}
\n
None
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/operation.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n}]); +e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&n(e.slice(0,0))}(e)||!!e._isBuffer)}},function(e,t,n){n(9).module("dbt").factory("locationService",["$state",function(e){var t={};return t.parseState=function(e){return function(e){return{selected:{include:e.g_i||"",exclude:e.g_e||""},show_graph:!!e.g_v}}(e)},t.setState=function(t){var n=function(e){var t={g_v:1};return t.g_i=e.include,t.g_e=e.exclude,t}(t),r=e.current.name;e.go(r,n)},t.clearState=function(){var t=e.current.name;e.go(t,{g_i:null,g_e:null,g_v:null})},t}])},function(e,t,n){"use strict";const r=n(9),i=n(202);r.module("dbt").controller("OverviewCtrl",["$scope","$state","project",function(e,t,n){e.overview_md="(loading)",n.ready((function(n){let r=t.params.project_name?t.params.project_name:null;var o=n.docs["doc.dbt.__overview__"],a=i.filter(n.docs,{name:"__overview__"});if(i.each(a,(function(e){"dbt"!=e.package_name&&(o=e)})),null!==r){o=n.docs[`doc.${r}.__${r}__`]||o;let e=i.filter(n.docs,{name:`__${r}__`});i.each(e,e=>{e.package_name!==r&&(o=e)})}e.overview_md=o.block_contents}))}])},function(e,t,n){"use strict";n(9).module("dbt").controller("SourceListCtrl",["$scope","$state","project",function(e,t,n){e.source=t.params.source,e.model={},e.extra_table_fields=[],e.has_more_info=function(e){return(e.description||"").length},e.toggle_source_expanded=function(t){e.has_more_info(t)&&(t.expanded=!t.expanded)},n.ready((function(t){var n=_.filter(t.nodes,(function(t){return t.source_name==e.source}));if(0!=n.length){n.sort((e,t)=>e.name.localeCompare(t.name));var r=n[0];e.model={name:e.source,source_description:r.source_description,sources:n};var i=_.uniq(_.map(n,"metadata.owner")),o=_.uniq(_.map(n,"database")),a=_.uniq(_.map(n,"schema"));e.extra_table_fields=[{name:"Loader",value:r.loader},{name:1==i.length?"Owner":"Owners",value:i.join(", ")},{name:1==o.length?"Database":"Databases",value:o.join(", ")},{name:1==a.length?"Schema":"Schemas",value:a.join(", ")},{name:"Tables",value:n.length}]}}))}])},function(e,t,n){const r=n(9),i={main:n(482),overview:n(483),graph:n(484),source:n(205),source_list:n(485),model:n(486),source:n(205),snapshot:n(487),seed:n(488),test:n(489),analysis:n(490),macro:n(491),exposure:n(492),metric:n(493),semantic_model:n(494),operation:n(495)};r.module("dbt").config(["$stateProvider","$urlRouterProvider",function(e,t){var n="g_v&g_i&g_e&g_p&g_n";t.otherwise("/overview"),e.state("dbt",{url:"/",abstract:!0,controller:"MainController",templateUrl:i.main}).state("dbt.overview",{url:"overview?"+n,controller:"OverviewCtrl",templateUrl:i.overview}).state("dbt.project_overview",{url:"overview/:project_name?"+n,controller:"OverviewCtrl",templateUrl:i.overview,params:{project_name:{type:"string"}}}).state("dbt.graph",{url:"graph",controller:"GraphCtrl",templateUrl:i.graph}).state("dbt.model",{url:"model/:unique_id?section&"+n,controller:"ModelCtrl",templateUrl:i.model,params:{unique_id:{type:"string"}}}).state("dbt.seed",{url:"seed/:unique_id?section&"+n,controller:"SeedCtrl",templateUrl:i.seed,params:{unique_id:{type:"string"}}}).state("dbt.snapshot",{url:"snapshot/:unique_id?section&"+n,controller:"SnapshotCtrl",templateUrl:i.snapshot,params:{unique_id:{type:"string"}}}).state("dbt.test",{url:"test/:unique_id?section&"+n,controller:"TestCtrl",templateUrl:i.test,params:{unique_id:{type:"string"}}}).state("dbt.analysis",{url:"analysis/:unique_id?section&"+n,controller:"AnalysisCtrl",templateUrl:i.analysis,params:{unique_id:{type:"string"}}}).state("dbt.source",{url:"source/:unique_id?section&"+n,controller:"SourceCtrl",templateUrl:i.source,params:{unique_id:{type:"string"}}}).state("dbt.source_list",{url:"source_list/:source?section&"+n,controller:"SourceListCtrl",templateUrl:i.source_list,params:{source:{type:"string"}}}).state("dbt.macro",{url:"macro/:unique_id?section",controller:"MacroCtrl",templateUrl:i.macro,params:{unique_id:{type:"string"}}}).state("dbt.exposure",{url:"exposure/:unique_id?section&"+n,controller:"ExposureCtrl",templateUrl:i.exposure,params:{unique_id:{type:"string"}}}).state("dbt.metric",{url:"metric/:unique_id?section&"+n,controller:"MetricCtrl",templateUrl:i.metric,params:{unique_id:{type:"string"}}}).state("dbt.semantic_model",{url:"semantic_model/:unique_id?section&"+n,controller:"SemanticModelCtrl",templateUrl:i.semantic_model,params:{unique_id:{type:"string"}}}).state("dbt.operation",{url:"operation/:unique_id?section&"+n,controller:"OperationCtrl",templateUrl:i.operation,params:{unique_id:{type:"string"}}})}])},function(e,t){var n="/main/main.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n\n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n
\n
\n \n
\n
\n \n
\n
\n
\n
\n \n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/overview/overview.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
\n \n
\n
\n

\n
\n
\n
\n\n')}]),e.exports=n},function(e,t){var n="/graph/graph.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'
\n
\n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/sources/source_list.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n\n
\n
\n
\n
Source Tables
\n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
SourceTableDescriptionLinkMore?
\n
\n {{ source.source_name }}\n
\n
\n {{ source.name }}

\n
\n {{ source.description }}\n \n View docs\n \n \n \n \n \n \n \n \n \n
\n
\n
\n
Description
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/model.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/snapshot.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/seed.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n
\n
\n
\n
Columns
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/test.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/analysis.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/macro.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ macro.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Arguments
\n \n
\n
\n\n
\n
\n
\n
Referenced By
\n \n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/exposure.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ exposure.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/metric.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ metric.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/semantic_model.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n\n
\n
\n \n
\n\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ semantic_model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Entities
\n\n
\n
\n
\n
\n
Name
\n
{{ entity.name }}
\n
None
\n
Type
\n
{{ entity.type }}
\n
None
\n
Expression
\n
{{ entity.expr }}
\n
None
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n')}]),e.exports=n},function(e,t){var n="/docs/operation.html";window.angular.module("ng").run(["$templateCache",function(e){e.put(n,'\n\n
\n \n
\n
\n
\n
\n
\n
Description
\n
\n
\n
\n
This {{ model.resource_type }} is not currently documented
\n
\n
\n
\n
\n\n
\n
\n
\n
Depends On
\n \n
\n
\n\n
\n
\n
\n \n
\n
\n
\n
\n
\n')}]),e.exports=n}]); //# sourceMappingURL=main.js.map diff --git a/docs/manifest.json b/docs/manifest.json index 2eba1bf..623035a 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v10.json", "dbt_version": "1.6.1", "generated_at": "2023-10-04T19:43:12.290953Z", "invocation_id": "2d213e3c-e320-4711-a5b0-687bb1755668", "env": {}, "project_name": "develop", "project_id": "a19ea622182c63ddc19bb22cde982b82", "user_id": "e607f749-4294-4b15-833b-0ae4a87d4d24", "send_anonymous_usage_stats": true, "adapter_type": "bigquery"}, "nodes": {"model.develop.my_first_dbt_model": {"database": "dbt-package-testing", "schema": "zz_dbt_renee", "name": "my_first_dbt_model", "resource_type": "model", "package_name": "develop", "path": "example/my_first_dbt_model.sql", "original_file_path": "models/example/my_first_dbt_model.sql", "unique_id": "model.develop.my_first_dbt_model", "fqn": ["develop", "example", "my_first_dbt_model"], "alias": "my_first_dbt_model", "checksum": {"name": "sha256", "checksum": "0f0a39768ca58b1f5b1e85acbb46843e16a97d88db12e7a25d1533b2e8f77b36"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "A starter dbt model", "columns": {"id": {"name": "id", "description": "The primary key for this table", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "develop://models/example/schema.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table"}, "created_at": 1696448596.9563038, "relation_name": "`dbt-package-testing`.`zz_dbt_renee`.`my_first_dbt_model`", "raw_code": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\n{{ config(materialized='table') }}\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", "language": "sql", "refs": [], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": "target/compiled/develop/models/example/my_first_dbt_model.sql", "compiled": true, "compiled_code": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\n\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.develop.my_second_dbt_model": {"database": "dbt-package-testing", "schema": "zz_dbt_renee", "name": "my_second_dbt_model", "resource_type": "model", "package_name": "develop", "path": "example/my_second_dbt_model.sql", "original_file_path": "models/example/my_second_dbt_model.sql", "unique_id": "model.develop.my_second_dbt_model", "fqn": ["develop", "example", "my_second_dbt_model"], "alias": "my_second_dbt_model", "checksum": {"name": "sha256", "checksum": "dc8c458292bc2fb8ce4591cb70c1e23046e3c2e33fb1c2ce732658f90e231f1e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "A starter dbt model", "columns": {"id": {"name": "id", "description": "The primary key for this table", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "develop://models/example/schema.yml", "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448596.957171, "relation_name": "`dbt-package-testing`.`zz_dbt_renee`.`my_second_dbt_model`", "raw_code": "-- Use the `ref` function to select from other models\n\nselect *\nfrom {{ ref('my_first_dbt_model') }}\nwhere id = 1", "language": "sql", "refs": [{"name": "my_first_dbt_model", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.develop.my_first_dbt_model"]}, "compiled_path": "target/compiled/develop/models/example/my_second_dbt_model.sql", "compiled": true, "compiled_code": "-- Use the `ref` function to select from other models\n\nselect *\nfrom `dbt-package-testing`.`zz_dbt_renee`.`my_first_dbt_model`\nwhere id = 1", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__customer_tag": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__customer_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__customer_tag.sql", "original_file_path": "models/stg_shopify__customer_tag.sql", "unique_id": "model.shopify_source.stg_shopify__customer_tag", "fqn": ["shopify_source", "stg_shopify__customer_tag"], "alias": "stg_shopify__customer_tag", "checksum": {"name": "sha256", "checksum": "64167ac929ec348c5e6e7ba457170e8df1022a604ee7c61889992be9fde25e91"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Tags that the shop owner has attached to the customer. A customer can have up to 250 tags.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) representing when the tag was placed on the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.103987, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__customer_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__customer_tag_tmp')),\n staging_columns=get_customer_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n customer_id,\n index,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__customer_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_customer_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__customer_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__customer_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as INT64) as \n \n customer_id\n \n , \n cast(null as STRING) as \n \n value\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n customer_id,\n index,\n value,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_line.sql", "original_file_path": "models/stg_shopify__order_line.sql", "unique_id": "model.shopify_source.stg_shopify__order_line", "fqn": ["shopify_source", "stg_shopify__order_line"], "alias": "stg_shopify__order_line", "checksum": {"name": "sha256", "checksum": "dc621f9083529950bf12647e00bfac93e79078e91fde3f8ab1ad285ba697f25c"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a line item from an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillable_quantity": {"name": "fulfillable_quantity", "description": "The amount available to fulfill, calculated as follows: quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "How far along an order is in terms line items fulfilled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_gift_card": {"name": "is_gift_card", "description": "Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the related order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the item before discounts have been applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The number of items that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Whether the item requires shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The item's SKU (stock keeping unit).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_taxable": {"name": "is_taxable", "description": "Whether the item was taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount": {"name": "total_discount", "description": "The total amount of the discount allocated to the line item in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The ID of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the item's supplier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the order line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price": {"name": "pre_tax_price", "description": "The pre tax price of the line item in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price_set": {"name": "pre_tax_price_set", "description": "The pre tax price of the line item in shop currency and presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The price of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "Tax code applied to the line item. As multiple taxes can apply to a line item, we recommend referring to `stg_shopify__tax_line`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount_set": {"name": "total_discount_set", "description": "The total amount allocated to the line item in the presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "properties": {"name": "properties", "description": "Line item properties.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.034614, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_line_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_line_tmp')),\n staging_columns=get_order_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n \n select \n id as order_line_id,\n index,\n name,\n order_id,\n fulfillable_quantity,\n fulfillment_status,\n gift_card as is_gift_card,\n grams,\n pre_tax_price,\n pre_tax_price_set,\n price,\n price_set,\n product_id,\n quantity,\n requires_shipping as is_shipping_required,\n sku,\n taxable as is_taxable,\n tax_code,\n title,\n total_discount,\n total_discount_set,\n variant_id,\n variant_title,\n variant_inventory_management,\n vendor,\n properties,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('order_line_pass_through_columns') }}\n\n from fields\n\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__order_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_tmp`\n\n),\n\nfields as (\n\n select\n \n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as numeric) as \n \n fulfillable_quantity\n \n , \n cast(null as STRING) as \n \n fulfillment_status\n \n , \n cast(null as boolean) as \n \n gift_card\n \n , \n cast(null as numeric) as \n \n grams\n \n , \n cast(null as numeric) as \n \n id\n \n , \n cast(null as numeric) as \n \n index\n \n , \n cast(null as STRING) as \n \n name\n \n , \n cast(null as numeric) as \n \n order_id\n \n , \n cast(null as FLOAT64) as \n \n pre_tax_price\n \n , \n cast(null as STRING) as \n \n pre_tax_price_set\n \n , \n cast(null as FLOAT64) as \n \n price\n \n , \n cast(null as STRING) as \n \n price_set\n \n , \n cast(null as numeric) as \n \n product_id\n \n , \n cast(null as numeric) as \n \n quantity\n \n , \n cast(null as boolean) as \n \n requires_shipping\n \n , \n cast(null as STRING) as \n \n sku\n \n , \n cast(null as boolean) as \n \n taxable\n \n , \n cast(null as STRING) as \n \n tax_code\n \n , \n cast(null as STRING) as \n \n title\n \n , \n cast(null as FLOAT64) as \n \n total_discount\n \n , \n cast(null as STRING) as \n \n total_discount_set\n \n , \n cast(null as numeric) as \n \n variant_id\n \n , \n cast(null as STRING) as \n \n variant_title\n \n , \n cast(null as STRING) as \n \n variant_inventory_management\n \n , \n cast(null as STRING) as \n \n vendor\n \n , \n cast(null as STRING) as \n \n properties\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n \n select \n id as order_line_id,\n index,\n name,\n order_id,\n fulfillable_quantity,\n fulfillment_status,\n gift_card as is_gift_card,\n grams,\n pre_tax_price,\n pre_tax_price_set,\n price,\n price_set,\n product_id,\n quantity,\n requires_shipping as is_shipping_required,\n sku,\n taxable as is_taxable,\n tax_code,\n title,\n total_discount,\n total_discount_set,\n variant_id,\n variant_title,\n variant_inventory_management,\n vendor,\n properties,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tender_transaction": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__tender_transaction", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__tender_transaction.sql", "original_file_path": "models/stg_shopify__tender_transaction.sql", "unique_id": "model.shopify_source.stg_shopify__tender_transaction", "fqn": ["shopify_source", "stg_shopify__tender_transaction"], "alias": "stg_shopify__tender_transaction", "checksum": {"name": "sha256", "checksum": "9a8b96c0a8d5a495084dca088d1c206d5b232444fb706abd9f487337fd6b5bea"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each tender transaction represents money passing between the merchant and a customer. A tender transaction with a positive amount represents a transaction where the customer paid money to the merchant. A negative amount represents a transaction where the merchant refunded money back to the customer. Tender transactions represent transactions that modify the shop's balance.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the tender transaction in the shop's currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the tender transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "transaction_id": {"name": "transaction_id", "description": "The ID of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that the tender transaction belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_method": {"name": "payment_method", "description": "Information about the payment method used for this transaction. Valid values include: - credit_card - cash - android_pay - apple_pay - google_pay - samsung_pay - shopify_pay - amazon - klarna - paypal - unknown - other\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time (ISO 8601 format) when the tender transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "remote_reference": {"name": "remote_reference", "description": "The remote (gateway) reference associated with the tender.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into the Shopify POS device that processed the tender transaction, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.172632, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tender_transaction`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__tender_transaction_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__tender_transaction_tmp')),\n staging_columns=get_tender_transaction_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as transaction_id,\n order_id,\n amount,\n currency,\n payment_method,\n remote_reference,\n user_id,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(test, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__tender_transaction_tmp", "package": null, "version": null}, {"name": "stg_shopify__tender_transaction_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_tender_transaction_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__tender_transaction_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__tender_transaction.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tender_transaction_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as FLOAT64) as \n \n amount\n \n , \n cast(null as STRING) as \n \n currency\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as INT64) as \n \n order_id\n \n , \n cast(null as STRING) as \n \n payment_method\n \n , \n cast(null as TIMESTAMP) as \n \n processed_at\n \n , \n cast(null as STRING) as \n \n remote_reference\n \n , \n cast(null as boolean) as \n \n test\n \n , \n cast(null as INT64) as \n \n user_id\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as transaction_id,\n order_id,\n amount,\n currency,\n payment_method,\n remote_reference,\n user_id,\n timestamp(datetime(cast(processed_at as TIMESTAMP), 'UTC')) as processed_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(test, false)\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__metafield": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__metafield", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__metafield.sql", "original_file_path": "models/stg_shopify__metafield.sql", "unique_id": "model.shopify_source.stg_shopify__metafield", "fqn": ["shopify_source", "stg_shopify__metafield"], "alias": "stg_shopify__metafield", "checksum": {"name": "sha256", "checksum": "f1ff754f8033ff005297cdabddbca0726550569e116767165d359411979a8ffd"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Metafields are a flexible way to attach additional information to a Shopify resource (e.g. Product, Collection, etc.). Some examples of data stored using metafields include specifications, size charts, downloadable documents, release dates, images, or part numbers. Metafields are identified by an owner resource, a namespace, and a key and they store a value along with type information for that context.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the metafield was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "description": {"name": "description", "description": "A description of the information that the metafield contains.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "metafield_id": {"name": "metafield_id", "description": "The unique ID of the metafield.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "The key of the metafield. Keys can be up to 64 characters long and can contain alphanumeric characters, hyphens, underscores, and periods.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "namespace": {"name": "namespace", "description": "A container for a group of metafields. Grouping metafields within a namespace prevents your metafields from conflicting with other metafields with the same key name. Must have between 3-255 characters.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_resource_id": {"name": "owner_resource_id", "description": "The unique ID of the resource that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_resource": {"name": "owner_resource", "description": "The type of resource (table) that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The type of data that the metafield stores in the `value` field. Refer to the [list](https://shopify.dev/apps/metafields/types) of supported types. Coalescing of type and value_type", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the metafield was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The data to store in the metafield. The value is always stored as a string, regardless of the metafield's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "metafield_reference": {"name": "metafield_reference", "description": "Combination of the namespace and key columns. This field is key for metafield mapping in downstream models.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_most_recent_record": {"name": "is_most_recent_record", "description": "Boolean indicating the most up to date record identified by the most recent updated_at field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.128126, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__metafield`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__metafield_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__metafield_tmp')),\n staging_columns=get_metafield_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as metafield_id,\n description,\n namespace,\n key,\n value,\n lower(coalesce(type, value_type)) as value_type,\n owner_id as owner_resource_id,\n lower(owner_resource) as owner_resource,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n lower({{ dbt.concat([\"namespace\",\"'_'\",\"key\"]) }}) as metafield_reference,\n row_number() over (partition by id order by updated_at desc) = 1 as is_most_recent_record,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__metafield_tmp", "package": null, "version": null}, {"name": "stg_shopify__metafield_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_metafield_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.dbt.concat"], "nodes": ["model.shopify_source.stg_shopify__metafield_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__metafield.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__metafield_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as STRING) as \n \n description\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as STRING) as \n \n key\n \n , \n cast(null as STRING) as \n \n namespace\n \n , \n cast(null as INT64) as \n \n owner_id\n \n , \n cast(null as STRING) as \n \n owner_resource\n \n , \n cast(null as STRING) as \n \n type\n \n , \n cast(null as STRING) as \n \n value_type\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as STRING) as \n \n value\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as metafield_id,\n description,\n namespace,\n key,\n value,\n lower(coalesce(type, value_type)) as value_type,\n owner_id as owner_resource_id,\n lower(owner_resource) as owner_resource,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n lower(namespace || '_' || key) as metafield_reference,\n row_number() over (partition by id order by updated_at desc) = 1 as is_most_recent_record,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__refund": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__refund", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__refund.sql", "original_file_path": "models/stg_shopify__refund.sql", "unique_id": "model.shopify_source.stg_shopify__refund", "fqn": ["shopify_source", "stg_shopify__refund"], "alias": "stg_shopify__refund", "checksum": {"name": "sha256", "checksum": "2f4179ac3908fdd3d0e500712b11fb963a5a49464415c853d1c70b09a8780bba"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a refund within Shopify.", "columns": {"refund_id": {"name": "refund_id", "description": "The unique numeric identifier for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of the date when the refund was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "Timestamp of the date when the refund was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "User generated note attached to the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock": {"name": "restock", "description": "Boolean indicating if the refund is a result of a restock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "Reference to the user id which generated the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties_set": {"name": "total_duties_set", "description": "Record representing total duties set for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the refund is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.0895638, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`", "raw_code": "-- this model will be all NULL until you have made a refund in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__refund_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__refund_tmp')),\n staging_columns=get_refund_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n \n from base\n),\n\nfinal as (\n\n select\n id as refund_id,\n note,\n order_id,\n restock,\n total_duties_set,\n user_id,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__refund_tmp", "package": null, "version": null}, {"name": "stg_shopify__refund_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_refund_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__refund_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__refund.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made a refund in Shopify\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund_tmp`\n\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as numeric) as \n \n id\n \n , \n cast(null as STRING) as \n \n note\n \n , \n cast(null as numeric) as \n \n order_id\n \n , \n cast(null as TIMESTAMP) as \n \n processed_at\n \n , \n cast(null as boolean) as \n \n restock\n \n , \n cast(null as STRING) as \n \n total_duties_set\n \n , \n cast(null as numeric) as \n \n user_id\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as refund_id,\n note,\n order_id,\n restock,\n total_duties_set,\n user_id,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(processed_at as TIMESTAMP), 'UTC')) as processed_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product.sql", "original_file_path": "models/stg_shopify__product.sql", "unique_id": "model.shopify_source.stg_shopify__product", "fqn": ["shopify_source", "stg_shopify__product"], "alias": "stg_shopify__product", "checksum": {"name": "sha256", "checksum": "ed47cad712c28fcab946646e471c8d118a800c52dc14702f6475bb6362322cc8"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a product in Shopify.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Whether the record has been deleted in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the product was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique human-friendly string for the product. Automatically generated from the product's title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "An unsigned 64-bit integer that's used as a unique identifier for the product. Each id is unique across the Shopify system. No two products will have the same id, even if they're from different shops.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_type": {"name": "product_type", "description": "A categorization for the product used for filtering and searching products.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_timestamp": {"name": "published_timestamp", "description": "The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the product is published to the Point of Sale channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the product was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the product's vendor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the product. Valid values: - active: The product is ready to sell and is available to customers on the online store, sales channels, and apps. By default, existing products are set to active. - archived: The product is no longer being sold and isn't available to customers on sales channels and apps. - draft: The product isn't ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.068842, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_tmp')),\n staging_columns=get_product_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n \n select\n id as product_id,\n handle,\n product_type,\n published_scope,\n title,\n vendor,\n status,\n _fivetran_deleted as is_deleted,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n {{ dbt_date.convert_timezone(column='cast(published_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as published_timestamp,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('product_pass_through_columns') }}\n\nfrom fields\n\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__product_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tmp`\n\n),\n\nfields as (\n\n select\n \n \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as STRING) as \n \n handle\n \n , \n cast(null as numeric) as \n \n id\n \n , \n cast(null as STRING) as \n \n product_type\n \n , \n cast(null as TIMESTAMP) as \n \n published_at\n \n , \n cast(null as STRING) as \n \n published_scope\n \n , \n cast(null as STRING) as \n \n title\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as STRING) as \n \n vendor\n \n , \n cast(null as STRING) as \n \n status\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n \n select\n id as product_id,\n handle,\n product_type,\n published_scope,\n title,\n vendor,\n status,\n _fivetran_deleted as is_deleted,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_timestamp,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_timestamp,\n timestamp(datetime(cast(published_at as TIMESTAMP), 'UTC')) as published_timestamp,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\nfrom fields\n\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tax_line": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__tax_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__tax_line.sql", "original_file_path": "models/stg_shopify__tax_line.sql", "unique_id": "model.shopify_source.stg_shopify__tax_line", "fqn": ["shopify_source", "stg_shopify__tax_line"], "alias": "stg_shopify__tax_line", "checksum": {"name": "sha256", "checksum": "db33097258560feb25e3ad0034f21ccbf2dcf3d510adb7cdede83f149b54c53a"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Represents a single tax applied to the associated line item.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "The index of the tax line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The order line that this tax line is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.185178, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__tax_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__tax_line_tmp')),\n staging_columns=get_tax_line_columns()\n )\n }}\n \n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n index,\n order_line_id,\n price,\n price_set,\n rate,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__tax_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__tax_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_tax_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__tax_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__tax_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as INT64) as \n \n order_line_id\n \n , \n cast(null as FLOAT64) as \n \n price\n \n , \n cast(null as STRING) as \n \n price_set\n \n , \n cast(null as FLOAT64) as \n \n rate\n \n , \n cast(null as STRING) as \n \n title\n \n \n\n\n \n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n index,\n order_line_id,\n price,\n price_set,\n rate,\n title,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_variant": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product_variant", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product_variant.sql", "original_file_path": "models/stg_shopify__product_variant.sql", "unique_id": "model.shopify_source.stg_shopify__product_variant", "fqn": ["shopify_source", "stg_shopify__product_variant"], "alias": "stg_shopify__product_variant", "checksum": {"name": "sha256", "checksum": "5ba770a0eb09e9bdbda8949796a3f1055f5e0199e969b334ee8403819bc6262e"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a product variant in Shopify", "columns": {"barcode": {"name": "barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "compare_at_price": {"name": "compare_at_price", "description": "The original price of the item before an adjustment or a sale in shop currency", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_service": {"name": "fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The unique numeric identifier for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "image_id": {"name": "image_id", "description": "The unique numeric identifier for a product's image. The image must be associated to the same product as the variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The unique identifier for the inventory item, which is used in the Inventory API to query for inventory information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_management": {"name": "inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_policy": {"name": "inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_quantity": {"name": "inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_1": {"name": "option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_2": {"name": "option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_3": {"name": "option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product variant in the list of product variants. The first position in the list is 1. The position of variants is indicated by the order in which they are listed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The unique numeric identifier for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "A unique identifier for the product variant in the shop. Required in order to connect to a FulfillmentService.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_taxable": {"name": "is_taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight": {"name": "weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.075937, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_variant_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_variant_tmp')),\n staging_columns=get_product_variant_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select\n id as variant_id,\n product_id,\n inventory_item_id,\n image_id,\n title,\n price,\n sku,\n position,\n inventory_policy,\n compare_at_price,\n fulfillment_service,\n inventory_management,\n taxable as is_taxable,\n barcode,\n grams,\n coalesce(inventory_quantity, old_inventory_quantity) as inventory_quantity,\n weight,\n weight_unit,\n option_1,\n option_2,\n option_3,\n tax_code,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('product_variant_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_variant_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_variant_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_variant_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__product_variant_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product_variant.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant_tmp`\n\n),\n\nfields as (\n\n select\n \n \n cast(null as numeric) as \n \n id\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as numeric) as \n \n product_id\n \n , \n cast(null as numeric) as \n \n inventory_item_id\n \n , \n cast(null as numeric) as \n \n image_id\n \n , \n cast(null as STRING) as \n \n title\n \n , \n cast(null as FLOAT64) as \n \n price\n \n , \n cast(null as STRING) as \n \n sku\n \n , \n cast(null as numeric) as \n \n position\n \n , \n cast(null as STRING) as \n \n inventory_policy\n \n , \n cast(null as FLOAT64) as \n \n compare_at_price\n \n , \n cast(null as STRING) as \n \n fulfillment_service\n \n , \n cast(null as STRING) as \n \n inventory_management\n \n , \n cast(null as boolean) as \n \n taxable\n \n , \n cast(null as STRING) as \n \n barcode\n \n , \n cast(null as FLOAT64) as \n \n grams\n \n , \n cast(null as numeric) as \n \n old_inventory_quantity\n \n , \n cast(null as numeric) as \n \n inventory_quantity\n \n , \n cast(null as FLOAT64) as \n \n weight\n \n , \n cast(null as STRING) as \n \n weight_unit\n \n , \n cast(null as STRING) as \n \n option_1\n \n , \n cast(null as STRING) as \n \n option_2\n \n , \n cast(null as STRING) as \n \n option_3\n \n , \n cast(null as STRING) as \n \n tax_code\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select\n id as variant_id,\n product_id,\n inventory_item_id,\n image_id,\n title,\n price,\n sku,\n position,\n inventory_policy,\n compare_at_price,\n fulfillment_service,\n inventory_management,\n taxable as is_taxable,\n barcode,\n grams,\n coalesce(inventory_quantity, old_inventory_quantity) as inventory_quantity,\n weight,\n weight_unit,\n option_1,\n option_2,\n option_3,\n tax_code,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_timestamp,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_timestamp,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_image": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product_image", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product_image.sql", "original_file_path": "models/stg_shopify__product_image.sql", "unique_id": "model.shopify_source.stg_shopify__product_image", "fqn": ["shopify_source", "stg_shopify__product_image"], "alias": "stg_shopify__product_image", "checksum": {"name": "sha256", "checksum": "d8573a63122751655aa4168ff232fbca0c0a72391fc4f108a7af27e6c46fb686"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Table storing hosted images of products.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the product image was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "height": {"name": "height", "description": "Height dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_image_id": {"name": "product_image_id", "description": "Unique numeric identifier of the product image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The id of the product associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "src": {"name": "src", "description": "Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product image was last modified. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_ids": {"name": "variant_ids", "description": "An array of variant ids associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "width": {"name": "width", "description": "Width dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.150097, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_image_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_image_tmp')),\n staging_columns=get_product_image_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as product_image_id,\n product_id,\n height,\n position,\n src,\n variant_ids,\n width,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_image_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_image_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_image_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__product_image_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product_image.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as INT64) as \n \n height\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as INT64) as \n \n position\n \n , \n cast(null as INT64) as \n \n product_id\n \n , \n cast(null as STRING) as \n \n src\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as STRING) as \n \n variant_ids\n \n , \n cast(null as INT64) as \n \n width\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as product_image_id,\n product_id,\n height,\n position,\n src,\n variant_ids,\n width,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_line": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_shipping_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_shipping_line.sql", "original_file_path": "models/stg_shopify__order_shipping_line.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_line", "fqn": ["shopify_source", "stg_shopify__order_shipping_line"], "alias": "stg_shopify__order_shipping_line", "checksum": {"name": "sha256", "checksum": "71dd93d6ebaf7f248a0ab17f4da25e0f1e2d56a9cb8568ee4907230c8cccb639"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Represents the shipping details that the customer chose for their order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price_set": {"name": "discounted_price_set", "description": "The pre-tax shipping price with discounts applied (JSON) in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_shipping_line_id": {"name": "order_shipping_line_id", "description": "A globally-unique identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the associated order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "Returns the price of the shipping line in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "Returns the price of the shipping line (JSON) in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_third_party_required": {"name": "is_third_party_required", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "Returns the rate source for the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "Returns the title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.134207, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_shipping_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_shipping_line_tmp')),\n staging_columns=get_order_shipping_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as order_shipping_line_id,\n order_id,\n carrier_identifier,\n code,\n delivery_category,\n discounted_price,\n discounted_price_set,\n phone,\n price,\n price_set,\n requested_fulfillment_service_id is not null as is_third_party_required,\n source,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as STRING) as \n \n carrier_identifier\n \n , \n cast(null as STRING) as \n \n code\n \n , \n cast(null as STRING) as \n \n delivery_category\n \n , \n cast(null as FLOAT64) as \n \n discounted_price\n \n , \n cast(null as STRING) as \n \n discounted_price_set\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as INT64) as \n \n order_id\n \n , \n cast(null as STRING) as \n \n phone\n \n , \n cast(null as FLOAT64) as \n \n price\n \n , \n cast(null as STRING) as \n \n price_set\n \n , \n cast(null as STRING) as \n \n requested_fulfillment_service_id\n \n , \n cast(null as STRING) as \n \n source\n \n , \n cast(null as STRING) as \n \n title\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as order_shipping_line_id,\n order_id,\n carrier_identifier,\n code,\n delivery_category,\n discounted_price,\n discounted_price_set,\n phone,\n price,\n price_set,\n requested_fulfillment_service_id is not null as is_third_party_required,\n source,\n title,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__price_rule": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__price_rule", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__price_rule.sql", "original_file_path": "models/stg_shopify__price_rule.sql", "unique_id": "model.shopify_source.stg_shopify__price_rule", "fqn": ["shopify_source", "stg_shopify__price_rule"], "alias": "stg_shopify__price_rule", "checksum": {"name": "sha256", "checksum": "500b0aa40568341848b0aaa2937e6256f3f4f1170cfe9d7fccc0285800694046"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Table storing price rules. You can use price rules to create discounts dependent on conditions. Merchants can distribute the discount codes to their customers. Using price rules, you can create discounts that specify a discount as a percentage, a fixed amount, or free shipping. You use entitlements and prerequisites to dynamically build these discounts.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_limit": {"name": "allocation_limit", "description": "The number of times the discount can be allocated on the cart - if eligible. For example a Buy 1 hat Get 1 hat for free discount can be applied 3 times on a cart having more than 6 hats, where maximum of 3 hats get discounted - if the allocation_limit is 3. Empty (null) allocation_limit means unlimited number of allocations.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_method": {"name": "allocation_method", "description": "The allocation method of the price rule. Valid values include `each` (the discount is applied to each of the entitled items. For example, for a price rule that takes $15 off, each entitled line item in a checkout will be discounted by $15) and `across` (the calculated discount amount will be applied across the entitled items. For example, for a price rule that takes $15 off, the discount will be applied across all the entitled items).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the price rule was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_selection": {"name": "customer_selection", "description": "The customer selection for the price rule. Valid values include `all` (the price rule is valid for all customers) and `prerequisite` (the customer must either belong to one of the customer segments specified by customer_segment_prerequisite_ids, or be one of the customers specified by prerequisite_customer_ids).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ends_at": {"name": "ends_at", "description": "The date and time (ISO 8601 format) when the price rule ends. Must be after starts_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_once_per_customer": {"name": "is_once_per_customer", "description": "Boolean representing whether the generated discount code will be valid only for a single use per customer. This is tracked using customer ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_quantity": {"name": "prereq_min_quantity", "description": "If `customer_selection` is `prerequisite`, the minimum number of items for the price rule to be applicable. The quantity of an entitled cart item must be greater than or equal to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_max_shipping_price": {"name": "prereq_max_shipping_price", "description": "If `customer_selection` is `prerequisite`, the maximum shipping price for the price rule to be applicable. The shipping price must be less than or equal to this value", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_subtotal": {"name": "prereq_min_subtotal", "description": "If `customer_selection` is `prerequisite`, the minimum subtotal for the price rule to be applicable. The subtotal of the entitled cart items must be greater than or equal to this value for the discount to apply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_purchase_quantity_for_entitlement": {"name": "prereq_min_purchase_quantity_for_entitlement", "description": "If `customer_selection` is `prerequisite`, the prerequisite purchase for a Buy X Get Y discount. The minimum purchase amount required to be entitled to the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_x_get_this": {"name": "prereq_buy_x_get_this", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this is the offered 'get' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_this_get_y": {"name": "prereq_buy_this_get_y", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this defines the necessary 'buy' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "starts_at": {"name": "starts_at", "description": "The date and time (ISO 8601 format) when the price rule starts.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_selection": {"name": "target_selection", "description": "The target selection method of the price rule. Valid values include `all` (the price rule applies the discount to all line items in the checkout) and `entitled` (the price rule applies the discount to selected entitlements only).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_type": {"name": "target_type", "description": "The target type that the price rule applies to. Valid values include `line_item` (the price rule applies to the cart's line items) and `shipping_line` (the price rule applies to the cart's shipping lines).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the price rule. This is used by the Shopify admin search to retrieve discounts. It is also displayed on the Discounts page of the Shopify admin for bulk discounts. Shopify recommends that this map onto the associated `discount_code.code`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the price rule was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_limit": {"name": "usage_limit", "description": "The maximum number of times the price rule can be used, per discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the price rule. If if the value of `target_type` is `shipping_line`, then only -100 is accepted. The value must be negative.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The value type of the price rule. Valid values include `fixed_amount` (applies a discount of value as a unit of the store's currency. For example, if value is -30 and the store's currency is USD, then $30 USD is deducted when the discount is applied) and `percentage` (applies a percentage discount of value. For example, if value is -30, then 30% will be deducted when the discount is applied).\nIf `target_type` is `shipping_line`, then only `percentage` is accepted.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.14665, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__price_rule_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__price_rule_tmp')),\n staging_columns=get_price_rule_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select\n id as price_rule_id,\n allocation_limit,\n allocation_method,\n customer_selection,\n once_per_customer as is_once_per_customer,\n prerequisite_quantity_range as prereq_min_quantity,\n prerequisite_shipping_price_range as prereq_max_shipping_price,\n prerequisite_subtotal_range as prereq_min_subtotal,\n prerequisite_to_entitlement_purchase_prerequisite_amount as prereq_min_purchase_quantity_for_entitlement,\n quantity_ratio_entitled_quantity as prereq_buy_x_get_this,\n quantity_ratio_prerequisite_quantity as prereq_buy_this_get_y,\n target_selection,\n target_type,\n title,\n usage_limit,\n value,\n value_type,\n {{ dbt_date.convert_timezone(column='cast(starts_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as starts_at,\n {{ dbt_date.convert_timezone(column='cast(ends_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as ends_at,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__price_rule_tmp", "package": null, "version": null}, {"name": "stg_shopify__price_rule_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_price_rule_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__price_rule_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__price_rule.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n allocation_limit\n \n , \n cast(null as STRING) as \n \n allocation_method\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as STRING) as \n \n customer_selection\n \n , \n cast(null as TIMESTAMP) as \n \n ends_at\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as boolean) as \n \n once_per_customer\n \n , \n cast(null as FLOAT64) as \n \n prerequisite_quantity_range\n \n , \n cast(null as FLOAT64) as \n \n prerequisite_shipping_price_range\n \n , \n cast(null as FLOAT64) as \n \n prerequisite_subtotal_range\n \n , \n cast(null as FLOAT64) as \n \n prerequisite_to_entitlement_purchase_prerequisite_amount\n \n , \n cast(null as INT64) as \n \n quantity_ratio_entitled_quantity\n \n , \n cast(null as INT64) as \n \n quantity_ratio_prerequisite_quantity\n \n , \n cast(null as TIMESTAMP) as \n \n starts_at\n \n , \n cast(null as STRING) as \n \n target_selection\n \n , \n cast(null as STRING) as \n \n target_type\n \n , \n cast(null as STRING) as \n \n title\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as INT64) as \n \n usage_limit\n \n , \n cast(null as FLOAT64) as \n \n value\n \n , \n cast(null as STRING) as \n \n value_type\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select\n id as price_rule_id,\n allocation_limit,\n allocation_method,\n customer_selection,\n once_per_customer as is_once_per_customer,\n prerequisite_quantity_range as prereq_min_quantity,\n prerequisite_shipping_price_range as prereq_max_shipping_price,\n prerequisite_subtotal_range as prereq_min_subtotal,\n prerequisite_to_entitlement_purchase_prerequisite_amount as prereq_min_purchase_quantity_for_entitlement,\n quantity_ratio_entitled_quantity as prereq_buy_x_get_this,\n quantity_ratio_prerequisite_quantity as prereq_buy_this_get_y,\n target_selection,\n target_type,\n title,\n usage_limit,\n value,\n value_type,\n timestamp(datetime(cast(starts_at as TIMESTAMP), 'UTC')) as starts_at,\n timestamp(datetime(cast(ends_at as TIMESTAMP), 'UTC')) as ends_at,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_item": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__inventory_item", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__inventory_item.sql", "original_file_path": "models/stg_shopify__inventory_item.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_item", "fqn": ["shopify_source", "stg_shopify__inventory_item"], "alias": "stg_shopify__inventory_item", "checksum": {"name": "sha256", "checksum": "2869b2901257505eeb8b0e0fb74a677a55d3b6c77e1d6238dba65f32780a658d"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "An inventory item represents a physical good. It holds essential information about the physical good, including its SKU and whether its inventory is tracked. There is a 1:1 relationship between a product variant and an inventory item.\n", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cost": {"name": "cost", "description": "The unit cost of the inventory item. The shop's default currency is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code_of_origin": {"name": "country_code_of_origin", "description": "The country code (ISO 3166-1 alpha-2) of where the item came from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the inventory item was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code_of_origin": {"name": "province_code_of_origin", "description": "The province code (ISO 3166-2 alpha-2) of where the item came from. The province code is only used if the shipping provider for the inventory item is Canada Post.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Boolean representing whether a customer needs to provide a shipping address when placing an order containing the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The unique SKU (stock keeping unit) of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_inventory_quantity_tracked": {"name": "is_inventory_quantity_tracked", "description": "Boolean representing whether inventory levels are tracked for the item. If true, then the inventory quantity changes are tracked by Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory item was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.114151, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_item`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__inventory_item_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__inventory_item_tmp')),\n staging_columns=get_inventory_item_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as inventory_item_id,\n sku,\n _fivetran_deleted as is_deleted, -- won't filter out for now\n cost,\n country_code_of_origin,\n province_code_of_origin,\n requires_shipping as is_shipping_required,\n tracked as is_inventory_quantity_tracked,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__inventory_item_tmp", "package": null, "version": null}, {"name": "stg_shopify__inventory_item_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_inventory_item_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__inventory_item_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__inventory_item.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_item_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as FLOAT64) as \n \n cost\n \n , \n cast(null as STRING) as \n \n country_code_of_origin\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as STRING) as \n \n province_code_of_origin\n \n , \n cast(null as boolean) as \n \n requires_shipping\n \n , \n cast(null as STRING) as \n \n sku\n \n , \n cast(null as boolean) as \n \n tracked\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as inventory_item_id,\n sku,\n _fivetran_deleted as is_deleted, -- won't filter out for now\n cost,\n country_code_of_origin,\n province_code_of_origin,\n requires_shipping as is_shipping_required,\n tracked as is_inventory_quantity_tracked,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order.sql", "original_file_path": "models/stg_shopify__order.sql", "unique_id": "model.shopify_source.stg_shopify__order", "fqn": ["shopify_source", "stg_shopify__order"], "alias": "stg_shopify__order", "checksum": {"name": "sha256", "checksum": "619b8393385729e0b58d2d557b7d34d954c10fd84393abd906fc8ae19984b5b7"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that created the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the order's checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_status_url": {"name": "order_status_url", "description": "The URL pointing to the order status web page, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city, town, or village of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the region of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "browser_ip": {"name": "browser_ip", "description": "The IP address of the browser used by the customer when they placed the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_buyer_accepted_marketing": {"name": "has_buyer_accepted_marketing", "description": "Whether the customer consented to receive email updates from the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancel_reason": {"name": "cancel_reason", "description": "The reason why the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancelled_timestamp": {"name": "cancelled_timestamp", "description": "The date and time when the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID of the cart that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_timestamp": {"name": "closed_timestamp", "description": "The date and time when the order was closed (archived).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The autogenerated date and time when the order was created in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code for the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the order's customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "financial_status": {"name": "financial_status", "description": "The status of payments associated with the order. Can only be set when the order is created", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "The order's status in terms of fulfilled line items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order, used for API purposes. This is different from the order_number property, which is the ID used by the shop owner and customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the buyer landed when they entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the order was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The order name, generated by combining the order_number property with the order prefix and suffix that are set in the merchant's general settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "An optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number": {"name": "number", "description": "The order's position in the shop's count of orders. Numbers are sequential and start at 1.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_number": {"name": "order_number", "description": "The order 's position in the shop's count of orders starting at 1001. Order numbers are sequential and start at 1001.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when an order was processed. This value is the date that appears on your orders and that's used in the analytic reports.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website where the customer clicked a link to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city, town, or village of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the region of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the order originated. Can be set only during order creation, and is not writeable afterwards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the order in the shop currency after discounts but before shipping, taxes, and tips.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included": {"name": "has_taxes_included", "description": "Whether taxes are included in the order subtotal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_test_order": {"name": "is_test_order", "description": "Whether this is a test order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique token for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total discounts applied to the price of the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all line item prices in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of all line item prices, discounts, shipping, taxes, and tips in the shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the order in th shop currency. Must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all line item weights in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time (ISO 8601 format) when the order was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into Shopify POS who processed the order, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_shipping_price_set": {"name": "total_shipping_price_set", "description": "The total shipping price of the order, excluding discounts and returns, in shop and presentment currencies. If taxes_included is set to true, then total_shipping_price_set includes taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_token": {"name": "checkout_token", "description": "A unique value when referencing the checkout that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "A two-letter or three-letter language code, optionally followed by a region modifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tip_received": {"name": "total_tip_received", "description": "The sum of all the tips in the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "Details of the browsing client, including software and operating versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax applied to the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts_set": {"name": "total_discounts_set", "description": "The total discounts applied to the price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The presentment currency that was used to display prices to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The ID of the order placed on the originating platform. This value doesn't correspond to the Shopify ID that's generated from a completed draft.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price_set": {"name": "total_line_items_price_set", "description": "The total of all line item prices in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_set": {"name": "total_price_set", "description": "The total price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_confirmed": {"name": "is_confirmed", "description": "Whether the order is confirmed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.06557, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_tmp')),\n staging_columns=get_order_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select \n id as order_id,\n user_id,\n total_discounts,\n total_discounts_set,\n total_line_items_price,\n total_line_items_price_set,\n total_price,\n total_price_set,\n total_tax_set,\n total_tax,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n total_weight,\n total_tip_received,\n landing_site_base_url,\n location_id,\n name,\n note,\n number,\n order_number,\n cancel_reason,\n cart_token,\n checkout_token,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(cancelled_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as cancelled_timestamp,\n {{ dbt_date.convert_timezone(column='cast(closed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as closed_timestamp,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n currency,\n customer_id,\n lower(email) as email,\n financial_status,\n fulfillment_status,\n referring_site,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n browser_ip,\n total_shipping_price_set,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n token,\n app_id,\n checkout_id,\n client_details_user_agent,\n customer_locale,\n order_status_url,\n presentment_currency,\n test as is_test_order,\n _fivetran_deleted as is_deleted,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n confirmed as is_confirmed,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('order_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(is_test_order, false)\nand not coalesce(is_deleted, false)", "language": "sql", "refs": [{"name": "stg_shopify__order_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__order_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tmp`\n\n),\n\nfields as (\n\n select\n \n \n cast(null as numeric) as \n \n id\n \n , \n cast(null as TIMESTAMP) as \n \n processed_at\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as numeric) as \n \n user_id\n \n , \n cast(null as FLOAT64) as \n \n total_discounts\n \n , \n cast(null as STRING) as \n \n total_discounts_set\n \n , \n cast(null as FLOAT64) as \n \n total_line_items_price\n \n , \n cast(null as STRING) as \n \n total_line_items_price_set\n \n , \n cast(null as FLOAT64) as \n \n total_price\n \n , \n cast(null as STRING) as \n \n total_price_set\n \n , \n cast(null as STRING) as \n \n total_tax_set\n \n , \n cast(null as FLOAT64) as \n \n total_tax\n \n , \n cast(null as STRING) as \n \n source_name\n \n , \n cast(null as FLOAT64) as \n \n subtotal_price\n \n , \n cast(null as boolean) as \n \n taxes_included\n \n , \n cast(null as numeric) as \n \n total_weight\n \n , \n cast(null as FLOAT64) as \n \n total_tip_received\n \n , \n cast(null as STRING) as \n \n landing_site_base_url\n \n , \n cast(null as numeric) as \n \n location_id\n \n , \n cast(null as STRING) as \n \n name\n \n , \n cast(null as STRING) as \n \n note\n \n , \n cast(null as numeric) as \n \n number\n \n , \n cast(null as numeric) as \n \n order_number\n \n , \n cast(null as STRING) as \n \n cancel_reason\n \n , \n cast(null as TIMESTAMP) as \n \n cancelled_at\n \n , \n cast(null as STRING) as \n \n cart_token\n \n , \n cast(null as STRING) as \n \n checkout_token\n \n , \n cast(null as TIMESTAMP) as \n \n closed_at\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as STRING) as \n \n currency\n \n , \n cast(null as numeric) as \n \n customer_id\n \n , \n cast(null as STRING) as \n \n email\n \n , \n cast(null as STRING) as \n \n financial_status\n \n , \n cast(null as STRING) as \n \n fulfillment_status\n \n , \n cast(null as STRING) as \n \n referring_site\n \n , \n cast(null as STRING) as \n \n billing_address_address_1\n \n , \n cast(null as STRING) as \n \n billing_address_address_2\n \n , \n cast(null as STRING) as \n \n billing_address_city\n \n , \n cast(null as STRING) as \n \n billing_address_company\n \n , \n cast(null as STRING) as \n \n billing_address_country\n \n , \n cast(null as STRING) as \n \n billing_address_country_code\n \n , \n cast(null as STRING) as \n \n billing_address_first_name\n \n , \n cast(null as STRING) as \n \n billing_address_last_name\n \n , \n cast(null as STRING) as \n \n billing_address_latitude\n \n , \n cast(null as STRING) as \n \n billing_address_longitude\n \n , \n cast(null as STRING) as \n \n billing_address_name\n \n , \n cast(null as STRING) as \n \n billing_address_phone\n \n , \n cast(null as STRING) as \n \n billing_address_province\n \n , \n cast(null as STRING) as \n \n billing_address_province_code\n \n , \n cast(null as STRING) as \n \n billing_address_zip\n \n , \n cast(null as STRING) as \n \n browser_ip\n \n , \n cast(null as boolean) as \n \n buyer_accepts_marketing\n \n , \n cast(null as STRING) as \n \n total_shipping_price_set\n \n , \n cast(null as STRING) as \n \n shipping_address_address_1\n \n , \n cast(null as STRING) as \n \n shipping_address_address_2\n \n , \n cast(null as STRING) as \n \n shipping_address_city\n \n , \n cast(null as STRING) as \n \n shipping_address_company\n \n , \n cast(null as STRING) as \n \n shipping_address_country\n \n , \n cast(null as STRING) as \n \n shipping_address_country_code\n \n , \n cast(null as STRING) as \n \n shipping_address_first_name\n \n , \n cast(null as STRING) as \n \n shipping_address_last_name\n \n , \n cast(null as STRING) as \n \n shipping_address_latitude\n \n , \n cast(null as STRING) as \n \n shipping_address_longitude\n \n , \n cast(null as STRING) as \n \n shipping_address_name\n \n , \n cast(null as STRING) as \n \n shipping_address_phone\n \n , \n cast(null as STRING) as \n \n shipping_address_province\n \n , \n cast(null as STRING) as \n \n shipping_address_province_code\n \n , \n cast(null as STRING) as \n \n shipping_address_zip\n \n , \n cast(null as boolean) as \n \n test\n \n , \n cast(null as STRING) as \n \n token\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as INT64) as \n \n app_id\n \n , \n cast(null as INT64) as \n \n checkout_id\n \n , \n cast(null as STRING) as \n \n client_details_user_agent\n \n , \n cast(null as STRING) as \n \n customer_locale\n \n , \n cast(null as STRING) as \n \n order_status_url\n \n , \n cast(null as STRING) as \n \n presentment_currency\n \n , \n cast(null as boolean) as \n \n confirmed\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as order_id,\n user_id,\n total_discounts,\n total_discounts_set,\n total_line_items_price,\n total_line_items_price_set,\n total_price,\n total_price_set,\n total_tax_set,\n total_tax,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n total_weight,\n total_tip_received,\n landing_site_base_url,\n location_id,\n name,\n note,\n number,\n order_number,\n cancel_reason,\n cart_token,\n checkout_token,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_timestamp,\n timestamp(datetime(cast(cancelled_at as TIMESTAMP), 'UTC')) as cancelled_timestamp,\n timestamp(datetime(cast(closed_at as TIMESTAMP), 'UTC')) as closed_timestamp,\n timestamp(datetime(cast(processed_at as TIMESTAMP), 'UTC')) as processed_timestamp,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_timestamp,\n currency,\n customer_id,\n lower(email) as email,\n financial_status,\n fulfillment_status,\n referring_site,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n browser_ip,\n total_shipping_price_set,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n token,\n app_id,\n checkout_id,\n client_details_user_agent,\n customer_locale,\n order_status_url,\n presentment_currency,\n test as is_test_order,\n _fivetran_deleted as is_deleted,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n confirmed as is_confirmed,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(is_test_order, false)\nand not coalesce(is_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__abandoned_checkout_discount_code", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__abandoned_checkout_discount_code.sql", "original_file_path": "models/stg_shopify__abandoned_checkout_discount_code.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code", "fqn": ["shopify_source", "stg_shopify__abandoned_checkout_discount_code"], "alias": "stg_shopify__abandoned_checkout_discount_code", "checksum": {"name": "sha256", "checksum": "462a1721c9cfe913bcf3139c9d568cc17d043179fe88bf4611e470f1bc1dca09"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Abandoned checkouts that applied a discount code.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the discount in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "When the checkout discount application was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_id": {"name": "discount_id", "description": "ID of the discount. Deprecated, use `code` instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount. Valid values - percentage, shipping, fixed_amount. (default - fixed_amount)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "When the checkout's discount was last updated", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.174647, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__abandoned_checkout_discount_code_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__abandoned_checkout_discount_code_tmp')),\n staging_columns=get_abandoned_checkout_discount_code_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n checkout_id,\n upper(code) as code,\n discount_id,\n amount,\n type,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation, \n row_number() over(partition by checkout_id, upper(code) order by index desc) as index\n\n from fields\n \n)\n\nselect *\nfrom final\nwhere index = 1", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_discount_code_tmp", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_discount_code_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_abandoned_checkout_discount_code_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__abandoned_checkout_discount_code.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as FLOAT64) as \n \n amount\n \n , \n cast(null as INT64) as \n \n checkout_id\n \n , \n cast(null as STRING) as \n \n code\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as INT64) as \n \n discount_id\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as STRING) as \n \n type\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n checkout_id,\n upper(code) as code,\n discount_id,\n amount,\n type,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation, \n row_number() over(partition by checkout_id, upper(code) order by index desc) as index\n\n from fields\n \n)\n\nselect *\nfrom final\nwhere index = 1", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_tag": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product_tag.sql", "original_file_path": "models/stg_shopify__product_tag.sql", "unique_id": "model.shopify_source.stg_shopify__product_tag", "fqn": ["shopify_source", "stg_shopify__product_tag"], "alias": "stg_shopify__product_tag", "checksum": {"name": "sha256", "checksum": "c662395d26414e5bd687ca60e9917e6f643884b3be11761cdf65c95daf684194"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Tags that the shop owner has attached to the product.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) representing when the tag was placed on the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID of the product being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.1512241, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_tag_tmp')),\n staging_columns=get_product_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n product_id,\n index,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__product_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as INT64) as \n \n product_id\n \n , \n cast(null as STRING) as \n \n value\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n product_id,\n index,\n value,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_note_attribute": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_note_attribute", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_note_attribute.sql", "original_file_path": "models/stg_shopify__order_note_attribute.sql", "unique_id": "model.shopify_source.stg_shopify__order_note_attribute", "fqn": ["shopify_source", "stg_shopify__order_note_attribute"], "alias": "stg_shopify__order_note_attribute", "checksum": {"name": "sha256", "checksum": "832aeca916886700c864694209c65453e9ca46101ae5860805f2abe3445044d9"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Table storing custom attributes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID referencing the order the note attribute belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.129318, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_note_attribute`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_note_attribute_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_note_attribute_tmp')),\n staging_columns=get_order_note_attribute_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n name,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_note_attribute_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_note_attribute_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_note_attribute.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_note_attribute_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as STRING) as \n \n name\n \n , \n cast(null as INT64) as \n \n order_id\n \n , \n cast(null as STRING) as \n \n value\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n name,\n value,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__collection", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__collection.sql", "original_file_path": "models/stg_shopify__collection.sql", "unique_id": "model.shopify_source.stg_shopify__collection", "fqn": ["shopify_source", "stg_shopify__collection"], "alias": "stg_shopify__collection", "checksum": {"name": "sha256", "checksum": "a85c977c9701303f951ec8f6e6a9dc91838ecb5fdc7d304132e3a0d10938e87a"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "A collection is a grouping of products that merchants can create to make their stores easier to browse. Merchants can create collections by selecting products individually or by defining rules that automatically determine whether products are included (aka a \"smart collection\").\n", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rule_logic": {"name": "rule_logic", "description": "Whether the `rules` are disjunctive (logical `OR`) or conjunctive (logical `AND`)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique, human-readable string for the collection automatically generated from its title. This is used in themes by the Liquid templating language to refer to the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collection_id": {"name": "collection_id", "description": "The ID for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "The time and date (ISO 8601 format) when the collection was made visible. Returns null for a hidden collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the collection is published to the Point of Sale channel. Valid values `web` (the collection is published to the Online Store channel but not published to the Point of Sale channel) and `global` (the collection is published to both the Online Store channel and the Point of Sale channel).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rules": {"name": "rules", "description": "An array of rules that define what products go into the smart collection. Each rule (`column` -- `relation` --> `condition`) has these properties: - `column`: the property of a product being used to populate the smart collection. Ex: 'tag', 'type', 'vendor', 'variant_price', etc. - `relation`: The comparative relationship between the column choice, and the condition ('equals', 'contains', 'greater_than', etc.) - condition: Select products for a smart collection using a condition. Values are either strings or numbers, depending on the relation value. See the [Shopify docs](https://shopify.dev/api/admin-rest/2022-10/resources/smartcollection#resource-object) for more.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sort_order": {"name": "sort_order", "description": "The order of the products in the collection. Valid values incline - `alpha-asc`: The products are sorted alphabetically from A to Z. - `alpha-des`: The products are sorted alphabetically from Z to A. - `best-selling`: The products are sorted by number of sales. - `created`: The products are sorted by the date they were created, from oldest to newest. - `created-desc`: The products are sorted by the date they were created, from newest to oldest. - `manual`: The products are manually sorted by the shop owner. - `price-asc`: The products are sorted by price from lowest to highest. - `price-desc`: The products are sorted by price from highest to lowest.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the collection", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the collection was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.1026502, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__collection_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__collection_tmp')),\n staging_columns=get_collection_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as collection_id,\n _fivetran_deleted as is_deleted,\n case \n when disjunctive is null then null\n when disjunctive then 'disjunctive'\n else 'conjunctive' end as rule_logic,\n handle,\n published_scope,\n rules,\n sort_order,\n title,\n {{ dbt_date.convert_timezone(column='cast(published_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as published_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__collection_tmp", "package": null, "version": null}, {"name": "stg_shopify__collection_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_collection_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__collection_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__collection.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as boolean) as \n \n disjunctive\n \n , \n cast(null as STRING) as \n \n handle\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as TIMESTAMP) as \n \n published_at\n \n , \n cast(null as STRING) as \n \n published_scope\n \n , \n cast(null as STRING) as \n \n rules\n \n , \n cast(null as STRING) as \n \n sort_order\n \n , \n cast(null as STRING) as \n \n title\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as collection_id,\n _fivetran_deleted as is_deleted,\n case \n when disjunctive is null then null\n when disjunctive then 'disjunctive'\n else 'conjunctive' end as rule_logic,\n handle,\n published_scope,\n rules,\n sort_order,\n title,\n timestamp(datetime(cast(published_at as TIMESTAMP), 'UTC')) as published_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection_product": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__collection_product", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__collection_product.sql", "original_file_path": "models/stg_shopify__collection_product.sql", "unique_id": "model.shopify_source.stg_shopify__collection_product", "fqn": ["shopify_source", "stg_shopify__collection_product"], "alias": "stg_shopify__collection_product", "checksum": {"name": "sha256", "checksum": "acc85e6d33c8749705a7914e37fcd26b5bf7bafb2254781dcc0e2d3265478f92"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Table relating products to the collections they belong to. Use this instead of the deprecated `COLLECT` table.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collection_id": {"name": "collection_id", "description": "ID referencing the `collection` the product belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID referencing the `product`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.099906, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__collection_product_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__collection_product_tmp')),\n staging_columns=get_collection_product_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n collection_id,\n product_id,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__collection_product_tmp", "package": null, "version": null}, {"name": "stg_shopify__collection_product_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_collection_product_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__collection_product_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__collection_product.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n collection_id\n \n , \n cast(null as INT64) as \n \n product_id\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n collection_id,\n product_id,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_level": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__inventory_level", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__inventory_level.sql", "original_file_path": "models/stg_shopify__inventory_level.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_level", "fqn": ["shopify_source", "stg_shopify__inventory_level"], "alias": "stg_shopify__inventory_level", "checksum": {"name": "sha256", "checksum": "ed710862c59a9a683b3adfe01f57378d38931737c64aeea8ef747feaf70f68bc"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "An inventory level represents the quantities of an inventory item for a location.\nEach inventory level belongs to one inventory item and has one location. For every location where an inventory item can be stocked, there's an inventory level that represents the inventory item's quantities relating to that location.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "available_quantity": {"name": "available_quantity", "description": "The available quantity of an inventory item at the inventory level's associated location. Returns null if the inventory item is not tracked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item associated with the inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location that the inventory level belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory level was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.115545, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_level`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__inventory_level_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__inventory_level_tmp')),\n staging_columns=get_inventory_level_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n inventory_item_id,\n location_id,\n available as available_quantity,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level_tmp", "package": null, "version": null}, {"name": "stg_shopify__inventory_level_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_inventory_level_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__inventory_level_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__inventory_level.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_level_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n available\n \n , \n cast(null as INT64) as \n \n inventory_item_id\n \n , \n cast(null as INT64) as \n \n location_id\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n inventory_item_id,\n location_id,\n available as available_quantity,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_tax_line": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_shipping_tax_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_shipping_tax_line.sql", "original_file_path": "models/stg_shopify__order_shipping_tax_line.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line", "fqn": ["shopify_source", "stg_shopify__order_shipping_tax_line"], "alias": "stg_shopify__order_shipping_tax_line", "checksum": {"name": "sha256", "checksum": "2d26b4c3c77a29cc51443659be44e6678ecbe3fd41dd109ba255492af23f1b68"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Represents taxes associated with order shipping lines.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (from 1) representing the order of shipping lines per order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_shipping_line_id": {"name": "order_shipping_line_id", "description": "ID of the order shipping line this record is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns (JSON).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.136054, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_shipping_tax_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_shipping_tax_line_tmp')),\n staging_columns=get_order_shipping_tax_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_shipping_line_id,\n index,\n price,\n price_set,\n rate,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_shipping_tax_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_shipping_tax_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_shipping_tax_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as INT64) as \n \n order_shipping_line_id\n \n , \n cast(null as FLOAT64) as \n \n price\n \n , \n cast(null as STRING) as \n \n price_set\n \n , \n cast(null as FLOAT64) as \n \n rate\n \n , \n cast(null as STRING) as \n \n title\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_shipping_line_id,\n index,\n price,\n price_set,\n rate,\n title,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__transaction": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__transaction", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__transaction.sql", "original_file_path": "models/stg_shopify__transaction.sql", "unique_id": "model.shopify_source.stg_shopify__transaction", "fqn": ["shopify_source", "stg_shopify__transaction"], "alias": "stg_shopify__transaction", "checksum": {"name": "sha256", "checksum": "4378ec6d13b03ec9ee7823d7716c5e3d80020f37fb505044dafa054473854746"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a transaction in Shopify.", "columns": {"transaction_id": {"name": "transaction_id", "description": "The ID for the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID for the order that the transaction is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID associated with a refund in the refund table.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of money included in the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_code": {"name": "authorization_code", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the transaction was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when a transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The name of the gateway the transaction was issued through.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "The origin of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "A string generated by the payment provider with additional information about why the transaction succeeded or failed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_id": {"name": "parent_id", "description": "The ID of an associated transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_avs_result_code": {"name": "payment_avs_result_code", "description": "The response code from the address verification system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_bin": {"name": "payment_credit_card_bin", "description": "The issuer identification number (IIN), formerly known as bank identification number (BIN) of the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_cvv_result_code": {"name": "payment_cvv_result_code", "description": "The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_number": {"name": "payment_credit_card_number", "description": "The customer's credit card number, with most of the leading digits redacted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_company": {"name": "payment_credit_card_company", "description": "The name of the company that issued the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The transaction's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt": {"name": "receipt", "description": "A transaction receipt attached to the transaction by the gateway.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_id": {"name": "currency_exchange_id", "description": "The ID of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_adjustment": {"name": "currency_exchange_adjustment", "description": "The difference between the amounts on the associated transaction and the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_original_amount": {"name": "currency_exchange_original_amount", "description": "The amount of the parent transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_final_amount": {"name": "currency_exchange_final_amount", "description": "The amount of the associated transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_currency": {"name": "currency_exchange_currency", "description": "The shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "error_code": {"name": "error_code", "description": "A standardized error code, independent of the payment provider.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether the transaction is a test transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID for the user who was logged into the Shopify POS device when the order was processed, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_expires_at": {"name": "authorization_expires_at", "description": "The date and time (ISO 8601 format) when the Shopify Payments authorization expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.086944, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__transaction`", "raw_code": "with base as (\n\n select * from {{ ref('stg_shopify__transaction_tmp') }}\n\n),\n\nfields as (\n\n select\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__transaction_tmp')),\n staging_columns=get_transaction_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select \n id as transaction_id,\n order_id,\n refund_id,\n amount,\n device_id,\n gateway,\n source_name,\n message,\n currency,\n location_id,\n parent_id,\n payment_avs_result_code,\n payment_credit_card_bin,\n payment_cvv_result_code,\n payment_credit_card_number,\n payment_credit_card_company,\n kind,\n receipt,\n currency_exchange_id,\n currency_exchange_adjustment,\n currency_exchange_original_amount,\n currency_exchange_final_amount,\n currency_exchange_currency,\n error_code,\n status,\n user_id,\n authorization_code,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_timestamp,\n {{ dbt_date.convert_timezone(column='cast(authorization_expires_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as authorization_expires_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('transaction_pass_through_columns') }}\n\n from fields\n where not coalesce(test, false)\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__transaction_tmp", "package": null, "version": null}, {"name": "stg_shopify__transaction_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_transaction_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__transaction_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__transaction.sql", "compiled": true, "compiled_code": "with base as (\n\n select * from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__transaction_tmp`\n\n),\n\nfields as (\n\n select\n\n \n cast(null as numeric) as \n \n id\n \n , \n cast(null as numeric) as \n \n order_id\n \n , \n cast(null as numeric) as \n \n refund_id\n \n , \n cast(null as numeric) as \n \n amount\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as TIMESTAMP) as \n \n processed_at\n \n , \n cast(null as numeric) as \n \n device_id\n \n , \n cast(null as STRING) as \n \n gateway\n \n , \n cast(null as STRING) as \n \n source_name\n \n , \n cast(null as STRING) as \n \n message\n \n , \n cast(null as STRING) as \n \n currency\n \n , \n cast(null as numeric) as \n \n location_id\n \n , \n cast(null as numeric) as \n \n parent_id\n \n , \n cast(null as STRING) as \n \n payment_avs_result_code\n \n , \n cast(null as STRING) as \n \n payment_credit_card_bin\n \n , \n cast(null as STRING) as \n \n payment_cvv_result_code\n \n , \n cast(null as STRING) as \n \n payment_credit_card_number\n \n , \n cast(null as STRING) as \n \n payment_credit_card_company\n \n , \n cast(null as STRING) as \n \n kind\n \n , \n cast(null as STRING) as \n \n receipt\n \n , \n cast(null as numeric) as \n \n currency_exchange_id\n \n , \n cast(null as numeric) as \n \n currency_exchange_adjustment\n \n , \n cast(null as numeric) as \n \n currency_exchange_original_amount\n \n , \n cast(null as numeric) as \n \n currency_exchange_final_amount\n \n , \n cast(null as STRING) as \n \n currency_exchange_currency\n \n , \n cast(null as STRING) as \n \n error_code\n \n , \n cast(null as STRING) as \n \n status\n \n , \n cast(null as boolean) as \n \n test\n \n , \n cast(null as numeric) as \n \n user_id\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as TIMESTAMP) as \n \n authorization_expires_at\n \n , \n cast(null as STRING) as authorization_code \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as transaction_id,\n order_id,\n refund_id,\n amount,\n device_id,\n gateway,\n source_name,\n message,\n currency,\n location_id,\n parent_id,\n payment_avs_result_code,\n payment_credit_card_bin,\n payment_cvv_result_code,\n payment_credit_card_number,\n payment_credit_card_company,\n kind,\n receipt,\n currency_exchange_id,\n currency_exchange_adjustment,\n currency_exchange_original_amount,\n currency_exchange_final_amount,\n currency_exchange_currency,\n error_code,\n status,\n user_id,\n authorization_code,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_timestamp,\n timestamp(datetime(cast(processed_at as TIMESTAMP), 'UTC')) as processed_timestamp,\n timestamp(datetime(cast(authorization_expires_at as TIMESTAMP), 'UTC')) as authorization_expires_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n where not coalesce(test, false)\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__abandoned_checkout_shipping_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__abandoned_checkout_shipping_line.sql", "original_file_path": "models/stg_shopify__abandoned_checkout_shipping_line.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line", "fqn": ["shopify_source", "stg_shopify__abandoned_checkout_shipping_line"], "alias": "stg_shopify__abandoned_checkout_shipping_line", "checksum": {"name": "sha256", "checksum": "937c51f7b9fe89ac87edbfe46da81486bddaa5b0a557e92e0bd2640c8db46a0a"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Shipping lines associated with abandoned checkouts.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout that was abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_code": {"name": "shipping_code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range": {"name": "delivery_expectation_range", "description": "Expected delivery date range.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_max": {"name": "delivery_expectation_range_max", "description": "Latest expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_min": {"name": "delivery_expectation_range_min", "description": "Earliest possible expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_type": {"name": "delivery_expectation_type", "description": "Type of expected delivery.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "abandoned_checkout_shipping_line_id": {"name": "abandoned_checkout_shipping_line_id", "description": "Unique ID of the abandoned checkout shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the line amongst shipping lines for this checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the shipping method in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requested_fulfillment_service_id": {"name": "requested_fulfillment_service_id", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The channel where the checkout originated. Example value - shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the shipping method. Example value - International Shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.1805198, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__abandoned_checkout_shipping_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__abandoned_checkout_shipping_line_tmp')),\n staging_columns=get_abandoned_checkout_shipping_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as abandoned_checkout_shipping_line_id,\n checkout_id,\n index,\n carrier_identifier,\n code as shipping_code,\n delivery_category,\n delivery_expectation_range,\n delivery_expectation_range_max,\n delivery_expectation_range_min,\n delivery_expectation_type,\n discounted_price,\n phone,\n price,\n requested_fulfillment_service_id,\n source,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_abandoned_checkout_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__abandoned_checkout_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as STRING) as \n \n carrier_identifier\n \n , \n cast(null as INT64) as \n \n checkout_id\n \n , \n cast(null as STRING) as \n \n code\n \n , \n cast(null as STRING) as \n \n delivery_category\n \n , \n cast(null as STRING) as \n \n delivery_expectation_range\n \n , \n cast(null as INT64) as \n \n delivery_expectation_range_max\n \n , \n cast(null as INT64) as \n \n delivery_expectation_range_min\n \n , \n cast(null as STRING) as \n \n delivery_expectation_type\n \n , \n cast(null as FLOAT64) as \n \n discounted_price\n \n , \n cast(null as STRING) as \n \n id\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as STRING) as \n \n phone\n \n , \n cast(null as FLOAT64) as \n \n price\n \n , \n cast(null as STRING) as \n \n requested_fulfillment_service_id\n \n , \n cast(null as STRING) as \n \n source\n \n , \n cast(null as STRING) as \n \n title\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as abandoned_checkout_shipping_line_id,\n checkout_id,\n index,\n carrier_identifier,\n code as shipping_code,\n delivery_category,\n delivery_expectation_range,\n delivery_expectation_range_max,\n delivery_expectation_range_min,\n delivery_expectation_type,\n discounted_price,\n phone,\n price,\n requested_fulfillment_service_id,\n source,\n title,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_adjustment": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_adjustment", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_adjustment.sql", "original_file_path": "models/stg_shopify__order_adjustment.sql", "unique_id": "model.shopify_source.stg_shopify__order_adjustment", "fqn": ["shopify_source", "stg_shopify__order_adjustment"], "alias": "stg_shopify__order_adjustment", "checksum": {"name": "sha256", "checksum": "d8df6dc57342e397b676748f85715c57aa84dbe78af8d8cea64d7c3453d0d433"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents and adjustment to and order within Shopify.", "columns": {"order_adjustment_id": {"name": "order_adjustment_id", "description": "The unique numeric identifier for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "Reference to the refund which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "Amount of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount": {"name": "tax_amount", "description": "Tax amount applied to the order adjustment in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The kind of order adjustment (eg. refund, restock, etc.).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reason": {"name": "reason", "description": "The reason for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount_set": {"name": "amount_set", "description": "Amount set towards the order adjustment in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount_set": {"name": "tax_amount_set", "description": "Tax amount set towards the order adjustment in the shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.092739, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_adjustment`", "raw_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__order_adjustment_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_adjustment_tmp')),\n staging_columns=get_order_adjustment_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n \n from base\n),\n\nfinal as (\n\n select\n id as order_adjustment_id,\n order_id,\n refund_id,\n amount,\n amount_set,\n tax_amount,\n tax_amount_set,\n kind,\n reason,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_adjustment_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_adjustment_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_adjustment_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_adjustment_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_adjustment.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_adjustment_tmp`\n\n),\n\nfields as (\n\n select\n \n cast(null as numeric) as \n \n id\n \n , \n cast(null as numeric) as \n \n order_id\n \n , \n cast(null as numeric) as \n \n refund_id\n \n , \n cast(null as FLOAT64) as \n \n amount\n \n , \n cast(null as STRING) as \n \n amount_set\n \n , \n cast(null as FLOAT64) as \n \n tax_amount\n \n , \n cast(null as STRING) as \n \n tax_amount_set\n \n , \n cast(null as STRING) as \n \n kind\n \n , \n cast(null as STRING) as \n \n reason\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as order_adjustment_id,\n order_id,\n refund_id,\n amount,\n amount_set,\n tax_amount,\n tax_amount_set,\n kind,\n reason,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__customer": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__customer", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__customer.sql", "original_file_path": "models/stg_shopify__customer.sql", "unique_id": "model.shopify_source.stg_shopify__customer", "fqn": ["shopify_source", "stg_shopify__customer"], "alias": "stg_shopify__customer", "checksum": {"name": "sha256", "checksum": "95a4e4c66f84d00f24561234200833d3e0994cff7dc72162d1bfb7afbcb10564"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a customer in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_state": {"name": "marketing_consent_state", "description": "Field indicating if the customer has consented to receive marketing material via email. Coalescing of the new `email_marketing_consent_state` field and the deprecated `accepts_marketing` field. Records with the old field will be marked with '(legacy)'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_updated_at": {"name": "marketing_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer. Attempting to assign the same email address to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "A unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "orders_count": {"name": "orders_count", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The unique phone number (E.164 format) for this customer. Attempting to assign the same phone number to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "account_state": {"name": "account_state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_tax_exempt": {"name": "is_tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_spent": {"name": "total_spent", "description": "The total amount of money that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_verified_email": {"name": "is_verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.016514, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__customer_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__customer_tmp')),\n staging_columns=get_customer_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select \n id as customer_id,\n lower(email) as email,\n first_name,\n last_name,\n orders_count,\n default_address_id,\n phone,\n lower(state) as account_state,\n tax_exempt as is_tax_exempt,\n total_spent,\n verified_email as is_verified_email,\n note,\n currency,\n case \n when email_marketing_consent_state is null then\n case \n when accepts_marketing is null then null\n when accepts_marketing then 'subscribed (legacy)' \n else 'not_subscribed (legacy)' end\n else lower(email_marketing_consent_state) end as marketing_consent_state,\n lower(coalesce(email_marketing_consent_opt_in_level, marketing_opt_in_level)) as marketing_opt_in_level,\n\n {{ dbt_date.convert_timezone(column='cast(coalesce(accepts_marketing_updated_at, email_marketing_consent_consent_updated_at) as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as marketing_consent_updated_at,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n {{ fivetran_utils.fill_pass_through_columns('customer_pass_through_columns') }}\n\n from fields\n \n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__customer_tmp", "package": null, "version": null}, {"name": "stg_shopify__customer_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_customer_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__customer_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__customer.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tmp`\n\n),\n\nfields as (\n\n select\n \n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as boolean) as \n \n accepts_marketing\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as numeric) as \n \n default_address_id\n \n , \n cast(null as STRING) as \n \n email\n \n , \n cast(null as STRING) as \n \n first_name\n \n , \n cast(null as numeric) as \n \n id\n \n , \n cast(null as STRING) as \n \n last_name\n \n , \n cast(null as numeric) as \n \n orders_count\n \n , \n cast(null as STRING) as \n \n phone\n \n , \n cast(null as STRING) as \n \n state\n \n , \n cast(null as boolean) as \n \n tax_exempt\n \n , \n cast(null as FLOAT64) as \n \n total_spent\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as boolean) as \n \n verified_email\n \n , \n cast(null as TIMESTAMP) as \n \n email_marketing_consent_consent_updated_at\n \n , \n cast(null as STRING) as \n \n email_marketing_consent_opt_in_level\n \n , \n cast(null as STRING) as \n \n email_marketing_consent_state\n \n , \n cast(null as STRING) as \n \n note\n \n , \n cast(null as TIMESTAMP) as \n \n accepts_marketing_updated_at\n \n , \n cast(null as STRING) as \n \n marketing_opt_in_level\n \n , \n cast(null as STRING) as \n \n currency\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as customer_id,\n lower(email) as email,\n first_name,\n last_name,\n orders_count,\n default_address_id,\n phone,\n lower(state) as account_state,\n tax_exempt as is_tax_exempt,\n total_spent,\n verified_email as is_verified_email,\n note,\n currency,\n case \n when email_marketing_consent_state is null then\n case \n when accepts_marketing is null then null\n when accepts_marketing then 'subscribed (legacy)' \n else 'not_subscribed (legacy)' end\n else lower(email_marketing_consent_state) end as marketing_consent_state,\n lower(coalesce(email_marketing_consent_opt_in_level, marketing_opt_in_level)) as marketing_opt_in_level,\n\n timestamp(datetime(cast(coalesce(accepts_marketing_updated_at, email_marketing_consent_consent_updated_at) as TIMESTAMP), 'UTC')) as marketing_consent_updated_at,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_timestamp,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_timestamp,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n \n\n\n\n\n\n from fields\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__location": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__location", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__location.sql", "original_file_path": "models/stg_shopify__location.sql", "unique_id": "model.shopify_source.stg_shopify__location", "fqn": ["shopify_source", "stg_shopify__location"], "alias": "stg_shopify__location", "checksum": {"name": "sha256", "checksum": "9a04253c06618c2f67eb397591d4b4b7d446e5972c0ab225234017e8e6ee091e"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "A location represents a geographical location where your stores, pop-up stores, headquarters, and warehouses exist.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Boolean representing whether the location is active. If true, then the location can be used to sell products, stock inventory, and fulfill orders.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country the location is in (two-letter code).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) corresponding to country the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "Full name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the location was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_legacy": {"name": "is_legacy", "description": "Boolean representing whether this is a fulfillment service location. If true, then the location is a fulfillment service location. If false, then the location was created by the merchant and isn't tied to a fulfillment service.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_country_name": {"name": "localized_country_name", "description": "The localized name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_province_name": {"name": "localized_province_name", "description": "The localized name of the location's region. Typically a province, state, or district.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number of the location. This value can contain special characters, such as - or +.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province, state, or district of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The province, state, or district code (ISO 3166-2 alpha-2 format) of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the location was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.122306, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__location`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__location_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__location_tmp')),\n staging_columns=get_location_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as location_id,\n name,\n _fivetran_deleted as is_deleted,\n active as is_active,\n address_1,\n address_2,\n city,\n country,\n country_code,\n country_name,\n legacy as is_legacy,\n localized_country_name,\n localized_province_name,\n phone,\n province,\n province_code,\n zip,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__location_tmp", "package": null, "version": null}, {"name": "stg_shopify__location_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_location_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__location_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__location.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__location_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as boolean) as \n \n active\n \n , \n cast(null as STRING) as \n \n address_1\n \n , \n cast(null as STRING) as \n \n address_2\n \n , \n cast(null as STRING) as \n \n city\n \n , \n cast(null as STRING) as \n \n country\n \n , \n cast(null as STRING) as \n \n country_code\n \n , \n cast(null as STRING) as \n \n country_name\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as boolean) as \n \n legacy\n \n , \n cast(null as STRING) as \n \n localized_country_name\n \n , \n cast(null as STRING) as \n \n localized_province_name\n \n , \n cast(null as STRING) as \n \n name\n \n , \n cast(null as STRING) as \n \n phone\n \n , \n cast(null as STRING) as \n \n province\n \n , \n cast(null as STRING) as \n \n province_code\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as STRING) as \n \n zip\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as location_id,\n name,\n _fivetran_deleted as is_deleted,\n active as is_active,\n address_1,\n address_2,\n city,\n country,\n country_code,\n country_name,\n legacy as is_legacy,\n localized_country_name,\n localized_province_name,\n phone,\n province,\n province_code,\n zip,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__shop": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__shop", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__shop.sql", "original_file_path": "models/stg_shopify__shop.sql", "unique_id": "model.shopify_source.stg_shopify__shop", "fqn": ["shopify_source", "stg_shopify__shop"], "alias": "stg_shopify__shop", "checksum": {"name": "sha256", "checksum": "113126c7819996888b1ab6753c310e0f4c177a97a459bd5c0a1b74f685380a88"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "The Shop resource is a collection of general business and store management settings and information about the store.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_checkout_api_supported": {"name": "has_checkout_api_supported", "description": "Boolean representing whether the shop is capable of accepting payments directly through the Checkout API.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The shop's city.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cookie_consent_level": {"name": "cookie_consent_level", "description": "The cookie consent level defined on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The shop's country. In most cases, this value matches the country_code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter country code corresponding to the shop's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "The shop's normalized country name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_county_taxes": {"name": "has_county_taxes", "description": "Boolean representing whether the shop is applying taxes on a per-county basis. Only applicable to shops based in the US. Either `true` or `null` (not false, according to Shopify API docs).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601) when the shop was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the shop's default currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_email": {"name": "customer_email", "description": "The contact email used for communication between the shop owner and the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "domain": {"name": "domain", "description": "The shop's domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_eligible_for_card_reader_giveaway": {"name": "is_eligible_for_card_reader_giveaway", "description": "Boolean representing whether the shop is eligible to receive a free credit card reader from Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_eligible_for_payments": {"name": "is_eligible_for_payments", "description": "Boolean representing whether the shop is eligible to use Shopify Payments.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The contact email used for communication between Shopify and the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "enabled_presentment_currencies": {"name": "enabled_presentment_currencies", "description": "An array of of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify Admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_apps_domain": {"name": "google_apps_domain", "description": "The GSuite URL for the store, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_google_apps_login_enabled": {"name": "is_google_apps_login_enabled", "description": "Boolean representing whether the GSuite login is enabled. Shops with this feature will be able to log in through the GSuite login page. Valid values are `true` and `null`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_discounts": {"name": "has_discounts", "description": "Boolean representing whether any active discounts exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_gift_cards": {"name": "has_gift_cards", "description": "Boolean representing whether any active gift cards exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_storefront": {"name": "has_storefront", "description": "Boolean representing whether this shop has an online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "iana_timezone": {"name": "iana_timezone", "description": "The name of the timezone assigned by the [IANA](https://www.iana.org/time-zones).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "The ID for the shop. A 64-bit unsigned integer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The latitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The longitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_format": {"name": "money_format", "description": "A string representing the way currency is formatted when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_in_emails_format": {"name": "money_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_format": {"name": "money_with_currency_format", "description": "A string representing the way currency is formatted when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_in_emails_format": {"name": "money_with_currency_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "myshopify_domain": {"name": "myshopify_domain", "description": "The shop's .myshopify.com domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_password_enabled": {"name": "is_password_enabled", "description": "Boolean representing whether the password protection page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The contact phone number for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_display_name": {"name": "plan_display_name", "description": "The display name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_name": {"name": "plan_name", "description": "The name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_pre_launch_enabled": {"name": "is_pre_launch_enabled", "description": "Boolean representing whether the pre-launch page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "primary_locale": {"name": "primary_locale", "description": "The shop's primary locale, as configured in the language settings of the shop's theme.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The shop's normalized province or state name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The two- or three-letter code for the shop's province or state.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_extra_payments_agreement_required": {"name": "is_extra_payments_agreement_required", "description": "Boolean representing whether the shop requires an extra Shopify Payments agreement.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_setup_required": {"name": "is_setup_required", "description": "Boolean representing whether the shop has any outstanding setup steps.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_owner": {"name": "shop_owner", "description": "The username of the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The handle of the partner account that referred the merchant to Shopify, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_shipping_taxes": {"name": "has_shipping_taxes", "description": "Boolean representing whether taxes are charged for shipping. Valid values are true or false.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included_in_price": {"name": "has_taxes_included_in_price", "description": "Boolean representing whether applicable taxes are included in product prices. Valid values are true or null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The name of the timezone the shop is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601) when the shop was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The default unit of weight measurement for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The shop's zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.169687, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__shop`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__shop_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__shop_tmp')),\n staging_columns=get_shop_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as shop_id,\n name,\n _fivetran_deleted as is_deleted,\n address_1,\n address_2,\n city,\n province,\n province_code,\n country,\n country_code,\n country_name,\n zip,\n latitude,\n longitude,\n case when county_taxes is null then false else county_taxes end as has_county_taxes,\n currency,\n enabled_presentment_currencies,\n customer_email,\n email,\n domain,\n phone,\n timezone,\n iana_timezone,\n primary_locale,\n weight_unit,\n myshopify_domain,\n cookie_consent_level,\n shop_owner,\n source,\n tax_shipping as has_shipping_taxes,\n case when taxes_included is null then false else taxes_included end as has_taxes_included_in_price,\n has_discounts,\n has_gift_cards,\n has_storefront,\n checkout_api_supported as has_checkout_api_supported,\n eligible_for_card_reader_giveaway as is_eligible_for_card_reader_giveaway,\n eligible_for_payments as is_eligible_for_payments,\n google_apps_domain,\n case when google_apps_login_enabled is null then false else google_apps_login_enabled end as is_google_apps_login_enabled,\n money_format,\n money_in_emails_format,\n money_with_currency_format,\n money_with_currency_in_emails_format,\n plan_display_name,\n plan_name,\n password_enabled as is_password_enabled,\n pre_launch_enabled as is_pre_launch_enabled,\n requires_extra_payments_agreement as is_extra_payments_agreement_required,\n setup_required as is_setup_required,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__shop_tmp", "package": null, "version": null}, {"name": "stg_shopify__shop_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_shop_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__shop_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__shop.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__shop_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as STRING) as \n \n address_1\n \n , \n cast(null as STRING) as \n \n address_2\n \n , \n cast(null as boolean) as \n \n checkout_api_supported\n \n , \n cast(null as STRING) as \n \n city\n \n , \n cast(null as STRING) as \n \n cookie_consent_level\n \n , \n cast(null as STRING) as \n \n country\n \n , \n cast(null as STRING) as \n \n country_code\n \n , \n cast(null as STRING) as \n \n country_name\n \n , \n cast(null as boolean) as \n \n county_taxes\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as STRING) as \n \n currency\n \n , \n cast(null as STRING) as \n \n customer_email\n \n , \n cast(null as STRING) as \n \n domain\n \n , \n cast(null as boolean) as \n \n eligible_for_card_reader_giveaway\n \n , \n cast(null as boolean) as \n \n eligible_for_payments\n \n , \n cast(null as STRING) as \n \n email\n \n , \n cast(null as STRING) as \n \n enabled_presentment_currencies\n \n , \n cast(null as STRING) as \n \n google_apps_domain\n \n , \n cast(null as boolean) as \n \n google_apps_login_enabled\n \n , \n cast(null as boolean) as \n \n has_discounts\n \n , \n cast(null as boolean) as \n \n has_gift_cards\n \n , \n cast(null as boolean) as \n \n has_storefront\n \n , \n cast(null as STRING) as \n \n iana_timezone\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as FLOAT64) as \n \n latitude\n \n , \n cast(null as FLOAT64) as \n \n longitude\n \n , \n cast(null as STRING) as \n \n money_format\n \n , \n cast(null as STRING) as \n \n money_in_emails_format\n \n , \n cast(null as STRING) as \n \n money_with_currency_format\n \n , \n cast(null as STRING) as \n \n money_with_currency_in_emails_format\n \n , \n cast(null as STRING) as \n \n myshopify_domain\n \n , \n cast(null as STRING) as \n \n name\n \n , \n cast(null as boolean) as \n \n password_enabled\n \n , \n cast(null as STRING) as \n \n phone\n \n , \n cast(null as STRING) as \n \n plan_display_name\n \n , \n cast(null as STRING) as \n \n plan_name\n \n , \n cast(null as boolean) as \n \n pre_launch_enabled\n \n , \n cast(null as STRING) as \n \n primary_locale\n \n , \n cast(null as STRING) as \n \n province\n \n , \n cast(null as STRING) as \n \n province_code\n \n , \n cast(null as boolean) as \n \n requires_extra_payments_agreement\n \n , \n cast(null as boolean) as \n \n setup_required\n \n , \n cast(null as STRING) as \n \n shop_owner\n \n , \n cast(null as STRING) as \n \n source\n \n , \n cast(null as boolean) as \n \n tax_shipping\n \n , \n cast(null as boolean) as \n \n taxes_included\n \n , \n cast(null as STRING) as \n \n timezone\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as STRING) as \n \n weight_unit\n \n , \n cast(null as STRING) as \n \n zip\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as shop_id,\n name,\n _fivetran_deleted as is_deleted,\n address_1,\n address_2,\n city,\n province,\n province_code,\n country,\n country_code,\n country_name,\n zip,\n latitude,\n longitude,\n case when county_taxes is null then false else county_taxes end as has_county_taxes,\n currency,\n enabled_presentment_currencies,\n customer_email,\n email,\n domain,\n phone,\n timezone,\n iana_timezone,\n primary_locale,\n weight_unit,\n myshopify_domain,\n cookie_consent_level,\n shop_owner,\n source,\n tax_shipping as has_shipping_taxes,\n case when taxes_included is null then false else taxes_included end as has_taxes_included_in_price,\n has_discounts,\n has_gift_cards,\n has_storefront,\n checkout_api_supported as has_checkout_api_supported,\n eligible_for_card_reader_giveaway as is_eligible_for_card_reader_giveaway,\n eligible_for_payments as is_eligible_for_payments,\n google_apps_domain,\n case when google_apps_login_enabled is null then false else google_apps_login_enabled end as is_google_apps_login_enabled,\n money_format,\n money_in_emails_format,\n money_with_currency_format,\n money_with_currency_in_emails_format,\n plan_display_name,\n plan_name,\n password_enabled as is_password_enabled,\n pre_launch_enabled as is_pre_launch_enabled,\n requires_extra_payments_agreement as is_extra_payments_agreement_required,\n setup_required as is_setup_required,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line_refund": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_line_refund", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_line_refund.sql", "original_file_path": "models/stg_shopify__order_line_refund.sql", "unique_id": "model.shopify_source.stg_shopify__order_line_refund", "fqn": ["shopify_source", "stg_shopify__order_line_refund"], "alias": "stg_shopify__order_line_refund", "checksum": {"name": "sha256", "checksum": "aee38fee6746e57a79fab6b2a5942e9e074801b8d071e8351fc1de9178dfa0f1"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a line item from an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_refund_id": {"name": "order_line_refund_id", "description": "The unique identifier of the line item in the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "TThe unique identifier of the location where the items will be restockedBD", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the related line item in the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The quantity of the associated line item that was returned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID of the related refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock_type": {"name": "restock_type", "description": "How this refund line item affects inventory levels.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal": {"name": "subtotal", "description": "Subtotal amount of the order line refund in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The total tax applied to the refund in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_set": {"name": "subtotal_set", "description": "The subtotal of the refund line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.021745, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`", "raw_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__order_line_refund_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_line_refund_tmp')),\n staging_columns=get_order_line_refund_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select\n id as order_line_refund_id,\n location_id,\n order_line_id,\n subtotal,\n subtotal_set,\n total_tax,\n total_tax_set,\n quantity,\n refund_id,\n restock_type,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('order_line_refund_pass_through_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_line_refund_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_line_refund_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_line_refund_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__order_line_refund_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_line_refund.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund_tmp`\n\n),\n\nfields as (\n\n select\n \n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as numeric) as \n \n id\n \n , \n cast(null as numeric) as \n \n location_id\n \n , \n cast(null as numeric) as \n \n order_line_id\n \n , \n cast(null as numeric) as \n \n subtotal\n \n , \n cast(null as STRING) as \n \n subtotal_set\n \n , \n cast(null as numeric) as \n \n total_tax\n \n , \n cast(null as STRING) as \n \n total_tax_set\n \n , \n cast(null as FLOAT64) as \n \n quantity\n \n , \n cast(null as numeric) as \n \n refund_id\n \n , \n cast(null as STRING) as \n \n restock_type\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select\n id as order_line_refund_id,\n location_id,\n order_line_id,\n subtotal,\n subtotal_set,\n total_tax,\n total_tax_set,\n quantity,\n refund_id,\n restock_type,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_discount_code": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_discount_code", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_discount_code.sql", "original_file_path": "models/stg_shopify__order_discount_code.sql", "unique_id": "model.shopify_source.stg_shopify__order_discount_code", "fqn": ["shopify_source", "stg_shopify__order_discount_code"], "alias": "stg_shopify__order_discount_code", "checksum": {"name": "sha256", "checksum": "f6ff2da1397d8e097145f6d7f136d93601bb63f0cc118c1b5f518e2e6ade5bef"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Discount codes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount that's deducted from the order total.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "This property returns the discount code that was entered at checkout. Otherwise this property returns the title of the discount that was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Associated order ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount - `fixed_amount`, `percentage`, or `shipping`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.175912, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_discount_code_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_discount_code_tmp')),\n staging_columns=get_order_discount_code_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n upper(code) as code,\n type,\n amount,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n where index = 1 -- Sanity check. index should not > 1 but open an issue if that's not the case in your data\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_discount_code_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_discount_code_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_discount_code.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as FLOAT64) as \n \n amount\n \n , \n cast(null as STRING) as \n \n code\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as INT64) as \n \n order_id\n \n , \n cast(null as STRING) as \n \n type\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n upper(code) as code,\n type,\n amount,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n where index = 1 -- Sanity check. index should not > 1 but open an issue if that's not the case in your data\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__discount_code": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__discount_code", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__discount_code.sql", "original_file_path": "models/stg_shopify__discount_code.sql", "unique_id": "model.shopify_source.stg_shopify__discount_code", "fqn": ["shopify_source", "stg_shopify__discount_code"], "alias": "stg_shopify__discount_code", "checksum": {"name": "sha256", "checksum": "6cb9a295adf1ec3d94ff13989106bea8e84731df40c7c76a8b7ab4b865ec1e72"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Table storing discount codes that enable specific discounts to be redeemed. Merchants can distribute discount codes to their customers using a variety of means, such as an email or URL, and customers can apply these codes at checkout. Each discount code belongs to a price rule, which holds the logic for the discount.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The case-insensitive discount code that customers use at checkout. Shopify recommends this map onto the associated `price_rule.title`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the discount code was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_code_id": {"name": "discount_code_id", "description": "The ID for the discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule that this discount code belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the discount code was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_count": {"name": "usage_count", "description": "The number of times that the discount code has been redeemed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.1068969, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__discount_code`", "raw_code": "-- this model will be all NULL until you create a discount code in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__discount_code_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__discount_code_tmp')),\n staging_columns=get_discount_code_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as discount_code_id,\n upper(code) as code,\n price_rule_id,\n usage_count,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__discount_code_tmp", "package": null, "version": null}, {"name": "stg_shopify__discount_code_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_discount_code_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__discount_code_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__discount_code.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a discount code in Shopify\n\nwith base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__discount_code_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as STRING) as \n \n code\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as INT64) as \n \n price_rule_id\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as FLOAT64) as \n \n usage_count\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as discount_code_id,\n upper(code) as code,\n price_rule_id,\n usage_count,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_tag": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_tag.sql", "original_file_path": "models/stg_shopify__order_tag.sql", "unique_id": "model.shopify_source.stg_shopify__order_tag", "fqn": ["shopify_source", "stg_shopify__order_tag"], "alias": "stg_shopify__order_tag", "checksum": {"name": "sha256", "checksum": "9e47e8e3c12370881c706b96a061d1ce9d9ac0d91dc4b1f2b5e875e318ff7fb8"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Tags that the shop owner has attached to the order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) representing when the tag was placed on the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.13704, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tag`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_tag_tmp')),\n staging_columns=get_order_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n index,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tag_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as INT64) as \n \n index\n \n , \n cast(null as INT64) as \n \n order_id\n \n , \n cast(null as STRING) as \n \n value\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n index,\n value,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__abandoned_checkout", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__abandoned_checkout.sql", "original_file_path": "models/stg_shopify__abandoned_checkout.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout", "fqn": ["shopify_source", "stg_shopify__abandoned_checkout"], "alias": "stg_shopify__abandoned_checkout", "checksum": {"name": "sha256", "checksum": "dc1a658ad559a4a4a25368b9185b402ab992a312d334cff81da707b1e44c620e"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "A checkout is considered abandoned after the customer has added contact information, but before the customer has completed their purchase.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "abandoned_checkout_url": {"name": "abandoned_checkout_url", "description": "The recovery URL that's sent to a customer so they can recover their checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The zip or postal code of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_buyer_accepted_marketing": {"name": "has_buyer_accepted_marketing", "description": "Whether the customer would like to receive email updates from the shop. This is set by the 'I want to receive occasional emails about new products, promotions and other news' checkbox during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID for the cart that's attached to the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date and time (ISO 8601 format) when the checkout was closed. If the checkout was not closed, then this value is null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_currency": {"name": "shop_currency", "description": "The three-letter code (ISO 4217 format) of the shop's default currency at the time of checkout. For the currency that the customer used at checkout, see `presentment_currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer with the abandoned checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "The two or three-letter language code, optionally followed by a region modifier. Example values - en, en-CA.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID of the Shopify POS device that created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The payment gateway used by the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "The ID for the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the customer entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Checkout order number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "The text of an optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The customer's phone number for receiving SMS notifications.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The three-letter code (ISO 4217 format) of the currency that the customer used at checkout. For the shop's default currency, see `currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website that referred the customer to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The zip or postal code of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the checkout originated. Valid values include `web`, `pos`, `iphone`, `android`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the checkout in _presentment_ (customer) currency before shipping and taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included": {"name": "has_taxes_included", "description": "Boolean representing whether taxes are included in the price.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique ID for a checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total amount of discounts to be applied in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties": {"name": "total_duties", "description": "The total duties of the checkout in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of the prices of all line items in the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of line item prices, all discounts, shipping costs, and taxes for the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all the weights in grams of the line items in the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the checkout was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user who created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.098528, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__abandoned_checkout_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__abandoned_checkout_tmp')),\n staging_columns=get_abandoned_checkout_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n _fivetran_deleted as is_deleted,\n abandoned_checkout_url,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n cart_token,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(closed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as closed_at,\n currency as shop_currency,\n customer_id,\n customer_locale,\n device_id,\n email,\n gateway,\n id as checkout_id,\n landing_site_base_url,\n location_id,\n name,\n note,\n phone,\n presentment_currency,\n referring_site,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n token,\n total_discounts,\n total_duties,\n total_line_items_price,\n total_price,\n total_tax,\n total_weight,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n user_id,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_tmp", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_abandoned_checkout_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__abandoned_checkout.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as STRING) as \n \n abandoned_checkout_url\n \n , \n cast(null as STRING) as \n \n billing_address_address_1\n \n , \n cast(null as STRING) as \n \n billing_address_address_2\n \n , \n cast(null as STRING) as \n \n billing_address_city\n \n , \n cast(null as STRING) as \n \n billing_address_company\n \n , \n cast(null as STRING) as \n \n billing_address_country\n \n , \n cast(null as STRING) as \n \n billing_address_country_code\n \n , \n cast(null as STRING) as \n \n billing_address_first_name\n \n , \n cast(null as STRING) as \n \n billing_address_last_name\n \n , \n cast(null as STRING) as \n \n billing_address_latitude\n \n , \n cast(null as STRING) as \n \n billing_address_longitude\n \n , \n cast(null as STRING) as \n \n billing_address_name\n \n , \n cast(null as STRING) as \n \n billing_address_phone\n \n , \n cast(null as STRING) as \n \n billing_address_province\n \n , \n cast(null as STRING) as \n \n billing_address_province_code\n \n , \n cast(null as STRING) as \n \n billing_address_zip\n \n , \n cast(null as boolean) as \n \n buyer_accepts_marketing\n \n , \n cast(null as STRING) as \n \n cart_token\n \n , \n cast(null as TIMESTAMP) as \n \n closed_at\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as STRING) as \n \n currency\n \n , \n cast(null as INT64) as \n \n customer_id\n \n , \n cast(null as STRING) as \n \n customer_locale\n \n , \n cast(null as INT64) as \n \n device_id\n \n , \n cast(null as STRING) as \n \n email\n \n , \n cast(null as STRING) as \n \n gateway\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as STRING) as \n \n landing_site_base_url\n \n , \n cast(null as INT64) as \n \n location_id\n \n , \n cast(null as STRING) as \n \n name\n \n , \n cast(null as STRING) as \n \n note\n \n , \n cast(null as STRING) as \n \n phone\n \n , \n cast(null as STRING) as \n \n presentment_currency\n \n , \n cast(null as STRING) as \n \n referring_site\n \n , \n cast(null as STRING) as \n \n shipping_address_address_1\n \n , \n cast(null as STRING) as \n \n shipping_address_address_2\n \n , \n cast(null as STRING) as \n \n shipping_address_city\n \n , \n cast(null as STRING) as \n \n shipping_address_company\n \n , \n cast(null as STRING) as \n \n shipping_address_country\n \n , \n cast(null as STRING) as \n \n shipping_address_country_code\n \n , \n cast(null as STRING) as \n \n shipping_address_first_name\n \n , \n cast(null as STRING) as \n \n shipping_address_last_name\n \n , \n cast(null as STRING) as \n \n shipping_address_latitude\n \n , \n cast(null as STRING) as \n \n shipping_address_longitude\n \n , \n cast(null as STRING) as \n \n shipping_address_name\n \n , \n cast(null as STRING) as \n \n shipping_address_phone\n \n , \n cast(null as STRING) as \n \n shipping_address_province\n \n , \n cast(null as STRING) as \n \n shipping_address_province_code\n \n , \n cast(null as STRING) as \n \n shipping_address_zip\n \n , \n cast(null as STRING) as \n \n source_name\n \n , \n cast(null as FLOAT64) as \n \n subtotal_price\n \n , \n cast(null as boolean) as \n \n taxes_included\n \n , \n cast(null as STRING) as \n \n token\n \n , \n cast(null as FLOAT64) as \n \n total_discounts\n \n , \n cast(null as STRING) as \n \n total_duties\n \n , \n cast(null as FLOAT64) as \n \n total_line_items_price\n \n , \n cast(null as FLOAT64) as \n \n total_price\n \n , \n cast(null as FLOAT64) as \n \n total_tax\n \n , \n cast(null as INT64) as \n \n total_weight\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n , \n cast(null as INT64) as \n \n user_id\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n _fivetran_deleted as is_deleted,\n abandoned_checkout_url,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n cart_token,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(closed_at as TIMESTAMP), 'UTC')) as closed_at,\n currency as shop_currency,\n customer_id,\n customer_locale,\n device_id,\n email,\n gateway,\n id as checkout_id,\n landing_site_base_url,\n location_id,\n name,\n note,\n phone,\n presentment_currency,\n referring_site,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n token,\n total_discounts,\n total_duties,\n total_line_items_price,\n total_price,\n total_tax,\n total_weight,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n user_id,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_url_tag": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_url_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_url_tag.sql", "original_file_path": "models/stg_shopify__order_url_tag.sql", "unique_id": "model.shopify_source.stg_shopify__order_url_tag", "fqn": ["shopify_source", "stg_shopify__order_url_tag"], "alias": "stg_shopify__order_url_tag", "checksum": {"name": "sha256", "checksum": "2c09fe1ab9a70f3c3e7026295357aeebb8989bf724c5e165321afa39913a8092"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Key-value tags that the shop owner has attached to the order url.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "Key of the tag pair.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order url being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.138162, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_url_tag`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_url_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_url_tag_tmp')),\n staging_columns=get_order_url_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n key,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_url_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_url_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_url_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_url_tag_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as STRING) as \n \n key\n \n , \n cast(null as INT64) as \n \n order_id\n \n , \n cast(null as STRING) as \n \n value\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n key,\n value,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__fulfillment": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__fulfillment", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__fulfillment.sql", "original_file_path": "models/stg_shopify__fulfillment.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment", "fqn": ["shopify_source", "stg_shopify__fulfillment"], "alias": "stg_shopify__fulfillment", "checksum": {"name": "sha256", "checksum": "eb9b540cf89a19d6317939176a7f04e5b6b325dc586d7d8c69a620bee1c2d757"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "A fulfillment order represents a group of one or more items in an order that will be fulfilled from the same location. A fulfillment represents work that is completed as part of a fulfillment order and can include one or more items.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the fulfillment was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_id": {"name": "fulfillment_id", "description": "The ID for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The unique identifier of the location that the fulfillment was processed at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The uniquely identifying fulfillment name, consisting of two parts separated by a .. The first part represents the order name and the second part represents the fulfillment number. The fulfillment number automatically increments depending on how many fulfillments are in an order (e.g. #1001.1, #1001.2).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The unique numeric identifier for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "service": {"name": "service", "description": "The fulfillment service associated with the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipment_status": {"name": "shipment_status", "description": "The current shipment status of the fulfillment. Valid values include: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was successfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment. Valid values include: - pending: Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to 'open' or 'success'. - open: The fulfillment has been acknowledged by the service and is in processing. - success: The fulfillment was successful. - cancelled: The fulfillment was cancelled. - error: There was an error with the fulfillment request. - failure: The fulfillment request failed.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_company": {"name": "tracking_company", "description": "The name of the tracking company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_number": {"name": "tracking_number", "description": "Primary tracking number for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_numbers": {"name": "tracking_numbers", "description": "A list of tracking numbers, provided by the shipping company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_urls": {"name": "tracking_urls", "description": "The URLs of tracking pages for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table"}, "created_at": 1696448597.110892, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__fulfillment_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__fulfillment_tmp')),\n staging_columns=get_fulfillment_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_id,\n location_id,\n order_id,\n name,\n service,\n shipment_status,\n lower(status) as status,\n tracking_company,\n tracking_number,\n tracking_numbers,\n tracking_urls,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_tmp", "package": null, "version": null}, {"name": "stg_shopify__fulfillment_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_fulfillment_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__fulfillment_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__fulfillment.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment_tmp`\n),\n\nfields as (\n\n select\n \n cast(null as TIMESTAMP) as \n \n _fivetran_synced\n \n , \n cast(null as TIMESTAMP) as \n \n created_at\n \n , \n cast(null as INT64) as \n \n id\n \n , \n cast(null as INT64) as \n \n location_id\n \n , \n cast(null as STRING) as \n \n name\n \n , \n cast(null as INT64) as \n \n order_id\n \n , \n cast(null as STRING) as \n \n service\n \n , \n cast(null as STRING) as \n \n shipment_status\n \n , \n cast(null as STRING) as \n \n status\n \n , \n cast(null as STRING) as \n \n tracking_company\n \n , \n cast(null as STRING) as \n \n tracking_number\n \n , \n cast(null as STRING) as \n \n tracking_numbers\n \n , \n cast(null as STRING) as \n \n tracking_urls\n \n , \n cast(null as TIMESTAMP) as \n \n updated_at\n \n \n\n\n\n \n\n\n, cast('' as STRING) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_id,\n location_id,\n order_id,\n name,\n service,\n shipment_status,\n lower(status) as status,\n tracking_company,\n tracking_number,\n tracking_numbers,\n tracking_urls,\n timestamp(datetime(cast(created_at as TIMESTAMP), 'UTC')) as created_at,\n timestamp(datetime(cast(updated_at as TIMESTAMP), 'UTC')) as updated_at,\n timestamp(datetime(cast(_fivetran_synced as TIMESTAMP), 'UTC')) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__discount_code_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__discount_code_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__discount_code_tmp.sql", "original_file_path": "models/tmp/stg_shopify__discount_code_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__discount_code_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__discount_code_tmp"], "alias": "stg_shopify__discount_code_tmp", "checksum": {"name": "sha256", "checksum": "75b5f6a40ed1e1994990c77aae0fb05b73124cffdb875d2445f62c47adab7956"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.8683589, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__discount_code_tmp`", "raw_code": "-- this model will be all NULL until you create a discount code in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='discount_code', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='discount_code_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "discount_code"], ["shopify", "discount_code"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__discount_code_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a discount code in Shopify\n\n\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_line_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_shipping_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_shipping_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_shipping_line_tmp"], "alias": "stg_shopify__order_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "83cf2872050f187260405a85fb694c5961b77a3cfd9a2b602b4942ad80167195"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.911812, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_shipping_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_shipping_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_shipping_line"], ["shopify", "order_shipping_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_shipping_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__price_rule_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__price_rule_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__price_rule_tmp.sql", "original_file_path": "models/tmp/stg_shopify__price_rule_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__price_rule_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__price_rule_tmp"], "alias": "stg_shopify__price_rule_tmp", "checksum": {"name": "sha256", "checksum": "a4f9e2b9ae901e0d7ab22ea8af0d0aa1639d4688047e2aa3e297f62ccd86de30"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.921236, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='price_rule', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='price_rule_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "price_rule"], ["shopify", "price_rule"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__price_rule_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__customer_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__customer_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__customer_tmp.sql", "original_file_path": "models/tmp/stg_shopify__customer_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__customer_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__customer_tmp"], "alias": "stg_shopify__customer_tmp", "checksum": {"name": "sha256", "checksum": "1f896e84164292f48db1c4eddfd6b3afef9ce4661ad2ab160c8721c8e620026c"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.930895, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='customer', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='customer_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "customer"], ["shopify", "customer"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.customer"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__customer_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_note_attribute_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_note_attribute_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_note_attribute_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_note_attribute_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_note_attribute_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_note_attribute_tmp"], "alias": "stg_shopify__order_note_attribute_tmp", "checksum": {"name": "sha256", "checksum": "fa82230c5baa81cbaabc08de31b1374ea2b0f3356ca2293070e361d32ada273e"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.940192, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_note_attribute_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_note_attribute', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_note_attribute_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_note_attribute"], ["shopify", "order_note_attribute"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_note_attribute_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_line_tmp"], "alias": "stg_shopify__order_line_tmp", "checksum": {"name": "sha256", "checksum": "778359b2c17590b95d7b5709bfdd28b50d323b905e4277c74203416f08ee458e"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.9497678, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_line"], ["shopify", "order_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`order_line`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_shipping_tax_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_shipping_tax_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_shipping_tax_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_shipping_tax_line_tmp"], "alias": "stg_shopify__order_shipping_tax_line_tmp", "checksum": {"name": "sha256", "checksum": "202ce4c08e35c7d94394c5e1f6f43e723820cb1c3c3c2af7731cfc52aa799a2d"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.959126, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_shipping_tax_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_shipping_tax_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_shipping_tax_line"], ["shopify", "order_shipping_tax_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_shipping_tax_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_level_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__inventory_level_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__inventory_level_tmp.sql", "original_file_path": "models/tmp/stg_shopify__inventory_level_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_level_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__inventory_level_tmp"], "alias": "stg_shopify__inventory_level_tmp", "checksum": {"name": "sha256", "checksum": "2fb3c6829eb4d07f5c4e3a1ae87f961cc2c9ff9144b2ccd64ab123ec65539fd1"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.9696362, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_level_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='inventory_level', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='inventory_level_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "inventory_level"], ["shopify", "inventory_level"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__inventory_level_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`inventory_level`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_discount_code_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_discount_code_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_discount_code_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_discount_code_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_discount_code_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_discount_code_tmp"], "alias": "stg_shopify__order_discount_code_tmp", "checksum": {"name": "sha256", "checksum": "70c73559798945dcd92924b915c85155ba87ca864977da07a8ad66c6c6d92e3e"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.978577, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_discount_code', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_discount_code_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_discount_code"], ["shopify", "order_discount_code"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_discount_code_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tax_line_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__tax_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__tax_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__tax_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__tax_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__tax_line_tmp"], "alias": "stg_shopify__tax_line_tmp", "checksum": {"name": "sha256", "checksum": "177f1462891a4814a5807d94f5ac8da65d3ddfa12298a4551ca4ce329840ab15"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.9879239, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='tax_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='tax_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "tax_line"], ["shopify", "tax_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__tax_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`tax_line`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__shop_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__shop_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__shop_tmp.sql", "original_file_path": "models/tmp/stg_shopify__shop_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__shop_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__shop_tmp"], "alias": "stg_shopify__shop_tmp", "checksum": {"name": "sha256", "checksum": "0bae086f72705137b9a69f8a767e3f7886c54c2640484aa25118cf9818e6823a"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448595.997014, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__shop_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='shop', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='shop_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "shop"], ["shopify", "shop"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.shop"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__shop_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`shop`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_url_tag_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_url_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_url_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_url_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_url_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_url_tag_tmp"], "alias": "stg_shopify__order_url_tag_tmp", "checksum": {"name": "sha256", "checksum": "f084499e62e0bc0af985345ee836745224e0a03631be646a9328732a6e3eaee4"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.006009, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_url_tag_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_url_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_url_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_url_tag"], ["shopify", "order_url_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_url_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__fulfillment_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__fulfillment_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__fulfillment_tmp.sql", "original_file_path": "models/tmp/stg_shopify__fulfillment_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__fulfillment_tmp"], "alias": "stg_shopify__fulfillment_tmp", "checksum": {"name": "sha256", "checksum": "1ac3752e10682798a52745e29d02ebb2d9aeddf8a4ac50e4c98e89279214cc67"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.0160189, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='fulfillment', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='fulfillment_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "fulfillment"], ["shopify", "fulfillment"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__fulfillment_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`fulfillment`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__collection_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__collection_tmp.sql", "original_file_path": "models/tmp/stg_shopify__collection_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__collection_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__collection_tmp"], "alias": "stg_shopify__collection_tmp", "checksum": {"name": "sha256", "checksum": "dbfbc3e8f3703ee2def19bb9453b4ef5aec7b14b318e58840ba6a343d0c536c3"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.024974, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='collection', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='collection_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "collection"], ["shopify", "collection"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.collection"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__collection_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`collection`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__refund_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__refund_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__refund_tmp.sql", "original_file_path": "models/tmp/stg_shopify__refund_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__refund_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__refund_tmp"], "alias": "stg_shopify__refund_tmp", "checksum": {"name": "sha256", "checksum": "c4a1b0453eca44661bd68fe6bf82623b753ae4efc6a977b980d99fb78aa4aef1"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.03409, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund_tmp`", "raw_code": "-- this model will be all NULL until you create a refund in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='refund', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='refund_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "refund"], ["shopify", "refund"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.refund"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__refund_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a refund in Shopify\n\n\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`refund`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_tmp"], "alias": "stg_shopify__product_tmp", "checksum": {"name": "sha256", "checksum": "4c88fa0dabe17fa99b7509af7b3518c844df1747e28e6c7ac4f0a8262424e91a"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.054026, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product"], ["shopify", "product"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`product`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_adjustment_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_adjustment_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_adjustment_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_adjustment_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_adjustment_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_adjustment_tmp"], "alias": "stg_shopify__order_adjustment_tmp", "checksum": {"name": "sha256", "checksum": "65ac038da01363641bf9ea6baaac2ef267d44c41430fffea3ca4e82a08c42139"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.063061, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_adjustment_tmp`", "raw_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='order_adjustment', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_adjustment_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_adjustment"], ["shopify", "order_adjustment"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_adjustment"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_adjustment_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\n\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_item_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__inventory_item_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__inventory_item_tmp.sql", "original_file_path": "models/tmp/stg_shopify__inventory_item_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_item_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__inventory_item_tmp"], "alias": "stg_shopify__inventory_item_tmp", "checksum": {"name": "sha256", "checksum": "72d78b9eb0cb184fe1ea252e95a370d5efe0887b3b6efa81f073989a9c3d5371"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.072533, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_item_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='inventory_item', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='inventory_item_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "inventory_item"], ["shopify", "inventory_item"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.inventory_item"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__inventory_item_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`inventory_item`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_tag_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_tag_tmp"], "alias": "stg_shopify__order_tag_tmp", "checksum": {"name": "sha256", "checksum": "7b17ee588816bf027c09990381fbbe611bfee3adc412a18cad397ac1fdba6d0e"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.081451, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tag_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_tag"], ["shopify", "order_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_tag_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_tag_tmp"], "alias": "stg_shopify__product_tag_tmp", "checksum": {"name": "sha256", "checksum": "103f88b9e33b9b9dd63a09c9e13bd5afd5bed59331e642ff3ddbc6d729e30287"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.091934, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product_tag"], ["shopify", "product_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line_refund_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_line_refund_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_line_refund_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_line_refund_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_line_refund_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_line_refund_tmp"], "alias": "stg_shopify__order_line_refund_tmp", "checksum": {"name": "sha256", "checksum": "a56ebd65257bd6f493549770daf3139f92646d9e60f40be3bc31f32c093dedab"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.101367, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund_tmp`", "raw_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='order_line_refund', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_line_refund_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_line_refund"], ["shopify", "order_line_refund"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_line_refund"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_line_refund_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\n\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`order_line_refund`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__customer_tag_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__customer_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__customer_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__customer_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__customer_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__customer_tag_tmp"], "alias": "stg_shopify__customer_tag_tmp", "checksum": {"name": "sha256", "checksum": "b3ff7bd1bf185210b4f005f8fcfc831a705e46910ce9ddb811dbe552684e1c98"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.110313, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='customer_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='customer_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "customer_tag"], ["shopify", "customer_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__customer_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_image_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product_image_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_image_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_image_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_image_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_image_tmp"], "alias": "stg_shopify__product_image_tmp", "checksum": {"name": "sha256", "checksum": "9cc04164a926ea48146dbd1936f15c9ef871ccfa1c31bcc149809012fe4429f6"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.119114, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product_image', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_image_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product_image"], ["shopify", "product_image"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product_image"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_image_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`product_image`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tender_transaction_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__tender_transaction_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__tender_transaction_tmp.sql", "original_file_path": "models/tmp/stg_shopify__tender_transaction_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__tender_transaction_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__tender_transaction_tmp"], "alias": "stg_shopify__tender_transaction_tmp", "checksum": {"name": "sha256", "checksum": "8f2b7f602daba8fdd6c960288e14de3e34e8517304425096e934e69decb39c24"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.128544, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tender_transaction_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='tender_transaction', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='tender_transaction_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "tender_transaction"], ["shopify", "tender_transaction"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.tender_transaction"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__tender_transaction_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`tender_transaction`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__transaction_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__transaction_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__transaction_tmp.sql", "original_file_path": "models/tmp/stg_shopify__transaction_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__transaction_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__transaction_tmp"], "alias": "stg_shopify__transaction_tmp", "checksum": {"name": "sha256", "checksum": "9a4cf0c7a2495c01fd10f0d88655aaffe63ef8b3cc94883e10507b034285f978"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.139138, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__transaction_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='transaction', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='transaction_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "transaction"], ["shopify", "transaction"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.transaction"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__transaction_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`transaction`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__abandoned_checkout_discount_code_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__abandoned_checkout_discount_code_tmp.sql", "original_file_path": "models/tmp/stg_shopify__abandoned_checkout_discount_code_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__abandoned_checkout_discount_code_tmp"], "alias": "stg_shopify__abandoned_checkout_discount_code_tmp", "checksum": {"name": "sha256", "checksum": "79bfc5003e90318dca76978fb10d955c503b613d5470441ac559bbbdc014c4a4"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.148712, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='abandoned_checkout_discount_code', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='abandoned_checkout_discount_code_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "abandoned_checkout_discount_code"], ["shopify", "abandoned_checkout_discount_code"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.abandoned_checkout_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__abandoned_checkout_discount_code_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_variant_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__product_variant_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_variant_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_variant_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_variant_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_variant_tmp"], "alias": "stg_shopify__product_variant_tmp", "checksum": {"name": "sha256", "checksum": "cbb9a84c332f17d90ad953536a449714fac6f77f871da604d43ffb846f6d5621"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.157752, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product_variant', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_variant_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product_variant"], ["shopify", "product_variant"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product_variant"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_variant_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`product_variant`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__abandoned_checkout_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__abandoned_checkout_tmp.sql", "original_file_path": "models/tmp/stg_shopify__abandoned_checkout_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__abandoned_checkout_tmp"], "alias": "stg_shopify__abandoned_checkout_tmp", "checksum": {"name": "sha256", "checksum": "af75a7118d699b437951e7de9f6275f46ef8684d56dc5e2dda4ff3cfd2e9852c"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.167122, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='abandoned_checkout', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='abandoned_checkout_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "abandoned_checkout"], ["shopify", "abandoned_checkout"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.abandoned_checkout"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__abandoned_checkout_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__order_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_tmp"], "alias": "stg_shopify__order_tmp", "checksum": {"name": "sha256", "checksum": "15e3ee6de99527743387105e80865aa2566b898af1f8bb7d5593882a3119ca36"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.177238, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order',\n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order"], ["shopify", "order"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`order`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__metafield_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__metafield_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__metafield_tmp.sql", "original_file_path": "models/tmp/stg_shopify__metafield_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__metafield_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__metafield_tmp"], "alias": "stg_shopify__metafield_tmp", "checksum": {"name": "sha256", "checksum": "5d4ec318b2f188cfd3f764cea4b9aaac5d723a2365894e730b5703e89529520f"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.186518, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__metafield_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='metafield', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='metafield_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "metafield"], ["shopify", "metafield"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.metafield"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__metafield_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`metafield`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection_product_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__collection_product_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__collection_product_tmp.sql", "original_file_path": "models/tmp/stg_shopify__collection_product_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__collection_product_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__collection_product_tmp"], "alias": "stg_shopify__collection_product_tmp", "checksum": {"name": "sha256", "checksum": "3972179c81705eef1c9d24ff0efd2ffbd43b8d5331a6fe745482296a43ca03e4"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.195605, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='collection_product', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='collection_product_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "collection_product"], ["shopify", "collection_product"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__collection_product_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`collection_product`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__location_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__location_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__location_tmp.sql", "original_file_path": "models/tmp/stg_shopify__location_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__location_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__location_tmp"], "alias": "stg_shopify__location_tmp", "checksum": {"name": "sha256", "checksum": "acc2e7e4031d4fe0c0949ab24998944f1b6efbd4bb83dc148dbfe887e8ec10cd"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.2048168, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__location_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='location', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='location_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "location"], ["shopify", "location"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.location"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__location_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n select * \n from `singular-vector-135519`.`shopify_test_narendra_22may`.`location`", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__abandoned_checkout_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__abandoned_checkout_shipping_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__abandoned_checkout_shipping_line_tmp"], "alias": "stg_shopify__abandoned_checkout_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "6de5a98cf69e7e517197b12273734173cc352a8992d7d1593212b595028a6cc8"}, "config": {"enabled": true, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view"}, "created_at": 1696448596.215858, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line_tmp`", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='abandoned_checkout_shipping_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='abandoned_checkout_shipping_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "abandoned_checkout_shipping_line"], ["shopify", "abandoned_checkout_shipping_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.abandoned_checkout_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__abandoned_checkout_shipping_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n \n \n \n select \n cast(null as STRING) as _dbt_source_relation\n limit 0", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customer_email_cohorts": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__customer_email_cohorts", "resource_type": "model", "package_name": "shopify", "path": "shopify__customer_email_cohorts.sql", "original_file_path": "models/shopify__customer_email_cohorts.sql", "unique_id": "model.shopify.shopify__customer_email_cohorts", "fqn": ["shopify", "shopify__customer_email_cohorts"], "alias": "shopify__customer_email_cohorts", "checksum": {"name": "sha256", "checksum": "3b04aa78c16c6de9079b2da9a52ac8aee23fdfcae8da9f80610f0c4920e49275"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a customer's (on the EMAIL grain) performance in a calendar month.", "columns": {"cohort_month": {"name": "cohort_month", "description": "The month the cohort belongs to, i.e the first month the customer had an order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cohort_month_number": {"name": "cohort_month_number", "description": "The 'number' of the `date_month` of the record, i.e. how many months from their start month this cohort occurred", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_cohort_id": {"name": "customer_cohort_id", "description": "Unique key representing a customer in a given month. Hashed on 'date_month','email', and 'source_relation'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The ID of the related customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "date_month": {"name": "date_month", "description": "The calendar month the customer stats relate to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp of the customer's first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_in_month": {"name": "line_item_count_in_month", "description": "Number of line items purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_lifetime": {"name": "line_item_count_lifetime", "description": "Number of line items purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_in_month": {"name": "order_count_in_month", "description": "Number of orders purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_lifetime": {"name": "order_count_lifetime", "description": "Number of orders purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_in_month": {"name": "total_price_in_month", "description": "Total amount (in shop currency) purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_lifetime": {"name": "total_price_lifetime", "description": "Total amount (in shop currency) up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.785898, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_email_cohorts`", "raw_code": "with calendar as (\n\n select *\n from {{ ref('shopify__calendar') }}\n where cast({{ dbt.date_trunc('month','date_day') }} as date) = date_day\n\n), customers as (\n\n select *\n from {{ ref('shopify__customer_emails') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__orders') }}\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.email,\n customers.first_order_timestamp,\n customers.source_relation,\n {{ dbt.date_trunc('month', 'first_order_timestamp') }} as cohort_month\n from calendar\n inner join customers\n on cast({{ dbt.date_trunc('month', 'first_order_timestamp') }} as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.email, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.email = orders.email\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast({{ dbt.date_trunc('month', 'created_timestamp') }} as date)\n {{ dbt_utils.group_by(n=5) }}\n\n), windows as (\n\n {% set partition_string = 'partition by email, source_relation order by date_month rows between unbounded preceding and current row' %}\n\n select\n *,\n sum(total_price_in_month) over ({{ partition_string }}) as total_price_lifetime,\n sum(order_count_in_month) over ({{ partition_string }}) as order_count_lifetime,\n sum(line_item_count_in_month) over ({{ partition_string }}) as line_item_count_lifetime,\n row_number() over (partition by email, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['date_month','email','source_relation']) }} as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "language": "sql", "refs": [{"name": "shopify__calendar", "package": null, "version": null}, {"name": "shopify__customer_emails", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt_utils.group_by", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.shopify.shopify__calendar", "model.shopify.shopify__customer_emails", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/shopify__customer_email_cohorts.sql", "compiled": true, "compiled_code": "with calendar as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__calendar`\n where cast(timestamp_trunc(\n cast(date_day as timestamp),\n month\n ) as date) = date_day\n\n), customers as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_emails`\n\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.email,\n customers.first_order_timestamp,\n customers.source_relation,\n timestamp_trunc(\n cast(first_order_timestamp as timestamp),\n month\n ) as cohort_month\n from calendar\n inner join customers\n on cast(timestamp_trunc(\n cast(first_order_timestamp as timestamp),\n month\n ) as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.email, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.email = orders.email\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast(timestamp_trunc(\n cast(created_timestamp as timestamp),\n month\n ) as date)\n group by 1,2,3,4,5\n\n), windows as (\n\n \n\n select\n *,\n sum(total_price_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as total_price_lifetime,\n sum(order_count_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as order_count_lifetime,\n sum(line_item_count_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as line_item_count_lifetime,\n row_number() over (partition by email, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n to_hex(md5(cast(coalesce(cast(date_month as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(email as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customer_cohorts": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__customer_cohorts", "resource_type": "model", "package_name": "shopify", "path": "shopify__customer_cohorts.sql", "original_file_path": "models/shopify__customer_cohorts.sql", "unique_id": "model.shopify.shopify__customer_cohorts", "fqn": ["shopify", "shopify__customer_cohorts"], "alias": "shopify__customer_cohorts", "checksum": {"name": "sha256", "checksum": "e6062d8a5e6dfffe23aa7f7810a1c0643f6b458bfe1a7623f3df896a222e9275"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a customer's performance in a calendar month.", "columns": {"cohort_month": {"name": "cohort_month", "description": "The month the cohort belongs to, i.e the first month the customer had an order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cohort_month_number": {"name": "cohort_month_number", "description": "The 'number' of the `date_month` of the record, i.e. how many months from their start month this cohort occurred", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_cohort_id": {"name": "customer_cohort_id", "description": "Unique key representing a customer in a given month. Hashed on 'date_month', 'customer_id', and 'source_relation'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the related customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "date_month": {"name": "date_month", "description": "The calendar month the customer stats relate to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp of the customer's first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_in_month": {"name": "line_item_count_in_month", "description": "Number of line items purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_lifetime": {"name": "line_item_count_lifetime", "description": "Number of line items purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_in_month": {"name": "order_count_in_month", "description": "Number of orders purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_lifetime": {"name": "order_count_lifetime", "description": "Number of orders purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_in_month": {"name": "total_price_in_month", "description": "Total amount (in shop currency) purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_lifetime": {"name": "total_price_lifetime", "description": "Total amount (in shop currency) up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.78461, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_cohorts`", "raw_code": "with calendar as (\n\n select *\n from {{ ref('shopify__calendar') }}\n where cast({{ dbt.date_trunc('month','date_day') }} as date) = date_day\n\n), customers as (\n\n select *\n from {{ ref('shopify__customers') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__orders') }}\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.customer_id,\n customers.first_order_timestamp,\n customers.source_relation,\n {{ dbt.date_trunc('month', 'first_order_timestamp') }} as cohort_month\n from calendar\n inner join customers\n on cast({{ dbt.date_trunc('month', 'first_order_timestamp') }} as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.customer_id, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.customer_id = orders.customer_id\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast({{ dbt.date_trunc('month', 'created_timestamp') }} as date)\n {{ dbt_utils.group_by(n=5) }}\n\n), windows as (\n\n {% set partition_string = 'partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row' %}\n\n select\n *,\n sum(total_price_in_month) over ({{ partition_string }}) as total_price_lifetime,\n sum(order_count_in_month) over ({{ partition_string }}) as order_count_lifetime,\n sum(line_item_count_in_month) over ({{ partition_string }}) as line_item_count_lifetime,\n row_number() over (partition by customer_id, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['date_month','customer_id','source_relation']) }} as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "language": "sql", "refs": [{"name": "shopify__calendar", "package": null, "version": null}, {"name": "shopify__customers", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt_utils.group_by", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.shopify.shopify__calendar", "model.shopify.shopify__customers", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/shopify__customer_cohorts.sql", "compiled": true, "compiled_code": "with calendar as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__calendar`\n where cast(timestamp_trunc(\n cast(date_day as timestamp),\n month\n ) as date) = date_day\n\n), customers as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customers`\n\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.customer_id,\n customers.first_order_timestamp,\n customers.source_relation,\n timestamp_trunc(\n cast(first_order_timestamp as timestamp),\n month\n ) as cohort_month\n from calendar\n inner join customers\n on cast(timestamp_trunc(\n cast(first_order_timestamp as timestamp),\n month\n ) as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.customer_id, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.customer_id = orders.customer_id\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast(timestamp_trunc(\n cast(created_timestamp as timestamp),\n month\n ) as date)\n group by 1,2,3,4,5\n\n), windows as (\n\n \n\n select\n *,\n sum(total_price_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as total_price_lifetime,\n sum(order_count_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as order_count_lifetime,\n sum(line_item_count_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as line_item_count_lifetime,\n row_number() over (partition by customer_id, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n to_hex(md5(cast(coalesce(cast(date_month as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(customer_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__discounts": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__discounts", "resource_type": "model", "package_name": "shopify", "path": "shopify__discounts.sql", "original_file_path": "models/shopify__discounts.sql", "unique_id": "model.shopify.shopify__discounts", "fqn": ["shopify", "shopify__discounts"], "alias": "shopify__discounts", "checksum": {"name": "sha256", "checksum": "0a3fbe9929cdeb89d42cc46dacbfc0da7d9c3999464508f6f40cbf6b72c1ebac"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a unique discount, enriched with information about its associated `price_rule` and metrics regarding orders and abandoned checkouts.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The case-insensitive discount code that customers use at checkout. Shopify recommends this map onto the associated `price_rule.title`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the discount code was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_code_id": {"name": "discount_code_id", "description": "The ID for the discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the discount code was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_count": {"name": "usage_count", "description": "The number of times that the discount code has been redeemed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_limit": {"name": "allocation_limit", "description": "The number of times the discount can be allocated on the cart - if eligible. For example a Buy 1 hat Get 1 hat for free discount can be applied 3 times on a cart having more than 6 hats, where maximum of 3 hats get discounted - if the allocation_limit is 3. Empty (null) allocation_limit means unlimited number of allocations.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_method": {"name": "allocation_method", "description": "The allocation method of the price rule. Valid values include `each` (the discount is applied to each of the entitled items. For example, for a price rule that takes $15 off, each entitled line item in a checkout will be discounted by $15) and `across` (the calculated discount amount will be applied across the entitled items. For example, for a price rule that takes $15 off, the discount will be applied across all the entitled items).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_created_at": {"name": "price_rule_created_at", "description": "The date and time (ISO 8601 format) when the price rule was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_selection": {"name": "customer_selection", "description": "The customer selection for the price rule. Valid values include `all` (the price rule is valid for all customers) and `prerequisite` (the customer must either belong to one of the customer segments specified by customer_segment_prerequisite_ids, or be one of the customers specified by prerequisite_customer_ids).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ends_at": {"name": "ends_at", "description": "The date and time (ISO 8601 format) when the price rule ends. Must be after starts_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_once_per_customer": {"name": "is_once_per_customer", "description": "Boolean representing whether the generated discount code will be valid only for a single use per customer. This is tracked using customer ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_quantity": {"name": "prereq_min_quantity", "description": "If `customer_selection` is `prerequisite`, the minimum number of items for the price rule to be applicable. The quantity of an entitled cart item must be greater than or equal to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_max_shipping_price": {"name": "prereq_max_shipping_price", "description": "If `customer_selection` is `prerequisite`, the maximum shipping price for the price rule to be applicable. The shipping price must be less than or equal to this value", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_subtotal": {"name": "prereq_min_subtotal", "description": "If `customer_selection` is `prerequisite`, the minimum subtotal for the price rule to be applicable. The subtotal of the entitled cart items must be greater than or equal to this value for the discount to apply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_purchase_quantity_for_entitlement": {"name": "prereq_min_purchase_quantity_for_entitlement", "description": "If `customer_selection` is `prerequisite`, the prerequisite purchase for a Buy X Get Y discount. The minimum purchase amount required to be entitled to the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_x_get_this": {"name": "prereq_buy_x_get_this", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this is the offered 'get' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_this_get_y": {"name": "prereq_buy_this_get_y", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this defines the necessary 'buy' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "starts_at": {"name": "starts_at", "description": "The date and time (ISO 8601 format) when the price rule starts.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_selection": {"name": "target_selection", "description": "The target selection method of the price rule. Valid values include `all` (the price rule applies the discount to all line items in the checkout) and `entitled` (the price rule applies the discount to selected entitlements only).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_type": {"name": "target_type", "description": "The target type that the price rule applies to. Valid values include `line_item` (the price rule applies to the cart's line items) and `shipping_line` (the price rule applies to the cart's shipping lines).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the price rule. This is used by the Shopify admin search to retrieve discounts. It is also displayed on the Discounts page of the Shopify admin for bulk discounts. Shopify recommends that this map onto the associated `discount_code.code`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_updated_at": {"name": "price_rule_updated_at", "description": "The date and time (ISO 8601 format) when the price rule was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_limit": {"name": "usage_limit", "description": "The maximum number of times the price rule can be used, per discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the price rule. If if the value of `target_type` is `shipping_line`, then only -100 is accepted. The value must be negative.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The value type of the price rule. Valid values include `fixed_amount` (applies a discount of value as a unit of the store's currency. For example, if value is -30 and the store's currency is USD, then $30 USD is deducted when the discount is applied) and `percentage` (applies a percentage discount of value. For example, if value is -30, then 30% will be deducted when the discount is applied).\nIf `target_type` is `shipping_line`, then only `percentage` is accepted.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_discount_amount": {"name": "total_order_discount_amount", "description": "Total monetary amount (in shop currency) of discounts taken off of orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_abandoned_checkout_discount_amount": {"name": "total_abandoned_checkout_discount_amount", "description": "Total monetary amount (in shop currency) of discounts taken off abandoned checkout orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_line_items_price": {"name": "total_order_line_items_price", "description": "Total monetary amount (in shop currency) of line items for orders that have used this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_shipping_cost": {"name": "total_order_shipping_cost", "description": "Total shipping costs for orders that used this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_abandoned_checkout_shipping_price": {"name": "total_abandoned_checkout_shipping_price", "description": "Total projected shipping costs for abandoned checkouts that applied this discount first.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_refund_amount": {"name": "total_order_refund_amount", "description": "Total refunded amount (in shop currency) for orders that used this discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customers": {"name": "count_customers", "description": "Count of distinct customers who placed orders using this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customer_emails": {"name": "count_customer_emails", "description": "Count of distinct customer emails who placed orders using this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_discount_amount": {"name": "avg_order_discount_amount", "description": "Average amount (in shop currency) of discount taken off orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders": {"name": "count_orders", "description": "Count of orders in which this discount code was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkouts": {"name": "count_abandoned_checkouts", "description": "Count of abandoned checkouts in which this discount code was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkout_customers": {"name": "count_abandoned_checkout_customers", "description": "Distinct count of customers who applied this discount in a checkout that they abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkout_customer_emails": {"name": "count_abandoned_checkout_customer_emails", "description": "Distinct count of customer emails who applied this discount in a checkout that they abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.863053, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__discounts`", "raw_code": "with discount as (\n\n select *\n from {{ var('shopify_discount_code') }}\n),\n\nprice_rule as (\n\n select *\n from {{ var('shopify_price_rule') }}\n),\n\norders_aggregated as (\n\n select *\n from {{ ref('int_shopify__discounts__order_aggregates')}}\n),\n\nabandoned_checkouts_aggregated as (\n\n select *\n from {{ ref('int_shopify__discounts__abandoned_checkouts')}}\n),\n\ndiscount_price_rule_joined as (\n\n select\n discount.*,\n price_rule.target_selection,\n price_rule.target_type,\n price_rule.title,\n price_rule.usage_limit,\n price_rule.value,\n price_rule.value_type,\n price_rule.allocation_limit,\n price_rule.allocation_method,\n price_rule.is_once_per_customer,\n price_rule.customer_selection,\n -- the below are NULL if customer_selection = all\n price_rule.prereq_min_quantity,\n price_rule.prereq_max_shipping_price,\n price_rule.prereq_min_subtotal,\n price_rule.prereq_min_purchase_quantity_for_entitlement,\n price_rule.prereq_buy_x_get_this,\n price_rule.prereq_buy_this_get_y,\n price_rule.starts_at,\n price_rule.ends_at,\n price_rule.created_at as price_rule_created_at,\n price_rule.updated_at as price_rule_updated_at\n\n from discount\n left join price_rule\n on discount.price_rule_id = price_rule.price_rule_id\n and discount.source_relation = price_rule.source_relation\n),\n\naggregates_joined as (\n\n select \n discount_price_rule_joined.*,\n coalesce(orders_aggregated.count_orders, 0) as count_orders,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n orders_aggregated.avg_order_discount_amount,\n coalesce(orders_aggregated.total_order_discount_amount, 0) as total_order_discount_amount,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_discount_amount, 0) as total_abandoned_checkout_discount_amount,\n coalesce(orders_aggregated.total_order_line_items_price, 0) as total_order_line_items_price,\n coalesce(orders_aggregated.total_order_shipping_cost, 0) as total_order_shipping_cost,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_shipping_price, 0) as total_abandoned_checkout_shipping_price,\n coalesce(orders_aggregated.total_order_refund_amount, 0) as total_order_refund_amount,\n coalesce(orders_aggregated.count_customers, 0) as count_customers,\n coalesce(orders_aggregated.count_customer_emails, 0) as count_customer_emails,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customers, 0) as count_abandoned_checkout_customers,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customer_emails, 0) as count_abandoned_checkout_customer_emails\n\n from discount_price_rule_joined\n left join orders_aggregated\n on discount_price_rule_joined.code = orders_aggregated.code\n and discount_price_rule_joined.source_relation = orders_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = orders_aggregated.type\n \n left join abandoned_checkouts_aggregated\n on discount_price_rule_joined.code = abandoned_checkouts_aggregated.code\n and discount_price_rule_joined.source_relation = abandoned_checkouts_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = abandoned_checkouts_aggregated.type \n)\n\nselect * \nfrom aggregates_joined", "language": "sql", "refs": [{"name": "stg_shopify__discount_code", "package": null, "version": null}, {"name": "stg_shopify__price_rule", "package": null, "version": null}, {"name": "int_shopify__discounts__order_aggregates", "package": null, "version": null}, {"name": "int_shopify__discounts__abandoned_checkouts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__discount_code", "model.shopify_source.stg_shopify__price_rule", "model.shopify.int_shopify__discounts__order_aggregates", "model.shopify.int_shopify__discounts__abandoned_checkouts"]}, "compiled_path": "target/compiled/shopify/models/shopify__discounts.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n), __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line`\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n), discount as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__discount_code`\n),\n\nprice_rule as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule`\n),\n\norders_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__discounts__order_aggregates\n),\n\nabandoned_checkouts_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__discounts__abandoned_checkouts\n),\n\ndiscount_price_rule_joined as (\n\n select\n discount.*,\n price_rule.target_selection,\n price_rule.target_type,\n price_rule.title,\n price_rule.usage_limit,\n price_rule.value,\n price_rule.value_type,\n price_rule.allocation_limit,\n price_rule.allocation_method,\n price_rule.is_once_per_customer,\n price_rule.customer_selection,\n -- the below are NULL if customer_selection = all\n price_rule.prereq_min_quantity,\n price_rule.prereq_max_shipping_price,\n price_rule.prereq_min_subtotal,\n price_rule.prereq_min_purchase_quantity_for_entitlement,\n price_rule.prereq_buy_x_get_this,\n price_rule.prereq_buy_this_get_y,\n price_rule.starts_at,\n price_rule.ends_at,\n price_rule.created_at as price_rule_created_at,\n price_rule.updated_at as price_rule_updated_at\n\n from discount\n left join price_rule\n on discount.price_rule_id = price_rule.price_rule_id\n and discount.source_relation = price_rule.source_relation\n),\n\naggregates_joined as (\n\n select \n discount_price_rule_joined.*,\n coalesce(orders_aggregated.count_orders, 0) as count_orders,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n orders_aggregated.avg_order_discount_amount,\n coalesce(orders_aggregated.total_order_discount_amount, 0) as total_order_discount_amount,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_discount_amount, 0) as total_abandoned_checkout_discount_amount,\n coalesce(orders_aggregated.total_order_line_items_price, 0) as total_order_line_items_price,\n coalesce(orders_aggregated.total_order_shipping_cost, 0) as total_order_shipping_cost,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_shipping_price, 0) as total_abandoned_checkout_shipping_price,\n coalesce(orders_aggregated.total_order_refund_amount, 0) as total_order_refund_amount,\n coalesce(orders_aggregated.count_customers, 0) as count_customers,\n coalesce(orders_aggregated.count_customer_emails, 0) as count_customer_emails,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customers, 0) as count_abandoned_checkout_customers,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customer_emails, 0) as count_abandoned_checkout_customer_emails\n\n from discount_price_rule_joined\n left join orders_aggregated\n on discount_price_rule_joined.code = orders_aggregated.code\n and discount_price_rule_joined.source_relation = orders_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = orders_aggregated.type\n \n left join abandoned_checkouts_aggregated\n on discount_price_rule_joined.code = abandoned_checkouts_aggregated.code\n and discount_price_rule_joined.source_relation = abandoned_checkouts_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = abandoned_checkouts_aggregated.type \n)\n\nselect * \nfrom aggregates_joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__discounts__order_aggregates", "sql": " __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n)"}, {"id": "model.shopify.int_shopify__discounts__abandoned_checkouts", "sql": " __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line`\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customer_emails": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__customer_emails", "resource_type": "model", "package_name": "shopify", "path": "shopify__customer_emails.sql", "original_file_path": "models/shopify__customer_emails.sql", "unique_id": "model.shopify.shopify__customer_emails", "fqn": ["shopify", "shopify__customer_emails"], "alias": "shopify__customer_emails", "checksum": {"name": "sha256", "checksum": "da3060f24db9bdc184175c548d307bfbd98b73e384e26d0291c8d9e8373f0d31"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a customer email in Shopify.", "columns": {"last_fivetran_synced": {"name": "last_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_ids": {"name": "customer_ids", "description": "Comma-separated list of customer IDs associated with the email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_count_orders": {"name": "lifetime_count_orders", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone_numbers": {"name": "phone_numbers", "description": "Comma-separated list of phone numbers associated with this email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "account_state": {"name": "account_state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_tax_exempt": {"name": "is_tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_verified_email": {"name": "is_verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp the customer completed their first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "most_recent_order_timestamp": {"name": "most_recent_order_timestamp", "description": "The timestamp the customer completed their most recent order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_value": {"name": "avg_order_value", "description": "The average order value for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_spent": {"name": "lifetime_total_spent", "description": "The total amount of money that the customer has spent on orders across their order history (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_refunded": {"name": "lifetime_total_refunded", "description": "The total amount of money that the customer has been refunded on orders across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_net": {"name": "lifetime_total_net", "description": "The total amount of money (minus refunds) that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_account_created_at": {"name": "first_account_created_at", "description": "Timestamp of when the first account associated with this email was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_account_created_at": {"name": "last_account_created_at", "description": "Timestamp of when the last account associated with this email was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_abandoned_checkouts": {"name": "lifetime_abandoned_checkouts", "description": "Total number of abandoned checkouts abandoned by the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_tags": {"name": "customer_tags", "description": "A string aggregated list of all tags associated with a customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_per_order": {"name": "avg_quantity_per_order", "description": "Average quantity of items per order customer orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_tax": {"name": "lifetime_total_tax", "description": "Total amount of tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_tax_per_order": {"name": "avg_tax_per_order", "description": "Average tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_discount": {"name": "lifetime_total_discount", "description": "Total discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_discount_per_order": {"name": "avg_discount_per_order", "description": "Average discount per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping": {"name": "lifetime_total_shipping", "description": "Total shipping costs attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_per_order": {"name": "avg_shipping_per_order", "description": "Average shipping cost per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_with_discounts": {"name": "lifetime_total_shipping_with_discounts", "description": "Total shipping costs after discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_with_discounts_per_order": {"name": "avg_shipping_with_discounts_per_order", "description": "Average shipping costs after discounts per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_tax": {"name": "lifetime_total_shipping_tax", "description": "Total shipping tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_tax_per_order": {"name": "avg_shipping_tax_per_order", "description": "Average shipping tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_updated_at": {"name": "marketing_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_state": {"name": "marketing_consent_state", "description": "Field indicating if the customer has consented to receive marketing material via email. Coalescing of the new `email_marketing_consent_state` field and the deprecated `accepts_marketing` field. Records with the old field will be marked with '(legacy)'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.8133812, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_emails`", "raw_code": "with customer_emails as (\n\n select \n {{ dbt_utils.star(from=ref('int_shopify__customer_email_rollup'), except=[\"orders_count\", \"total_spent\"]) }}\n from {{ ref('int_shopify__customer_email_rollup') }}\n\n), orders as (\n\n select *\n from {{ ref('int_shopify__emails__order_aggregates' )}}\n where email is not null\n\n), abandoned as (\n\n select \n lower(email) as email,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from {{ var('shopify_abandoned_checkout' )}}\n where email is not null\n group by 1,2\n\n), joined as (\n\n select \n customer_emails.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customer_emails\n left join orders\n on customer_emails.email = orders.email\n and customer_emails.source_relation = orders.source_relation\n left join abandoned\n on customer_emails.email = abandoned.email\n and customer_emails.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "int_shopify__customer_email_rollup", "package": null, "version": null}, {"name": "int_shopify__customer_email_rollup", "package": null, "version": null}, {"name": "int_shopify__emails__order_aggregates", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.int_shopify__emails__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify/models/shopify__customer_emails.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n), customer_emails as (\n\n select \n /* no columns returned from star() macro */\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`int_shopify__customer_email_rollup`\n\n), orders as (\n\n select *\n from __dbt__cte__int_shopify__emails__order_aggregates\n where email is not null\n\n), abandoned as (\n\n select \n lower(email) as email,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n where email is not null\n group by 1,2\n\n), joined as (\n\n select \n customer_emails.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customer_emails\n left join orders\n on customer_emails.email = orders.email\n and customer_emails.source_relation = orders.source_relation\n left join abandoned\n on customer_emails.email = abandoned.email\n and customer_emails.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.int_shopify__emails__order_aggregates", "sql": " __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__inventory_levels": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__inventory_levels", "resource_type": "model", "package_name": "shopify", "path": "shopify__inventory_levels.sql", "original_file_path": "models/shopify__inventory_levels.sql", "unique_id": "model.shopify.shopify__inventory_levels", "fqn": ["shopify", "shopify__inventory_levels"], "alias": "shopify__inventory_levels", "checksum": {"name": "sha256", "checksum": "a490695446ee438fb554af8a9c4c52fa04cac19af25266ceb88bf83bd43e8051"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Model representing the current status of an inventory level in Shopify. Inventory Levels are unique pairings of inventory items (which have a 1:1 relationship with product variants) and locations. \nInventory Level = Inventory item @ a Location.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "available_quantity": {"name": "available_quantity", "description": "The available quantity of an inventory item at the inventory level's associated location. Returns null if the inventory item is not tracked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item associated with the inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location that the inventory level belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory level was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_inventory_item_deleted": {"name": "is_inventory_item_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The unique SKU (stock keeping unit) of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cost": {"name": "cost", "description": "The unit cost of the inventory item. The shop's default currency is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code_of_origin": {"name": "province_code_of_origin", "description": "The province code (ISO 3166-2 alpha-2) of where the item came from. The province code is only used if the shipping provider for the inventory item is Canada Post.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code_of_origin": {"name": "country_code_of_origin", "description": "The country code (ISO 3166-1 alpha-2) of where the item came from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Boolean representing whether a customer needs to provide a shipping address when placing an order containing the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_inventory_quantity_tracked": {"name": "is_inventory_quantity_tracked", "description": "Boolean representing whether inventory levels are tracked for the item. If true, then the inventory quantity changes are tracked by Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_created_at": {"name": "inventory_item_created_at", "description": "The date and time (ISO 8601 format) when the inventory item was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_updated_at": {"name": "inventory_item_updated_at", "description": "The date and time (ISO 8601 format) when the inventory item was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_location_deleted": {"name": "is_location_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_location_active": {"name": "is_location_active", "description": "Boolean representing whether the location is active. If true, then the location can be used to sell products, stock inventory, and fulfill orders.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country the location is in (two-letter code).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) corresponding to country the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_created_at": {"name": "location_created_at", "description": "The date and time (ISO 8601 format) when the location was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_legacy_location": {"name": "is_legacy_location", "description": "Boolean representing whether this is a fulfillment service location. If true, then the location is a fulfillment service location. If false, then the location was created by the merchant and isn't tied to a fulfillment service.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_name": {"name": "location_name", "description": "The name of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number of the location. This value can contain special characters, such as - or +.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province, state, or district of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The province, state, or district code (ISO 3166-2 alpha-2 format) of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_updated_at": {"name": "location_updated_at", "description": "The date and time (ISO 8601 format) when the location was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_barcode": {"name": "variant_barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_created_at": {"name": "variant_created_at", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_fulfillment_service": {"name": "variant_fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_grams": {"name": "variant_grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The unique numeric identifier for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_image_id": {"name": "variant_image_id", "description": "The unique numeric identifier for a product's image. The image must be associated to the same product as the variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_policy": {"name": "variant_inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_quantity": {"name": "variant_inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_1": {"name": "variant_option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_2": {"name": "variant_option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_3": {"name": "variant_option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_price": {"name": "variant_price", "description": "The price of the product variant in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The unique numeric identifier for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_variant_taxable": {"name": "is_variant_taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_tax_code": {"name": "variant_tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_updated_at": {"name": "variant_updated_at", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight": {"name": "variant_weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight_unit": {"name": "variant_weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold": {"name": "subtotal_sold", "description": "Total amount (monetary, in shop currency) sold from the inventory level. Includes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold": {"name": "quantity_sold", "description": "Total quantity sold from the inventory level. Includes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_distinct_orders": {"name": "count_distinct_orders", "description": "The number of distinct orders placed from this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_distinct_customers": {"name": "count_distinct_customers", "description": "The number of distinct customers (based on customer_id) that have placed orders against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_distinct_customer_emails": {"name": "count_distinct_customer_emails", "description": "The number of distinct customer emails that have placed orders against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timetamp of the first order against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_order_timestamp": {"name": "last_order_timestamp", "description": "The timestamp of the first order against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold_refunds": {"name": "subtotal_sold_refunds", "description": "The monetary amount (in shop currency) of inventory level goods that have been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold_refunds": {"name": "quantity_sold_refunds", "description": "The quantity of inventory level goods that have been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "net_subtotal_sold": {"name": "net_subtotal_sold", "description": "Net monetary amount sold (in shop currency) from the inventory level. Excludes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "net_quantity_sold": {"name": "net_quantity_sold", "description": "Net quantity sold from this inventory level. Excludes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_pending": {"name": "count_fulfillment_pending", "description": "Count of currently pending distinct fulfillments for this inventory level. \"Pending\" = Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to 'open' or 'success'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_open": {"name": "count_fulfillment_open", "description": "Count of currently open distinct fulfillments for this inventory level. \"Open\" = The fulfillment has been acknowledged by the service and is in processing.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_success": {"name": "count_fulfillment_success", "description": "Count of successful distinct fulfillments for this inventory level. \"Success\" = The fulfillment was successful.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_cancelled": {"name": "count_fulfillment_cancelled", "description": "Count of cancelled distinct fulfillments for this inventory level. \"Cancelled\" = The fulfillment was cancelled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_error": {"name": "count_fulfillment_error", "description": "Count of distinct fulfillments for this inventory level that encountered an error. \"Error\" = There was an error with the fulfillment request.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_failure": {"name": "count_fulfillment_failure", "description": "Count of distinct fulfillments for this inventory level that failed. \"Failure\" = The fulfillment request failed.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.8542888, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__inventory_levels`", "raw_code": "with inventory_level as (\n\n select *\n from {{ var('shopify_inventory_level') }}\n), \n\ninventory_item as (\n\n select *\n from {{ var('shopify_inventory_item') }}\n),\n\nlocation as (\n\n select *\n from {{ var('shopify_location') }}\n),\n\nproduct_variant as (\n\n select *\n from {{ var('shopify_product_variant') }}\n),\n\nproduct as (\n\n select *\n from {{ var('shopify_product') }}\n),\n\ninventory_level_aggregated as (\n\n select *\n from {{ ref('int_shopify__inventory_level__aggregates') }}\n),\n\njoined_info as (\n\n select \n inventory_level.*,\n inventory_item.sku,\n inventory_item.is_deleted as is_inventory_item_deleted,\n inventory_item.cost,\n inventory_item.country_code_of_origin,\n inventory_item.province_code_of_origin,\n inventory_item.is_shipping_required,\n inventory_item.is_inventory_quantity_tracked,\n inventory_item.created_at as inventory_item_created_at,\n inventory_item.updated_at as inventory_item_updated_at,\n\n location.name as location_name, \n location.is_deleted as is_location_deleted,\n location.is_active as is_location_active,\n location.address_1,\n location.address_2,\n location.city,\n location.country,\n location.country_code,\n location.is_legacy as is_legacy_location,\n location.province,\n location.province_code,\n location.phone,\n location.zip,\n location.created_at as location_created_at,\n location.updated_at as location_updated_at,\n\n product_variant.variant_id,\n product_variant.product_id,\n product_variant.title as variant_title,\n product_variant.inventory_policy as variant_inventory_policy,\n product_variant.price as variant_price,\n product_variant.image_id as variant_image_id,\n product_variant.fulfillment_service as variant_fulfillment_service,\n product_variant.inventory_management as variant_inventory_management,\n product_variant.is_taxable as is_variant_taxable,\n product_variant.barcode as variant_barcode,\n product_variant.grams as variant_grams, \n product_variant.inventory_quantity as variant_inventory_quantity,\n product_variant.weight as variant_weight,\n product_variant.weight_unit as variant_weight_unit,\n product_variant.option_1 as variant_option_1,\n product_variant.option_2 as variant_option_2,\n product_variant.option_3 as variant_option_3,\n product_variant.tax_code as variant_tax_code,\n product_variant.created_timestamp as variant_created_at,\n product_variant.updated_timestamp as variant_updated_at\n\n {{ fivetran_utils.persist_pass_through_columns('product_variant_pass_through_columns', identifier='product_variant') }}\n\n from inventory_level\n join inventory_item \n on inventory_level.inventory_item_id = inventory_item.inventory_item_id \n and inventory_level.source_relation = inventory_item.source_relation \n join location \n on inventory_level.location_id = location.location_id \n and inventory_level.source_relation = location.source_relation \n join product_variant \n on inventory_item.inventory_item_id = product_variant.inventory_item_id \n and inventory_item.source_relation = product_variant.source_relation\n\n),\n\njoined_aggregates as (\n\n select \n joined_info.*,\n coalesce(inventory_level_aggregated.subtotal_sold, 0) as subtotal_sold,\n coalesce(inventory_level_aggregated.quantity_sold, 0) as quantity_sold,\n coalesce(inventory_level_aggregated.count_distinct_orders, 0) as count_distinct_orders,\n coalesce(inventory_level_aggregated.count_distinct_customers, 0) as count_distinct_customers,\n coalesce(inventory_level_aggregated.count_distinct_customer_emails, 0) as count_distinct_customer_emails,\n inventory_level_aggregated.first_order_timestamp,\n inventory_level_aggregated.last_order_timestamp,\n coalesce(inventory_level_aggregated.subtotal_sold_refunds, 0) as subtotal_sold_refunds,\n coalesce(inventory_level_aggregated.quantity_sold_refunds, 0) as quantity_sold_refunds\n\n {% for status in ['pending', 'open', 'success', 'cancelled', 'error', 'failure'] %}\n , coalesce(count_fulfillment_{{ status }}, 0) as count_fulfillment_{{ status }}\n {% endfor %}\n\n from joined_info\n left join inventory_level_aggregated\n on joined_info.location_id = inventory_level_aggregated.location_id\n and joined_info.variant_id = inventory_level_aggregated.variant_id\n and joined_info.source_relation = inventory_level_aggregated.source_relation\n),\n\nfinal as (\n\n select \n *,\n subtotal_sold - subtotal_sold_refunds as net_subtotal_sold,\n quantity_sold - quantity_sold_refunds as net_quantity_sold\n from joined_aggregates\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}, {"name": "stg_shopify__inventory_item", "package": null, "version": null}, {"name": "stg_shopify__location", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__product", "package": null, "version": null}, {"name": "int_shopify__inventory_level__aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.persist_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__inventory_level", "model.shopify_source.stg_shopify__inventory_item", "model.shopify_source.stg_shopify__location", "model.shopify_source.stg_shopify__product_variant", "model.shopify_source.stg_shopify__product", "model.shopify.int_shopify__inventory_level__aggregates"]}, "compiled_path": "target/compiled/shopify/models/shopify__inventory_levels.sql", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n),\n\nfulfillment as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), inventory_level as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_level`\n), \n\ninventory_item as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_item`\n),\n\nlocation as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__location`\n),\n\nproduct_variant as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n),\n\nproduct as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`\n),\n\ninventory_level_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__inventory_level__aggregates\n),\n\njoined_info as (\n\n select \n inventory_level.*,\n inventory_item.sku,\n inventory_item.is_deleted as is_inventory_item_deleted,\n inventory_item.cost,\n inventory_item.country_code_of_origin,\n inventory_item.province_code_of_origin,\n inventory_item.is_shipping_required,\n inventory_item.is_inventory_quantity_tracked,\n inventory_item.created_at as inventory_item_created_at,\n inventory_item.updated_at as inventory_item_updated_at,\n\n location.name as location_name, \n location.is_deleted as is_location_deleted,\n location.is_active as is_location_active,\n location.address_1,\n location.address_2,\n location.city,\n location.country,\n location.country_code,\n location.is_legacy as is_legacy_location,\n location.province,\n location.province_code,\n location.phone,\n location.zip,\n location.created_at as location_created_at,\n location.updated_at as location_updated_at,\n\n product_variant.variant_id,\n product_variant.product_id,\n product_variant.title as variant_title,\n product_variant.inventory_policy as variant_inventory_policy,\n product_variant.price as variant_price,\n product_variant.image_id as variant_image_id,\n product_variant.fulfillment_service as variant_fulfillment_service,\n product_variant.inventory_management as variant_inventory_management,\n product_variant.is_taxable as is_variant_taxable,\n product_variant.barcode as variant_barcode,\n product_variant.grams as variant_grams, \n product_variant.inventory_quantity as variant_inventory_quantity,\n product_variant.weight as variant_weight,\n product_variant.weight_unit as variant_weight_unit,\n product_variant.option_1 as variant_option_1,\n product_variant.option_2 as variant_option_2,\n product_variant.option_3 as variant_option_3,\n product_variant.tax_code as variant_tax_code,\n product_variant.created_timestamp as variant_created_at,\n product_variant.updated_timestamp as variant_updated_at\n\n \n\n\n\n\n\n from inventory_level\n join inventory_item \n on inventory_level.inventory_item_id = inventory_item.inventory_item_id \n and inventory_level.source_relation = inventory_item.source_relation \n join location \n on inventory_level.location_id = location.location_id \n and inventory_level.source_relation = location.source_relation \n join product_variant \n on inventory_item.inventory_item_id = product_variant.inventory_item_id \n and inventory_item.source_relation = product_variant.source_relation\n\n),\n\njoined_aggregates as (\n\n select \n joined_info.*,\n coalesce(inventory_level_aggregated.subtotal_sold, 0) as subtotal_sold,\n coalesce(inventory_level_aggregated.quantity_sold, 0) as quantity_sold,\n coalesce(inventory_level_aggregated.count_distinct_orders, 0) as count_distinct_orders,\n coalesce(inventory_level_aggregated.count_distinct_customers, 0) as count_distinct_customers,\n coalesce(inventory_level_aggregated.count_distinct_customer_emails, 0) as count_distinct_customer_emails,\n inventory_level_aggregated.first_order_timestamp,\n inventory_level_aggregated.last_order_timestamp,\n coalesce(inventory_level_aggregated.subtotal_sold_refunds, 0) as subtotal_sold_refunds,\n coalesce(inventory_level_aggregated.quantity_sold_refunds, 0) as quantity_sold_refunds\n\n \n , coalesce(count_fulfillment_pending, 0) as count_fulfillment_pending\n \n , coalesce(count_fulfillment_open, 0) as count_fulfillment_open\n \n , coalesce(count_fulfillment_success, 0) as count_fulfillment_success\n \n , coalesce(count_fulfillment_cancelled, 0) as count_fulfillment_cancelled\n \n , coalesce(count_fulfillment_error, 0) as count_fulfillment_error\n \n , coalesce(count_fulfillment_failure, 0) as count_fulfillment_failure\n \n\n from joined_info\n left join inventory_level_aggregated\n on joined_info.location_id = inventory_level_aggregated.location_id\n and joined_info.variant_id = inventory_level_aggregated.variant_id\n and joined_info.source_relation = inventory_level_aggregated.source_relation\n),\n\nfinal as (\n\n select \n *,\n subtotal_sold - subtotal_sold_refunds as net_subtotal_sold,\n quantity_sold - quantity_sold_refunds as net_quantity_sold\n from joined_aggregates\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}, {"id": "model.shopify.int_shopify__inventory_level__aggregates", "sql": " __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n),\n\nfulfillment as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__orders": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__orders", "resource_type": "model", "package_name": "shopify", "path": "shopify__orders.sql", "original_file_path": "models/shopify__orders.sql", "unique_id": "model.shopify.shopify__orders", "fqn": ["shopify", "shopify__orders"], "alias": "shopify__orders", "checksum": {"name": "sha256", "checksum": "24789dd6f5db45f6fb430dfcc24e5802cd6b38f900c8d2eff4e1dbd928cd2fea"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that created the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city, town, or village of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the region of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "browser_ip": {"name": "browser_ip", "description": "The IP address of the browser used by the customer when they placed the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_buyer_accepted_marketing": {"name": "has_buyer_accepted_marketing", "description": "Whether the customer consented to receive email updates from the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancel_reason": {"name": "cancel_reason", "description": "The reason why the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancelled_timestamp": {"name": "cancelled_timestamp", "description": "The date and time when the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID of the cart that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_timestamp": {"name": "closed_timestamp", "description": "The date and time when the order was closed (archived).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The autogenerated date and time when the order was created in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code for the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the order's customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "financial_status": {"name": "financial_status", "description": "The status of payments associated with the order. Can only be set when the order is created", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "The order's status in terms of fulfilled line items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order, used for API purposes. This is different from the order_number property, which is the ID used by the shop owner and customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the buyer landed when they entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the order was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The order name, generated by combining the order_number property with the order prefix and suffix that are set in the merchant's general settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "An optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number": {"name": "number", "description": "The order's position in the shop's count of orders. Numbers are sequential and start at 1.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_number": {"name": "order_number", "description": "The order 's position in the shop's count of orders starting at 1001. Order numbers are sequential and start at 1001.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when an order was processed. This value is the date that appears on your orders and that's used in the analytic reports.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website where the customer clicked a link to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city, town, or village of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the region of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the order originated. Can be set only during order creation, and is not writeable afterwards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The ID of the order placed on the originating platform. This value doesn't correspond to the Shopify ID that's generated from a completed draft.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the order in the shop currency after discounts but before shipping, taxes, and tips.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included": {"name": "has_taxes_included", "description": "Whether taxes are included in the order subtotal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_test_order": {"name": "is_test_order", "description": "Whether this is a test order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique token for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total discounts applied to the price of the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all line item prices in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of all line item prices, discounts, shipping, taxes, and tips in the shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the order in th shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all line item weights in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time (ISO 8601 format) when the order was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into Shopify POS who processed the order, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count": {"name": "line_item_count", "description": "Number of line items included in the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_order_seq_number": {"name": "customer_order_seq_number", "description": "The sequential number of the order as it relates to the customer", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "new_vs_repeat": {"name": "new_vs_repeat", "description": "Whether the order was a new or repeat order for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_cost": {"name": "shipping_cost", "description": "The shipping cost of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_amount": {"name": "order_adjustment_amount", "description": "Total adjustment amount applied to the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_tax_amount": {"name": "order_adjustment_tax_amount", "description": "Total tax applied to the adjustment on the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_subtotal": {"name": "refund_subtotal", "description": "Total refund amount applied to the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_total_tax": {"name": "refund_total_tax", "description": "Total tax applied to the refund on the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjusted_total": {"name": "order_adjusted_total", "description": "Order total adjusted for refunds and other adjustments. The calculation used for this field is as follows: total price listed on the original order (including shipping costs and discounts) + adjustments + adjustments tax - total refunds - refunds tax The order_adjusted_total will equate to the total sales - refunds listed within the transactions table for the order (after currency exchange).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_token": {"name": "checkout_token", "description": "The checkout token applied to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_shipping_price_set": {"name": "total_shipping_price_set", "description": "The total shipping price set to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_total_shipping_tax": {"name": "order_total_shipping_tax", "description": "Total shipping tax attributed to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_tags": {"name": "order_tags", "description": "List of tags associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_url_tags": {"name": "order_url_tags", "description": "List of url tags associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number_of_fulfillments": {"name": "number_of_fulfillments", "description": "Total fulfillments for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_services": {"name": "fulfillment_services", "description": "List of fulfillment services for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_companies": {"name": "tracking_companies", "description": "List of tracking companies for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_numbers": {"name": "tracking_numbers", "description": "List of tracking numbers for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tip_received": {"name": "total_tip_received", "description": "The sum of all the tips in the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "The ID for the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "Details of the browsing client, including software and operating versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "The two or three-letter language code, optionally followed by a region modifier. Example values - en, en-CA.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_status_url": {"name": "order_status_url", "description": "The URL pointing to the order status web page, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The three-letter code (ISO 4217 format) of the currency that the customer used at checkout. For the shop's default currency, see `currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts_set": {"name": "total_discounts_set", "description": "The total discounts applied to the price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price_set": {"name": "total_line_items_price_set", "description": "The total of all line item prices in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_set": {"name": "total_price_set", "description": "The total price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax applied to the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_confirmed": {"name": "is_confirmed", "description": "Whether the order is confirmed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_discount_amount": {"name": "shipping_discount_amount", "description": "The total amount of discount (in shop currency) allocated toward shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "percentage_calc_discount_amount": {"name": "percentage_calc_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a percentage-based discount", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fixed_amount_discount_amount": {"name": "fixed_amount_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a fixed-amount discount", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_discount_codes_applied": {"name": "count_discount_codes_applied", "description": "Distinct discount codes applied on the order", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.798473, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`", "raw_code": "with orders as (\n\n select *\n from {{ var('shopify_order') }}\n\n), order_lines as (\n\n select *\n from {{ ref('shopify__orders__order_line_aggregates') }}\n\n), order_adjustments as (\n\n select *\n from {{ var('shopify_order_adjustment') }}\n\n), order_adjustments_aggregates as (\n select\n order_id,\n source_relation,\n sum(amount) as order_adjustment_amount,\n sum(tax_amount) as order_adjustment_tax_amount\n from order_adjustments\n group by 1,2\n\n), refunds as (\n\n select *\n from {{ ref('shopify__orders__order_refunds') }}\n\n), refund_aggregates as (\n select\n order_id,\n source_relation,\n sum(subtotal) as refund_subtotal,\n sum(total_tax) as refund_total_tax\n from refunds\n group by 1,2\n\n), order_discount_code as (\n \n select *\n from {{ var('shopify_order_discount_code') }}\n\n), discount_aggregates as (\n\n select \n order_id,\n source_relation,\n sum(case when type = 'shipping' then amount else 0 end) as shipping_discount_amount,\n sum(case when type = 'percentage' then amount else 0 end) as percentage_calc_discount_amount,\n sum(case when type = 'shipping' then amount else 0 end) as fixed_amount_discount_amount,\n count(distinct code) as count_discount_codes_applied\n\n from order_discount_code\n group by 1,2\n\n), order_tag as (\n\n select\n order_id,\n source_relation,\n {{ fivetran_utils.string_agg(\"distinct cast(value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as order_tags\n \n from {{ var('shopify_order_tag') }}\n group by 1,2\n\n), order_url_tag as (\n\n select\n order_id,\n source_relation,\n {{ fivetran_utils.string_agg(\"distinct cast(value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as order_url_tags\n \n from {{ var('shopify_order_url_tag') }}\n group by 1,2\n\n), fulfillments as (\n\n select \n order_id,\n source_relation,\n count(fulfillment_id) as number_of_fulfillments,\n {{ fivetran_utils.string_agg(\"distinct cast(service as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as fulfillment_services,\n {{ fivetran_utils.string_agg(\"distinct cast(tracking_company as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as tracking_companies,\n {{ fivetran_utils.string_agg(\"distinct cast(tracking_number as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as tracking_numbers\n\n from {{ var('shopify_fulfillment') }}\n group by 1,2\n\n), joined as (\n\n select\n orders.*,\n coalesce(cast({{ fivetran_utils.json_parse(\"total_shipping_price_set\",[\"shop_money\",\"amount\"]) }} as {{ dbt.type_float() }}) ,0) as shipping_cost,\n \n order_adjustments_aggregates.order_adjustment_amount,\n order_adjustments_aggregates.order_adjustment_tax_amount,\n\n refund_aggregates.refund_subtotal,\n refund_aggregates.refund_total_tax,\n\n (orders.total_price\n + coalesce(order_adjustments_aggregates.order_adjustment_amount,0) + coalesce(order_adjustments_aggregates.order_adjustment_tax_amount,0) \n - coalesce(refund_aggregates.refund_subtotal,0) - coalesce(refund_aggregates.refund_total_tax,0)) as order_adjusted_total,\n order_lines.line_item_count,\n\n coalesce(discount_aggregates.shipping_discount_amount, 0) as shipping_discount_amount,\n coalesce(discount_aggregates.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n coalesce(discount_aggregates.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n coalesce(discount_aggregates.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(order_lines.order_total_shipping_tax, 0) as order_total_shipping_tax,\n order_tag.order_tags,\n order_url_tag.order_url_tags,\n fulfillments.number_of_fulfillments,\n fulfillments.fulfillment_services,\n fulfillments.tracking_companies,\n fulfillments.tracking_numbers\n\n\n from orders\n left join order_lines\n on orders.order_id = order_lines.order_id\n and orders.source_relation = order_lines.source_relation\n left join refund_aggregates\n on orders.order_id = refund_aggregates.order_id\n and orders.source_relation = refund_aggregates.source_relation\n left join order_adjustments_aggregates\n on orders.order_id = order_adjustments_aggregates.order_id\n and orders.source_relation = order_adjustments_aggregates.source_relation\n left join discount_aggregates\n on orders.order_id = discount_aggregates.order_id \n and orders.source_relation = discount_aggregates.source_relation\n left join order_tag\n on orders.order_id = order_tag.order_id\n and orders.source_relation = order_tag.source_relation\n left join order_url_tag\n on orders.order_id = order_url_tag.order_id\n and orders.source_relation = order_url_tag.source_relation\n left join fulfillments\n on orders.order_id = fulfillments.order_id\n and orders.source_relation = fulfillments.source_relation\n\n), windows as (\n\n select \n *,\n row_number() over (partition by customer_id, source_relation order by created_timestamp) as customer_order_seq_number\n from joined\n\n), new_vs_repeat as (\n\n select \n *,\n case \n when customer_order_seq_number = 1 then 'new'\n else 'repeat'\n end as new_vs_repeat\n from windows\n\n)\n\nselect *\nfrom new_vs_repeat", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}, {"name": "stg_shopify__order_adjustment", "package": null, "version": null}, {"name": "shopify__orders__order_refunds", "package": null, "version": null}, {"name": "stg_shopify__order_discount_code", "package": null, "version": null}, {"name": "stg_shopify__order_tag", "package": null, "version": null}, {"name": "stg_shopify__order_url_tag", "package": null, "version": null}, {"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.fivetran_utils.json_parse", "macro.dbt.type_float"], "nodes": ["model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_line_aggregates", "model.shopify_source.stg_shopify__order_adjustment", "model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__order_discount_code", "model.shopify_source.stg_shopify__order_tag", "model.shopify_source.stg_shopify__order_url_tag", "model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify/models/shopify__orders.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n\n), order_lines as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), order_adjustments as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_adjustment`\n\n), order_adjustments_aggregates as (\n select\n order_id,\n source_relation,\n sum(amount) as order_adjustment_amount,\n sum(tax_amount) as order_adjustment_tax_amount\n from order_adjustments\n group by 1,2\n\n), refunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refund_aggregates as (\n select\n order_id,\n source_relation,\n sum(subtotal) as refund_subtotal,\n sum(total_tax) as refund_total_tax\n from refunds\n group by 1,2\n\n), order_discount_code as (\n \n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\n\n), discount_aggregates as (\n\n select \n order_id,\n source_relation,\n sum(case when type = 'shipping' then amount else 0 end) as shipping_discount_amount,\n sum(case when type = 'percentage' then amount else 0 end) as percentage_calc_discount_amount,\n sum(case when type = 'shipping' then amount else 0 end) as fixed_amount_discount_amount,\n count(distinct code) as count_discount_codes_applied\n\n from order_discount_code\n group by 1,2\n\n), order_tag as (\n\n select\n order_id,\n source_relation,\n \n string_agg(distinct cast(value as STRING), ', ')\n\n as order_tags\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tag`\n group by 1,2\n\n), order_url_tag as (\n\n select\n order_id,\n source_relation,\n \n string_agg(distinct cast(value as STRING), ', ')\n\n as order_url_tags\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_url_tag`\n group by 1,2\n\n), fulfillments as (\n\n select \n order_id,\n source_relation,\n count(fulfillment_id) as number_of_fulfillments,\n \n string_agg(distinct cast(service as STRING), ', ')\n\n as fulfillment_services,\n \n string_agg(distinct cast(tracking_company as STRING), ', ')\n\n as tracking_companies,\n \n string_agg(distinct cast(tracking_number as STRING), ', ')\n\n as tracking_numbers\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n group by 1,2\n\n), joined as (\n\n select\n orders.*,\n coalesce(cast(\n\n \n json_extract_scalar(total_shipping_price_set, '$.shop_money.amount')\n\n as FLOAT64) ,0) as shipping_cost,\n \n order_adjustments_aggregates.order_adjustment_amount,\n order_adjustments_aggregates.order_adjustment_tax_amount,\n\n refund_aggregates.refund_subtotal,\n refund_aggregates.refund_total_tax,\n\n (orders.total_price\n + coalesce(order_adjustments_aggregates.order_adjustment_amount,0) + coalesce(order_adjustments_aggregates.order_adjustment_tax_amount,0) \n - coalesce(refund_aggregates.refund_subtotal,0) - coalesce(refund_aggregates.refund_total_tax,0)) as order_adjusted_total,\n order_lines.line_item_count,\n\n coalesce(discount_aggregates.shipping_discount_amount, 0) as shipping_discount_amount,\n coalesce(discount_aggregates.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n coalesce(discount_aggregates.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n coalesce(discount_aggregates.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(order_lines.order_total_shipping_tax, 0) as order_total_shipping_tax,\n order_tag.order_tags,\n order_url_tag.order_url_tags,\n fulfillments.number_of_fulfillments,\n fulfillments.fulfillment_services,\n fulfillments.tracking_companies,\n fulfillments.tracking_numbers\n\n\n from orders\n left join order_lines\n on orders.order_id = order_lines.order_id\n and orders.source_relation = order_lines.source_relation\n left join refund_aggregates\n on orders.order_id = refund_aggregates.order_id\n and orders.source_relation = refund_aggregates.source_relation\n left join order_adjustments_aggregates\n on orders.order_id = order_adjustments_aggregates.order_id\n and orders.source_relation = order_adjustments_aggregates.source_relation\n left join discount_aggregates\n on orders.order_id = discount_aggregates.order_id \n and orders.source_relation = discount_aggregates.source_relation\n left join order_tag\n on orders.order_id = order_tag.order_id\n and orders.source_relation = order_tag.source_relation\n left join order_url_tag\n on orders.order_id = order_url_tag.order_id\n and orders.source_relation = order_url_tag.source_relation\n left join fulfillments\n on orders.order_id = fulfillments.order_id\n and orders.source_relation = fulfillments.source_relation\n\n), windows as (\n\n select \n *,\n row_number() over (partition by customer_id, source_relation order by created_timestamp) as customer_order_seq_number\n from joined\n\n), new_vs_repeat as (\n\n select \n *,\n case \n when customer_order_seq_number = 1 then 'new'\n else 'repeat'\n end as new_vs_repeat\n from windows\n\n)\n\nselect *\nfrom new_vs_repeat", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__daily_shop": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__daily_shop", "resource_type": "model", "package_name": "shopify", "path": "shopify__daily_shop.sql", "original_file_path": "models/shopify__daily_shop.sql", "unique_id": "model.shopify.shopify__daily_shop", "fqn": ["shopify", "shopify__daily_shop"], "alias": "shopify__daily_shop", "checksum": {"name": "sha256", "checksum": "4e4ac5fe54e22fa3b5a9a77d0616d2525c75f43b50292b4f4021bef3ee04f039"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a day in your Shop, enriched with a suite of metrics.\n", "columns": {"date_day": {"name": "date_day", "description": "Day for which the shop activity is being measured.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "The ID for the shop. A 64-bit unsigned integer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "domain": {"name": "domain", "description": "The shop's domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the shop's default currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "enabled_presentment_currencies": {"name": "enabled_presentment_currencies", "description": "An array of of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify Admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "iana_timezone": {"name": "iana_timezone", "description": "The name of the timezone assigned by the [IANA](https://www.iana.org/time-zones).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601) when the shop was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders": {"name": "count_orders", "description": "Count of the distinct orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_line_items": {"name": "count_line_items", "description": "Count of the line items included in orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customers": {"name": "count_customers", "description": "Count of distinct customers who placed an order on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customer_emails": {"name": "count_customer_emails", "description": "Count of distinct customer email addresses who placed an order on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjusted_total": {"name": "order_adjusted_total", "description": "Order total adjusted for refunds and other adjustments. The calculation used for this field is as follows: total price listed on the original order (including shipping costs and discounts) + adjustments + adjustments tax - total refunds - refunds tax The order_adjusted_total will equate to the total sales - refunds listed within the transactions table for the order (after currency exchange).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_value": {"name": "avg_order_value", "description": "Average adjusted total per order placed on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_cost": {"name": "shipping_cost", "description": "The shipping cost of the orders placed on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_amount": {"name": "order_adjustment_amount", "description": "Total adjustment amount (in shop currency) applied to the orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_tax_amount": {"name": "order_adjustment_tax_amount", "description": "Total tax applied to adjustments (in shop currency) on the orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_subtotal": {"name": "refund_subtotal", "description": "Total refund amount applied to the orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_total_tax": {"name": "refund_total_tax", "description": "Total tax applied to the refund on the orders placed on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total amount of the discount allocated to this day's orders in the shop's currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_discount_amount": {"name": "shipping_discount_amount", "description": "The total amount of discount (in shop currency) allocated toward shipping for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "percentage_calc_discount_amount": {"name": "percentage_calc_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a percentage-based discount for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fixed_amount_discount_amount": {"name": "fixed_amount_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a fixed-amount discount for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_discount_codes_applied": {"name": "count_discount_codes_applied", "description": "Distinct discount codes applied by customers on orders for this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_locations_ordered_from": {"name": "count_locations_ordered_from", "description": "Distinct locations with orders placed against them on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders_with_discounts": {"name": "count_orders_with_discounts", "description": "Count of orders in which a discount was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders_with_refunds": {"name": "count_orders_with_refunds", "description": "Count of orders in which there was a refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "Timestamp of the first order of the day for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_order_timestamp": {"name": "last_order_timestamp", "description": "Timestamp of the last order of the day for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold": {"name": "quantity_sold", "description": "Total quantity sold from the inventory level. Includes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_refunded": {"name": "quantity_refunded", "description": "The quantity of goods ORDERED on this day that have been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_net": {"name": "quantity_net", "description": "Net quantity sold from this shop on this day. Excludes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_variants_sold": {"name": "count_variants_sold", "description": "Distinct product variants sold on this day (includes refunds).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_products_sold": {"name": "count_products_sold", "description": "Distinct products sold on this day (includes refunds).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_gift_cards_sold": {"name": "quantity_gift_cards_sold", "description": "Quantity of gift cards sold on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_requiring_shipping": {"name": "quantity_requiring_shipping", "description": "Quantity of goods sold on this day that require shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkouts": {"name": "count_abandoned_checkouts", "description": "Count of abandoned checkouts on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customers_abandoned_checkout": {"name": "count_customers_abandoned_checkout", "description": "Count of distinct customers who abandoned checkouts on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customer_emails_abandoned_checkout": {"name": "count_customer_emails_abandoned_checkout", "description": "Count of distinct customer emails who abandoned checkouts on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_attempted_delivery": {"name": "count_fulfillment_attempted_delivery", "description": "Count of distinct fulfillments on this day where the delivery of the shipment was attempted, but unable to be completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_delivered": {"name": "count_fulfillment_delivered", "description": "Count of successful distinct fulfillments successfully delivered on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_failure": {"name": "count_fulfillment_failure", "description": "Count of failed distinct fulfillments on this day. Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_in_transit": {"name": "count_fulfillment_in_transit", "description": "Count of distinct fulfillments in transit on this day. Each shipment is being transported between shipping facilities on the way to its destination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_out_for_delivery": {"name": "count_fulfillment_out_for_delivery", "description": "Count of distinct fulfillments being delivered to their final destination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_ready_for_pickup": {"name": "count_fulfillment_ready_for_pickup", "description": "Count of distinct fulfillments ready for pickup at a shipping depot.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_picked_up": {"name": "count_fulfillment_picked_up", "description": "Count of distinct fulfillments successfully picked up on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_label_printed": {"name": "count_fulfillment_label_printed", "description": "Count of distinct fulfillments for which a purchased shipping label has been printed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_label_purchased": {"name": "count_fulfillment_label_purchased", "description": "Count of distinct fulfillments for which a shipping label has been purchased (but not printed yet) on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_confirmed": {"name": "count_fulfillment_confirmed", "description": "Count of confirmed distinct fulfillments. This is the default status when no other information is available about a fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_line_item_count": {"name": "avg_line_item_count", "description": "Average line item count for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_discount": {"name": "avg_discount", "description": "Average total discount placed on orders on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_discount_amount": {"name": "avg_shipping_discount_amount", "description": "Average discount amount (in shop currency) allocated toward shipping on orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_percentage_calc_discount_amount": {"name": "avg_percentage_calc_discount_amount", "description": "Average discount amount (in shop currency) allocated via a percentage-based-discount on orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_fixed_amount_discount_amount": {"name": "avg_fixed_amount_discount_amount", "description": "Average discount amount (in shop currency) allocated via a fixed-amount-discount on orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_sold": {"name": "avg_quantity_sold", "description": "Average quantity sold per order on this day. Includes refunds. (in shop currency)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_net": {"name": "avg_quantity_net", "description": "Average net quantity sold per order on this day. Excludes refunds. (in shop currency)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.877762, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__daily_shop`", "raw_code": "with shop as (\n\n select *\n from {{ var('shopify_shop') }}\n),\n\ncalendar as (\n\n select *\n from {{ ref('shopify__calendar') }}\n where cast({{ dbt.date_trunc('day','date_day') }} as date) = date_day\n),\n\ndaily_orders as (\n\n select *\n from {{ ref('int_shopify__daily_orders') }}\n),\n\ndaily_abandoned_checkouts as (\n\n select *\n from {{ ref('int_shopify__daily_abandoned_checkouts') }}\n),\n\n{% if var('shopify_using_fulfillment_event', false) %}\ndaily_fulfillment as (\n\n select *\n from {{ ref('int_shopify__daily_fulfillment') }}\n),\n{% endif %}\n\nshop_calendar as (\n\n select\n cast({{ dbt.date_trunc('day','calendar.date_day') }} as date) as date_day,\n shop.shop_id,\n shop.name,\n shop.domain,\n shop.is_deleted,\n shop.currency,\n shop.enabled_presentment_currencies,\n shop.iana_timezone,\n shop.created_at,\n shop.source_relation\n\n from calendar\n join shop \n on cast(shop.created_at as date) <= calendar.date_day\n),\n\nfinal as (\n\n select \n shop_calendar.*,\n\n coalesce(daily_orders.count_orders, 0) as count_orders,\n coalesce(daily_orders.count_line_items, 0) as count_line_items,\n daily_orders.avg_line_item_count,\n coalesce(daily_orders.count_customers, 0) as count_customers,\n coalesce(daily_orders.count_customer_emails, 0) as count_customer_emails,\n coalesce(daily_orders.order_adjusted_total, 0) as order_adjusted_total,\n daily_orders.avg_order_value,\n coalesce(daily_orders.shipping_cost, 0) as shipping_cost,\n coalesce(daily_orders.order_adjustment_amount, 0) as order_adjustment_amount,\n coalesce(daily_orders.order_adjustment_tax_amount, 0) as order_adjustment_tax_amount,\n coalesce(daily_orders.refund_subtotal, 0) as refund_subtotal,\n coalesce(daily_orders.refund_total_tax, 0) as refund_total_tax,\n coalesce(daily_orders.total_discounts, 0) as total_discounts,\n daily_orders.avg_discount,\n coalesce(daily_orders.shipping_discount_amount, 0) as shipping_discount_amount,\n daily_orders.avg_shipping_discount_amount,\n coalesce(daily_orders.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n daily_orders.avg_percentage_calc_discount_amount,\n coalesce(daily_orders.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n daily_orders.avg_fixed_amount_discount_amount,\n coalesce(daily_orders.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(daily_orders.count_locations_ordered_from, 0) as count_locations_ordered_from,\n coalesce(daily_orders.count_orders_with_discounts, 0) as count_orders_with_discounts,\n coalesce(daily_orders.count_orders_with_refunds, 0) as count_orders_with_refunds,\n daily_orders.first_order_timestamp,\n daily_orders.last_order_timestamp,\n\n coalesce(daily_orders.quantity_sold, 0) as quantity_sold,\n coalesce(daily_orders.quantity_refunded, 0) as quantity_refunded,\n coalesce(daily_orders.quantity_net, 0) as quantity_net,\n daily_orders.avg_quantity_sold,\n daily_orders.avg_quantity_net,\n coalesce(daily_orders.count_variants_sold, 0) as count_variants_sold,\n coalesce(daily_orders.count_products_sold, 0) as count_products_sold,\n coalesce(daily_orders.quantity_gift_cards_sold, 0) as quantity_gift_cards_sold,\n coalesce(daily_orders.quantity_requiring_shipping, 0) as quantity_requiring_shipping,\n\n coalesce(daily_abandoned_checkouts.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n coalesce(daily_abandoned_checkouts.count_customers_abandoned_checkout, 0) as count_customers_abandoned_checkout,\n coalesce(daily_abandoned_checkouts.count_customer_emails_abandoned_checkout, 0) as count_customer_emails_abandoned_checkout\n\n {% if var('shopify_using_fulfillment_event', false) %}\n {% for status in ['attempted_delivery', 'delivered', 'failure', 'in_transit', 'out_for_delivery', 'ready_for_pickup', 'picked_up', 'label_printed', 'label_purchased', 'confirmed']%}\n , coalesce(count_fulfillment_{{ status }}, 0) as count_fulfillment_{{ status }}\n {% endfor %}\n {% endif %}\n\n from shop_calendar\n left join daily_orders \n on shop_calendar.source_relation = daily_orders.source_relation\n and shop_calendar.date_day = daily_orders.date_day\n left join daily_abandoned_checkouts \n on shop_calendar.source_relation = daily_abandoned_checkouts.source_relation\n and shop_calendar.date_day = daily_abandoned_checkouts.date_day\n {% if var('shopify_using_fulfillment_event', false) %}\n left join daily_fulfillment \n on shop_calendar.source_relation = daily_fulfillment.source_relation\n and shop_calendar.date_day = daily_fulfillment.date_day\n {% endif %}\n \n)\n\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__shop", "package": null, "version": null}, {"name": "shopify__calendar", "package": null, "version": null}, {"name": "int_shopify__daily_orders", "package": null, "version": null}, {"name": "int_shopify__daily_abandoned_checkouts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.shopify_source.stg_shopify__shop", "model.shopify.shopify__calendar", "model.shopify.int_shopify__daily_orders", "model.shopify.int_shopify__daily_abandoned_checkouts"]}, "compiled_path": "target/compiled/shopify/models/shopify__daily_shop.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__daily_orders as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast(timestamp_trunc(\n cast(created_timestamp as timestamp),\n day\n ) as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast(timestamp_trunc(\n cast(orders.created_timestamp as timestamp),\n day\n ) as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__daily_abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast(timestamp_trunc(\n cast(created_at as timestamp),\n day\n ) as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates\n), shop as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__shop`\n),\n\ncalendar as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__calendar`\n where cast(timestamp_trunc(\n cast(date_day as timestamp),\n day\n ) as date) = date_day\n),\n\ndaily_orders as (\n\n select *\n from __dbt__cte__int_shopify__daily_orders\n),\n\ndaily_abandoned_checkouts as (\n\n select *\n from __dbt__cte__int_shopify__daily_abandoned_checkouts\n),\n\n\n\nshop_calendar as (\n\n select\n cast(timestamp_trunc(\n cast(calendar.date_day as timestamp),\n day\n ) as date) as date_day,\n shop.shop_id,\n shop.name,\n shop.domain,\n shop.is_deleted,\n shop.currency,\n shop.enabled_presentment_currencies,\n shop.iana_timezone,\n shop.created_at,\n shop.source_relation\n\n from calendar\n join shop \n on cast(shop.created_at as date) <= calendar.date_day\n),\n\nfinal as (\n\n select \n shop_calendar.*,\n\n coalesce(daily_orders.count_orders, 0) as count_orders,\n coalesce(daily_orders.count_line_items, 0) as count_line_items,\n daily_orders.avg_line_item_count,\n coalesce(daily_orders.count_customers, 0) as count_customers,\n coalesce(daily_orders.count_customer_emails, 0) as count_customer_emails,\n coalesce(daily_orders.order_adjusted_total, 0) as order_adjusted_total,\n daily_orders.avg_order_value,\n coalesce(daily_orders.shipping_cost, 0) as shipping_cost,\n coalesce(daily_orders.order_adjustment_amount, 0) as order_adjustment_amount,\n coalesce(daily_orders.order_adjustment_tax_amount, 0) as order_adjustment_tax_amount,\n coalesce(daily_orders.refund_subtotal, 0) as refund_subtotal,\n coalesce(daily_orders.refund_total_tax, 0) as refund_total_tax,\n coalesce(daily_orders.total_discounts, 0) as total_discounts,\n daily_orders.avg_discount,\n coalesce(daily_orders.shipping_discount_amount, 0) as shipping_discount_amount,\n daily_orders.avg_shipping_discount_amount,\n coalesce(daily_orders.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n daily_orders.avg_percentage_calc_discount_amount,\n coalesce(daily_orders.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n daily_orders.avg_fixed_amount_discount_amount,\n coalesce(daily_orders.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(daily_orders.count_locations_ordered_from, 0) as count_locations_ordered_from,\n coalesce(daily_orders.count_orders_with_discounts, 0) as count_orders_with_discounts,\n coalesce(daily_orders.count_orders_with_refunds, 0) as count_orders_with_refunds,\n daily_orders.first_order_timestamp,\n daily_orders.last_order_timestamp,\n\n coalesce(daily_orders.quantity_sold, 0) as quantity_sold,\n coalesce(daily_orders.quantity_refunded, 0) as quantity_refunded,\n coalesce(daily_orders.quantity_net, 0) as quantity_net,\n daily_orders.avg_quantity_sold,\n daily_orders.avg_quantity_net,\n coalesce(daily_orders.count_variants_sold, 0) as count_variants_sold,\n coalesce(daily_orders.count_products_sold, 0) as count_products_sold,\n coalesce(daily_orders.quantity_gift_cards_sold, 0) as quantity_gift_cards_sold,\n coalesce(daily_orders.quantity_requiring_shipping, 0) as quantity_requiring_shipping,\n\n coalesce(daily_abandoned_checkouts.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n coalesce(daily_abandoned_checkouts.count_customers_abandoned_checkout, 0) as count_customers_abandoned_checkout,\n coalesce(daily_abandoned_checkouts.count_customer_emails_abandoned_checkout, 0) as count_customer_emails_abandoned_checkout\n\n \n\n from shop_calendar\n left join daily_orders \n on shop_calendar.source_relation = daily_orders.source_relation\n and shop_calendar.date_day = daily_orders.date_day\n left join daily_abandoned_checkouts \n on shop_calendar.source_relation = daily_abandoned_checkouts.source_relation\n and shop_calendar.date_day = daily_abandoned_checkouts.date_day\n \n \n)\n\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__daily_orders", "sql": " __dbt__cte__int_shopify__daily_orders as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast(timestamp_trunc(\n cast(created_timestamp as timestamp),\n day\n ) as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast(timestamp_trunc(\n cast(orders.created_timestamp as timestamp),\n day\n ) as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.int_shopify__daily_abandoned_checkouts", "sql": " __dbt__cte__int_shopify__daily_abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast(timestamp_trunc(\n cast(created_at as timestamp),\n day\n ) as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__products": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__products", "resource_type": "model", "package_name": "shopify", "path": "shopify__products.sql", "original_file_path": "models/shopify__products.sql", "unique_id": "model.shopify.shopify__products", "fqn": ["shopify", "shopify__products"], "alias": "shopify__products", "checksum": {"name": "sha256", "checksum": "8309d2ec598065b10841326f064dfe2dba9d373329e88af3f4455c11e045323f"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a product in Shopify.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Whether the record has been deleted in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the product was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique human-friendly string for the product. Automatically generated from the product's title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "An unsigned 64-bit integer that's used as a unique identifier for the product. Each id is unique across the Shopify system. No two products will have the same id, even if they're from different shops.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_type": {"name": "product_type", "description": "A categorization for the product used for filtering and searching products.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_timestamp": {"name": "published_timestamp", "description": "The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the product is published to the Point of Sale channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the product was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the product's vendor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_quantity_sold": {"name": "total_quantity_sold", "description": "Quantity of the product sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold": {"name": "subtotal_sold", "description": "Total amount (in shop currency) of the product sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold_net_refunds": {"name": "quantity_sold_net_refunds", "description": "Quantity of the product sold, excluding refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold_net_refunds": {"name": "subtotal_sold_net_refunds", "description": "Total amount (in shop currency) of the product sold, excluding refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp the product was first ordered.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "most_recent_order_timestamp": {"name": "most_recent_order_timestamp", "description": "The timestamp the product was most recently ordered.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_per_order_line": {"name": "avg_quantity_per_order_line", "description": "Average quantity per order line with this product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_total_discount": {"name": "product_total_discount", "description": "Total discounts associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_avg_discount_per_order_line": {"name": "product_avg_discount_per_order_line", "description": "Average discount per order line with this product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_total_tax": {"name": "product_total_tax", "description": "Total taxes associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_avg_tax_per_order_line": {"name": "product_avg_tax_per_order_line", "description": "Average taxes per order line with this product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_variants": {"name": "count_variants", "description": "Count of product variants.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_product_image": {"name": "has_product_image", "description": "If the product has an image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the product. Valid values: - active: The product is ready to sell and is available to customers on the online store, sales channels, and apps. By default, existing products are set to active. - archived: The product is no longer being sold and isn't available to customers on sales channels and apps. - draft: The product isn't ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collections": {"name": "collections", "description": "Comma-separated list of collections associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tags": {"name": "tags", "description": "Comma-separated list of tags associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.820437, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__products`", "raw_code": "with products as (\n\n select *\n from {{ ref('int_shopify__products_with_aggregates') }}\n\n), product_order_lines as (\n\n select *\n from {{ ref('int_shopify__product__order_line_aggregates')}}\n\n), joined as (\n\n select\n products.*,\n coalesce(product_order_lines.quantity_sold,0) as total_quantity_sold,\n coalesce(product_order_lines.subtotal_sold,0) as subtotal_sold,\n coalesce(product_order_lines.quantity_sold_net_refunds,0) as quantity_sold_net_refunds,\n coalesce(product_order_lines.subtotal_sold_net_refunds,0) as subtotal_sold_net_refunds,\n product_order_lines.first_order_timestamp,\n product_order_lines.most_recent_order_timestamp,\n product_order_lines.avg_quantity_per_order_line as avg_quantity_per_order_line,\n coalesce(product_order_lines.product_total_discount,0) as product_total_discount,\n product_order_lines.product_avg_discount_per_order_line as product_avg_discount_per_order_line,\n coalesce(product_order_lines.product_total_tax,0) as product_total_tax,\n product_order_lines.product_avg_tax_per_order_line as product_avg_tax_per_order_line\n\n from products\n left join product_order_lines\n on products.product_id = product_order_lines.product_id\n and products.source_relation = product_order_lines.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "int_shopify__products_with_aggregates", "package": null, "version": null}, {"name": "int_shopify__product__order_line_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify.int_shopify__products_with_aggregates", "model.shopify.int_shopify__product__order_line_aggregates"]}, "compiled_path": "target/compiled/shopify/models/shopify__products.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`\n), \n\ncollection_product as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\n),\n\ncollection as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\n),\n\nproduct_variant as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n),\n\nproduct_image as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n string_agg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n string_agg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n), products as (\n\n select *\n from __dbt__cte__int_shopify__products_with_aggregates\n\n), product_order_lines as (\n\n select *\n from __dbt__cte__int_shopify__product__order_line_aggregates\n\n), joined as (\n\n select\n products.*,\n coalesce(product_order_lines.quantity_sold,0) as total_quantity_sold,\n coalesce(product_order_lines.subtotal_sold,0) as subtotal_sold,\n coalesce(product_order_lines.quantity_sold_net_refunds,0) as quantity_sold_net_refunds,\n coalesce(product_order_lines.subtotal_sold_net_refunds,0) as subtotal_sold_net_refunds,\n product_order_lines.first_order_timestamp,\n product_order_lines.most_recent_order_timestamp,\n product_order_lines.avg_quantity_per_order_line as avg_quantity_per_order_line,\n coalesce(product_order_lines.product_total_discount,0) as product_total_discount,\n product_order_lines.product_avg_discount_per_order_line as product_avg_discount_per_order_line,\n coalesce(product_order_lines.product_total_tax,0) as product_total_tax,\n product_order_lines.product_avg_tax_per_order_line as product_avg_tax_per_order_line\n\n from products\n left join product_order_lines\n on products.product_id = product_order_lines.product_id\n and products.source_relation = product_order_lines.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__products_with_aggregates", "sql": " __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`\n), \n\ncollection_product as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\n),\n\ncollection as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\n),\n\nproduct_variant as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n),\n\nproduct_image as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n string_agg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n string_agg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.shopify.int_shopify__product__order_line_aggregates", "sql": " __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__transactions": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__transactions", "resource_type": "model", "package_name": "shopify", "path": "shopify__transactions.sql", "original_file_path": "models/shopify__transactions.sql", "unique_id": "model.shopify.shopify__transactions", "fqn": ["shopify", "shopify__transactions"], "alias": "shopify__transactions", "checksum": {"name": "sha256", "checksum": "3ff2f53c9a7cad2703ebb92e2f4c7f1da33074640af677051eeded5df3c11c90"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a transaction in Shopify.", "columns": {"transaction_id": {"name": "transaction_id", "description": "The ID for the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID for the order that the transaction is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID associated with a refund in the refund table.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of money included in the transaction in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization": {"name": "authorization", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the transaction was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when a transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The name of the gateway the transaction was issued through.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "The origin of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "A string generated by the payment provider with additional information about why the transaction succeeded or failed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_id": {"name": "parent_id", "description": "The ID of an associated transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_avs_result_code": {"name": "payment_avs_result_code", "description": "The response code from the address verification system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_bin": {"name": "payment_credit_card_bin", "description": "The issuer identification number (IIN), formerly known as bank identification number (BIN) of the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_cvv_result_code": {"name": "payment_cvv_result_code", "description": "The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_number": {"name": "payment_credit_card_number", "description": "The customer's credit card number, with most of the leading digits redacted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_company": {"name": "payment_credit_card_company", "description": "The name of the company that issued the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The transaction's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt": {"name": "receipt", "description": "A transaction receipt attached to the transaction by the gateway.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_id": {"name": "currency_exchange_id", "description": "The ID of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_adjustment": {"name": "currency_exchange_adjustment", "description": "The difference between the amounts on the associated transaction and the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_original_amount": {"name": "currency_exchange_original_amount", "description": "The amount of the parent transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_final_amount": {"name": "currency_exchange_final_amount", "description": "The amount of the associated transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_currency": {"name": "currency_exchange_currency", "description": "The shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "error_code": {"name": "error_code", "description": "A standardized error code, independent of the payment provider.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID for the user who was logged into the Shopify POS device when the order was processed, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of the date the record was synced by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "exchange_rate": {"name": "exchange_rate", "description": "The exchange rate between the home currency and the currency of sale at the time of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_calculated_amount": {"name": "currency_exchange_calculated_amount", "description": "The total amount of the transaction with the currency exchange rate applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_method": {"name": "payment_method", "description": "Method of payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_created_timestamp": {"name": "parent_created_timestamp", "description": "Created on timestamp of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_kind": {"name": "parent_kind", "description": "Kind of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_amount": {"name": "parent_amount", "description": "Amount of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_status": {"name": "parent_status", "description": "Status of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_expires_at": {"name": "authorization_expires_at", "description": "Timestamp when the authorization expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_code": {"name": "authorization_code", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.839824, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`", "raw_code": "with transactions as (\n select *\n from {{ var('shopify_transaction') }}\n\n), tender_transactions as (\n\n select *\n from {{ var('shopify_tender_transaction') }}\n\n), joined as (\n select \n transactions.*,\n tender_transactions.payment_method,\n parent_transactions.created_timestamp as parent_created_timestamp,\n parent_transactions.kind as parent_kind,\n parent_transactions.amount as parent_amount,\n parent_transactions.status as parent_status\n from transactions\n left join tender_transactions\n on transactions.transaction_id = tender_transactions.transaction_id\n and transactions.source_relation = tender_transactions.source_relation\n left join transactions as parent_transactions\n on transactions.parent_id = parent_transactions.transaction_id\n and transactions.source_relation = parent_transactions.source_relation\n\n), exchange_rate as (\n\n select\n *,\n coalesce(cast(nullif({{ fivetran_utils.json_parse(\"receipt\",[\"charges\",\"data\",0,\"balance_transaction\",\"exchange_rate\"]) }}, '') as {{ dbt.type_numeric() }} ),1) as exchange_rate,\n coalesce(cast(nullif({{ fivetran_utils.json_parse(\"receipt\",[\"charges\",\"data\",0,\"balance_transaction\",\"exchange_rate\"]) }}, '') as {{ dbt.type_numeric() }} ),1) * amount as currency_exchange_calculated_amount\n from joined\n\n)\n\nselect *\nfrom exchange_rate", "language": "sql", "refs": [{"name": "stg_shopify__transaction", "package": null, "version": null}, {"name": "stg_shopify__tender_transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.json_parse", "macro.dbt.type_numeric"], "nodes": ["model.shopify_source.stg_shopify__transaction", "model.shopify_source.stg_shopify__tender_transaction"]}, "compiled_path": "target/compiled/shopify/models/shopify__transactions.sql", "compiled": true, "compiled_code": "with transactions as (\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__transaction`\n\n), tender_transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tender_transaction`\n\n), joined as (\n select \n transactions.*,\n tender_transactions.payment_method,\n parent_transactions.created_timestamp as parent_created_timestamp,\n parent_transactions.kind as parent_kind,\n parent_transactions.amount as parent_amount,\n parent_transactions.status as parent_status\n from transactions\n left join tender_transactions\n on transactions.transaction_id = tender_transactions.transaction_id\n and transactions.source_relation = tender_transactions.source_relation\n left join transactions as parent_transactions\n on transactions.parent_id = parent_transactions.transaction_id\n and transactions.source_relation = parent_transactions.source_relation\n\n), exchange_rate as (\n\n select\n *,\n coalesce(cast(nullif(\n\n \n json_extract_scalar(receipt, '$.charges.data.0.balance_transaction.exchange_rate')\n\n, '') as numeric ),1) as exchange_rate,\n coalesce(cast(nullif(\n\n \n json_extract_scalar(receipt, '$.charges.data.0.balance_transaction.exchange_rate')\n\n, '') as numeric ),1) * amount as currency_exchange_calculated_amount\n from joined\n\n)\n\nselect *\nfrom exchange_rate", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customers": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__customers", "resource_type": "model", "package_name": "shopify", "path": "shopify__customers.sql", "original_file_path": "models/shopify__customers.sql", "unique_id": "model.shopify.shopify__customers", "fqn": ["shopify", "shopify__customers"], "alias": "shopify__customers", "checksum": {"name": "sha256", "checksum": "2bc611281a0bc522901c9e94cb1d5475b96dfff868db15893993da94fc6c3be1"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a customer in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer. Attempting to assign the same email address to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "A unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_count_orders": {"name": "lifetime_count_orders", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The unique phone number (E.164 format) for this customer. Attempting to assign the same phone number to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "account_state": {"name": "account_state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_tax_exempt": {"name": "is_tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_verified_email": {"name": "is_verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp the customer completed their first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "most_recent_order_timestamp": {"name": "most_recent_order_timestamp", "description": "The timestamp the customer completed their most recent order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_value": {"name": "avg_order_value", "description": "The average order value for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_spent": {"name": "lifetime_total_spent", "description": "The total amount of money in shop currency that the customer has spent on orders across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_refunded": {"name": "lifetime_total_refunded", "description": "The total amount of money that the customer has been refunded on orders across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_net": {"name": "lifetime_total_net", "description": "The total amount of money (minus refunds) that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_abandoned_checkouts": {"name": "lifetime_abandoned_checkouts", "description": "Total number of abandoned checkouts abandoned by the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_tags": {"name": "customer_tags", "description": "A string aggregated list of all tags associated with a customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_per_order": {"name": "avg_quantity_per_order", "description": "Average quantity of items per order customer orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_tax": {"name": "lifetime_total_tax", "description": "Total amount of tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_tax_per_order": {"name": "avg_tax_per_order", "description": "Average tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_discount": {"name": "lifetime_total_discount", "description": "Total discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_discount_per_order": {"name": "avg_discount_per_order", "description": "Average discount per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping": {"name": "lifetime_total_shipping", "description": "Total shipping costs attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_per_order": {"name": "avg_shipping_per_order", "description": "Average shipping cost per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_with_discounts": {"name": "lifetime_total_shipping_with_discounts", "description": "Total shipping costs after discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_with_discounts_per_order": {"name": "avg_shipping_with_discounts_per_order", "description": "Average shipping costs after discounts per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_tax": {"name": "lifetime_total_shipping_tax", "description": "Total shipping tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_tax_per_order": {"name": "avg_shipping_tax_per_order", "description": "Average shipping tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_updated_at": {"name": "marketing_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_state": {"name": "marketing_consent_state", "description": "Field indicating if the customer has consented to receive marketing material via email. Coalescing of the new `email_marketing_consent_state` field and the deprecated `accepts_marketing` field. Records with the old field will be marked with '(legacy)'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.808219, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customers`", "raw_code": "with customers as (\n\n select \n {{ dbt_utils.star(from=ref('stg_shopify__customer'), except=[\"orders_count\", \"total_spent\"]) }}\n from {{ var('shopify_customer') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__customers__order_aggregates' )}}\n\n), abandoned as (\n\n select \n customer_id,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from {{ var('shopify_abandoned_checkout' )}}\n where customer_id is not null\n group by 1,2\n\n), joined as (\n\n select \n customers.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.customer_tags,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customers\n left join orders\n on customers.customer_id = orders.customer_id\n and customers.source_relation = orders.source_relation\n left join abandoned\n on customers.customer_id = abandoned.customer_id\n and customers.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "shopify__customers__order_aggregates", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": ["model.shopify_source.stg_shopify__customer", "model.shopify.shopify__customers__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify/models/shopify__customers.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n string_agg(distinct cast(value as STRING), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), customers as (\n\n select \n /* no columns returned from star() macro */\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n\n), orders as (\n\n select *\n from __dbt__cte__shopify__customers__order_aggregates\n\n), abandoned as (\n\n select \n customer_id,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n where customer_id is not null\n group by 1,2\n\n), joined as (\n\n select \n customers.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.customer_tags,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customers\n left join orders\n on customers.customer_id = orders.customer_id\n and customers.source_relation = orders.source_relation\n left join abandoned\n on customers.customer_id = abandoned.customer_id\n and customers.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.shopify__customers__order_aggregates", "sql": " __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n string_agg(distinct cast(value as STRING), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__order_lines": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__order_lines", "resource_type": "model", "package_name": "shopify", "path": "shopify__order_lines.sql", "original_file_path": "models/shopify__order_lines.sql", "unique_id": "model.shopify.shopify__order_lines", "fqn": ["shopify", "shopify__order_lines"], "alias": "shopify__order_lines", "checksum": {"name": "sha256", "checksum": "53207a3ea3e20844391411a6d4428d2bcbfb9cbd7f175581b0b45a1031384b8d"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Each record represents a line item of an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillable_quantity": {"name": "fulfillable_quantity", "description": "The amount available to fulfill, calculated as follows: quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "How far along an order is in terms line items fulfilled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_gift_card": {"name": "is_gift_card", "description": "Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the related order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the item before discounts have been applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The number of items that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Whether the item requires shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The item's SKU (stock keeping unit).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_taxable": {"name": "is_taxable", "description": "Whether the item was taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount": {"name": "total_discount", "description": "The total amount of the discount allocated to the line item in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The ID of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the item's supplier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refunded_quantity": {"name": "refunded_quantity", "description": "Quantity of the item that has been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_net_refunds": {"name": "quantity_net_refunds", "description": "Quantity ordered, excluding refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_barcode": {"name": "variant_barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_compare_at_price": {"name": "variant_compare_at_price", "description": "The original price of the item before an adjustment or a sale in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_created_at": {"name": "variant_created_at", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_fulfillment_service": {"name": "variant_fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_grams": {"name": "variant_grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The unique identifier for the inventory item, which is used in the Inventory API to query for inventory information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_policy": {"name": "variant_inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_quantity": {"name": "variant_inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_1": {"name": "variant_option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_2": {"name": "variant_option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_3": {"name": "variant_option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_position": {"name": "variant_position", "description": "The order of the product variant in the list of product variants. The first position in the list is 1. The position of variants is indicated by the order in which they are listed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_price": {"name": "variant_price", "description": "The price of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_sku": {"name": "variant_sku", "description": "A unique identifier for the product variant in the shop. Required in order to connect to a FulfillmentService.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_is_taxable": {"name": "variant_is_taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_tax_code": {"name": "variant_tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_updated_at": {"name": "variant_updated_at", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight": {"name": "variant_weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight_unit": {"name": "variant_weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refunded_subtotal": {"name": "refunded_subtotal", "description": "Subtotal amount of the refund applied to the order line in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_net_refunds": {"name": "subtotal_net_refunds", "description": "Subtotal of the order line with refunds subtracted in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "image_id": {"name": "image_id", "description": "Image id of the product variant associated with the order line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock_types": {"name": "restock_types", "description": "List of how this refund line item affects inventory levels.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_tax": {"name": "order_line_tax", "description": "Total taxes for the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "The index associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price": {"name": "pre_tax_price", "description": "The total pre tax price of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price_set": {"name": "pre_tax_price_set", "description": "The pre tax price of the line item in shop currency and presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The price of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount_set": {"name": "total_discount_set", "description": "The total amount allocated to the line item in the presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "properties": {"name": "properties", "description": "Line item properties.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448597.834539, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`", "raw_code": "with order_lines as (\n\n select *\n from {{ var('shopify_order_line') }}\n\n), product_variants as (\n\n select *\n from {{ var('shopify_product_variant') }}\n\n), refunds as (\n\n select *\n from {{ ref('shopify__orders__order_refunds') }}\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal,\n {{ fivetran_utils.string_agg(\"distinct cast(refunds.restock_type as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as restock_types\n from refunds\n group by 1,2\n\n), tax_lines as (\n\n select *\n from {{ var('shopify_tax_line')}}\n\n), tax_lines_aggregated as (\n\n select\n tax_lines.order_line_id,\n tax_lines.source_relation,\n sum(tax_lines.price) as order_line_tax\n\n from tax_lines\n group by 1,2\n\n), joined as (\n\n select\n order_lines.*,\n \n refunds_aggregated.restock_types,\n\n coalesce(refunds_aggregated.quantity,0) as refunded_quantity,\n coalesce(refunds_aggregated.subtotal,0) as refunded_subtotal,\n order_lines.quantity - coalesce(refunds_aggregated.quantity,0) as quantity_net_refunds,\n order_lines.pre_tax_price - coalesce(refunds_aggregated.subtotal,0) as subtotal_net_refunds,\n \n product_variants.created_timestamp as variant_created_at,\n product_variants.updated_timestamp as variant_updated_at,\n product_variants.inventory_item_id,\n product_variants.image_id,\n\n product_variants.price as variant_price,\n product_variants.sku as variant_sku,\n product_variants.position as variant_position,\n product_variants.inventory_policy as variant_inventory_policy,\n product_variants.compare_at_price as variant_compare_at_price,\n product_variants.fulfillment_service as variant_fulfillment_service,\n\n product_variants.is_taxable as variant_is_taxable,\n product_variants.barcode as variant_barcode,\n product_variants.grams as variant_grams,\n product_variants.inventory_quantity as variant_inventory_quantity,\n product_variants.weight as variant_weight,\n product_variants.weight_unit as variant_weight_unit,\n product_variants.option_1 as variant_option_1,\n product_variants.option_2 as variant_option_2,\n product_variants.option_3 as variant_option_3,\n product_variants.tax_code as variant_tax_code,\n\n tax_lines_aggregated.order_line_tax\n\n from order_lines\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n left join product_variants\n on product_variants.variant_id = order_lines.variant_id\n and product_variants.source_relation = order_lines.source_relation\n left join tax_lines_aggregated\n on tax_lines_aggregated.order_line_id = order_lines.order_line_id\n and tax_lines_aggregated.source_relation = order_lines.source_relation\n\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "shopify__orders__order_refunds", "package": null, "version": null}, {"name": "stg_shopify__tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg"], "nodes": ["model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__product_variant", "model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__tax_line"]}, "compiled_path": "target/compiled/shopify/models/shopify__order_lines.sql", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), product_variants as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n\n), refunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal,\n \n string_agg(distinct cast(refunds.restock_type as STRING), ', ')\n\n as restock_types\n from refunds\n group by 1,2\n\n), tax_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), tax_lines_aggregated as (\n\n select\n tax_lines.order_line_id,\n tax_lines.source_relation,\n sum(tax_lines.price) as order_line_tax\n\n from tax_lines\n group by 1,2\n\n), joined as (\n\n select\n order_lines.*,\n \n refunds_aggregated.restock_types,\n\n coalesce(refunds_aggregated.quantity,0) as refunded_quantity,\n coalesce(refunds_aggregated.subtotal,0) as refunded_subtotal,\n order_lines.quantity - coalesce(refunds_aggregated.quantity,0) as quantity_net_refunds,\n order_lines.pre_tax_price - coalesce(refunds_aggregated.subtotal,0) as subtotal_net_refunds,\n \n product_variants.created_timestamp as variant_created_at,\n product_variants.updated_timestamp as variant_updated_at,\n product_variants.inventory_item_id,\n product_variants.image_id,\n\n product_variants.price as variant_price,\n product_variants.sku as variant_sku,\n product_variants.position as variant_position,\n product_variants.inventory_policy as variant_inventory_policy,\n product_variants.compare_at_price as variant_compare_at_price,\n product_variants.fulfillment_service as variant_fulfillment_service,\n\n product_variants.is_taxable as variant_is_taxable,\n product_variants.barcode as variant_barcode,\n product_variants.grams as variant_grams,\n product_variants.inventory_quantity as variant_inventory_quantity,\n product_variants.weight as variant_weight,\n product_variants.weight_unit as variant_weight_unit,\n product_variants.option_1 as variant_option_1,\n product_variants.option_2 as variant_option_2,\n product_variants.option_3 as variant_option_3,\n product_variants.tax_code as variant_tax_code,\n\n tax_lines_aggregated.order_line_tax\n\n from order_lines\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n left join product_variants\n on product_variants.variant_id = order_lines.variant_id\n and product_variants.source_relation = order_lines.source_relation\n left join tax_lines_aggregated\n on tax_lines_aggregated.order_line_id = order_lines.order_line_id\n and tax_lines_aggregated.source_relation = order_lines.source_relation\n\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__calendar": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__calendar", "resource_type": "model", "package_name": "shopify", "path": "utils/shopify__calendar.sql", "original_file_path": "models/utils/shopify__calendar.sql", "unique_id": "model.shopify.shopify__calendar", "fqn": ["shopify", "utils", "shopify__calendar"], "alias": "shopify__calendar", "checksum": {"name": "sha256", "checksum": "330711091f6b47526ac5e8bc39960b2d171633362c0e10b666931be500abeddd"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1696448596.5560188, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__calendar`", "raw_code": "{{ dbt_utils.date_spine(\n datepart=\"day\",\n start_date=\"cast('2019-01-01' as date)\",\n end_date=\"current_date\"\n )\n}}", "language": "sql", "refs": [], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.date_spine"], "nodes": []}, "compiled_path": "target/compiled/shopify/models/utils/shopify__calendar.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 1737\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n datetime_add(\n cast( cast('2019-01-01' as date) as datetime),\n interval row_number() over (order by 1) - 1 day\n )\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= current_date\n\n)\n\nselect * from filtered\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__customer_email_rollup": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__customer_email_rollup", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__customer_email_rollup.sql", "original_file_path": "models/intermediate/int_shopify__customer_email_rollup.sql", "unique_id": "model.shopify.int_shopify__customer_email_rollup", "fqn": ["shopify", "intermediate", "int_shopify__customer_email_rollup"], "alias": "int_shopify__customer_email_rollup", "checksum": {"name": "sha256", "checksum": "e55c57000c69f688d088c5735bff8a9c91fe8d82b3afa6b564b613d97b96dc96"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "view"}, "created_at": 1696448597.963573, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`int_shopify__customer_email_rollup`", "raw_code": "with customers as (\n\n select \n *,\n row_number() over(partition by email order by created_timestamp desc) as customer_index\n\n from {{ var('shopify_customer') }}\n where email is not null -- nonsensical to include any null emails here\n\n), customer_tags as (\n\n select \n *\n from {{ var('shopify_customer_tag' )}}\n\n), rollup_customers as (\n\n select\n -- fields to group by\n lower(customers.email) as email,\n customers.source_relation,\n\n -- fields to string agg together\n {{ fivetran_utils.string_agg(\"distinct cast(customers.customer_id as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as customer_ids,\n {{ fivetran_utils.string_agg(\"distinct cast(customers.phone as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as phone_numbers,\n {{ fivetran_utils.string_agg(\"distinct cast(customer_tags.value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as customer_tags,\n\n -- fields to take aggregates of\n min(customers.created_timestamp) as first_account_created_at,\n max(customers.created_timestamp) as last_account_created_at,\n max(customers.updated_timestamp) as last_updated_at,\n max(customers.marketing_consent_updated_at) as marketing_consent_updated_at,\n max(customers._fivetran_synced) as last_fivetran_synced,\n\n -- take true if ever given for boolean fields\n {{ fivetran_utils.max_bool(\"case when customers.customer_index = 1 then customers.is_tax_exempt else null end\") }} as is_tax_exempt, -- since this changes every year\n {{ fivetran_utils.max_bool(\"customers.is_verified_email\") }} as is_verified_email\n\n -- for all other fields, just take the latest value\n {% set cols = adapter.get_columns_in_relation(ref('stg_shopify__customer')) %}\n {% set except_cols = ['_fivetran_synced', 'email', 'source_relation', 'customer_id', 'phone', 'created_at', \n 'marketing_consent_updated_at', 'orders_count', 'total_spent', 'created_timestamp', 'updated_timestamp',\n 'is_tax_exempt', 'is_verified_email'] %}\n {% for col in cols %}\n {% if col.column|lower not in except_cols %}\n , max(case when customers.customer_index = 1 then customers.{{ col.column }} else null end) as {{ col.column }}\n {% endif %}\n {% endfor %}\n\n from customers \n left join customer_tags\n on customers.customer_id = customer_tags.customer_id\n and customers.source_relation = customer_tags.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom rollup_customers", "language": "sql", "refs": [{"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__customer_tag", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.fivetran_utils.max_bool"], "nodes": ["model.shopify_source.stg_shopify__customer", "model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__customer_email_rollup.sql", "compiled": true, "compiled_code": "with customers as (\n\n select \n *,\n row_number() over(partition by email order by created_timestamp desc) as customer_index\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n where email is not null -- nonsensical to include any null emails here\n\n), customer_tags as (\n\n select \n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\n\n), rollup_customers as (\n\n select\n -- fields to group by\n lower(customers.email) as email,\n customers.source_relation,\n\n -- fields to string agg together\n \n string_agg(distinct cast(customers.customer_id as STRING), ', ')\n\n as customer_ids,\n \n string_agg(distinct cast(customers.phone as STRING), ', ')\n\n as phone_numbers,\n \n string_agg(distinct cast(customer_tags.value as STRING), ', ')\n\n as customer_tags,\n\n -- fields to take aggregates of\n min(customers.created_timestamp) as first_account_created_at,\n max(customers.created_timestamp) as last_account_created_at,\n max(customers.updated_timestamp) as last_updated_at,\n max(customers.marketing_consent_updated_at) as marketing_consent_updated_at,\n max(customers._fivetran_synced) as last_fivetran_synced,\n\n -- take true if ever given for boolean fields\n \n\n max( case when customers.customer_index = 1 then customers.is_tax_exempt else null end )\n\n as is_tax_exempt, -- since this changes every year\n \n\n max( customers.is_verified_email )\n\n as is_verified_email\n\n -- for all other fields, just take the latest value\n \n \n \n\n from customers \n left join customer_tags\n on customers.customer_id = customer_tags.customer_id\n and customers.source_relation = customer_tags.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom rollup_customers", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__inventory_level__aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__inventory_level__aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__inventory_level__aggregates.sql", "original_file_path": "models/intermediate/int_shopify__inventory_level__aggregates.sql", "unique_id": "model.shopify.int_shopify__inventory_level__aggregates", "fqn": ["shopify", "intermediate", "int_shopify__inventory_level__aggregates"], "alias": "int_shopify__inventory_level__aggregates", "checksum": {"name": "sha256", "checksum": "058b7a288667703f9eb3e15b60c057fd1764b987f886f1f3b21e00712bba7854"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.964185, "relation_name": null, "raw_code": "with order_lines as (\n\n select *\n from {{ var('shopify_order_line') }}\n),\n\nfulfillment as (\n\n select *\n from {{ var('shopify_fulfillment') }}\n),\n\norders as (\n\n select *\n from {{ var('shopify_order') }}\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from {{ ref('shopify__orders__order_refunds') }}\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n {% for status in ['pending', 'open', 'success', 'cancelled', 'error', 'failure'] %}\n , count(distinct case when fulfillment_status = '{{ status }}' then fulfillment_id end) as count_fulfillment_{{ status }}\n {% endfor %}\n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n {{ dbt_utils.group_by(n=3) }}\n)\n\nselect *\nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}, {"name": "stg_shopify__fulfillment", "package": null, "version": null}, {"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_refunds", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.group_by"], "nodes": ["model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__fulfillment", "model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_refunds"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__inventory_level__aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n),\n\nfulfillment as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__products_with_aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__products_with_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__products_with_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__products_with_aggregates.sql", "unique_id": "model.shopify.int_shopify__products_with_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__products_with_aggregates"], "alias": "int_shopify__products_with_aggregates", "checksum": {"name": "sha256", "checksum": "71bf61e809b881cc782ecd8fecacb86fafde06d9b92b587e5d9ba4410f568def"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.9676301, "relation_name": null, "raw_code": "with products as (\n\n select *\n from {{ var('shopify_product') }}\n), \n\ncollection_product as (\n\n select *\n from {{ var('shopify_collection_product') }}\n),\n\ncollection as (\n\n select *\n from {{ var('shopify_collection') }}\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from {{ var('shopify_product_tag') }}\n),\n\nproduct_variant as (\n\n select *\n from {{ var('shopify_product_variant') }}\n),\n\nproduct_image as (\n\n select *\n from {{ var('shopify_product_image') }}\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n {{ fivetran_utils.string_agg(field_to_agg='collection.title', delimiter=\"', '\") }} as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n {{ fivetran_utils.string_agg(field_to_agg='value', delimiter=\"', '\") }} as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "stg_shopify__product", "package": null, "version": null}, {"name": "stg_shopify__collection_product", "package": null, "version": null}, {"name": "stg_shopify__collection", "package": null, "version": null}, {"name": "stg_shopify__product_tag", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__product_image", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.shopify_source.stg_shopify__product", "model.shopify_source.stg_shopify__collection_product", "model.shopify_source.stg_shopify__collection", "model.shopify_source.stg_shopify__product_tag", "model.shopify_source.stg_shopify__product_variant", "model.shopify_source.stg_shopify__product_image"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__products_with_aggregates.sql", "compiled": true, "compiled_code": "with products as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`\n), \n\ncollection_product as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\n),\n\ncollection as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\n),\n\nproduct_variant as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n),\n\nproduct_image as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n string_agg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n string_agg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__discounts__order_aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__discounts__order_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__discounts__order_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__discounts__order_aggregates.sql", "unique_id": "model.shopify.int_shopify__discounts__order_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__discounts__order_aggregates"], "alias": "int_shopify__discounts__order_aggregates", "checksum": {"name": "sha256", "checksum": "4beb1b1d58378cfd7da7cc12d8fa5b63c869432ad2d5700740a65e30a4495b5d"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.9651442, "relation_name": null, "raw_code": "with order_discount_code as (\n\n select *\n from {{ var('shopify_order_discount_code') }}\n),\n\norders as (\n\n select *\n from {{ ref('shopify__orders') }}\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__order_discount_code", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__discounts__order_aggregates.sql", "compiled": true, "compiled_code": "with order_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__orders__order_line_aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__orders__order_line_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/shopify__orders__order_line_aggregates.sql", "original_file_path": "models/intermediate/shopify__orders__order_line_aggregates.sql", "unique_id": "model.shopify.shopify__orders__order_line_aggregates", "fqn": ["shopify", "intermediate", "shopify__orders__order_line_aggregates"], "alias": "shopify__orders__order_line_aggregates", "checksum": {"name": "sha256", "checksum": "1e0a2c3fe172c4f3e7fc371071b0efee84bb1e927b5047d54528b02af2298118"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.961786, "relation_name": null, "raw_code": "with order_line as (\n\n select *\n from {{ var('shopify_order_line') }}\n\n), tax as (\n\n select\n *\n from {{ var('shopify_tax_line') }}\n\n), shipping as (\n\n select\n *\n from {{ ref('int_shopify__order__shipping_aggregates')}}\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}, {"name": "stg_shopify__tax_line", "package": null, "version": null}, {"name": "int_shopify__order__shipping_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__tax_line", "model.shopify.int_shopify__order__shipping_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/shopify__orders__order_line_aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__order__shipping_aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__order__shipping_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__order__shipping_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__order__shipping_aggregates.sql", "unique_id": "model.shopify.int_shopify__order__shipping_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__order__shipping_aggregates"], "alias": "int_shopify__order__shipping_aggregates", "checksum": {"name": "sha256", "checksum": "86c15f2aa0570dc71557db52cdd9c433b5b6a9dca050f981ab8136012f0f470f"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.966367, "relation_name": null, "raw_code": "with order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from {{ var('shopify_order_shipping_line') }}\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from {{ var('shopify_order_shipping_tax_line') }}\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line", "package": null, "version": null}, {"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line", "model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__order__shipping_aggregates.sql", "compiled": true, "compiled_code": "with order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__product__order_line_aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__product__order_line_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__product__order_line_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__product__order_line_aggregates.sql", "unique_id": "model.shopify.int_shopify__product__order_line_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__product__order_line_aggregates"], "alias": "int_shopify__product__order_line_aggregates", "checksum": {"name": "sha256", "checksum": "a1d9197bb23b4599a4ac7fad74e9b1efe64f4850934a1b3ce02eea3bc80e3937"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.9670022, "relation_name": null, "raw_code": "with order_lines as (\n\n select *\n from {{ ref('shopify__order_lines') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__orders')}}\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated", "language": "sql", "refs": [{"name": "shopify__order_lines", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__product__order_line_aggregates.sql", "compiled": true, "compiled_code": "with order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__discounts__abandoned_checkouts": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__discounts__abandoned_checkouts", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__discounts__abandoned_checkouts.sql", "original_file_path": "models/intermediate/int_shopify__discounts__abandoned_checkouts.sql", "unique_id": "model.shopify.int_shopify__discounts__abandoned_checkouts", "fqn": ["shopify", "intermediate", "int_shopify__discounts__abandoned_checkouts"], "alias": "int_shopify__discounts__abandoned_checkouts", "checksum": {"name": "sha256", "checksum": "f6667434b4e7ef90881420d0754e12c9060d116ef7748e98e542d0a4dc718cba"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.965756, "relation_name": null, "raw_code": "with abandoned_checkout as (\n\n select *\n from {{ var('shopify_abandoned_checkout') }}\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from {{ var('shopify_abandoned_checkout_discount_code') }}\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from {{ var('shopify_abandoned_checkout_shipping_line') }}\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_discount_code", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout", "model.shopify_source.stg_shopify__abandoned_checkout_discount_code", "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__discounts__abandoned_checkouts.sql", "compiled": true, "compiled_code": "with abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line`\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__daily_abandoned_checkouts": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__daily_abandoned_checkouts", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__daily_abandoned_checkouts.sql", "original_file_path": "models/intermediate/int_shopify__daily_abandoned_checkouts.sql", "unique_id": "model.shopify.int_shopify__daily_abandoned_checkouts", "fqn": ["shopify", "intermediate", "int_shopify__daily_abandoned_checkouts"], "alias": "int_shopify__daily_abandoned_checkouts", "checksum": {"name": "sha256", "checksum": "0c9550713bf2ad25f31456ac6c605c0d3c04ac578424c275b9d1b75d6c886df9"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448596.808053, "relation_name": null, "raw_code": "with abandoned_checkout as (\n\n select *\n from {{ var('shopify_abandoned_checkout') }}\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast({{ dbt.date_trunc('day','created_at') }} as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__daily_abandoned_checkouts.sql", "compiled": true, "compiled_code": "with abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast(timestamp_trunc(\n cast(created_at as timestamp),\n day\n ) as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customers__order_aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__customers__order_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/shopify__customers__order_aggregates.sql", "original_file_path": "models/intermediate/shopify__customers__order_aggregates.sql", "unique_id": "model.shopify.shopify__customers__order_aggregates", "fqn": ["shopify", "intermediate", "shopify__customers__order_aggregates"], "alias": "shopify__customers__order_aggregates", "checksum": {"name": "sha256", "checksum": "dec7d27bd72381b16e7e49286431e89f89ca1689e18b73068a451dc924965174"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.96105, "relation_name": null, "raw_code": "with orders as (\n\n select *\n from {{ var('shopify_order') }}\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from {{ ref('shopify__orders__order_line_aggregates') }}\n\n), transactions as (\n\n select *\n from {{ ref('shopify__transactions')}}\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n {{ dbt_utils.group_by(n=3) }}\n\n), customer_tags as (\n\n select *\n from {{ var('shopify_customer_tag' )}}\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n {{ fivetran_utils.string_agg(\"distinct cast(value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n {{ dbt_utils.group_by(n=3) }}\n)\n\nselect *\nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}, {"name": "shopify__transactions", "package": null, "version": null}, {"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.group_by", "macro.dbt.type_string", "macro.fivetran_utils.string_agg"], "nodes": ["model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify/models/intermediate/shopify__customers__order_aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n string_agg(distinct cast(value as STRING), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__orders__order_refunds": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__orders__order_refunds", "resource_type": "model", "package_name": "shopify", "path": "intermediate/shopify__orders__order_refunds.sql", "original_file_path": "models/intermediate/shopify__orders__order_refunds.sql", "unique_id": "model.shopify.shopify__orders__order_refunds", "fqn": ["shopify", "intermediate", "shopify__orders__order_refunds"], "alias": "shopify__orders__order_refunds", "checksum": {"name": "sha256", "checksum": "b3ef35b4caf837155133c8e3023704d7591c4dedd83597fb26fd2c35b3ef2103"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.962354, "relation_name": null, "raw_code": "with refunds as (\n\n select *\n from {{ var('shopify_refund') }}\n\n), order_line_refunds as (\n\n select *\n from {{ var('shopify_order_line_refund') }}\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join", "language": "sql", "refs": [{"name": "stg_shopify__refund", "package": null, "version": null}, {"name": "stg_shopify__order_line_refund", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__refund", "model.shopify_source.stg_shopify__order_line_refund"]}, "compiled_path": "target/compiled/shopify/models/intermediate/shopify__orders__order_refunds.sql", "compiled": true, "compiled_code": "with refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__daily_orders": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__daily_orders", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__daily_orders.sql", "original_file_path": "models/intermediate/int_shopify__daily_orders.sql", "unique_id": "model.shopify.int_shopify__daily_orders", "fqn": ["shopify", "intermediate", "int_shopify__daily_orders"], "alias": "int_shopify__daily_orders", "checksum": {"name": "sha256", "checksum": "7c36ff8121f95cc7cb439601be47bb4da2aed71d5ad1fc7cd7cc0332b4df5811"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448596.84149, "relation_name": null, "raw_code": "with orders as (\n\n select *\n from {{ ref('shopify__orders') }}\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from {{ ref('shopify__order_lines') }}\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast({{ dbt.date_trunc('day','created_timestamp') }} as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast({{ dbt.date_trunc('day','orders.created_timestamp') }} as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "shopify__orders", "package": null, "version": null}, {"name": "shopify__order_lines", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.shopify.shopify__orders", "model.shopify.shopify__order_lines"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__daily_orders.sql", "compiled": true, "compiled_code": "with orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast(timestamp_trunc(\n cast(created_timestamp as timestamp),\n day\n ) as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast(timestamp_trunc(\n cast(orders.created_timestamp as timestamp),\n day\n ) as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__emails__order_aggregates": {"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__emails__order_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__emails__order_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__emails__order_aggregates.sql", "unique_id": "model.shopify.int_shopify__emails__order_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__emails__order_aggregates"], "alias": "int_shopify__emails__order_aggregates", "checksum": {"name": "sha256", "checksum": "a634e4aae220414328b7ab66cf8f782b7c6b722bf70dc8fa6c0888e84a8075a2"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1696448597.962959, "relation_name": null, "raw_code": "with orders as (\n\n select *\n from {{ var('shopify_order') }}\n\n), order_aggregates as (\n\n select *\n from {{ ref('shopify__orders__order_line_aggregates') }}\n\n), transactions as (\n\n select *\n from {{ ref('shopify__transactions')}}\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n {{ dbt_utils.group_by(n=3) }}\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from {{ var('shopify_customer') }}\n where email is not null\n {{ dbt_utils.group_by(n=3) }}\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}, {"name": "shopify__transactions", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.group_by"], "nodes": ["model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__emails__order_aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "test.develop.unique_my_first_dbt_model_id.16e066b321": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "id", "model": "{{ get_where_subquery(ref('my_first_dbt_model')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_my_first_dbt_model_id", "resource_type": "test", "package_name": "develop", "path": "unique_my_first_dbt_model_id.sql", "original_file_path": "models/example/schema.yml", "unique_id": "test.develop.unique_my_first_dbt_model_id.16e066b321", "fqn": ["develop", "example", "unique_my_first_dbt_model_id"], "alias": "unique_my_first_dbt_model_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448596.970461, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "my_first_dbt_model", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.develop.my_first_dbt_model"]}, "compiled_path": "target/compiled/develop/models/example/schema.yml/unique_my_first_dbt_model_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee`.`my_first_dbt_model`\n where id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "id", "file_key_name": "models.my_first_dbt_model", "attached_node": "model.develop.my_first_dbt_model"}, "test.develop.not_null_my_first_dbt_model_id.5fb22c2710": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "id", "model": "{{ get_where_subquery(ref('my_first_dbt_model')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_my_first_dbt_model_id", "resource_type": "test", "package_name": "develop", "path": "not_null_my_first_dbt_model_id.sql", "original_file_path": "models/example/schema.yml", "unique_id": "test.develop.not_null_my_first_dbt_model_id.5fb22c2710", "fqn": ["develop", "example", "not_null_my_first_dbt_model_id"], "alias": "not_null_my_first_dbt_model_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448596.973224, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "my_first_dbt_model", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.develop.my_first_dbt_model"]}, "compiled_path": "target/compiled/develop/models/example/schema.yml/not_null_my_first_dbt_model_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect id\nfrom `dbt-package-testing`.`zz_dbt_renee`.`my_first_dbt_model`\nwhere id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "id", "file_key_name": "models.my_first_dbt_model", "attached_node": "model.develop.my_first_dbt_model"}, "test.develop.unique_my_second_dbt_model_id.57a0f8c493": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "id", "model": "{{ get_where_subquery(ref('my_second_dbt_model')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_my_second_dbt_model_id", "resource_type": "test", "package_name": "develop", "path": "unique_my_second_dbt_model_id.sql", "original_file_path": "models/example/schema.yml", "unique_id": "test.develop.unique_my_second_dbt_model_id.57a0f8c493", "fqn": ["develop", "example", "unique_my_second_dbt_model_id"], "alias": "unique_my_second_dbt_model_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448596.975832, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "my_second_dbt_model", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.develop.my_second_dbt_model"]}, "compiled_path": "target/compiled/develop/models/example/schema.yml/unique_my_second_dbt_model_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee`.`my_second_dbt_model`\n where id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "id", "file_key_name": "models.my_second_dbt_model", "attached_node": "model.develop.my_second_dbt_model"}, "test.develop.not_null_my_second_dbt_model_id.151b76d778": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "id", "model": "{{ get_where_subquery(ref('my_second_dbt_model')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_my_second_dbt_model_id", "resource_type": "test", "package_name": "develop", "path": "not_null_my_second_dbt_model_id.sql", "original_file_path": "models/example/schema.yml", "unique_id": "test.develop.not_null_my_second_dbt_model_id.151b76d778", "fqn": ["develop", "example", "not_null_my_second_dbt_model_id"], "alias": "not_null_my_second_dbt_model_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448596.978637, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "my_second_dbt_model", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.develop.my_second_dbt_model"]}, "compiled_path": "target/compiled/develop/models/example/schema.yml/not_null_my_second_dbt_model_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect id\nfrom `dbt-package-testing`.`zz_dbt_renee`.`my_second_dbt_model`\nwhere id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "id", "file_key_name": "models.my_second_dbt_model", "attached_node": "model.develop.my_second_dbt_model"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__customer')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be"}, "created_at": 1696448597.1863968, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be\") }}", "language": "sql", "refs": [{"name": "stg_shopify__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__customer", "attached_node": "model.shopify_source.stg_shopify__customer"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_refund_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_line_refund')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation"], "alias": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3"}, "created_at": 1696448597.205239, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_line_refund", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_line_refund"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_refund_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n group by order_line_refund_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_line_refund", "attached_node": "model.shopify_source.stg_shopify__order_line_refund"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_line')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec"}, "created_at": 1696448597.2118862, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n group by order_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_line", "attached_node": "model.shopify_source.stg_shopify__order_line"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e"}, "created_at": 1696448597.218273, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order", "attached_node": "model.shopify_source.stg_shopify__order"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d"}, "created_at": 1696448597.22634, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product", "attached_node": "model.shopify_source.stg_shopify__product"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["variant_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product_variant')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation"], "alias": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e"}, "created_at": 1696448597.2337449, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product_variant", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_variant"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n variant_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n group by variant_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product_variant", "attached_node": "model.shopify_source.stg_shopify__product_variant"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["transaction_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__transaction')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation"], "alias": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92"}, "created_at": 1696448597.241177, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92\") }}", "language": "sql", "refs": [{"name": "stg_shopify__transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__transaction"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__transaction`\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__transaction", "attached_node": "model.shopify_source.stg_shopify__transaction"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["refund_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__refund')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation"], "alias": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659"}, "created_at": 1696448597.248947, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659\") }}", "language": "sql", "refs": [{"name": "stg_shopify__refund", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__refund"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n refund_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n group by refund_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__refund", "attached_node": "model.shopify_source.stg_shopify__refund"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_adjustment_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_adjustment')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation"], "alias": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207"}, "created_at": 1696448597.256248, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_adjustment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_adjustment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_adjustment_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_adjustment`\n group by order_adjustment_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_adjustment", "attached_node": "model.shopify_source.stg_shopify__order_adjustment"}, "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__abandoned_checkout_checkout_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__abandoned_checkout_checkout_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db", "fqn": ["shopify_source", "not_null_stg_shopify__abandoned_checkout_checkout_id"], "alias": "not_null_stg_shopify__abandoned_checkout_checkout_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.262935, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__abandoned_checkout_checkout_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect checkout_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\nwhere checkout_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_shopify__abandoned_checkout", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["checkout_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation"], "alias": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f"}, "created_at": 1696448597.26552, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n group by checkout_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__abandoned_checkout", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout"}, "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "collection_id", "model": "{{ get_where_subquery(ref('stg_shopify__collection_product')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__collection_product_collection_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__collection_product_collection_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a", "fqn": ["shopify_source", "not_null_stg_shopify__collection_product_collection_id"], "alias": "not_null_stg_shopify__collection_product_collection_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.271829, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__collection_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__collection_product_collection_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\nwhere collection_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "collection_id", "file_key_name": "models.stg_shopify__collection_product", "attached_node": "model.shopify_source.stg_shopify__collection_product"}, "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "product_id", "model": "{{ get_where_subquery(ref('stg_shopify__collection_product')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__collection_product_product_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__collection_product_product_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1", "fqn": ["shopify_source", "not_null_stg_shopify__collection_product_product_id"], "alias": "not_null_stg_shopify__collection_product_product_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.275795, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__collection_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__collection_product_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\nwhere product_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "product_id", "file_key_name": "models.stg_shopify__collection_product", "attached_node": "model.shopify_source.stg_shopify__collection_product"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["collection_id", "product_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__collection_product')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e"}, "created_at": 1696448597.278715, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__collection_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n collection_id, product_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\n group by collection_id, product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__collection_product", "attached_node": "model.shopify_source.stg_shopify__collection_product"}, "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "collection_id", "model": "{{ get_where_subquery(ref('stg_shopify__collection')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__collection_collection_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__collection_collection_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2", "fqn": ["shopify_source", "not_null_stg_shopify__collection_collection_id"], "alias": "not_null_stg_shopify__collection_collection_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.284788, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__collection", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__collection_collection_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`\nwhere collection_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "collection_id", "file_key_name": "models.stg_shopify__collection", "attached_node": "model.shopify_source.stg_shopify__collection"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["collection_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__collection')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation"], "alias": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad"}, "created_at": 1696448597.2879949, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad\") }}", "language": "sql", "refs": [{"name": "stg_shopify__collection", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n collection_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`\n group by collection_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__collection", "attached_node": "model.shopify_source.stg_shopify__collection"}, "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__customer_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__customer_tag_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__customer_tag_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd", "fqn": ["shopify_source", "not_null_stg_shopify__customer_tag_index"], "alias": "not_null_stg_shopify__customer_tag_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.294121, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__customer_tag_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__customer_tag", "attached_node": "model.shopify_source.stg_shopify__customer_tag"}, "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_id", "model": "{{ get_where_subquery(ref('stg_shopify__customer_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__customer_tag_customer_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__customer_tag_customer_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351", "fqn": ["shopify_source", "not_null_stg_shopify__customer_tag_customer_id"], "alias": "not_null_stg_shopify__customer_tag_customer_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.297023, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__customer_tag_customer_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\nwhere customer_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "customer_id", "file_key_name": "models.stg_shopify__customer_tag", "attached_node": "model.shopify_source.stg_shopify__customer_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__customer_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6"}, "created_at": 1696448597.299537, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6\") }}", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, index, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\n group by customer_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__customer_tag", "attached_node": "model.shopify_source.stg_shopify__customer_tag"}, "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "discount_code_id", "model": "{{ get_where_subquery(ref('stg_shopify__discount_code')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__discount_code_discount_code_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__discount_code_discount_code_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e", "fqn": ["shopify_source", "not_null_stg_shopify__discount_code_discount_code_id"], "alias": "not_null_stg_shopify__discount_code_discount_code_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.305919, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__discount_code_discount_code_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_code_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__discount_code`\nwhere discount_code_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "discount_code_id", "file_key_name": "models.stg_shopify__discount_code", "attached_node": "model.shopify_source.stg_shopify__discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["discount_code_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__discount_code')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation"], "alias": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9"}, "created_at": 1696448597.308626, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9\") }}", "language": "sql", "refs": [{"name": "stg_shopify__discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n discount_code_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__discount_code`\n group by discount_code_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__discount_code", "attached_node": "model.shopify_source.stg_shopify__discount_code"}, "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "fulfillment_id", "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__fulfillment_fulfillment_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__fulfillment_fulfillment_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e", "fqn": ["shopify_source", "not_null_stg_shopify__fulfillment_fulfillment_id"], "alias": "not_null_stg_shopify__fulfillment_fulfillment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.315685, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__fulfillment_fulfillment_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect fulfillment_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\nwhere fulfillment_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "fulfillment_id", "file_key_name": "models.stg_shopify__fulfillment", "attached_node": "model.shopify_source.stg_shopify__fulfillment"}, "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["pending", "open", "success", "cancelled", "error", "failure"], "column_name": "status", "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70", "fqn": ["shopify_source", "accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure"], "alias": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd"}, "created_at": 1696448597.3188019, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd.sql", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n status as value_field,\n count(*) as n_records\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n group by status\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'pending','open','success','cancelled','error','failure'\n)\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "status", "file_key_name": "models.stg_shopify__fulfillment", "attached_node": "model.shopify_source.stg_shopify__fulfillment"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["fulfillment_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation"], "alias": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01"}, "created_at": 1696448597.3341289, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n fulfillment_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n group by fulfillment_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__fulfillment", "attached_node": "model.shopify_source.stg_shopify__fulfillment"}, "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "inventory_item_id", "model": "{{ get_where_subquery(ref('stg_shopify__inventory_item')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__inventory_item_inventory_item_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__inventory_item_inventory_item_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe", "fqn": ["shopify_source", "not_null_stg_shopify__inventory_item_inventory_item_id"], "alias": "not_null_stg_shopify__inventory_item_inventory_item_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.340229, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_item"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__inventory_item_inventory_item_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_item`\nwhere inventory_item_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "inventory_item_id", "file_key_name": "models.stg_shopify__inventory_item", "attached_node": "model.shopify_source.stg_shopify__inventory_item"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["inventory_item_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__inventory_item')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation"], "alias": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f"}, "created_at": 1696448597.342735, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_item"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_item`\n group by inventory_item_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__inventory_item", "attached_node": "model.shopify_source.stg_shopify__inventory_item"}, "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "inventory_item_id", "model": "{{ get_where_subquery(ref('stg_shopify__inventory_level')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__inventory_level_inventory_item_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__inventory_level_inventory_item_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e", "fqn": ["shopify_source", "not_null_stg_shopify__inventory_level_inventory_item_id"], "alias": "not_null_stg_shopify__inventory_level_inventory_item_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.3491998, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__inventory_level_inventory_item_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_level`\nwhere inventory_item_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "inventory_item_id", "file_key_name": "models.stg_shopify__inventory_level", "attached_node": "model.shopify_source.stg_shopify__inventory_level"}, "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "location_id", "model": "{{ get_where_subquery(ref('stg_shopify__inventory_level')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__inventory_level_location_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__inventory_level_location_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f", "fqn": ["shopify_source", "not_null_stg_shopify__inventory_level_location_id"], "alias": "not_null_stg_shopify__inventory_level_location_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.351805, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__inventory_level_location_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_level`\nwhere location_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "location_id", "file_key_name": "models.stg_shopify__inventory_level", "attached_node": "model.shopify_source.stg_shopify__inventory_level"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["inventory_item_id", "location_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__inventory_level')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0"}, "created_at": 1696448597.354377, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0\") }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, location_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__inventory_level`\n group by inventory_item_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__inventory_level", "attached_node": "model.shopify_source.stg_shopify__inventory_level"}, "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "location_id", "model": "{{ get_where_subquery(ref('stg_shopify__location')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__location_location_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__location_location_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf", "fqn": ["shopify_source", "not_null_stg_shopify__location_location_id"], "alias": "not_null_stg_shopify__location_location_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.361365, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__location", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__location"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__location_location_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__location`\nwhere location_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "location_id", "file_key_name": "models.stg_shopify__location", "attached_node": "model.shopify_source.stg_shopify__location"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["location_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__location')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646"}, "created_at": 1696448597.364178, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646\") }}", "language": "sql", "refs": [{"name": "stg_shopify__location", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__location"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n location_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__location`\n group by location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__location", "attached_node": "model.shopify_source.stg_shopify__location"}, "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "metafield_id", "model": "{{ get_where_subquery(ref('stg_shopify__metafield')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__metafield_metafield_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__metafield_metafield_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6", "fqn": ["shopify_source", "not_null_stg_shopify__metafield_metafield_id"], "alias": "not_null_stg_shopify__metafield_metafield_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.370643, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__metafield"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__metafield_metafield_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect metafield_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__metafield`\nwhere metafield_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "metafield_id", "file_key_name": "models.stg_shopify__metafield", "attached_node": "model.shopify_source.stg_shopify__metafield"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["metafield_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__metafield')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation"], "alias": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea"}, "created_at": 1696448597.3735669, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea\") }}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__metafield"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n metafield_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__metafield`\n group by metafield_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__metafield", "attached_node": "model.shopify_source.stg_shopify__metafield"}, "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "name", "model": "{{ get_where_subquery(ref('stg_shopify__order_note_attribute')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_note_attribute_name", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_note_attribute_name.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446", "fqn": ["shopify_source", "not_null_stg_shopify__order_note_attribute_name"], "alias": "not_null_stg_shopify__order_note_attribute_name", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.379648, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_note_attribute_name.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect name\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_note_attribute`\nwhere name is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "name", "file_key_name": "models.stg_shopify__order_note_attribute", "attached_node": "model.shopify_source.stg_shopify__order_note_attribute"}, "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_note_attribute')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_note_attribute_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_note_attribute_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375", "fqn": ["shopify_source", "not_null_stg_shopify__order_note_attribute_order_id"], "alias": "not_null_stg_shopify__order_note_attribute_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.382402, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_note_attribute_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_note_attribute`\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_note_attribute", "attached_node": "model.shopify_source.stg_shopify__order_note_attribute"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "name", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_note_attribute')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation"], "alias": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d"}, "created_at": 1696448597.3848581, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, name, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_note_attribute`\n group by order_id, name, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_note_attribute", "attached_node": "model.shopify_source.stg_shopify__order_note_attribute"}, "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_shipping_line_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_line')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_shipping_line_order_shipping_line_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613", "fqn": ["shopify_source", "not_null_stg_shopify__order_shipping_line_order_shipping_line_id"], "alias": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1"}, "created_at": 1696448597.3908758, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_shipping_line_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\nwhere order_shipping_line_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "order_shipping_line_id", "file_key_name": "models.stg_shopify__order_shipping_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_line"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_shipping_line_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_line')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation"], "alias": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36"}, "created_at": 1696448597.393367, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_shipping_line_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by order_shipping_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_shipping_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_line"}, "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_tax_line')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_shipping_tax_line_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_shipping_tax_line_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd", "fqn": ["shopify_source", "not_null_stg_shopify__order_shipping_tax_line_index"], "alias": "not_null_stg_shopify__order_shipping_tax_line_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.399605, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_shipping_tax_line_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__order_shipping_tax_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_shipping_line_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_tax_line')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295", "fqn": ["shopify_source", "not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id"], "alias": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858"}, "created_at": 1696448597.4021828, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_shipping_line_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\nwhere order_shipping_line_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "order_shipping_line_id", "file_key_name": "models.stg_shopify__order_shipping_tax_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_shipping_line_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_tax_line')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f"}, "created_at": 1696448597.404772, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_shipping_line_id, index, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by order_shipping_line_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_shipping_tax_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__order_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_tag_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_tag_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2", "fqn": ["shopify_source", "not_null_stg_shopify__order_tag_index"], "alias": "not_null_stg_shopify__order_tag_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.411306, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_tag_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tag`\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__order_tag", "attached_node": "model.shopify_source.stg_shopify__order_tag"}, "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_tag_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_tag_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6", "fqn": ["shopify_source", "not_null_stg_shopify__order_tag_order_id"], "alias": "not_null_stg_shopify__order_tag_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.413739, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_tag_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tag`\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_tag", "attached_node": "model.shopify_source.stg_shopify__order_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a"}, "created_at": 1696448597.4164648, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, index, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_tag`\n group by order_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_tag", "attached_node": "model.shopify_source.stg_shopify__order_tag"}, "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "key", "model": "{{ get_where_subquery(ref('stg_shopify__order_url_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_url_tag_key", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_url_tag_key.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325", "fqn": ["shopify_source", "not_null_stg_shopify__order_url_tag_key"], "alias": "not_null_stg_shopify__order_url_tag_key", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.421895, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_url_tag_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect key\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_url_tag`\nwhere key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "key", "file_key_name": "models.stg_shopify__order_url_tag", "attached_node": "model.shopify_source.stg_shopify__order_url_tag"}, "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_url_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_url_tag_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_url_tag_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1", "fqn": ["shopify_source", "not_null_stg_shopify__order_url_tag_order_id"], "alias": "not_null_stg_shopify__order_url_tag_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.424555, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_url_tag_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_url_tag`\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_url_tag", "attached_node": "model.shopify_source.stg_shopify__order_url_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "key", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_url_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation"], "alias": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f"}, "created_at": 1696448597.426976, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, key, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_url_tag`\n group by order_id, key, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_url_tag", "attached_node": "model.shopify_source.stg_shopify__order_url_tag"}, "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "price_rule_id", "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__price_rule_price_rule_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__price_rule_price_rule_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0", "fqn": ["shopify_source", "not_null_stg_shopify__price_rule_price_rule_id"], "alias": "not_null_stg_shopify__price_rule_price_rule_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.433265, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__price_rule_price_rule_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect price_rule_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule`\nwhere price_rule_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "price_rule_id", "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["line_item", "shipping_line"], "column_name": "target_type", "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008", "fqn": ["shopify_source", "accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line"], "alias": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903"}, "created_at": 1696448597.435887, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903\") }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903.sql", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n target_type as value_field,\n count(*) as n_records\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule`\n group by target_type\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'line_item','shipping_line'\n)\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "target_type", "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["percentage", "fixed_amount"], "column_name": "value_type", "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909", "fqn": ["shopify_source", "accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount"], "alias": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5"}, "created_at": 1696448597.444111, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5\") }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5.sql", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n value_type as value_field,\n count(*) as n_records\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule`\n group by value_type\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'percentage','fixed_amount'\n)\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "value_type", "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["price_rule_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation"], "alias": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35"}, "created_at": 1696448597.4527822, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35\") }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n price_rule_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__price_rule`\n group by price_rule_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "product_image_id", "model": "{{ get_where_subquery(ref('stg_shopify__product_image')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__product_image_product_image_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__product_image_product_image_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c", "fqn": ["shopify_source", "not_null_stg_shopify__product_image_product_image_id"], "alias": "not_null_stg_shopify__product_image_product_image_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.558629, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__product_image", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_image"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__product_image_product_image_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_image_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`\nwhere product_image_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "product_image_id", "file_key_name": "models.stg_shopify__product_image", "attached_node": "model.shopify_source.stg_shopify__product_image"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_image_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product_image')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation"], "alias": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93"}, "created_at": 1696448597.562958, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product_image", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_image"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_image_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`\n group by product_image_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product_image", "attached_node": "model.shopify_source.stg_shopify__product_image"}, "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__product_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__product_tag_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__product_tag_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019", "fqn": ["shopify_source", "not_null_stg_shopify__product_tag_index"], "alias": "not_null_stg_shopify__product_tag_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.570737, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__product_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__product_tag_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__product_tag", "attached_node": "model.shopify_source.stg_shopify__product_tag"}, "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "product_id", "model": "{{ get_where_subquery(ref('stg_shopify__product_tag')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__product_tag_product_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__product_tag_product_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3", "fqn": ["shopify_source", "not_null_stg_shopify__product_tag_product_id"], "alias": "not_null_stg_shopify__product_tag_product_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.574114, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__product_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__product_tag_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\nwhere product_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "product_id", "file_key_name": "models.stg_shopify__product_tag", "attached_node": "model.shopify_source.stg_shopify__product_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed"}, "created_at": 1696448597.577125, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, index, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\n group by product_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product_tag", "attached_node": "model.shopify_source.stg_shopify__product_tag"}, "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "shop_id", "model": "{{ get_where_subquery(ref('stg_shopify__shop')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__shop_shop_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__shop_shop_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe", "fqn": ["shopify_source", "not_null_stg_shopify__shop_shop_id"], "alias": "not_null_stg_shopify__shop_shop_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.584076, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__shop", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__shop"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__shop_shop_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect shop_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__shop`\nwhere shop_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "shop_id", "file_key_name": "models.stg_shopify__shop", "attached_node": "model.shopify_source.stg_shopify__shop"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["shop_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__shop')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation"], "alias": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e"}, "created_at": 1696448597.5879822, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__shop", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__shop"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n shop_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__shop`\n group by shop_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__shop", "attached_node": "model.shopify_source.stg_shopify__shop"}, "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "transaction_id", "model": "{{ get_where_subquery(ref('stg_shopify__tender_transaction')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__tender_transaction_transaction_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__tender_transaction_transaction_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1", "fqn": ["shopify_source", "not_null_stg_shopify__tender_transaction_transaction_id"], "alias": "not_null_stg_shopify__tender_transaction_transaction_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.596032, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__tender_transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__tender_transaction"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__tender_transaction_transaction_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect transaction_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tender_transaction`\nwhere transaction_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "transaction_id", "file_key_name": "models.stg_shopify__tender_transaction", "attached_node": "model.shopify_source.stg_shopify__tender_transaction"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["transaction_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__tender_transaction')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473"}, "created_at": 1696448597.599322, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473\") }}", "language": "sql", "refs": [{"name": "stg_shopify__tender_transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__tender_transaction"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tender_transaction`\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__tender_transaction", "attached_node": "model.shopify_source.stg_shopify__tender_transaction"}, "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout_discount_code')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7", "fqn": ["shopify_source", "not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id"], "alias": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c"}, "created_at": 1696448597.606923, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect checkout_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`\nwhere checkout_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_shopify__abandoned_checkout_discount_code", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["checkout_id", "code", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout_discount_code')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation"], "alias": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1"}, "created_at": 1696448597.609893, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, code, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`\n group by checkout_id, code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__abandoned_checkout_discount_code", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code"}, "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "code", "model": "{{ get_where_subquery(ref('stg_shopify__order_discount_code')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_discount_code_code", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_discount_code_code.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f", "fqn": ["shopify_source", "not_null_stg_shopify__order_discount_code_code"], "alias": "not_null_stg_shopify__order_discount_code_code", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.616533, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_discount_code_code.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect code\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\nwhere code is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "code", "file_key_name": "models.stg_shopify__order_discount_code", "attached_node": "model.shopify_source.stg_shopify__order_discount_code"}, "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_discount_code')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_stg_shopify__order_discount_code_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_discount_code_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d", "fqn": ["shopify_source", "not_null_stg_shopify__order_discount_code_order_id"], "alias": "not_null_stg_shopify__order_discount_code_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.619155, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_discount_code_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_discount_code", "attached_node": "model.shopify_source.stg_shopify__order_discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "code", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_discount_code')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation"], "alias": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07"}, "created_at": 1696448597.6216269, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, code, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\n group by order_id, code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_discount_code", "attached_node": "model.shopify_source.stg_shopify__order_discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["checkout_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout_shipping_line')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2"}, "created_at": 1696448597.627415, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, index, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line`\n group by checkout_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__abandoned_checkout_shipping_line", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"}, "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["attempted_delivery", "delivered", "failure", "in_transit", "out_for_delivery", "ready_for_pickup", "picked_up", "label_printed", "label_purchased", "confirmed"], "column_name": "status", "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601", "fqn": ["shopify_source", "accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed"], "alias": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": false, "alias": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f"}, "created_at": 1696448597.633449, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "column_name": "status", "file_key_name": "models.stg_shopify__fulfillment_event", "attached_node": "model.shopify_source.stg_shopify__fulfillment_event"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["fulfillment_event_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment_event')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation"], "alias": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": false, "alias": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd"}, "created_at": 1696448597.643509, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__fulfillment_event", "attached_node": "model.shopify_source.stg_shopify__fulfillment_event"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__tax_line')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136"}, "created_at": 1696448597.649494, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136\") }}", "language": "sql", "refs": [{"name": "stg_shopify__tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, index, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n group by order_line_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__tax_line", "attached_node": "model.shopify_source.stg_shopify__tax_line"}, "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_cohorts')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_shopify__customer_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "unique_shopify__customer_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a", "fqn": ["shopify", "unique_shopify__customer_cohorts_customer_cohort_id"], "alias": "unique_shopify__customer_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.879095, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/unique_shopify__customer_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select customer_cohort_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_cohorts`\n where customer_cohort_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_cohorts", "attached_node": "model.shopify.shopify__customer_cohorts"}, "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_cohorts')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_shopify__customer_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__customer_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925", "fqn": ["shopify", "not_null_shopify__customer_cohorts_customer_cohort_id"], "alias": "not_null_shopify__customer_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.8820941, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__customer_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_cohort_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_cohorts`\nwhere customer_cohort_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_cohorts", "attached_node": "model.shopify.shopify__customer_cohorts"}, "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_email_cohorts')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "unique_shopify__customer_email_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "unique_shopify__customer_email_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182", "fqn": ["shopify", "unique_shopify__customer_email_cohorts_customer_cohort_id"], "alias": "unique_shopify__customer_email_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.884636, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_email_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_email_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/unique_shopify__customer_email_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select customer_cohort_id as unique_field\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_email_cohorts`\n where customer_cohort_id is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_email_cohorts", "attached_node": "model.shopify.shopify__customer_email_cohorts"}, "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_email_cohorts')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_shopify__customer_email_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__customer_email_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48", "fqn": ["shopify", "not_null_shopify__customer_email_cohorts_customer_cohort_id"], "alias": "not_null_shopify__customer_email_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.88702, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_email_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_email_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__customer_email_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_cohort_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_email_cohorts`\nwhere customer_cohort_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_email_cohorts", "attached_node": "model.shopify.shopify__customer_email_cohorts"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__orders')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce"}, "created_at": 1696448597.889775, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce\") }}", "language": "sql", "refs": [{"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__orders", "attached_node": "model.shopify.shopify__orders"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__customers')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation"], "alias": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696"}, "created_at": 1696448597.895648, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696\") }}", "language": "sql", "refs": [{"name": "shopify__customers", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customers"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customers`\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__customers", "attached_node": "model.shopify.shopify__customers"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["email", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__customer_emails')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation"], "alias": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f"}, "created_at": 1696448597.901768, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f\") }}", "language": "sql", "refs": [{"name": "shopify__customer_emails", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_emails"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n email, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_emails`\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__customer_emails", "attached_node": "model.shopify.shopify__customer_emails"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__products')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa"}, "created_at": 1696448597.908973, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa\") }}", "language": "sql", "refs": [{"name": "shopify__products", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__products"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__products`\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__products", "attached_node": "model.shopify.shopify__products"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__order_lines')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation"], "alias": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40"}, "created_at": 1696448597.9156961, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40\") }}", "language": "sql", "refs": [{"name": "shopify__order_lines", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__order_lines"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n group by order_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__order_lines", "attached_node": "model.shopify.shopify__order_lines"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["transaction_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__transactions')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation"], "alias": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb"}, "created_at": 1696448597.921767, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb\") }}", "language": "sql", "refs": [{"name": "shopify__transactions", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__transactions"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__transactions", "attached_node": "model.shopify.shopify__transactions"}, "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "inventory_item_id", "model": "{{ get_where_subquery(ref('shopify__inventory_levels')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_shopify__inventory_levels_inventory_item_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__inventory_levels_inventory_item_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56", "fqn": ["shopify", "not_null_shopify__inventory_levels_inventory_item_id"], "alias": "not_null_shopify__inventory_levels_inventory_item_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.927548, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__inventory_levels", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__inventory_levels"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__inventory_levels_inventory_item_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__inventory_levels`\nwhere inventory_item_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "inventory_item_id", "file_key_name": "models.shopify__inventory_levels", "attached_node": "model.shopify.shopify__inventory_levels"}, "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "location_id", "model": "{{ get_where_subquery(ref('shopify__inventory_levels')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_shopify__inventory_levels_location_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__inventory_levels_location_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0", "fqn": ["shopify", "not_null_shopify__inventory_levels_location_id"], "alias": "not_null_shopify__inventory_levels_location_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.930086, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__inventory_levels", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__inventory_levels"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__inventory_levels_location_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__inventory_levels`\nwhere location_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "location_id", "file_key_name": "models.shopify__inventory_levels", "attached_node": "model.shopify.shopify__inventory_levels"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["inventory_item_id", "location_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__inventory_levels')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b"}, "created_at": 1696448597.932857, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b\") }}", "language": "sql", "refs": [{"name": "shopify__inventory_levels", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__inventory_levels"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, location_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__inventory_levels`\n group by inventory_item_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__inventory_levels", "attached_node": "model.shopify.shopify__inventory_levels"}, "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "discount_code_id", "model": "{{ get_where_subquery(ref('shopify__discounts')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_shopify__discounts_discount_code_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__discounts_discount_code_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81", "fqn": ["shopify", "not_null_shopify__discounts_discount_code_id"], "alias": "not_null_shopify__discounts_discount_code_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.9388092, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__discounts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__discounts_discount_code_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_code_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__discounts`\nwhere discount_code_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "discount_code_id", "file_key_name": "models.shopify__discounts", "attached_node": "model.shopify.shopify__discounts"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["code", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__discounts')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation"], "alias": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e"}, "created_at": 1696448597.941267, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e\") }}", "language": "sql", "refs": [{"name": "shopify__discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__discounts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n code, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__discounts`\n group by code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__discounts", "attached_node": "model.shopify.shopify__discounts"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["discount_code_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__discounts')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "error", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "error", "alias": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373"}, "created_at": 1696448597.9479191, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(severity=\"error\",alias=\"dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373\") }}", "language": "sql", "refs": [{"name": "shopify__discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__discounts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n discount_code_id, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__discounts`\n group by discount_code_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__discounts", "attached_node": "model.shopify.shopify__discounts"}, "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "shop_id", "model": "{{ get_where_subquery(ref('shopify__daily_shop')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "not_null_shopify__daily_shop_shop_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__daily_shop_shop_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f", "fqn": ["shopify", "not_null_shopify__daily_shop_shop_id"], "alias": "not_null_shopify__daily_shop_shop_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1696448597.954023, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__daily_shop", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__daily_shop"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__daily_shop_shop_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect shop_id\nfrom `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__daily_shop`\nwhere shop_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": "shop_id", "file_key_name": "models.shopify__daily_shop", "attached_node": "model.shopify.shopify__daily_shop"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__customers__order_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation"], "alias": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3"}, "created_at": 1696448597.968781, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3\") }}", "language": "sql", "refs": [{"name": "shopify__customers__order_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customers__order_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n string_agg(distinct cast(value as STRING), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n customer_id, source_relation\n from __dbt__cte__shopify__customers__order_aggregates\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.shopify__customers__order_aggregates", "sql": " __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer_tag`\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n string_agg(distinct cast(value as STRING), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__customers__order_aggregates", "attached_node": "model.shopify.shopify__customers__order_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__orders__order_line_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04"}, "created_at": 1696448597.9747682, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04\") }}", "language": "sql", "refs": [{"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__orders__order_line_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), validation_errors as (\n\n select\n order_id, source_relation\n from __dbt__cte__shopify__orders__order_line_aggregates\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__orders__order_line_aggregates", "attached_node": "model.shopify.shopify__orders__order_line_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["email", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__emails__order_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation"], "alias": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1"}, "created_at": 1696448597.980758, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1\") }}", "language": "sql", "refs": [{"name": "int_shopify__emails__order_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__emails__order_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n email, source_relation\n from __dbt__cte__int_shopify__emails__order_aggregates\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n\n), tax as (\n\n select\n *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__tax_line`\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.int_shopify__emails__order_aggregates", "sql": " __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__transactions`\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__customer`\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__emails__order_aggregates", "attached_node": "model.shopify.int_shopify__emails__order_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["email", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__customer_email_rollup')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation"], "alias": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce"}, "created_at": 1696448597.987176, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce\") }}", "language": "sql", "refs": [{"name": "int_shopify__customer_email_rollup", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__customer_email_rollup"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n email, source_relation\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`int_shopify__customer_email_rollup`\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__customer_email_rollup", "attached_node": "model.shopify.int_shopify__customer_email_rollup"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["variant_id", "location_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__inventory_level__aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e"}, "created_at": 1696448597.9929988, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e\") }}", "language": "sql", "refs": [{"name": "int_shopify__inventory_level__aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__inventory_level__aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n),\n\nfulfillment as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n variant_id, location_id, source_relation\n from __dbt__cte__int_shopify__inventory_level__aggregates\n group by variant_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__refund`\n\n), order_line_refunds as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line_refund`\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}, {"id": "model.shopify.int_shopify__inventory_level__aggregates", "sql": " __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_line`\n),\n\nfulfillment as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order`\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__inventory_level__aggregates", "attached_node": "model.shopify.int_shopify__inventory_level__aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["code", "type", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__discounts__order_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation"], "alias": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13"}, "created_at": 1696448597.999435, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13\") }}", "language": "sql", "refs": [{"name": "int_shopify__discounts__order_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__discounts__order_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n), validation_errors as (\n\n select\n code, type, source_relation\n from __dbt__cte__int_shopify__discounts__order_aggregates\n group by code, type, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__discounts__order_aggregates", "sql": " __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_discount_code`\n),\n\norders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__discounts__order_aggregates", "attached_node": "model.shopify.int_shopify__discounts__order_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["code", "type", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__discounts__abandoned_checkouts')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation"], "alias": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936"}, "created_at": 1696448598.005565, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936\") }}", "language": "sql", "refs": [{"name": "int_shopify__discounts__abandoned_checkouts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__discounts__abandoned_checkouts"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line`\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n), validation_errors as (\n\n select\n code, type, source_relation\n from __dbt__cte__int_shopify__discounts__abandoned_checkouts\n group by code, type, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__discounts__abandoned_checkouts", "sql": " __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout`\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_discount_code`\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__abandoned_checkout_shipping_line`\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__discounts__abandoned_checkouts", "attached_node": "model.shopify.int_shopify__discounts__abandoned_checkouts"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__order__shipping_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac"}, "created_at": 1696448598.011531, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac\") }}", "language": "sql", "refs": [{"name": "int_shopify__order__shipping_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__order__shipping_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), validation_errors as (\n\n select\n order_id, source_relation\n from __dbt__cte__int_shopify__order__shipping_aggregates\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_line`\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__order_shipping_tax_line`\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__order__shipping_aggregates", "attached_node": "model.shopify.int_shopify__order__shipping_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__product__order_line_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28"}, "created_at": 1696448598.01893, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28\") }}", "language": "sql", "refs": [{"name": "int_shopify__product__order_line_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__product__order_line_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n), validation_errors as (\n\n select\n product_id, source_relation\n from __dbt__cte__int_shopify__product__order_line_aggregates\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__product__order_line_aggregates", "sql": " __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_lines`\n\n), orders as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__orders`\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__product__order_line_aggregates", "attached_node": "model.shopify.int_shopify__product__order_line_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__products_with_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "zz_dbt_renee_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04"}, "created_at": 1696448598.025404, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04\") }}", "language": "sql", "refs": [{"name": "int_shopify__products_with_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__products_with_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`\n), \n\ncollection_product as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\n),\n\ncollection as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\n),\n\nproduct_variant as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n),\n\nproduct_image as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n string_agg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n string_agg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n), validation_errors as (\n\n select\n product_id, source_relation\n from __dbt__cte__int_shopify__products_with_aggregates\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__products_with_aggregates", "sql": " __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product`\n), \n\ncollection_product as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection_product`\n),\n\ncollection as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__collection`\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_tag`\n),\n\nproduct_variant as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_variant`\n),\n\nproduct_image as (\n\n select *\n from `dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__product_image`\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n string_agg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n string_agg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n)"}], "contract": {"enforced": false, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__products_with_aggregates", "attached_node": "model.shopify.int_shopify__products_with_aggregates"}}, "sources": {"source.shopify_source.shopify.order": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order", "fqn": ["shopify_source", "shopify", "order"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order", "quoting": {"database": null, "schema": null, "identifier": true, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that created the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city, town, or village of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the region of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "browser_ip": {"name": "browser_ip", "description": "The IP address of the browser used by the customer when they placed the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Whether the customer consented to receive email updates from the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancel_reason": {"name": "cancel_reason", "description": "The reason why the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancelled_at": {"name": "cancelled_at", "description": "The date and time when the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID of the cart that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date and time when the order was closed (archived).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The autogenerated date and time when the order was created in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code for the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the order's customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "financial_status": {"name": "financial_status", "description": "The status of payments associated with the order. Can only be set when the order is created", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "The order's status in terms of fulfilled line items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the order, used for API purposes. This is different from the order_number property, which is the ID used by the shop owner and customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the buyer landed when they entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the order was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The order name, generated by combining the order_number property with the order prefix and suffix that are set in the merchant's general settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "An optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number": {"name": "number", "description": "The order's position in the shop's count of orders. Numbers are sequential and start at 1.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_number": {"name": "order_number", "description": "The order 's position in the shop's count of orders starting at 1001. Order numbers are sequential and start at 1001.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time when an order was processed. This value is the date that appears on your orders and that's used in the analytic reports.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website where the customer clicked a link to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city, town, or village of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the region of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the order originated. Can be set only during order creation, and is not writeable afterwards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the order in the shop currency after discounts but before shipping, taxes, and tips in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxes_included": {"name": "taxes_included", "description": "Whether taxes are included in the order subtotal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether this is a test order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique token for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total discounts applied to the price of the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all line item prices in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of all line item prices, discounts, shipping, taxes, and tips in the shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the order in th shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all line item weights in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the order was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into Shopify POS who processed the order, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_token": {"name": "checkout_token", "description": "A unique value when referencing the checkout that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "confirmed": {"name": "confirmed", "description": "Whether inventory has been reserved for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "A two-letter or three-letter language code, optionally followed by a region modifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the order's checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_status_url": {"name": "order_status_url", "description": "The URL pointing to the order status web page, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tip_received": {"name": "total_tip_received", "description": "The sum of all the tips in the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The presentment currency that was used to display prices to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_shipping_price_set": {"name": "total_shipping_price_set", "description": "The total shipping price of the order, excluding discounts and returns, in shop and presentment currencies. If taxes_included is set to true, then total_shipping_price_set includes taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "Details of the browsing client, including software and operating versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax applied to the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts_set": {"name": "total_discounts_set", "description": "The total discounts applied to the price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price_set": {"name": "total_line_items_price_set", "description": "The total of all line item prices in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_set": {"name": "total_price_set", "description": "The total price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_confirmed": {"name": "is_confirmed", "description": "Whether the order is confirmed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_identifier": {"name": "source_identifier", "description": "The ID of the order placed on the originating platform. This value doesn't correspond to the Shopify ID that's generated from a completed draft.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order`", "created_at": 1696448598.035352}, "source.shopify_source.shopify.customer": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "customer", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.customer", "fqn": ["shopify_source", "shopify", "customer"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "customer", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a customer in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "accepts_marketing": {"name": "accepts_marketing", "description": "Whether the customer has consented to receive marketing material via email. Deprecated and will be coalesced with `email_marketing_consent_state`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer. Attempting to assign the same email address to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "A unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "orders_count": {"name": "orders_count", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The unique phone number (E.164 format) for this customer. Attempting to assign the same phone number to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "state": {"name": "state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_exempt": {"name": "tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_spent": {"name": "total_spent", "description": "The total amount of money that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "verified_email": {"name": "verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_marketing_consent_state": {"name": "email_marketing_consent_state", "description": "The current email marketing state for the customer. New version of `accepts_marketing` field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_marketing_consent_opt_in_level": {"name": "email_marketing_consent_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email. New version of `marketing_opt_in_level` field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_marketing_consent_consent_updated_at": {"name": "email_marketing_consent_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used. New version of `accepts_marketing_updated_at` field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "accepts_marketing_updated_at": {"name": "accepts_marketing_updated_at", "description": "Deprecated. The package will coalesce with `email_marketing_consent_consent_updated_at`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "Deprecated. The package will coalesce with `email_marketing_consent_opt_in_level`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`customer`", "created_at": 1696448598.035758}, "source.shopify_source.shopify.order_line": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_line", "fqn": ["shopify_source", "shopify", "order_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_line", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a line item for an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillable_quantity": {"name": "fulfillable_quantity", "description": "The amount available to fulfill, calculated as follows: quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "How far along an order is in terms line items fulfilled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gift_card": {"name": "gift_card", "description": "Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the related order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the item before discounts have been applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The number of items that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_shipping": {"name": "requires_shipping", "description": "Whether the item requires shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The item's SKU (stock keeping unit).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxable": {"name": "taxable", "description": "Whether the item was taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount": {"name": "total_discount", "description": "The total amount of the discount allocated to the line item in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The ID of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the item's supplier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the order line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price": {"name": "pre_tax_price", "description": "The pre tax price of the line item in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price_set": {"name": "pre_tax_price_set", "description": "The pre tax price of the line item in shop currency and presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The price of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "Tax code applied to the line item. As multiple taxes can apply to a line item, we recommend referring to `stg_shopify__tax_line`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount_set": {"name": "total_discount_set", "description": "The total amount allocated to the line item in the presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "properties": {"name": "properties", "description": "Line item properties.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_line`", "created_at": 1696448598.0361228}, "source.shopify_source.shopify.order_line_refund": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_line_refund", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_line_refund", "fqn": ["shopify_source", "shopify", "order_line_refund"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_line_refund", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a line item refund in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique identifier of the line item in the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "TThe unique identifier of the location where the items will be restockedBD", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the related line item in the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The quantity of the associated line item that was returned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID of the related refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock_type": {"name": "restock_type", "description": "How this refund line item affects inventory levels.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal": {"name": "subtotal", "description": "Subtotal amount of the order line refund in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The total tax applied to the refund in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_set": {"name": "subtotal_set", "description": "The subtotal of the refund line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_line_refund`", "created_at": 1696448598.036427}, "source.shopify_source.shopify.product": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "product", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product", "fqn": ["shopify_source", "shopify", "product"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "product", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a product in Shopify.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Whether the record has been deleted in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the product was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique human-friendly string for the product. Automatically generated from the product's title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "An unsigned 64-bit integer that's used as a unique identifier for the product. Each id is unique across the Shopify system. No two products will have the same id, even if they're from different shops.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_type": {"name": "product_type", "description": "A categorization for the product used for filtering and searching products.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the product is published to the Point of Sale channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the product's vendor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the product. Valid values: - active: The product is ready to sell and is available to customers on the online store, sales channels, and apps. By default, existing products are set to active. - archived: The product is no longer being sold and isn't available to customers on sales channels and apps. - draft: The product isn't ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`product`", "created_at": 1696448598.036723}, "source.shopify_source.shopify.product_variant": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "product_variant", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product_variant", "fqn": ["shopify_source", "shopify", "product_variant"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "product_variant", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a product variant in Shopify", "columns": {"barcode": {"name": "barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "compare_at_price": {"name": "compare_at_price", "description": "The original price of the item before an adjustment or a sale in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_service": {"name": "fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique numeric identifier for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "image_id": {"name": "image_id", "description": "The unique numeric identifier for a product's image. The image must be associated to the same product as the variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The unique identifier for the inventory item, which is used in the Inventory API to query for inventory information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_management": {"name": "inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_policy": {"name": "inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_quantity": {"name": "inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "old_inventory_quantity": {"name": "old_inventory_quantity", "description": "This property is deprecated. Use the InventoryLevel resource instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_1": {"name": "option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_2": {"name": "option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_3": {"name": "option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product variant in the list of product variants. The first position in the list is 1. The position of variants is indicated by the order in which they are listed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the product variant in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The unique numeric identifier for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_shipping": {"name": "requires_shipping", "description": "This property is deprecated. Use the `requires_shipping` property on the InventoryItem resource instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "A unique identifier for the product variant in the shop. Required in order to connect to a FulfillmentService.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxable": {"name": "taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight": {"name": "weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`product_variant`", "created_at": 1696448598.037173}, "source.shopify_source.shopify.transaction": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "transaction", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.transaction", "fqn": ["shopify_source", "shopify", "transaction"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "transaction", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a transaction in Shopify.", "columns": {"id": {"name": "id", "description": "The ID for the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID for the order that the transaction is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID associated with a refund in the refund table.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of money included in the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization": {"name": "authorization", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the transaction was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time when a transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The name of the gateway the transaction was issued through.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "The origin of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "A string generated by the payment provider with additional information about why the transaction succeeded or failed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_id": {"name": "parent_id", "description": "The ID of an associated transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_avs_result_code": {"name": "payment_avs_result_code", "description": "The response code from the address verification system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_bin": {"name": "payment_credit_card_bin", "description": "The issuer identification number (IIN), formerly known as bank identification number (BIN) of the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_cvv_result_code": {"name": "payment_cvv_result_code", "description": "The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_number": {"name": "payment_credit_card_number", "description": "The customer's credit card number, with most of the leading digits redacted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_company": {"name": "payment_credit_card_company", "description": "The name of the company that issued the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The transaction's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt": {"name": "receipt", "description": "A transaction receipt attached to the transaction by the gateway.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_id": {"name": "currency_exchange_id", "description": "The ID of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_adjustment": {"name": "currency_exchange_adjustment", "description": "The difference between the amounts on the associated transaction and the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_original_amount": {"name": "currency_exchange_original_amount", "description": "The amount of the parent transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_final_amount": {"name": "currency_exchange_final_amount", "description": "The amount of the associated transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_currency": {"name": "currency_exchange_currency", "description": "The shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "error_code": {"name": "error_code", "description": "A standardized error code, independent of the payment provider.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether the transaction is a test transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID for the user who was logged into the Shopify POS device when the order was processed, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_expires_at": {"name": "authorization_expires_at", "description": "The date and time (ISO 8601 format) when the Shopify Payments authorization expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`transaction`", "created_at": 1696448598.0375319}, "source.shopify_source.shopify.refund": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "refund", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.refund", "fqn": ["shopify_source", "shopify", "refund"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "refund", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a refund within Shopify.", "columns": {"id": {"name": "id", "description": "The unique numeric identifier for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of the date when the refund was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "Timestamp of the date when the refund was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "User generated note attached to the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock": {"name": "restock", "description": "Boolean indicating if the refund is a result of a restock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "Reference to the user id which generated the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties_set": {"name": "total_duties_set", "description": "Record representing total duties set for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the refund is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`refund`", "created_at": 1696448598.037819}, "source.shopify_source.shopify.order_adjustment": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_adjustment", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_adjustment", "fqn": ["shopify_source", "shopify", "order_adjustment"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_adjustment", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents and adjustment to and order within Shopify.", "columns": {"id": {"name": "id", "description": "The unique numeric identifier for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "Reference to the refund which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "Amount of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount": {"name": "tax_amount", "description": "Tax amount applied to the order adjustment in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The kind of order adjustment (eg. refund, restock, etc.).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reason": {"name": "reason", "description": "The reason for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount_set": {"name": "amount_set", "description": "Amount set towards the order adjustment in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount_set": {"name": "tax_amount_set", "description": "Tax amount set towards the order adjustment in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_adjustment`", "created_at": 1696448598.038107}, "source.shopify_source.shopify.abandoned_checkout": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "abandoned_checkout", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.abandoned_checkout", "fqn": ["shopify_source", "shopify", "abandoned_checkout"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "abandoned_checkout", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A checkout is considered abandoned after the customer has added contact information, but before the customer has completed their purchase.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "abandoned_checkout_url": {"name": "abandoned_checkout_url", "description": "The recovery URL that's sent to a customer so they can recover their checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The zip or postal code of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Whether the customer would like to receive email updates from the shop. This is set by the 'I want to receive occasional emails about new products, promotions and other news' checkbox during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID for the cart that's attached to the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date and time (ISO 8601 format) when the checkout was closed. If the checkout was not closed, then this value is null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) of the shop's default currency at the time of checkout. For the currency that the customer used at checkout, see `presentment_currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer with the abandoned checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "The two or three-letter language code, optionally followed by a region modifier. Example values - en, en-CA.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID of the Shopify POS device that created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The payment gateway used by the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the customer entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Checkout order number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "The text of an optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The customer's phone number for receiving SMS notifications.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The three-letter code (ISO 4217 format) of the currency that the customer used at checkout. For the shop's default currency, see `currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website that referred the customer to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The zip or postal code of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the checkout originated. Valid values include `web`, `pos`, `iphone`, `android`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the checkout in _presentment_ (customer) currency before shipping and taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxes_included": {"name": "taxes_included", "description": "Boolean representing whether taxes are included in the price.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique ID for a checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total amount of discounts to be applied in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties": {"name": "total_duties", "description": "The total duties of the checkout in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of the prices of all line items in the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of line item prices, all discounts, shipping costs, and taxes for the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all the weights in grams of the line items in the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the checkout was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user who created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`abandoned_checkout`", "created_at": 1696448598.0385568}, "source.shopify_source.shopify.collection_product": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "collection_product", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.collection_product", "fqn": ["shopify_source", "shopify", "collection_product"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "collection_product", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table relating products to the collections they belong to. Use this instead of the deprecated `COLLECT` table.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collection_id": {"name": "collection_id", "description": "ID referencing the `collection` the product belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID referencing the `product`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`collection_product`", "created_at": 1696448598.038823}, "source.shopify_source.shopify.collection": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "collection", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.collection", "fqn": ["shopify_source", "shopify", "collection"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "collection", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A collection is a grouping of products that merchants can create to make their stores easier to browse. Merchants can create collections by selecting products individually or by defining rules that automatically determine whether products are included (aka a \"smart collection\").\n", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "disjunctive": {"name": "disjunctive", "description": "Boolean representing whether the `rules` or disjuctive (logical `OR`) or not. True = disjuctive, false = conjunctive (logical `AND`).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique, human-readable string for the collection automatically generated from its title. This is used in themes by the Liquid templating language to refer to the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "The time and date (ISO 8601 format) when the collection was made visible. Returns null for a hidden collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the collection is published to the Point of Sale channel. Valid values `web` (the collection is published to the Online Store channel but not published to the Point of Sale channel) and `global` (the collection is published to both the Online Store channel and the Point of Sale channel).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rules": {"name": "rules", "description": "An array of rules that define what products go into the smart collection. Each rule (`column` -- `relation` --> `condition`) has these properties: - `column`: the property of a product being used to populate the smart collection. Ex: 'tag', 'type', 'vendor', 'variant_price', etc. - `relation`: The comparitive relationship between the column choice, and the condition ('equals', 'contains', 'greater_than', etc.) - condition: Select products for a smart collection using a condition. Values are either strings or numbers, depending on the relation value. See the [Shopify docs](https://shopify.dev/api/admin-rest/2022-10/resources/smartcollection#resource-object) for more.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sort_order": {"name": "sort_order", "description": "The order of the products in the collection. Valid values inclide - `alpha-asc`: The products are sorted alphabetically from A to Z. - `alpha-des`: The products are sorted alphabetically from Z to A. - `best-selling`: The products are sorted by number of sales. - `created`: The products are sorted by the date they were created, from oldest to newest. - `created-desc`: The products are sorted by the date they were created, from newest to oldest. - `manual`: The products are manually sorted by the shop owner. - `price-asc`: The products are sorted by price from lowest to highest. - `price-desc`: The products are sorted by price from highest to lowest.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the collection", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the collection was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`collection`", "created_at": 1696448598.039177}, "source.shopify_source.shopify.customer_tag": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "customer_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.customer_tag", "fqn": ["shopify_source", "shopify", "customer_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "customer_tag", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Tags that the shop owner has attached to the customer. A customer can have up to 250 tags.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) represnting when the tag was placed on the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`customer_tag`", "created_at": 1696448598.039445}, "source.shopify_source.shopify.discount_code": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "discount_code", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.discount_code", "fqn": ["shopify_source", "shopify", "discount_code"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "discount_code", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing discount codes that enable specific discounts to be redeemed. Merchants can distribute discount codes to their customers using a variety of means, such as an email or URL, and customers can apply these codes at checkout. Each discount code belongs to a price rule, which holds the logic for the discount.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The case-insensitive discount code that customers use at checkout. Shopify recommends this map onto the associated `price_rule.title`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the discount code was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule that this discount code belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the discount code was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_count": {"name": "usage_count", "description": "The number of times that the discount code has been redeemed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`discount_code`", "created_at": 1696448598.0397172}, "source.shopify_source.shopify.fulfillment": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "fulfillment", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.fulfillment", "fqn": ["shopify_source", "shopify", "fulfillment"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "fulfillment", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A fulfillment order represents a group of one or more items in an order that will be fulfilled from the same location. A fulfillment represents work that is completed as part of a fulfillment order and can include one or more items.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the fulfillment was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The unique identifier of the location that the fulfillment was processed at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The uniquely identifying fulfillment name, consisting of two parts separated by a .. The first part represents the order name and the second part represents the fulfillment number. The fulfillment number automatically increments depending on how many fulfillments are in an order (e.g. #1001.1, #1001.2).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The unique numeric identifier for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt_authorization": {"name": "receipt_authorization", "description": "The authorization code from the receipt.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "service": {"name": "service", "description": "The fulfillment service associated with the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipment_status": {"name": "shipment_status", "description": "The current shipment status of the fulfillment. Valid values include: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was succesfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment. Valid values include: - pending: Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to 'open' or 'success'. - open: The fulfillment has been acknowledged by the service and is in processing. - success: The fulfillment was successful. - cancelled: The fulfillment was cancelled. - error: There was an error with the fulfillment request. - failure: The fulfillment request failed.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_company": {"name": "tracking_company", "description": "The name of the tracking company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_number": {"name": "tracking_number", "description": "Primary tracking number for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_numbers": {"name": "tracking_numbers", "description": "A list of tracking numbers, provided by the shipping company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_urls": {"name": "tracking_urls", "description": "The URLs of tracking pages for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`fulfillment`", "created_at": 1696448598.040014}, "source.shopify_source.shopify.inventory_item": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "inventory_item", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.inventory_item", "fqn": ["shopify_source", "shopify", "inventory_item"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "inventory_item", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "An inventory item represents a physical good. It holds essential information about the physical good, including its SKU and whether its inventory is tracked. There is a 1:1 relationship between a product variant and an inventory item.\n", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cost": {"name": "cost", "description": "The unit cost of the inventory item. The shop's default currency is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code_of_origin": {"name": "country_code_of_origin", "description": "The country code (ISO 3166-1 alpha-2) of where the item came from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the inventory item was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code_of_origin": {"name": "province_code_of_origin", "description": "The province code (ISO 3166-2 alpha-2) of where the item came from. The province code is only used if the shipping provider for the inventory item is Canada Post.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_shipping": {"name": "requires_shipping", "description": "Boolean representing whether a customer needs to provide a shipping address when placing an order containing the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The unique SKU (stock keeping unit) of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracked": {"name": "tracked", "description": "Boolean representing whether inventory levels are tracked for the item. If true, then the inventory quantity changes are tracked by Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory item was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`inventory_item`", "created_at": 1696448598.0403001}, "source.shopify_source.shopify.inventory_level": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "inventory_level", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.inventory_level", "fqn": ["shopify_source", "shopify", "inventory_level"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "inventory_level", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "An inventory level represents the quantities of an inventory item for a location.\nEach inventory level belongs to one inventory item and has one location. For every location where an inventory item can be stocked, there's an inventory level that represents the inventory item's quantities relating to that location.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "available": {"name": "available", "description": "The available quantity of an inventory item at the inventory level's associated location. Returns null if the inventory item is not tracked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item associated with the inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location that the inventory level belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory level was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`inventory_level`", "created_at": 1696448598.040568}, "source.shopify_source.shopify.location": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "location", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.location", "fqn": ["shopify_source", "shopify", "location"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "location", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A location represents a geographical location where your stores, pop-up stores, headquarters, and warehouses exist.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "active": {"name": "active", "description": "Boolean representing whether the location is active. If true, then the location can be used to sell products, stock inventory, and fulfill orders.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country the location is in (two-letter code).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) corresponding to country the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "Full name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the location was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "legacy": {"name": "legacy", "description": "Boolean representing whether this is a fulfillment service location. If true, then the location is a fulfillment service location. If false, then the location was created by the merchant and isn't tied to a fulfillment service.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_country_name": {"name": "localized_country_name", "description": "The localized name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_province_name": {"name": "localized_province_name", "description": "The localized name of the location's region. Typically a province, state, or district.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number of the location. This value can contain special characters, such as - or +.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province, state, or district of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The province, state, or district code (ISO 3166-2 alpha-2 format) of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the location was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`location`", "created_at": 1696448598.040886}, "source.shopify_source.shopify.metafield": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "metafield", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.metafield", "fqn": ["shopify_source", "shopify", "metafield"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "metafield", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Metafields are a flexible way to attach additional information to a Shopify resource (e.g. Product, Collection, etc.). Some examples of data stored using metafields include specifications, size charts, downloadable documents, release dates, images, or part numbers. Metafields are identified by an owner resource, a namespace, and a key and they store a value along with type information for that context.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the metafield was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "description": {"name": "description", "description": "A description of the information that the metafield contains.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique ID of the metafield.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "The key of the metafield. Keys can be up to 64 characters long and can contain alphanumeric characters, hyphens, underscores, and periods.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "namespace": {"name": "namespace", "description": "A container for a group of metafields. Grouping metafields within a namespace prevents your metafields from conflicting with other metafields with the same key name. Must have between 3-255 characters.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The unique ID of the resource that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_resource": {"name": "owner_resource", "description": "The type of resource (table) that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of data that the metafield stores in the `value` field. Refer to the [list](https://shopify.dev/apps/metafields/types) of supported types. Use this instead of `value_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the metafield was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The data to store in the metafield. The value is always stored as a string, regardless of the metafield's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "DEPRECATED as of [June 2022](https://fivetran.com/docs/applications/shopify/changelog#june2022). Use `type` instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`metafield`", "created_at": 1696448598.041179}, "source.shopify_source.shopify.order_note_attribute": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_note_attribute", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_note_attribute", "fqn": ["shopify_source", "shopify", "order_note_attribute"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_note_attribute", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing custom attributes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID referencing the order the note attribute belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_note_attribute`", "created_at": 1696448598.041444}, "source.shopify_source.shopify.order_shipping_line": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_shipping_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_shipping_line", "fqn": ["shopify_source", "shopify", "order_shipping_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_shipping_line", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Represents the shipping details that the customer chose for their order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price_set": {"name": "discounted_price_set", "description": "The pre-tax shipping price with discounts applied (JSON) in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "A globally-unique identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the associated order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "Returns the price of the shipping line in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "Returns the price of the shipping line (JSON) in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requested_fulfillment_service_id": {"name": "requested_fulfillment_service_id", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "Returns the rate source for the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "Returns the title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_shipping_line`", "created_at": 1696448598.041749}, "source.shopify_source.shopify.order_shipping_tax_line": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_shipping_tax_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_shipping_tax_line", "fqn": ["shopify_source", "shopify", "order_shipping_tax_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_shipping_tax_line", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Represents taxes associated with order shipping lines.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (from 1) representing the order of shipping lines per order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_shipping_line_id": {"name": "order_shipping_line_id", "description": "ID of the order shipping line this recod is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns (JSON).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_shipping_tax_line`", "created_at": 1696448598.0420969}, "source.shopify_source.shopify.order_tag": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_tag", "fqn": ["shopify_source", "shopify", "order_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_tag", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Tags that the shop owner has attached to the order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) represnting when the tag was placed on the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_tag`", "created_at": 1696448598.0423748}, "source.shopify_source.shopify.order_url_tag": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_url_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_url_tag", "fqn": ["shopify_source", "shopify", "order_url_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_url_tag", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Key-value tags that the shop owner has attached to the order url.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "Key of the tag pair.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order url being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_url_tag`", "created_at": 1696448598.042697}, "source.shopify_source.shopify.price_rule": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "price_rule", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.price_rule", "fqn": ["shopify_source", "shopify", "price_rule"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "price_rule", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing price rules. You can use price rules to create discounts dependent on conditions. Merchants can distribute the discount codes to their customers. Using price rules, you can create discounts that specify a discount as a percentage, a fixed amount, or free shipping. You use entitlements and prerequisites to dynamically build these discounts.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_limit": {"name": "allocation_limit", "description": "The number of times the discount can be allocated on the cart - if eligible. For example a Buy 1 hat Get 1 hat for free discount can be applied 3 times on a cart having more than 6 hats, where maximum of 3 hats get discounted - if the allocation_limit is 3. Empty (null) allocation_limit means unlimited number of allocations.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_method": {"name": "allocation_method", "description": "The allocation method of the price rule. Valid values include `each` (the discount is applied to each of the entitled items. For example, for a price rule that takes $15 off, each entitled line item in a checkout will be discounted by $15) and `across` (the calculated discount amount will be applied across the entitled items. For example, for a price rule that takes $15 off, the discount will be applied across all the entitled items).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the price rule was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_selection": {"name": "customer_selection", "description": "The customer selection for the price rule. Valid values include `all` (the price rule is valid for all customers) and `prerequisite` (the customer must either belong to one of the customer segments specified by customer_segment_prerequisite_ids, or be one of the customers specified by prerequisite_customer_ids).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ends_at": {"name": "ends_at", "description": "The date and time (ISO 8601 format) when the price rule ends. Must be after starts_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the price rule.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "once_per_customer": {"name": "once_per_customer", "description": "Boolean representing whether the generated discount code will be valid only for a single use per customer. This is tracked using customer ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_quantity_range": {"name": "prerequisite_quantity_range", "description": "If `customer_selection` is `prerequisite`, the minimum number of items for the price rule to be applicable. The quantity of an entitled cart item must be greater than or equal to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_shipping_price_range": {"name": "prerequisite_shipping_price_range", "description": "If `customer_selection` is `prerequisite`, the maximum shipping price for the price rule to be applicable. The shipping price must be less than or equal to this value", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_subtotal_range": {"name": "prerequisite_subtotal_range", "description": "If `customer_selection` is `prerequisite`, the minimum subtotal for the price rule to be applicable. The subtotal of the entitled cart items must be greater than or equal to this value for the discount to apply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_to_entitlement_purchase_prerequisite_amount": {"name": "prerequisite_to_entitlement_purchase_prerequisite_amount", "description": "If `customer_selection` is `prerequisite`, the prerequisite purchase for a Buy X Get Y discount. The minimum purchase amount required to be entitled to the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_ratio_entitled_quantity": {"name": "quantity_ratio_entitled_quantity", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this is the offered 'get' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_ratio_prerequisite_quantity": {"name": "quantity_ratio_prerequisite_quantity", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this defines the necessary 'buy' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "starts_at": {"name": "starts_at", "description": "The date and time (ISO 8601 format) when the price rule starts.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_selection": {"name": "target_selection", "description": "The target selection method of the price rule. Valid values include `all` (the price rule applies the discount to all line items in the checkout) and `entitled` (the price rule applies the discount to selected entitlements only).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_type": {"name": "target_type", "description": "The target type that the price rule applies to. Valid values include `line_item` (the price rule applies to the cart's line items) and `shipping_line` (the price rule applies to the cart's shipping lines).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the price rule. This is used by the Shopify admin search to retrieve discounts. It is also displayed on the Discounts page of the Shopify admin for bulk discounts. Shopify recommends that this map onto the associated `discount_code.code`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the price rule was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_limit": {"name": "usage_limit", "description": "The maximum number of times the price rule can be used, per discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the price rule. If if the value of `target_type` is `shipping_line`, then only -100 is accepted. The value must be negative.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The value type of the price rule. Valid values include `fixed_amount` (applies a discount of value as a unit of the store's currency. For example, if value is -30 and the store's currency is USD, then $30 USD is deducted when the discount is applied) and `percentage` (applies a percentage discount of value. For example, if value is -30, then 30% will be deducted when the discount is applied).\nIf `target_type` is `shipping_line`, then only `percentage` is accepted.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`price_rule`", "created_at": 1696448598.043069}, "source.shopify_source.shopify.product_image": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "product_image", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product_image", "fqn": ["shopify_source", "shopify", "product_image"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "product_image", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing hosted images of products.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the product image was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "height": {"name": "height", "description": "Height dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique numeric identifier of the product image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The id of the product associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "src": {"name": "src", "description": "Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product image was last modified. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_ids": {"name": "variant_ids", "description": "An array of variant ids associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "width": {"name": "width", "description": "Width dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`product_image`", "created_at": 1696448598.0433831}, "source.shopify_source.shopify.product_tag": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "product_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product_tag", "fqn": ["shopify_source", "shopify", "product_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "product_tag", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Tags that the shop owner has attached to the product.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) represnting when the tag was placed on the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID of the product being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`product_tag`", "created_at": 1696448598.043659}, "source.shopify_source.shopify.shop": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "shop", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.shop", "fqn": ["shopify_source", "shopify", "shop"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shop", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "The Shop resource is a collection of general business and store management settings and information about the store.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_api_supported": {"name": "checkout_api_supported", "description": "Boolean representing whether the shop is capable of accepting payments directly through the Checkout API.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The shop's city.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cookie_consent_level": {"name": "cookie_consent_level", "description": "The cookie consent level defined on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The shop's country. In most cases, this value matches the country_code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter country code corresponding to the shop's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "The shop's normalized country name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "county_taxes": {"name": "county_taxes", "description": "Boolean representing whether the shop is applying taxes on a per-county basis. Only applicable to shops based in the US. Either `true` or `null` (not false, according to Shopify API docs).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601) when the shop was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the shop's default currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_email": {"name": "customer_email", "description": "The contact email used for communication between the shop owner and the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "domain": {"name": "domain", "description": "The shop's domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "eligible_for_card_reader_giveaway": {"name": "eligible_for_card_reader_giveaway", "description": "Boolean representing whether the shop is eligible to receive a free credit card reader from Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "eligible_for_payments": {"name": "eligible_for_payments", "description": "Boolean representing whether the shop is eligible to use Shopify Payments.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The contact email used for communication between Shopify and the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "enabled_presentment_currencies": {"name": "enabled_presentment_currencies", "description": "An array of of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify Admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "force_ssl": {"name": "force_ssl", "description": "DEPRECATED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_apps_domain": {"name": "google_apps_domain", "description": "The GSuite URL for the store, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_apps_login_enabled": {"name": "google_apps_login_enabled", "description": "Boolean representing whether the GSuite login is enabled. Shops with this feature will be able to log in through the GSuite login page. Valid values are `true` and `null`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_discounts": {"name": "has_discounts", "description": "Boolean representing whether any active discounts exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_gift_cards": {"name": "has_gift_cards", "description": "Boolean representing whether any active gift cards exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_storefront": {"name": "has_storefront", "description": "Boolean representing whether this shop has an online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "iana_timezone": {"name": "iana_timezone", "description": "The name of the timezone assigned by the [IANA](https://www.iana.org/time-zones).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the shop. A 64-bit unsigned integer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The latitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The longitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_format": {"name": "money_format", "description": "A string representing the way currency is formatted when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_in_emails_format": {"name": "money_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_format": {"name": "money_with_currency_format", "description": "A string representing the way currency is formatted when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_in_emails_format": {"name": "money_with_currency_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "multi_location_enabled": {"name": "multi_location_enabled", "description": "DEPRECATED and hard-coded to `true`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "myshopify_domain": {"name": "myshopify_domain", "description": "The shop's .myshopify.com domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "password_enabled": {"name": "password_enabled", "description": "Boolean representing whether the password protection page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The contact phone number for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_display_name": {"name": "plan_display_name", "description": "The display name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_name": {"name": "plan_name", "description": "The name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_launch_enabled": {"name": "pre_launch_enabled", "description": "Boolen representing whether the pre-launch page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "primary_locale": {"name": "primary_locale", "description": "The shop's primary locale, as configured in the language settings of the shop's theme.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "primary_location_id": {"name": "primary_location_id", "description": "DEPRECATED. Formerly used for the ID of the shipping origin location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The shop's normalized province or state name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The two- or three-letter code for the shop's province or state.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_extra_payments_agreement": {"name": "requires_extra_payments_agreement", "description": "Boolean representing whether the shop requires an extra Shopify Payments agreement.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "setup_required": {"name": "setup_required", "description": "Boolean representing whether the shop has any outstanding setup steps.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_owner": {"name": "shop_owner", "description": "The username of the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The handle of the partner account that referred the merchant to Shopify, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_shipping": {"name": "tax_shipping", "description": "Boolean representing whether taxes are charged for shipping. Valid values are true or false.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxes_included": {"name": "taxes_included", "description": "Boolean representing whether applicable taxes are included in product prices. Valid values are true or null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The name of the timezone the shop is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601) when the shop was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The default unit of weight measurement for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The shop's zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`shop`", "created_at": 1696448598.044111}, "source.shopify_source.shopify.tender_transaction": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "tender_transaction", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.tender_transaction", "fqn": ["shopify_source", "shopify", "tender_transaction"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "tender_transaction", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each tender transaction represents money passing between the merchant and a customer. A tender transaction with a positive amount represents a transaction where the customer paid money to the merchant. A negative amount represents a transaction where the merchant refunded money back to the customer. Tender transactions represent transactions that modify the shop's balance.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the tender transaction in the shop's currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the tender transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that the tender transaction belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_method": {"name": "payment_method", "description": "Information about the payment method used for this transaction. Valid values include: - credit_card - cash - android_pay - apple_pay - google_pay - samsung_pay - shopify_pay - amazon - klarna - paypal - unknown - other\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time (ISO 8601 format) when the tender transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "remote_reference": {"name": "remote_reference", "description": "The remote (gateway) reference associated with the tender.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether the tender transaction is a test transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into the Shopify POS device that processed the tender transaction, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`tender_transaction`", "created_at": 1696448598.04443}, "source.shopify_source.shopify.abandoned_checkout_discount_code": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "abandoned_checkout_discount_code", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.abandoned_checkout_discount_code", "fqn": ["shopify_source", "shopify", "abandoned_checkout_discount_code"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "abandoned_checkout_discount_code", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Abandoned checkouts that applied a discount code.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the discount in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "When the checkout discount application was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_id": {"name": "discount_id", "description": "ID of the discount. Deprecated, use `code` instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (from 1) representing the application of the discount to the checkout. Use the latest (highest index)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount. Valid values - percentage, shipping, fixed_amount. (default - fixed_amount)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "When the checkout's discount was last updated", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`abandoned_checkout_discount_code`", "created_at": 1696448598.044739}, "source.shopify_source.shopify.order_discount_code": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "order_discount_code", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_discount_code", "fqn": ["shopify_source", "shopify", "order_discount_code"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "order_discount_code", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Discount codes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount that's deducted from the order total.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "This property returns the discount code that was entered at checkout. Otherwise this property returns the title of the discount that was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Associated order ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount - `fixed_amount`, `percentage`, or `shipping`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`order_discount_code`", "created_at": 1696448598.045151}, "source.shopify_source.shopify.abandoned_checkout_shipping_line": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "abandoned_checkout_shipping_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.abandoned_checkout_shipping_line", "fqn": ["shopify_source", "shopify", "abandoned_checkout_shipping_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "abandoned_checkout_shipping_line", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Shipping lines associated with abandoned checkouts.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout that was abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range": {"name": "delivery_expectation_range", "description": "Expected delivery date range.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_max": {"name": "delivery_expectation_range_max", "description": "Latest expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_min": {"name": "delivery_expectation_range_min", "description": "Earliest possible expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_type": {"name": "delivery_expectation_type", "description": "Type of expected delivery.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique ID of the abandoned checkout shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the line amongst shipping lines for this checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "original_shop_price": {"name": "original_shop_price", "description": "The pre-tax shipping price without any discounts applied in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the shipping method in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requested_fulfillment_service_id": {"name": "requested_fulfillment_service_id", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The channel where the checkout originated. Example value - shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the shipping method. Example value - International Shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`abandoned_checkout_shipping_line`", "created_at": 1696448598.045481}, "source.shopify_source.shopify.fulfillment_event": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "fulfillment_event", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.fulfillment_event", "fqn": ["shopify_source", "shopify", "fulfillment_event"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "fulfillment_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "The FulfillmentEvent resource represents tracking events that belong to a fulfillment of one or more items in an order. Fulfillment events are displayed on the order status page to update customers on the status of their shipment.\n", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The street address where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "estimated_delivery_at": {"name": "estimated_delivery_at", "description": "The estimated delivery date based on the fulfillment's tracking number, as long as it's provided by one of the following carriers: USPS, FedEx, UPS, or Canada Post (Canada only). Value is `null` if no tracking number is available or if the tracking number is from an unsupported carrier. This property is available only when carrier calculated rates are in use.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_id": {"name": "fulfillment_id", "description": "An ID for the fulfillment that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "happened_at": {"name": "happened_at", "description": "The date and time (ISO 8601 format) when the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "An ID for the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "A geographic coordinate specifying the latitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "A geographic coordinate specifying the longitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "An arbitrary message describing the status. Can be provided by a shipping carrier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "An ID for the shop that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment event. Valid values: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - picked_up: The fulfillment was successfully picked up. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was successfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip code of the location where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`fulfillment_event`", "created_at": 1696448598.045799}, "source.shopify_source.shopify.tax_line": {"database": "singular-vector-135519", "schema": "shopify_test_narendra_22may", "name": "tax_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.tax_line", "fqn": ["shopify_source", "shopify", "tax_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "tax_line", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Represents a single tax applied to the associated line item.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "The index of the tax line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The order line that this tax line is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`singular-vector-135519`.`shopify_test_narendra_22may`.`tax_line`", "created_at": 1696448598.046079}}, "macros": {"macro.dbt_bigquery.date_sharded_table": {"name": "date_sharded_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/etc.sql", "original_file_path": "macros/etc.sql", "unique_id": "macro.dbt_bigquery.date_sharded_table", "macro_sql": "{% macro date_sharded_table(base_name) %}\n {{ return(base_name ~ \"[DBT__PARTITION_DATE]\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.626931, "supported_languages": null}, "macro.dbt_bigquery.grant_access_to": {"name": "grant_access_to", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/etc.sql", "original_file_path": "macros/etc.sql", "unique_id": "macro.dbt_bigquery.grant_access_to", "macro_sql": "{% macro grant_access_to(entity, entity_type, role, grant_target_dict) -%}\n {% do adapter.grant_access_to(entity, entity_type, role, grant_target_dict) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6275682, "supported_languages": null}, "macro.dbt_bigquery.get_partitions_metadata": {"name": "get_partitions_metadata", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/etc.sql", "original_file_path": "macros/etc.sql", "unique_id": "macro.dbt_bigquery.get_partitions_metadata", "macro_sql": "\n\n{%- macro get_partitions_metadata(table) -%}\n {%- if execute -%}\n {%- set res = adapter.get_partitions_metadata(table) -%}\n {{- return(res) -}}\n {%- endif -%}\n {{- return(None) -}}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.628284, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_catalog": {"name": "bigquery__get_catalog", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_catalog", "macro_sql": "{% macro bigquery__get_catalog(information_schema, schemas) -%}\n\n {%- if (schemas | length) == 0 -%}\n {# Hopefully nothing cares about the columns we return when there are no rows #}\n {%- set query = \"select 1 as id limit 0\" -%}\n {%- else -%}\n\n {%- set query -%}\n with tables as (\n select\n project_id as table_database,\n dataset_id as table_schema,\n table_id as original_table_name,\n\n concat(project_id, '.', dataset_id, '.', table_id) as relation_id,\n\n row_count,\n size_bytes as size_bytes,\n case\n when type = 1 then 'table'\n when type = 2 then 'view'\n else 'external'\n end as table_type,\n\n REGEXP_CONTAINS(table_id, '^.+[0-9]{8}$') and coalesce(type, 0) = 1 as is_date_shard,\n REGEXP_EXTRACT(table_id, '^(.+)[0-9]{8}$') as shard_base_name,\n REGEXP_EXTRACT(table_id, '^.+([0-9]{8})$') as shard_name\n\n from {{ information_schema.replace(information_schema_view='__TABLES__') }}\n where (\n {%- for schema in schemas -%}\n upper(dataset_id) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n ),\n\n table_options as (\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n JSON_VALUE(option_value) as table_comment\n\n from {{ information_schema.replace(information_schema_view='TABLE_OPTIONS') }}\n where option_name = 'description'\n ),\n extracted as (\n\n select *,\n case\n when is_date_shard then shard_base_name\n else original_table_name\n end as table_name\n\n from tables\n\n ),\n\n unsharded_tables as (\n\n select\n table_database,\n table_schema,\n table_name,\n coalesce(table_type, 'external') as table_type,\n is_date_shard,\n\n struct(\n min(shard_name) as shard_min,\n max(shard_name) as shard_max,\n count(*) as shard_count\n ) as table_shards,\n\n sum(size_bytes) as size_bytes,\n sum(row_count) as row_count,\n\n max(relation_id) as relation_id\n\n from extracted\n group by 1,2,3,4,5\n\n ),\n\n info_schema_columns as (\n\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n table_catalog as table_database,\n table_schema,\n table_name,\n\n -- use the \"real\" column name from the paths query below\n column_name as base_column_name,\n ordinal_position as column_index,\n\n is_partitioning_column,\n clustering_ordinal_position\n\n from {{ information_schema.replace(information_schema_view='COLUMNS') }}\n where ordinal_position is not null\n\n ),\n\n info_schema_column_paths as (\n\n select\n concat(table_catalog, '.', table_schema, '.', table_name) as relation_id,\n field_path as column_name,\n data_type as column_type,\n column_name as base_column_name,\n description as column_comment\n\n from {{ information_schema.replace(information_schema_view='COLUMN_FIELD_PATHS') }}\n\n ),\n\n columns as (\n\n select * except (base_column_name)\n from info_schema_columns\n join info_schema_column_paths using (relation_id, base_column_name)\n\n ),\n\n column_stats as (\n\n select\n table_database,\n table_schema,\n table_name,\n max(relation_id) as relation_id,\n max(case when is_partitioning_column = 'YES' then 1 else 0 end) = 1 as is_partitioned,\n max(case when is_partitioning_column = 'YES' then column_name else null end) as partition_column,\n max(case when clustering_ordinal_position is not null then 1 else 0 end) = 1 as is_clustered,\n array_to_string(\n array_agg(\n case\n when clustering_ordinal_position is not null then column_name\n else null\n end ignore nulls\n order by clustering_ordinal_position\n ), ', '\n ) as clustering_columns\n\n from columns\n group by 1,2,3\n\n )\n\n select\n unsharded_tables.table_database,\n unsharded_tables.table_schema,\n case\n when is_date_shard then concat(unsharded_tables.table_name, '*')\n else unsharded_tables.table_name\n end as table_name,\n unsharded_tables.table_type,\n table_options.table_comment,\n\n -- coalesce name and type for External tables - these columns are not\n -- present in the COLUMN_FIELD_PATHS resultset\n coalesce(columns.column_name, '') as column_name,\n -- invent a row number to account for nested fields -- BQ does\n -- not treat these nested properties as independent fields\n row_number() over (\n partition by relation_id\n order by columns.column_index, columns.column_name\n ) as column_index,\n coalesce(columns.column_type, '') as column_type,\n columns.column_comment,\n\n 'Shard count' as `stats__date_shards__label`,\n table_shards.shard_count as `stats__date_shards__value`,\n 'The number of date shards in this table' as `stats__date_shards__description`,\n is_date_shard as `stats__date_shards__include`,\n\n 'Shard (min)' as `stats__date_shard_min__label`,\n table_shards.shard_min as `stats__date_shard_min__value`,\n 'The first date shard in this table' as `stats__date_shard_min__description`,\n is_date_shard as `stats__date_shard_min__include`,\n\n 'Shard (max)' as `stats__date_shard_max__label`,\n table_shards.shard_max as `stats__date_shard_max__value`,\n 'The last date shard in this table' as `stats__date_shard_max__description`,\n is_date_shard as `stats__date_shard_max__include`,\n\n '# Rows' as `stats__num_rows__label`,\n row_count as `stats__num_rows__value`,\n 'Approximate count of rows in this table' as `stats__num_rows__description`,\n (unsharded_tables.table_type = 'table') as `stats__num_rows__include`,\n\n 'Approximate Size' as `stats__num_bytes__label`,\n size_bytes as `stats__num_bytes__value`,\n 'Approximate size of table as reported by BigQuery' as `stats__num_bytes__description`,\n (unsharded_tables.table_type = 'table') as `stats__num_bytes__include`,\n\n 'Partitioned By' as `stats__partitioning_type__label`,\n partition_column as `stats__partitioning_type__value`,\n 'The partitioning column for this table' as `stats__partitioning_type__description`,\n is_partitioned as `stats__partitioning_type__include`,\n\n 'Clustered By' as `stats__clustering_fields__label`,\n clustering_columns as `stats__clustering_fields__value`,\n 'The clustering columns for this table' as `stats__clustering_fields__description`,\n is_clustered as `stats__clustering_fields__include`\n\n -- join using relation_id (an actual relation, not a shard prefix) to make\n -- sure that column metadata is picked up through the join. This will only\n -- return the column information for the \"max\" table in a date-sharded table set\n from unsharded_tables\n left join table_options using (relation_id)\n left join columns using (relation_id)\n left join column_stats using (relation_id)\n {%- endset -%}\n\n {%- endif -%}\n\n {{ return(run_query(query)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.635547, "supported_languages": null}, "macro.dbt_bigquery.partition_by": {"name": "partition_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.partition_by", "macro_sql": "{% macro partition_by(partition_config) -%}\n {%- if partition_config is none -%}\n {% do return('') %}\n {%- elif partition_config.time_ingestion_partitioning -%}\n partition by {{ partition_config.render_wrapped() }}\n {%- elif partition_config.data_type | lower in ('date','timestamp','datetime') -%}\n partition by {{ partition_config.render() }}\n {%- elif partition_config.data_type | lower in ('int64') -%}\n {%- set range = partition_config.range -%}\n partition by range_bucket(\n {{ partition_config.field }},\n generate_array({{ range.start}}, {{ range.end }}, {{ range.interval }})\n )\n {%- endif -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6453319, "supported_languages": null}, "macro.dbt_bigquery.cluster_by": {"name": "cluster_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.cluster_by", "macro_sql": "{% macro cluster_by(raw_cluster_by) %}\n {%- if raw_cluster_by is not none -%}\n cluster by {% if raw_cluster_by is string -%}\n {% set raw_cluster_by = [raw_cluster_by] %}\n {%- endif -%}\n {%- for cluster in raw_cluster_by -%}\n {{ cluster }}\n {%- if not loop.last -%}, {% endif -%}\n {%- endfor -%}\n\n {% endif %}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.646316, "supported_languages": null}, "macro.dbt_bigquery.bigquery_options": {"name": "bigquery_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_options", "macro_sql": "{% macro bigquery_options(opts) %}\n {% set options -%}\n OPTIONS({% for opt_key, opt_val in opts.items() %}\n {{ opt_key }}={{ opt_val }}{{ \",\" if not loop.last }}\n {% endfor %})\n {%- endset %}\n {%- do return(options) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.647264, "supported_languages": null}, "macro.dbt_bigquery.bigquery_table_options": {"name": "bigquery_table_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_table_options", "macro_sql": "{% macro bigquery_table_options(config, node, temporary) %}\n {% set opts = adapter.get_table_options(config, node, temporary) %}\n {%- do return(bigquery_options(opts)) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6479611, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_table_as": {"name": "bigquery__create_table_as", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_table_as", "macro_sql": "{% macro bigquery__create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {%- if language == 'sql' -%}\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set raw_cluster_by = config.get('cluster_by', none) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {%- set partition_config = adapter.parse_partition_by(raw_partition_by) -%}\n {%- if partition_config.time_ingestion_partitioning -%}\n {%- set columns = get_columns_with_types_in_query_sql(sql) -%}\n {%- set table_dest_columns_csv = columns_without_partition_fields_csv(partition_config, columns) -%}\n {%- set columns = '(' ~ table_dest_columns_csv ~ ')' -%}\n {%- endif -%}\n\n {{ sql_header if sql_header is not none }}\n\n create or replace table {{ relation }}\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n {{ get_assert_columns_equivalent(compiled_code) }}\n {{ get_table_columns_and_constraints() }}\n {%- set compiled_code = get_select_subquery(compiled_code) %}\n {% else %}\n {#-- cannot do contracts at the same time as time ingestion partitioning -#}\n {{ columns }}\n {% endif %}\n {{ partition_by(partition_config) }}\n {{ cluster_by(raw_cluster_by) }}\n\n {{ bigquery_table_options(config, model, temporary) }}\n\n {#-- PARTITION BY cannot be used with the AS query_statement clause.\n https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#partition_expression\n -#}\n {%- if not partition_config.time_ingestion_partitioning %}\n as (\n {{ compiled_code }}\n );\n {%- endif %}\n {%- elif language == 'python' -%}\n {#--\n N.B. Python models _can_ write to temp views HOWEVER they use a different session\n and have already expired by the time they need to be used (I.E. in merges for incremental models)\n\n TODO: Deep dive into spark sessions to see if we can reuse a single session for an entire\n dbt invocation.\n --#}\n\n {#-- when a user wants to change the schema of an existing relation, they must intentionally drop the table in the dataset --#}\n {%- set old_relation = adapter.get_relation(database=relation.database, schema=relation.schema, identifier=relation.identifier) -%}\n {%- if (old_relation.is_table and (should_full_refresh())) -%}\n {% do adapter.drop_relation(relation) %}\n {%- endif -%}\n {{ py_write_table(compiled_code=compiled_code, target_relation=relation.quote(database=False, schema=False, identifier=False)) }}\n {%- else -%}\n {% do exceptions.raise_compiler_error(\"bigquery__create_table_as macro didn't get supported language, it got %s\" % language) %}\n {%- endif -%}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.get_columns_with_types_in_query_sql", "macro.dbt_bigquery.columns_without_partition_fields_csv", "macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery", "macro.dbt_bigquery.partition_by", "macro.dbt_bigquery.cluster_by", "macro.dbt_bigquery.bigquery_table_options", "macro.dbt.should_full_refresh", "macro.dbt_bigquery.py_write_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6528351, "supported_languages": null}, "macro.dbt_bigquery.bigquery_view_options": {"name": "bigquery_view_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery_view_options", "macro_sql": "{% macro bigquery_view_options(config, node) %}\n {% set opts = adapter.get_view_options(config, node) %}\n {%- do return(bigquery_options(opts)) -%}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.653485, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_view_as": {"name": "bigquery__create_view_as", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_view_as", "macro_sql": "{% macro bigquery__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create or replace view {{ relation }}\n {{ bigquery_view_options(config, model) }}\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as {{ sql }};\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_view_options", "macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6547189, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_schema": {"name": "bigquery__drop_schema", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_schema", "macro_sql": "{% macro bigquery__drop_schema(relation) -%}\n {{ adapter.drop_schema(relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.655073, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_relation": {"name": "bigquery__drop_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_relation", "macro_sql": "{% macro bigquery__drop_relation(relation) -%}\n {% call statement('drop_relation') -%}\n drop {{ relation.type }} if exists {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.655589, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_columns_in_relation": {"name": "bigquery__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_columns_in_relation", "macro_sql": "{% macro bigquery__get_columns_in_relation(relation) -%}\n {{ return(adapter.get_columns_in_relation(relation)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.655982, "supported_languages": null}, "macro.dbt_bigquery.bigquery__list_relations_without_caching": {"name": "bigquery__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__list_relations_without_caching", "macro_sql": "{% macro bigquery__list_relations_without_caching(schema_relation) -%}\n {{ return(adapter.list_relations_without_caching(schema_relation)) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.656364, "supported_languages": null}, "macro.dbt_bigquery.bigquery__list_schemas": {"name": "bigquery__list_schemas", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__list_schemas", "macro_sql": "{% macro bigquery__list_schemas(database) -%}\n {{ return(adapter.list_schemas(database)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.65676, "supported_languages": null}, "macro.dbt_bigquery.bigquery__check_schema_exists": {"name": "bigquery__check_schema_exists", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__check_schema_exists", "macro_sql": "{% macro bigquery__check_schema_exists(information_schema, schema) %}\n {{ return(adapter.check_schema_exists(information_schema.database, schema)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.657239, "supported_languages": null}, "macro.dbt_bigquery.bigquery__persist_docs": {"name": "bigquery__persist_docs", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__persist_docs", "macro_sql": "{% macro bigquery__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_columns and config.persist_column_docs() and model.columns %}\n {% do alter_column_comment(relation, model.columns) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.657965, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_column_comment": {"name": "bigquery__alter_column_comment", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_column_comment", "macro_sql": "{% macro bigquery__alter_column_comment(relation, column_dict) -%}\n {% do adapter.update_columns(relation, column_dict) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.658375, "supported_languages": null}, "macro.dbt_bigquery.bigquery__rename_relation": {"name": "bigquery__rename_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__rename_relation", "macro_sql": "{% macro bigquery__rename_relation(from_relation, to_relation) -%}\n {% do adapter.rename_relation(from_relation, to_relation) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.658794, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_relation_add_columns": {"name": "bigquery__alter_relation_add_columns", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_relation_add_columns", "macro_sql": "{% macro bigquery__alter_relation_add_columns(relation, add_columns) %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {{ return(run_query(sql)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.659821, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_relation_drop_columns": {"name": "bigquery__alter_relation_drop_columns", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_relation_drop_columns", "macro_sql": "{% macro bigquery__alter_relation_drop_columns(relation, drop_columns) %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in drop_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {{ return(run_query(sql)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6607769, "supported_languages": null}, "macro.dbt_bigquery.bigquery__alter_column_type": {"name": "bigquery__alter_column_type", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__alter_column_type", "macro_sql": "{% macro bigquery__alter_column_type(relation, column_name, new_column_type) -%}\n {#-- Changing a column's data type using a query requires you to scan the entire table.\n The query charges can be significant if the table is very large.\n\n https://cloud.google.com/bigquery/docs/manually-changing-schemas#changing_a_columns_data_type\n #}\n {% set relation_columns = get_columns_in_relation(relation) %}\n\n {% set sql %}\n select\n {%- for col in relation_columns -%}\n {% if col.column == column_name %}\n CAST({{ col.quoted }} AS {{ new_column_type }}) AS {{ col.quoted }}\n {%- else %}\n {{ col.quoted }}\n {%- endif %}\n {%- if not loop.last %},{% endif -%}\n {%- endfor %}\n from {{ relation }}\n {% endset %}\n\n {% call statement('alter_column_type') %}\n {{ create_table_as(False, relation, sql)}}\n {%- endcall %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_columns_in_relation", "macro.dbt.statement", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.662462, "supported_languages": null}, "macro.dbt_bigquery.bigquery__test_unique": {"name": "bigquery__test_unique", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__test_unique", "macro_sql": "{% macro bigquery__test_unique(model, column_name) %}\n\nwith dbt_test__target as (\n\n select {{ column_name }} as unique_field\n from {{ model }}\n where {{ column_name }} is not null\n\n)\n\nselect\n unique_field,\n count(*) as n_records\n\nfrom dbt_test__target\ngroup by unique_field\nhaving count(*) > 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6629062, "supported_languages": null}, "macro.dbt_bigquery.bigquery__upload_file": {"name": "bigquery__upload_file", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_bigquery.bigquery__upload_file", "macro_sql": "{% macro bigquery__upload_file(local_file_path, database, table_schema, table_name) %}\n\n {{ log(\"kwargs: \" ~ kwargs) }}\n\n {% do adapter.upload_file(local_file_path, database, table_schema, table_name, kwargs=kwargs) %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.663615, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_csv_table": {"name": "bigquery__create_csv_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_csv_table", "macro_sql": "{% macro bigquery__create_csv_table(model, agate_table) %}\n -- no-op\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6643782, "supported_languages": null}, "macro.dbt_bigquery.bigquery__reset_csv_table": {"name": "bigquery__reset_csv_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__reset_csv_table", "macro_sql": "{% macro bigquery__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.66479, "supported_languages": null}, "macro.dbt_bigquery.bigquery__load_csv_rows": {"name": "bigquery__load_csv_rows", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/seed.sql", "original_file_path": "macros/materializations/seed.sql", "unique_id": "macro.dbt_bigquery.bigquery__load_csv_rows", "macro_sql": "{% macro bigquery__load_csv_rows(model, agate_table) %}\n\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {{ adapter.load_dataframe(model['database'], model['schema'], model['alias'],\n \t\t\t\t\t\t\tagate_table, column_override) }}\n\n {% call statement() %}\n alter table {{ this.render() }} set {{ bigquery_table_options(config, model) }}\n {% endcall %}\n\n {% if config.persist_relation_docs() and 'description' in model %}\n\n \t{{ adapter.update_table_description(model['database'], model['schema'], model['alias'], model['description']) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_bigquery.bigquery_table_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.666501, "supported_languages": null}, "macro.dbt_bigquery.bigquery__handle_existing_table": {"name": "bigquery__handle_existing_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/view.sql", "original_file_path": "macros/materializations/view.sql", "unique_id": "macro.dbt_bigquery.bigquery__handle_existing_table", "macro_sql": "{% macro bigquery__handle_existing_table(full_refresh, old_relation) %}\n {%- if full_refresh -%}\n {{ adapter.drop_relation(old_relation) }}\n {%- else -%}\n {{ exceptions.relation_wrong_type(old_relation, 'view') }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.667605, "supported_languages": null}, "macro.dbt_bigquery.materialization_view_bigquery": {"name": "materialization_view_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/view.sql", "original_file_path": "macros/materializations/view.sql", "unique_id": "macro.dbt_bigquery.materialization_view_bigquery", "macro_sql": "{% materialization view, adapter='bigquery' -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {% set to_return = create_or_replace_view() %}\n\n {% set target_relation = this.incorporate(type='view') %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if config.get('grant_access_to') %}\n {% for grant_target_dict in config.get('grant_access_to') %}\n {% do adapter.grant_access_to(this, 'view', None, grant_target_dict) %}\n {% endfor %}\n {% endif %}\n\n {% do return(to_return) %}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.create_or_replace_view", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.669271, "supported_languages": ["sql"]}, "macro.dbt_bigquery.materialization_table_bigquery": {"name": "materialization_table_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/table.sql", "original_file_path": "macros/materializations/table.sql", "unique_id": "macro.dbt_bigquery.materialization_table_bigquery", "macro_sql": "{% materialization table, adapter='bigquery', supported_languages=['sql', 'python']-%}\n\n {%- set language = model['language'] -%}\n {%- set identifier = model['alias'] -%}\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_not_as_table = (old_relation is not none and not old_relation.is_table) -%}\n {%- set target_relation = api.Relation.create(database=database, schema=schema, identifier=identifier, type='table') -%}\n\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {{ run_hooks(pre_hooks) }}\n\n {#\n We only need to drop this thing if it is not a table.\n If it _is_ already a table, then we can overwrite it without downtime\n Unlike table -> view, no need for `--full-refresh`: dropping a view is no big deal\n #}\n {%- if exists_not_as_table -%}\n {{ adapter.drop_relation(old_relation) }}\n {%- endif -%}\n\n -- build model\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set partition_by = adapter.parse_partition_by(raw_partition_by) -%}\n {%- set cluster_by = config.get('cluster_by', none) -%}\n {% if not adapter.is_replaceable(old_relation, partition_by, cluster_by) %}\n {% do log(\"Hard refreshing \" ~ old_relation ~ \" because it is not replaceable\") %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n -- build model\n {%- call statement('main', language=language) -%}\n {{ create_table_as(False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {{ run_hooks(post_hooks) }}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.675488, "supported_languages": ["sql", "python"]}, "macro.dbt_bigquery.py_write_table": {"name": "py_write_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/table.sql", "original_file_path": "macros/materializations/table.sql", "unique_id": "macro.dbt_bigquery.py_write_table", "macro_sql": "{% macro py_write_table(compiled_code, target_relation) %}\nfrom pyspark.sql import SparkSession\n\nspark = SparkSession.builder.appName('smallTest').getOrCreate()\n\nspark.conf.set(\"viewsEnabled\",\"true\")\nspark.conf.set(\"temporaryGcsBucket\",\"{{target.gcs_bucket}}\")\n\n{{ compiled_code }}\ndbt = dbtObj(spark.read.format(\"bigquery\").load)\ndf = model(dbt, spark)\n\n# COMMAND ----------\n# this is materialization code dbt generated, please do not modify\n\nimport pyspark\n# make sure pandas exists before using it\ntry:\n import pandas\n pandas_available = True\nexcept ImportError:\n pandas_available = False\n\n# make sure pyspark.pandas exists before using it\ntry:\n import pyspark.pandas\n pyspark_pandas_api_available = True\nexcept ImportError:\n pyspark_pandas_api_available = False\n\n# make sure databricks.koalas exists before using it\ntry:\n import databricks.koalas\n koalas_available = True\nexcept ImportError:\n koalas_available = False\n\n# preferentially convert pandas DataFrames to pandas-on-Spark or Koalas DataFrames first\n# since they know how to convert pandas DataFrames better than `spark.createDataFrame(df)`\n# and converting from pandas-on-Spark to Spark DataFrame has no overhead\nif pyspark_pandas_api_available and pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = pyspark.pandas.frame.DataFrame(df)\nelif koalas_available and pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = databricks.koalas.frame.DataFrame(df)\n\n# convert to pyspark.sql.dataframe.DataFrame\nif isinstance(df, pyspark.sql.dataframe.DataFrame):\n pass # since it is already a Spark DataFrame\nelif pyspark_pandas_api_available and isinstance(df, pyspark.pandas.frame.DataFrame):\n df = df.to_spark()\nelif koalas_available and isinstance(df, databricks.koalas.frame.DataFrame):\n df = df.to_spark()\nelif pandas_available and isinstance(df, pandas.core.frame.DataFrame):\n df = spark.createDataFrame(df)\nelse:\n msg = f\"{type(df)} is not a supported type for dbt Python materialization\"\n raise Exception(msg)\n\ndf.write \\\n .mode(\"overwrite\") \\\n .format(\"bigquery\") \\\n .option(\"writeMethod\", \"direct\").option(\"writeDisposition\", 'WRITE_TRUNCATE') \\\n .save(\"{{target_relation}}\")\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6760619, "supported_languages": null}, "macro.dbt_bigquery.materialization_copy_bigquery": {"name": "materialization_copy_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/copy.sql", "original_file_path": "macros/materializations/copy.sql", "unique_id": "macro.dbt_bigquery.materialization_copy_bigquery", "macro_sql": "{% materialization copy, adapter='bigquery' -%}\n\n {# Setup #}\n {{ run_hooks(pre_hooks) }}\n\n {% set destination = this.incorporate(type='table') %}\n\n {# there can be several ref() or source() according to BQ copy API docs #}\n {# cycle over ref() and source() to create source tables array #}\n {% set source_array = [] %}\n {% for ref_table in model.refs %}\n {{ source_array.append(ref(*ref_table)) }}\n {% endfor %}\n\n {% for src_table in model.sources %}\n {{ source_array.append(source(*src_table)) }}\n {% endfor %}\n\n {# Call adapter copy_table function #}\n {%- set result_str = adapter.copy_table(\n source_array,\n destination,\n config.get('copy_materialization', default = 'table')) -%}\n\n {{ store_result('main', response=result_str) }}\n\n {# Clean up #}\n {{ run_hooks(post_hooks) }}\n {%- do apply_grants(target_relation, grant_config) -%}\n {{ adapter.commit() }}\n\n {{ return({'relations': [destination]}) }}\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.680833, "supported_languages": ["sql"]}, "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy": {"name": "dbt_bigquery_validate_get_incremental_strategy", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy", "macro_sql": "{% macro dbt_bigquery_validate_get_incremental_strategy(config) %}\n {#-- Find and validate the incremental strategy #}\n {%- set strategy = config.get(\"incremental_strategy\") or 'merge' -%}\n\n {% set invalid_strategy_msg -%}\n Invalid incremental strategy provided: {{ strategy }}\n Expected one of: 'merge', 'insert_overwrite'\n {%- endset %}\n {% if strategy not in ['merge', 'insert_overwrite'] %}\n {% do exceptions.raise_compiler_error(invalid_strategy_msg) %}\n {% endif %}\n\n {% do return(strategy) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.684599, "supported_languages": null}, "macro.dbt_bigquery.source_sql_with_partition": {"name": "source_sql_with_partition", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.source_sql_with_partition", "macro_sql": "{% macro source_sql_with_partition(partition_by, source_sql) %}\n\n {%- if partition_by.time_ingestion_partitioning %}\n {{ return(wrap_with_time_ingestion_partitioning_sql(partition_by, source_sql, False)) }}\n {% else %}\n {{ return(source_sql) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.685358, "supported_languages": null}, "macro.dbt_bigquery.bq_create_table_as": {"name": "bq_create_table_as", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.bq_create_table_as", "macro_sql": "{% macro bq_create_table_as(partition_by, temporary, relation, compiled_code, language='sql') %}\n {%- set _dbt_max_partition = declare_dbt_max_partition(this, partition_by, compiled_code, language) -%}\n {% if partition_by.time_ingestion_partitioning and language == 'python' %}\n {% do exceptions.raise_compiler_error(\n \"Python models do not support ingestion time partitioning\"\n ) %}\n {% elif partition_by.time_ingestion_partitioning and language == 'sql' %}\n {#-- Create the table before inserting data as ingestion time partitioned tables can't be created with the transformed data --#}\n {% do run_query(create_table_as(temporary, relation, compiled_code)) %}\n {{ return(_dbt_max_partition + bq_insert_into_ingestion_time_partitioned_table_sql(relation, compiled_code)) }}\n {% else %}\n {{ return(_dbt_max_partition + create_table_as(temporary, relation, compiled_code, language)) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.declare_dbt_max_partition", "macro.dbt.run_query", "macro.dbt.create_table_as", "macro.dbt_bigquery.bq_insert_into_ingestion_time_partitioned_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.687088, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_incremental_build_sql": {"name": "bq_generate_incremental_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.bq_generate_incremental_build_sql", "macro_sql": "{% macro bq_generate_incremental_build_sql(\n strategy, tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions, incremental_predicates\n) %}\n {#-- if partitioned, use BQ scripting to get the range of partition values to be updated --#}\n {% if strategy == 'insert_overwrite' %}\n\n {% set build_sql = bq_generate_incremental_insert_overwrite_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n ) %}\n\n {% else %} {# strategy == 'merge' #}\n\n {% set build_sql = bq_generate_incremental_merge_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, incremental_predicates\n ) %}\n\n {% endif %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_generate_incremental_insert_overwrite_build_sql", "macro.dbt_bigquery.bq_generate_incremental_merge_build_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6886048, "supported_languages": null}, "macro.dbt_bigquery.materialization_incremental_bigquery": {"name": "materialization_incremental_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental.sql", "original_file_path": "macros/materializations/incremental.sql", "unique_id": "macro.dbt_bigquery.materialization_incremental_bigquery", "macro_sql": "{% materialization incremental, adapter='bigquery', supported_languages=['sql', 'python'] -%}\n\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n {%- set language = model['language'] %}\n\n {%- set target_relation = this %}\n {%- set existing_relation = load_relation(this) %}\n {%- set tmp_relation = make_temp_relation(this) %}\n\n {#-- Validate early so we don't run SQL if the strategy is invalid --#}\n {% set strategy = dbt_bigquery_validate_get_incremental_strategy(config) -%}\n\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set partition_by = adapter.parse_partition_by(raw_partition_by) -%}\n {%- set partitions = config.get('partitions', none) -%}\n {%- set cluster_by = config.get('cluster_by', none) -%}\n\n {% set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') %}\n {% set incremental_predicates = config.get('predicates', default=none) or config.get('incremental_predicates', default=none) %}\n\n -- grab current tables grants config for comparison later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n {% if partition_by.copy_partitions is true and strategy != 'insert_overwrite' %} {#-- We can't copy partitions with merge strategy --#}\n {% set wrong_strategy_msg -%}\n The 'copy_partitions' option requires the 'incremental_strategy' option to be set to 'insert_overwrite'.\n {%- endset %}\n {% do exceptions.raise_compiler_error(wrong_strategy_msg) %}\n\n {% elif existing_relation is none %}\n {%- call statement('main', language=language) -%}\n {{ bq_create_table_as(partition_by, False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {% elif existing_relation.is_view %}\n {#-- There's no way to atomically replace a view with a table on BQ --#}\n {{ adapter.drop_relation(existing_relation) }}\n {%- call statement('main', language=language) -%}\n {{ bq_create_table_as(partition_by, False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {% elif full_refresh_mode %}\n {#-- If the partition/cluster config has changed, then we must drop and recreate --#}\n {% if not adapter.is_replaceable(existing_relation, partition_by, cluster_by) %}\n {% do log(\"Hard refreshing \" ~ existing_relation ~ \" because it is not replaceable\") %}\n {{ adapter.drop_relation(existing_relation) }}\n {% endif %}\n {%- call statement('main', language=language) -%}\n {{ bq_create_table_as(partition_by, False, target_relation, compiled_code, language) }}\n {%- endcall -%}\n\n {% else %}\n {%- if language == 'python' and strategy == 'insert_overwrite' -%}\n {#-- This lets us move forward assuming no python will be directly templated into a query --#}\n {%- set python_unsupported_msg -%}\n The 'insert_overwrite' strategy is not yet supported for python models.\n {%- endset %}\n {% do exceptions.raise_compiler_error(python_unsupported_msg) %}\n {%- endif -%}\n\n {% set tmp_relation_exists = false %}\n {% if on_schema_change != 'ignore' or language == 'python' %}\n {#-- Check first, since otherwise we may not build a temp table --#}\n {#-- Python always needs to create a temp table --#}\n {%- call statement('create_tmp_relation', language=language) -%}\n {{ bq_create_table_as(partition_by, True, tmp_relation, compiled_code, language) }}\n {%- endcall -%}\n {% set tmp_relation_exists = true %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, tmp_relation, existing_relation) %}\n {% endif %}\n\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n {#-- Add time ingestion pseudo column to destination column as not part of the 'schema' but still need it for actual data insertion --#}\n {% if partition_by.time_ingestion_partitioning %}\n {% set dest_columns = adapter.add_time_ingestion_partition_column(partition_by, dest_columns) %}\n {% endif %}\n\n {% set build_sql = bq_generate_incremental_build_sql(\n strategy, tmp_relation, target_relation, compiled_code, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, partition_by.copy_partitions, incremental_predicates\n ) %}\n\n {%- call statement('main') -%}\n {{ build_sql }}\n {% endcall %}\n\n {%- if language == 'python' and tmp_relation -%}\n {{ adapter.drop_relation(tmp_relation) }}\n {%- endif -%}\n\n {% endif %}\n\n {{ run_hooks(post_hooks) }}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.load_relation", "macro.dbt.make_temp_relation", "macro.dbt_bigquery.dbt_bigquery_validate_get_incremental_strategy", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt_bigquery.bq_create_table_as", "macro.dbt.process_schema_changes", "macro.dbt_bigquery.bq_generate_incremental_build_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.697631, "supported_languages": ["sql", "python"]}, "macro.dbt_bigquery.bigquery__snapshot_hash_arguments": {"name": "bigquery__snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/snapshot.sql", "original_file_path": "macros/materializations/snapshot.sql", "unique_id": "macro.dbt_bigquery.bigquery__snapshot_hash_arguments", "macro_sql": "{% macro bigquery__snapshot_hash_arguments(args) -%}\n to_hex(md5(concat({%- for arg in args -%}\n coalesce(cast({{ arg }} as string), ''){% if not loop.last %}, '|',{% endif -%}\n {%- endfor -%}\n )))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6984918, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_columns": {"name": "bigquery__create_columns", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/snapshot.sql", "original_file_path": "macros/materializations/snapshot.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_columns", "macro_sql": "{% macro bigquery__create_columns(relation, columns) %}\n {{ adapter.alter_table_add_columns(relation, columns) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.698848, "supported_languages": null}, "macro.dbt_bigquery.bigquery__post_snapshot": {"name": "bigquery__post_snapshot", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/snapshot.sql", "original_file_path": "macros/materializations/snapshot.sql", "unique_id": "macro.dbt_bigquery.bigquery__post_snapshot", "macro_sql": "{% macro bigquery__post_snapshot(staging_relation) %}\n -- Clean up the snapshot temp table\n {% do drop_relation(staging_relation) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.699157, "supported_languages": null}, "macro.dbt_bigquery.bigquery__can_clone_table": {"name": "bigquery__can_clone_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/clone.sql", "original_file_path": "macros/materializations/clone.sql", "unique_id": "macro.dbt_bigquery.bigquery__can_clone_table", "macro_sql": "{% macro bigquery__can_clone_table() %}\n {{ return(True) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.6995609, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_or_replace_clone": {"name": "bigquery__create_or_replace_clone", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/clone.sql", "original_file_path": "macros/materializations/clone.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_or_replace_clone", "macro_sql": "{% macro bigquery__create_or_replace_clone(this_relation, defer_relation) %}\n create or replace\n table {{ this_relation }}\n clone {{ defer_relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.699871, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_incremental_merge_build_sql": {"name": "bq_generate_incremental_merge_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/merge.sql", "original_file_path": "macros/materializations/incremental_strategy/merge.sql", "unique_id": "macro.dbt_bigquery.bq_generate_incremental_merge_build_sql", "macro_sql": "{% macro bq_generate_incremental_merge_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, incremental_predicates\n) %}\n {%- set source_sql -%}\n {%- if tmp_relation_exists -%}\n (\n select\n {% if partition_by.time_ingestion_partitioning -%}\n {{ partition_by.insertable_time_partitioning_field() }},\n {%- endif -%}\n * from {{ tmp_relation }}\n )\n {%- else -%} {#-- wrap sql in parens to make it a subquery --#}\n (\n {%- if partition_by.time_ingestion_partitioning -%}\n {{ wrap_with_time_ingestion_partitioning_sql(partition_by, sql, True) }}\n {%- else -%}\n {{sql}}\n {%- endif %}\n )\n {%- endif -%}\n {%- endset -%}\n\n {% set build_sql = get_merge_sql(target_relation, source_sql, unique_key, dest_columns, incremental_predicates) %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.70181, "supported_languages": null}, "macro.dbt_bigquery.declare_dbt_max_partition": {"name": "declare_dbt_max_partition", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/common.sql", "original_file_path": "macros/materializations/incremental_strategy/common.sql", "unique_id": "macro.dbt_bigquery.declare_dbt_max_partition", "macro_sql": "{% macro declare_dbt_max_partition(relation, partition_by, compiled_code, language='sql') %}\n\n {#-- TODO: revisit partitioning with python models --#}\n {%- if '_dbt_max_partition' in compiled_code and language == 'sql' -%}\n\n declare _dbt_max_partition {{ partition_by.data_type_for_partition() }} default (\n select max({{ partition_by.field }}) from {{ this }}\n where {{ partition_by.field }} is not null\n );\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.70274, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_incremental_insert_overwrite_build_sql": {"name": "bq_generate_incremental_insert_overwrite_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_generate_incremental_insert_overwrite_build_sql", "macro_sql": "{% macro bq_generate_incremental_insert_overwrite_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n) %}\n {% if partition_by is none %}\n {% set missing_partition_msg -%}\n The 'insert_overwrite' strategy requires the `partition_by` config.\n {%- endset %}\n {% do exceptions.raise_compiler_error(missing_partition_msg) %}\n {% endif %}\n\n {% set build_sql = bq_insert_overwrite_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n ) %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.707215, "supported_languages": null}, "macro.dbt_bigquery.bq_copy_partitions": {"name": "bq_copy_partitions", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_copy_partitions", "macro_sql": "{% macro bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) %}\n\n {% for partition in partitions %}\n {% if partition_by.granularity == 'hour' %}\n {% set partition = partition.strftime(\"%Y%m%d%H\") %}\n {% elif partition_by.granularity == 'day' %}\n {% set partition = partition.strftime(\"%Y%m%d\") %}\n {% elif partition_by.granularity == 'month' %}\n {% set partition = partition.strftime(\"%Y%m\") %}\n {% elif partition_by.granularity == 'year' %}\n {% set partition = partition.strftime(\"%Y\") %}\n {% endif %}\n {% set tmp_relation_partitioned = api.Relation.create(database=tmp_relation.database, schema=tmp_relation.schema, identifier=tmp_relation.table ~ '$' ~ partition, type=tmp_relation.type) %}\n {% set target_relation_partitioned = api.Relation.create(database=target_relation.database, schema=target_relation.schema, identifier=target_relation.table ~ '$' ~ partition, type=target_relation.type) %}\n {% do adapter.copy_table(tmp_relation_partitioned, target_relation_partitioned, \"table\") %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7104452, "supported_languages": null}, "macro.dbt_bigquery.bq_insert_overwrite_sql": {"name": "bq_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_insert_overwrite_sql", "macro_sql": "{% macro bq_insert_overwrite_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n) %}\n {% if partitions is not none and partitions != [] %} {# static #}\n {{ bq_static_insert_overwrite_sql(tmp_relation, target_relation, sql, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions) }}\n {% else %} {# dynamic #}\n {{ bq_dynamic_insert_overwrite_sql(tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_static_insert_overwrite_sql", "macro.dbt_bigquery.bq_dynamic_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.711923, "supported_languages": null}, "macro.dbt_bigquery.bq_static_insert_overwrite_sql": {"name": "bq_static_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_static_insert_overwrite_sql", "macro_sql": "{% macro bq_static_insert_overwrite_sql(\n tmp_relation, target_relation, sql, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\n) %}\n\n {% set predicate -%}\n {{ partition_by.render_wrapped(alias='DBT_INTERNAL_DEST') }} in (\n {{ partitions | join (', ') }}\n )\n {%- endset %}\n\n {%- set source_sql -%}\n (\n {% if partition_by.time_ingestion_partitioning and tmp_relation_exists -%}\n select\n {{ partition_by.insertable_time_partitioning_field() }},\n * from {{ tmp_relation }}\n {% elif tmp_relation_exists -%}\n select\n * from {{ tmp_relation }}\n {%- elif partition_by.time_ingestion_partitioning -%}\n {{ wrap_with_time_ingestion_partitioning_sql(partition_by, sql, True) }}\n {%- else -%}\n {{sql}}\n {%- endif -%}\n\n )\n {%- endset -%}\n\n {% if copy_partitions %}\n {% do bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) %}\n {% else %}\n\n {#-- In case we're putting the model SQL _directly_ into the MERGE statement,\n we need to prepend the MERGE statement with the user-configured sql_header,\n which may be needed to resolve that model SQL (e.g. referencing a variable or UDF in the header)\n in the \"temporary table exists\" case, we save the model SQL result as a temp table first, wherein the\n sql_header is included by the create_table_as macro.\n #}\n -- 1. run the merge statement\n {{ get_insert_overwrite_merge_sql(target_relation, source_sql, dest_columns, [predicate], include_sql_header = not tmp_relation_exists) }};\n\n {%- if tmp_relation_exists -%}\n -- 2. clean up the temp table\n drop table if exists {{ tmp_relation }};\n {%- endif -%}\n\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.bq_copy_partitions", "macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.714446, "supported_languages": null}, "macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql": {"name": "bq_dynamic_copy_partitions_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql", "macro_sql": "{% macro bq_dynamic_copy_partitions_insert_overwrite_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions\n ) %}\n {# We run temp table creation in a separated script to move to partitions copy #}\n {%- call statement('create_tmp_relation_for_copy', language='sql') -%}\n {{ bq_create_table_as(partition_by, True, tmp_relation, sql, 'sql')\n }}\n {%- endcall %}\n {%- set partitions_sql -%}\n select distinct {{ partition_by.render_wrapped() }}\n from {{ tmp_relation }}\n {%- endset -%}\n {%- set partitions = run_query(partitions_sql).columns[0].values() -%}\n {# We copy the partitions #}\n {%- do bq_copy_partitions(tmp_relation, target_relation, partitions, partition_by) -%}\n -- Clean up the temp table\n drop table if exists {{ tmp_relation }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_bigquery.bq_create_table_as", "macro.dbt.run_query", "macro.dbt_bigquery.bq_copy_partitions"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.71582, "supported_languages": null}, "macro.dbt_bigquery.bq_dynamic_insert_overwrite_sql": {"name": "bq_dynamic_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "original_file_path": "macros/materializations/incremental_strategy/insert_overwrite.sql", "unique_id": "macro.dbt_bigquery.bq_dynamic_insert_overwrite_sql", "macro_sql": "{% macro bq_dynamic_insert_overwrite_sql(tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions) %}\n {%- if copy_partitions is true %}\n {{ bq_dynamic_copy_partitions_insert_overwrite_sql(tmp_relation, target_relation, sql, unique_key, partition_by, dest_columns, tmp_relation_exists, copy_partitions) }}\n {% else -%}\n {% set predicate -%}\n {{ partition_by.render_wrapped(alias='DBT_INTERNAL_DEST') }} in unnest(dbt_partitions_for_replacement)\n {%- endset %}\n\n {%- set source_sql -%}\n (\n select\n {% if partition_by.time_ingestion_partitioning -%}\n {{ partition_by.insertable_time_partitioning_field() }},\n {%- endif -%}\n * from {{ tmp_relation }}\n )\n {%- endset -%}\n\n -- generated script to merge partitions into {{ target_relation }}\n declare dbt_partitions_for_replacement array<{{ partition_by.data_type_for_partition() }}>;\n\n {# have we already created the temp table to check for schema changes? #}\n {% if not tmp_relation_exists %}\n -- 1. create a temp table with model data\n {{ bq_create_table_as(partition_by, True, tmp_relation, sql, 'sql') }}\n {% else %}\n -- 1. temp table already exists, we used it to check for schema changes\n {% endif %}\n {%- set partition_field = partition_by.time_partitioning_field() if partition_by.time_ingestion_partitioning else partition_by.render_wrapped() -%}\n\n -- 2. define partitions to update\n set (dbt_partitions_for_replacement) = (\n select as struct\n -- IGNORE NULLS: this needs to be aligned to _dbt_max_partition, which ignores null\n array_agg(distinct {{ partition_field }} IGNORE NULLS)\n from {{ tmp_relation }}\n );\n\n -- 3. run the merge statement\n {{ get_insert_overwrite_merge_sql(target_relation, source_sql, dest_columns, [predicate]) }};\n\n -- 4. clean up the temp table\n drop table if exists {{ tmp_relation }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_dynamic_copy_partitions_insert_overwrite_sql", "macro.dbt_bigquery.bq_create_table_as", "macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.718438, "supported_languages": null}, "macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql": {"name": "wrap_with_time_ingestion_partitioning_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro_sql": "{% macro wrap_with_time_ingestion_partitioning_sql(partition_by, sql, is_nested) %}\n\n select TIMESTAMP({{ partition_by.field }}) as {{ partition_by.insertable_time_partitioning_field() }}, * EXCEPT({{ partition_by.field }}) from (\n {{ sql }}\n ){%- if not is_nested -%};{%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.721071, "supported_languages": null}, "macro.dbt_bigquery.get_quoted_with_types_csv": {"name": "get_quoted_with_types_csv", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.get_quoted_with_types_csv", "macro_sql": "{% macro get_quoted_with_types_csv(columns) %}\n {% set quoted = [] %}\n {% for col in columns -%}\n {%- do quoted.append(adapter.quote(col.name) ~ \" \" ~ col.data_type) -%}\n {%- endfor %}\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.721934, "supported_languages": null}, "macro.dbt_bigquery.columns_without_partition_fields_csv": {"name": "columns_without_partition_fields_csv", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.columns_without_partition_fields_csv", "macro_sql": "{% macro columns_without_partition_fields_csv(partition_config, columns) -%}\n {%- set columns_no_partition = partition_config.reject_partition_field_column(columns) -%}\n {% set columns_names = get_quoted_with_types_csv(columns_no_partition) %}\n {{ return(columns_names) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.get_quoted_with_types_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7224782, "supported_languages": null}, "macro.dbt_bigquery.bq_insert_into_ingestion_time_partitioned_table_sql": {"name": "bq_insert_into_ingestion_time_partitioned_table_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.bq_insert_into_ingestion_time_partitioned_table_sql", "macro_sql": "{% macro bq_insert_into_ingestion_time_partitioned_table_sql(target_relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set partition_by = adapter.parse_partition_by(raw_partition_by) -%}\n {% set dest_columns = adapter.get_columns_in_relation(target_relation) %}\n {%- set dest_columns_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n insert into {{ target_relation }} ({{ partition_by.insertable_time_partitioning_field() }}, {{ dest_columns_csv }})\n {{ wrap_with_time_ingestion_partitioning_sql(partition_by, sql, False) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.723847, "supported_languages": null}, "macro.dbt_bigquery.get_columns_with_types_in_query_sql": {"name": "get_columns_with_types_in_query_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "original_file_path": "macros/materializations/incremental_strategy/time_ingestion_tables.sql", "unique_id": "macro.dbt_bigquery.get_columns_with_types_in_query_sql", "macro_sql": "{% macro get_columns_with_types_in_query_sql(select_sql) %}\n {% set sql %}\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n {% endset %}\n {{ return(adapter.get_columns_in_select_sql(sql)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7245948, "supported_languages": null}, "macro.dbt_bigquery.bigquery__except": {"name": "bigquery__except", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt_bigquery.bigquery__except", "macro_sql": "{% macro bigquery__except() %}\n\n except distinct\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7248309, "supported_languages": null}, "macro.dbt_bigquery.bigquery__dateadd": {"name": "bigquery__dateadd", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt_bigquery.bigquery__dateadd", "macro_sql": "{% macro bigquery__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n datetime_add(\n cast( {{ from_date_or_timestamp }} as datetime),\n interval {{ interval }} {{ datepart }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.725287, "supported_languages": null}, "macro.dbt_bigquery.bigquery__current_timestamp": {"name": "bigquery__current_timestamp", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/timestamps.sql", "original_file_path": "macros/utils/timestamps.sql", "unique_id": "macro.dbt_bigquery.bigquery__current_timestamp", "macro_sql": "{% macro bigquery__current_timestamp() -%}\n current_timestamp()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.725613, "supported_languages": null}, "macro.dbt_bigquery.bigquery__snapshot_string_as_time": {"name": "bigquery__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/timestamps.sql", "original_file_path": "macros/utils/timestamps.sql", "unique_id": "macro.dbt_bigquery.bigquery__snapshot_string_as_time", "macro_sql": "{% macro bigquery__snapshot_string_as_time(timestamp) -%}\n {%- set result = 'TIMESTAMP(\"' ~ timestamp ~ '\")' -%}\n {{ return(result) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7259982, "supported_languages": null}, "macro.dbt_bigquery.bigquery__current_timestamp_backcompat": {"name": "bigquery__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/timestamps.sql", "original_file_path": "macros/utils/timestamps.sql", "unique_id": "macro.dbt_bigquery.bigquery__current_timestamp_backcompat", "macro_sql": "{% macro bigquery__current_timestamp_backcompat() -%}\n current_timestamp\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.72636, "supported_languages": null}, "macro.dbt_bigquery.bigquery__intersect": {"name": "bigquery__intersect", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt_bigquery.bigquery__intersect", "macro_sql": "{% macro bigquery__intersect() %}\n\n intersect distinct\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.726673, "supported_languages": null}, "macro.dbt_bigquery.bigquery__escape_single_quotes": {"name": "bigquery__escape_single_quotes", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt_bigquery.bigquery__escape_single_quotes", "macro_sql": "{% macro bigquery__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\", \"\\\\'\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.727063, "supported_languages": null}, "macro.dbt_bigquery.bigquery__format_column": {"name": "bigquery__format_column", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/get_columns_spec_ddl.sql", "original_file_path": "macros/utils/get_columns_spec_ddl.sql", "unique_id": "macro.dbt_bigquery.bigquery__format_column", "macro_sql": "{% macro bigquery__format_column(column) -%}\n {% set data_type = column.data_type %}\n {% set formatted = column.column.lower() ~ \" \" ~ data_type %}\n {{ return({'name': column.name, 'data_type': data_type, 'formatted': formatted}) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7291, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_empty_schema_sql": {"name": "bigquery__get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/get_columns_spec_ddl.sql", "original_file_path": "macros/utils/get_columns_spec_ddl.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_empty_schema_sql", "macro_sql": "{% macro bigquery__get_empty_schema_sql(columns) %}\n {%- set col_err = [] -%}\n {% for col in columns.values() %}\n {%- if col['data_type'] is not defined -%}\n {{ col_err.append(col['name']) }}\n {%- endif -%}\n {%- endfor -%}\n {%- if (col_err | length) > 0 -%}\n {{ exceptions.column_type_missing(column_names=col_err) }}\n {%- endif -%}\n\n {%- set columns = adapter.nest_column_data_types(columns) -%}\n {{ return(dbt.default__get_empty_schema_sql(columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_schema_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.730512, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_select_subquery": {"name": "bigquery__get_select_subquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/get_columns_spec_ddl.sql", "original_file_path": "macros/utils/get_columns_spec_ddl.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_select_subquery", "macro_sql": "{% macro bigquery__get_select_subquery(sql) %}\n select {{ adapter.dispatch('get_column_names')() }}\n from (\n {{ sql }}\n ) as model_subq\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7309382, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_column_names": {"name": "bigquery__get_column_names", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/get_columns_spec_ddl.sql", "original_file_path": "macros/utils/get_columns_spec_ddl.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_column_names", "macro_sql": "{% macro bigquery__get_column_names() %}\n {#- loop through nested user_provided_columns to get column names -#}\n {%- set user_provided_columns = adapter.nest_column_data_types(model['columns']) -%}\n {%- for i in user_provided_columns %}\n {%- set col = user_provided_columns[i] -%}\n {%- set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] -%}\n {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.73197, "supported_languages": null}, "macro.dbt_bigquery.bigquery__right": {"name": "bigquery__right", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt_bigquery.bigquery__right", "macro_sql": "{% macro bigquery__right(string_text, length_expression) %}\n\n case when {{ length_expression }} = 0\n then ''\n else\n substr(\n {{ string_text }},\n -1 * ({{ length_expression }})\n )\n end\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.732469, "supported_languages": null}, "macro.dbt_bigquery.bigquery__listagg": {"name": "bigquery__listagg", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt_bigquery.bigquery__listagg", "macro_sql": "{% macro bigquery__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n {% if limit_num -%}\n limit {{ limit_num }}\n {%- endif %}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.733311, "supported_languages": null}, "macro.dbt_bigquery.bigquery__datediff": {"name": "bigquery__datediff", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt_bigquery.bigquery__datediff", "macro_sql": "{% macro bigquery__datediff(first_date, second_date, datepart) -%}\n\n {% if dbt_version[0] == 1 and dbt_version[2] >= 2 %}\n {{ return(dbt.datediff(first_date, second_date, datepart)) }}\n {% else %}\n\n datetime_diff(\n cast({{second_date}} as datetime),\n cast({{first_date}} as datetime),\n {{datepart}}\n )\n\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.734308, "supported_languages": null}, "macro.dbt_bigquery.bigquery__safe_cast": {"name": "bigquery__safe_cast", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt_bigquery.bigquery__safe_cast", "macro_sql": "{% macro bigquery__safe_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7346811, "supported_languages": null}, "macro.dbt_bigquery.bigquery__hash": {"name": "bigquery__hash", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt_bigquery.bigquery__hash", "macro_sql": "{% macro bigquery__hash(field) -%}\n to_hex({{dbt.default__hash(field)}})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.735244, "supported_languages": null}, "macro.dbt_bigquery.bigquery__position": {"name": "bigquery__position", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt_bigquery.bigquery__position", "macro_sql": "{% macro bigquery__position(substring_text, string_text) %}\n\n strpos(\n {{ string_text }},\n {{ substring_text }}\n\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7359202, "supported_languages": null}, "macro.dbt_bigquery.bigquery__array_concat": {"name": "bigquery__array_concat", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt_bigquery.bigquery__array_concat", "macro_sql": "{% macro bigquery__array_concat(array_1, array_2) -%}\n array_concat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7363698, "supported_languages": null}, "macro.dbt_bigquery.bigquery__bool_or": {"name": "bigquery__bool_or", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt_bigquery.bigquery__bool_or", "macro_sql": "{% macro bigquery__bool_or(expression) -%}\n\n logical_or({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.736665, "supported_languages": null}, "macro.dbt_bigquery.bigquery__split_part": {"name": "bigquery__split_part", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt_bigquery.bigquery__split_part", "macro_sql": "{% macro bigquery__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n split(\n {{ string_text }},\n {{ delimiter_text }}\n )[safe_offset({{ part_number - 1 }})]\n {% else %}\n split(\n {{ string_text }},\n {{ delimiter_text }}\n )[safe_offset(\n length({{ string_text }})\n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 1 + {{ part_number }}\n )]\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.737924, "supported_languages": null}, "macro.dbt_bigquery.bigquery__date_trunc": {"name": "bigquery__date_trunc", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt_bigquery.bigquery__date_trunc", "macro_sql": "{% macro bigquery__date_trunc(datepart, date) -%}\n timestamp_trunc(\n cast({{date}} as timestamp),\n {{datepart}}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.738566, "supported_languages": null}, "macro.dbt_bigquery.bigquery__array_construct": {"name": "bigquery__array_construct", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt_bigquery.bigquery__array_construct", "macro_sql": "{% macro bigquery__array_construct(inputs, data_type) -%}\n {% if inputs|length > 0 %}\n [ {{ inputs|join(' , ') }} ]\n {% else %}\n ARRAY<{{data_type}}>[]\n {% endif %}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.739278, "supported_languages": null}, "macro.dbt_bigquery.bigquery__array_append": {"name": "bigquery__array_append", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt_bigquery.bigquery__array_append", "macro_sql": "{% macro bigquery__array_append(array, new_element) -%}\n {{ array_concat(array, array_construct([new_element])) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.array_concat", "macro.dbt.array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.739786, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_show_grant_sql": {"name": "bigquery__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_show_grant_sql", "macro_sql": "{% macro bigquery__get_show_grant_sql(relation) %}\n {% set location = adapter.get_dataset_location(relation) %}\n {% set relation = relation.incorporate(location=location) %}\n\n select privilege_type, grantee\n from {{ relation.information_schema(\"OBJECT_PRIVILEGES\") }}\n where object_schema = \"{{ relation.dataset }}\"\n and object_name = \"{{ relation.identifier }}\"\n -- filter out current user\n and split(grantee, ':')[offset(1)] != session_user()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.741583, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_grant_sql": {"name": "bigquery__get_grant_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_grant_sql", "macro_sql": "\n\n\n{%- macro bigquery__get_grant_sql(relation, privilege, grantee) -%}\n grant `{{ privilege }}` on {{ relation.type }} {{ relation }} to {{ '\\\"' + grantee|join('\\\", \\\"') + '\\\"' }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7425761, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_revoke_sql": {"name": "bigquery__get_revoke_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_revoke_sql", "macro_sql": "{%- macro bigquery__get_revoke_sql(relation, privilege, grantee) -%}\n revoke `{{ privilege }}` on {{ relation.type }} {{ relation }} from {{ '\\\"' + grantee|join('\\\", \\\"') + '\\\"' }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.743804, "supported_languages": null}, "macro.dbt_bigquery.bigquery__resolve_model_name": {"name": "bigquery__resolve_model_name", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt_bigquery.bigquery__resolve_model_name", "macro_sql": "{% macro bigquery__resolve_model_name(input_model_name) -%}\n {{ input_model_name | string | replace('`', '') | replace('\"', '\\\"') }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.744777, "supported_languages": null}, "macro.dbt.run_hooks": {"name": "run_hooks", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.run_hooks", "macro_sql": "{% macro run_hooks(hooks, inside_transaction=True) %}\n {% for hook in hooks | selectattr('transaction', 'equalto', inside_transaction) %}\n {% if not inside_transaction and loop.first %}\n {% call statement(auto_begin=inside_transaction) %}\n commit;\n {% endcall %}\n {% endif %}\n {% set rendered = render(hook.get('sql')) | trim %}\n {% if (rendered | length) > 0 %}\n {% call statement(auto_begin=inside_transaction) %}\n {{ rendered }}\n {% endcall %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7477849, "supported_languages": null}, "macro.dbt.make_hook_config": {"name": "make_hook_config", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.make_hook_config", "macro_sql": "{% macro make_hook_config(sql, inside_transaction) %}\n {{ tojson({\"sql\": sql, \"transaction\": inside_transaction}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.74832, "supported_languages": null}, "macro.dbt.before_begin": {"name": "before_begin", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.before_begin", "macro_sql": "{% macro before_begin(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.748728, "supported_languages": null}, "macro.dbt.in_transaction": {"name": "in_transaction", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.in_transaction", "macro_sql": "{% macro in_transaction(sql) %}\n {{ make_hook_config(sql, inside_transaction=True) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.749106, "supported_languages": null}, "macro.dbt.after_commit": {"name": "after_commit", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.after_commit", "macro_sql": "{% macro after_commit(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.749503, "supported_languages": null}, "macro.dbt.set_sql_header": {"name": "set_sql_header", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.set_sql_header", "macro_sql": "{% macro set_sql_header(config) -%}\n {{ config.set('sql_header', caller()) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.750366, "supported_languages": null}, "macro.dbt.should_full_refresh": {"name": "should_full_refresh", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.should_full_refresh", "macro_sql": "{% macro should_full_refresh() %}\n {% set config_full_refresh = config.get('full_refresh') %}\n {% if config_full_refresh is none %}\n {% set config_full_refresh = flags.FULL_REFRESH %}\n {% endif %}\n {% do return(config_full_refresh) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7511969, "supported_languages": null}, "macro.dbt.should_store_failures": {"name": "should_store_failures", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.should_store_failures", "macro_sql": "{% macro should_store_failures() %}\n {% set config_store_failures = config.get('store_failures') %}\n {% if config_store_failures is none %}\n {% set config_store_failures = flags.STORE_FAILURES %}\n {% endif %}\n {% do return(config_store_failures) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7520099, "supported_languages": null}, "macro.dbt.snapshot_merge_sql": {"name": "snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.snapshot_merge_sql", "macro_sql": "{% macro snapshot_merge_sql(target, source, insert_cols) -%}\n {{ adapter.dispatch('snapshot_merge_sql', 'dbt')(target, source, insert_cols) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7529862, "supported_languages": null}, "macro.dbt.default__snapshot_merge_sql": {"name": "default__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.default__snapshot_merge_sql", "macro_sql": "{% macro default__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.dbt_scd_id = DBT_INTERNAL_DEST.dbt_scd_id\n\n when matched\n and DBT_INTERNAL_DEST.dbt_valid_to is null\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n\n when not matched\n and DBT_INTERNAL_SOURCE.dbt_change_type = 'insert'\n then insert ({{ insert_cols_csv }})\n values ({{ insert_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7537322, "supported_languages": null}, "macro.dbt.strategy_dispatch": {"name": "strategy_dispatch", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.strategy_dispatch", "macro_sql": "{% macro strategy_dispatch(name) -%}\n{% set original_name = name %}\n {% if '.' in name %}\n {% set package_name, name = name.split(\".\", 1) %}\n {% else %}\n {% set package_name = none %}\n {% endif %}\n\n {% if package_name is none %}\n {% set package_context = context %}\n {% elif package_name in context %}\n {% set package_context = context[package_name] %}\n {% else %}\n {% set error_msg %}\n Could not find package '{{package_name}}', called with '{{original_name}}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n\n {%- set search_name = 'snapshot_' ~ name ~ '_strategy' -%}\n\n {% if search_name not in package_context %}\n {% set error_msg %}\n The specified strategy macro '{{name}}' was not found in package '{{ package_name }}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n {{ return(package_context[search_name]) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7612958, "supported_languages": null}, "macro.dbt.snapshot_hash_arguments": {"name": "snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_hash_arguments", "macro_sql": "{% macro snapshot_hash_arguments(args) -%}\n {{ adapter.dispatch('snapshot_hash_arguments', 'dbt')(args) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.761808, "supported_languages": null}, "macro.dbt.default__snapshot_hash_arguments": {"name": "default__snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.default__snapshot_hash_arguments", "macro_sql": "{% macro default__snapshot_hash_arguments(args) -%}\n md5({%- for arg in args -%}\n coalesce(cast({{ arg }} as varchar ), '')\n {% if not loop.last %} || '|' || {% endif %}\n {%- endfor -%})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.76243, "supported_languages": null}, "macro.dbt.snapshot_timestamp_strategy": {"name": "snapshot_timestamp_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_timestamp_strategy", "macro_sql": "{% macro snapshot_timestamp_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set primary_key = config['unique_key'] %}\n {% set updated_at = config['updated_at'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n\n {#/*\n The snapshot relation might not have an {{ updated_at }} value if the\n snapshot strategy is changed from `check` to `timestamp`. We\n should use a dbt-created column for the comparison in the snapshot\n table instead of assuming that the user-supplied {{ updated_at }}\n will be present in the historical data.\n\n See https://github.com/dbt-labs/dbt-core/issues/2350\n */ #}\n {% set row_changed_expr -%}\n ({{ snapshotted_rel }}.dbt_valid_from < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7643461, "supported_languages": null}, "macro.dbt.snapshot_string_as_time": {"name": "snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_string_as_time", "macro_sql": "{% macro snapshot_string_as_time(timestamp) -%}\n {{ adapter.dispatch('snapshot_string_as_time', 'dbt')(timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7648509, "supported_languages": null}, "macro.dbt.default__snapshot_string_as_time": {"name": "default__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.default__snapshot_string_as_time", "macro_sql": "{% macro default__snapshot_string_as_time(timestamp) %}\n {% do exceptions.raise_not_implemented(\n 'snapshot_string_as_time macro not implemented for adapter '+adapter.type()\n ) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.765335, "supported_languages": null}, "macro.dbt.snapshot_check_all_get_existing_columns": {"name": "snapshot_check_all_get_existing_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_all_get_existing_columns", "macro_sql": "{% macro snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) -%}\n {%- if not target_exists -%}\n {#-- no table yet -> return whatever the query does --#}\n {{ return((false, query_columns)) }}\n {%- endif -%}\n\n {#-- handle any schema changes --#}\n {%- set target_relation = adapter.get_relation(database=node.database, schema=node.schema, identifier=node.alias) -%}\n\n {% if check_cols_config == 'all' %}\n {%- set query_columns = get_columns_in_query(node['compiled_code']) -%}\n\n {% elif check_cols_config is iterable and (check_cols_config | length) > 0 %}\n {#-- query for proper casing/quoting, to support comparison below --#}\n {%- set select_check_cols_from_target -%}\n {#-- N.B. The whitespace below is necessary to avoid edge case issue with comments --#}\n {#-- See: https://github.com/dbt-labs/dbt-core/issues/6781 --#}\n select {{ check_cols_config | join(', ') }} from (\n {{ node['compiled_code'] }}\n ) subq\n {%- endset -%}\n {% set query_columns = get_columns_in_query(select_check_cols_from_target) %}\n\n {% else %}\n {% do exceptions.raise_compiler_error(\"Invalid value for 'check_cols': \" ~ check_cols_config) %}\n {% endif %}\n\n {%- set existing_cols = adapter.get_columns_in_relation(target_relation) | map(attribute = 'name') | list -%}\n {%- set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {%- set ns.column_added = false -%}\n\n {%- set intersection = [] -%}\n {%- for col in query_columns -%}\n {%- if col in existing_cols -%}\n {%- do intersection.append(adapter.quote(col)) -%}\n {%- else -%}\n {% set ns.column_added = true %}\n {%- endif -%}\n {%- endfor -%}\n {{ return((ns.column_added, intersection)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.769112, "supported_languages": null}, "macro.dbt.snapshot_check_strategy": {"name": "snapshot_check_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_strategy", "macro_sql": "{% macro snapshot_check_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set check_cols_config = config['check_cols'] %}\n {% set primary_key = config['unique_key'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n {% set updated_at = config.get('updated_at', snapshot_get_time()) %}\n\n {% set column_added = false %}\n\n {% set column_added, check_cols = snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) %}\n\n {%- set row_changed_expr -%}\n (\n {%- if column_added -%}\n {{ get_true_sql() }}\n {%- else -%}\n {%- for col in check_cols -%}\n {{ snapshotted_rel }}.{{ col }} != {{ current_rel }}.{{ col }}\n or\n (\n (({{ snapshotted_rel }}.{{ col }} is null) and not ({{ current_rel }}.{{ col }} is null))\n or\n ((not {{ snapshotted_rel }}.{{ col }} is null) and ({{ current_rel }}.{{ col }} is null))\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.snapshot_check_all_get_existing_columns", "macro.dbt.get_true_sql", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7725282, "supported_languages": null}, "macro.dbt.create_columns": {"name": "create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.create_columns", "macro_sql": "{% macro create_columns(relation, columns) %}\n {{ adapter.dispatch('create_columns', 'dbt')(relation, columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.779975, "supported_languages": null}, "macro.dbt.default__create_columns": {"name": "default__create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__create_columns", "macro_sql": "{% macro default__create_columns(relation, columns) %}\n {% for column in columns %}\n {% call statement() %}\n alter table {{ relation }} add column \"{{ column.name }}\" {{ column.data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.780766, "supported_languages": null}, "macro.dbt.post_snapshot": {"name": "post_snapshot", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.post_snapshot", "macro_sql": "{% macro post_snapshot(staging_relation) %}\n {{ adapter.dispatch('post_snapshot', 'dbt')(staging_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.781229, "supported_languages": null}, "macro.dbt.default__post_snapshot": {"name": "default__post_snapshot", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__post_snapshot", "macro_sql": "{% macro default__post_snapshot(staging_relation) %}\n {# no-op #}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.781487, "supported_languages": null}, "macro.dbt.get_true_sql": {"name": "get_true_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.get_true_sql", "macro_sql": "{% macro get_true_sql() %}\n {{ adapter.dispatch('get_true_sql', 'dbt')() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_true_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.781887, "supported_languages": null}, "macro.dbt.default__get_true_sql": {"name": "default__get_true_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__get_true_sql", "macro_sql": "{% macro default__get_true_sql() %}\n {{ return('TRUE') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7822459, "supported_languages": null}, "macro.dbt.snapshot_staging_table": {"name": "snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.snapshot_staging_table", "macro_sql": "{% macro snapshot_staging_table(strategy, source_sql, target_relation) -%}\n {{ adapter.dispatch('snapshot_staging_table', 'dbt')(strategy, source_sql, target_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__snapshot_staging_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7828, "supported_languages": null}, "macro.dbt.default__snapshot_staging_table": {"name": "default__snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__snapshot_staging_table", "macro_sql": "{% macro default__snapshot_staging_table(strategy, source_sql, target_relation) -%}\n\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *,\n {{ strategy.unique_key }} as dbt_unique_key\n\n from {{ target_relation }}\n where dbt_valid_to is null\n\n ),\n\n insertions_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to,\n {{ strategy.scd_id }} as dbt_scd_id\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n {{ strategy.updated_at }} as dbt_valid_to\n\n from snapshot_query\n ),\n\n {%- if strategy.invalidate_hard_deletes %}\n\n deletes_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key\n from snapshot_query\n ),\n {% endif %}\n\n insertions as (\n\n select\n 'insert' as dbt_change_type,\n source_data.*\n\n from insertions_source_data as source_data\n left outer join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where snapshotted_data.dbt_unique_key is null\n or (\n snapshotted_data.dbt_unique_key is not null\n and (\n {{ strategy.row_changed }}\n )\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.dbt_scd_id\n\n from updates_source_data as source_data\n join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.invalidate_hard_deletes -%}\n ,\n\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as dbt_valid_from,\n {{ snapshot_get_time() }} as dbt_updated_at,\n {{ snapshot_get_time() }} as dbt_valid_to,\n snapshotted_data.dbt_scd_id\n\n from snapshotted_data\n left join deletes_source_data as source_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where source_data.dbt_unique_key is null\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.invalidate_hard_deletes %}\n union all\n select * from deletes\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.785076, "supported_languages": null}, "macro.dbt.build_snapshot_table": {"name": "build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.build_snapshot_table", "macro_sql": "{% macro build_snapshot_table(strategy, sql) -%}\n {{ adapter.dispatch('build_snapshot_table', 'dbt')(strategy, sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__build_snapshot_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.785645, "supported_languages": null}, "macro.dbt.default__build_snapshot_table": {"name": "default__build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__build_snapshot_table", "macro_sql": "{% macro default__build_snapshot_table(strategy, sql) %}\n\n select *,\n {{ strategy.scd_id }} as dbt_scd_id,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.7864902, "supported_languages": null}, "macro.dbt.build_snapshot_staging_table": {"name": "build_snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.build_snapshot_staging_table", "macro_sql": "{% macro build_snapshot_staging_table(strategy, sql, target_relation) %}\n {% set temp_relation = make_temp_relation(target_relation) %}\n\n {% set select = snapshot_staging_table(strategy, sql, target_relation) %}\n\n {% call statement('build_snapshot_staging_relation') %}\n {{ create_table_as(True, temp_relation, select) }}\n {% endcall %}\n\n {% do return(temp_relation) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_temp_relation", "macro.dbt.snapshot_staging_table", "macro.dbt.statement", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.787749, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"name": "materialization_snapshot_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "unique_id": "macro.dbt.materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n {%- set config = model['config'] -%}\n\n {%- set target_table = model.get('alias', model.get('name')) -%}\n\n {%- set strategy_name = config.get('strategy') -%}\n {%- set unique_key = config.get('unique_key') %}\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {% set target_relation_exists, target_relation = get_or_create_relation(\n database=model.database,\n schema=model.schema,\n identifier=target_table,\n type='table') -%}\n\n {%- if not target_relation.is_table -%}\n {% do exceptions.relation_wrong_type(target_relation, 'table') %}\n {%- endif -%}\n\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set strategy_macro = strategy_dispatch(strategy_name) %}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", config, target_relation_exists) %}\n\n {% if not target_relation_exists %}\n\n {% set build_sql = build_snapshot_table(strategy, model['compiled_code']) %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {{ adapter.valid_snapshot_target(target_relation) }}\n\n {% set staging_table = build_snapshot_staging_table(strategy, sql, target_relation) %}\n\n -- this may no-op if the database does not require column expansion\n {% do adapter.expand_target_column_types(from_relation=staging_table,\n to_relation=target_relation) %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% do create_columns(target_relation, missing_columns) %}\n\n {% set source_columns = adapter.get_columns_in_relation(staging_table)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% set quoted_source_columns = [] %}\n {% for column in source_columns %}\n {% do quoted_source_columns.append(adapter.quote(column.name)) %}\n {% endfor %}\n\n {% set final_sql = snapshot_merge_sql(\n target = target_relation,\n source = staging_table,\n insert_cols = quoted_source_columns\n )\n %}\n\n {% endif %}\n\n {% call statement('main') %}\n {{ final_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(target_relation_exists, full_refresh_mode=False) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if not target_relation_exists %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {% if staging_table is defined %}\n {% do post_snapshot(staging_table) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.get_or_create_relation", "macro.dbt.run_hooks", "macro.dbt.strategy_dispatch", "macro.dbt.build_snapshot_table", "macro.dbt.create_table_as", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes", "macro.dbt.post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.801688, "supported_languages": ["sql"]}, "macro.dbt.materialization_test_default": {"name": "materialization_test_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/test.sql", "original_file_path": "macros/materializations/tests/test.sql", "unique_id": "macro.dbt.materialization_test_default", "macro_sql": "{%- materialization test, default -%}\n\n {% set relations = [] %}\n\n {% if should_store_failures() %}\n\n {% set identifier = model['alias'] %}\n {% set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type='table') -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ create_table_as(False, target_relation, sql) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {% set main_sql %}\n select *\n from {{ target_relation }}\n {% endset %}\n\n {{ adapter.commit() }}\n\n {% else %}\n\n {% set main_sql = sql %}\n\n {% endif %}\n\n {% set limit = config.get('limit') %}\n {% set fail_calc = config.get('fail_calc') %}\n {% set warn_if = config.get('warn_if') %}\n {% set error_if = config.get('error_if') %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.create_table_as", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8069131, "supported_languages": ["sql"]}, "macro.dbt.get_test_sql": {"name": "get_test_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "unique_id": "macro.dbt.get_test_sql", "macro_sql": "{% macro get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n {{ adapter.dispatch('get_test_sql', 'dbt')(main_sql, fail_calc, warn_if, error_if, limit) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.80803, "supported_languages": null}, "macro.dbt.default__get_test_sql": {"name": "default__get_test_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "unique_id": "macro.dbt.default__get_test_sql", "macro_sql": "{% macro default__get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n select\n {{ fail_calc }} as failures,\n {{ fail_calc }} {{ warn_if }} as should_warn,\n {{ fail_calc }} {{ error_if }} as should_error\n from (\n {{ main_sql }}\n {{ \"limit \" ~ limit if limit != none }}\n ) dbt_internal_test\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8090198, "supported_languages": null}, "macro.dbt.get_where_subquery": {"name": "get_where_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "unique_id": "macro.dbt.get_where_subquery", "macro_sql": "{% macro get_where_subquery(relation) -%}\n {% do return(adapter.dispatch('get_where_subquery', 'dbt')(relation)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_where_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.810055, "supported_languages": null}, "macro.dbt.default__get_where_subquery": {"name": "default__get_where_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "unique_id": "macro.dbt.default__get_where_subquery", "macro_sql": "{% macro default__get_where_subquery(relation) -%}\n {% set where = config.get('where', '') %}\n {% if where %}\n {%- set filtered -%}\n (select * from {{ relation }} where {{ where }}) dbt_subquery\n {%- endset -%}\n {% do return(filtered) %}\n {%- else -%}\n {% do return(relation) %}\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.811094, "supported_languages": null}, "macro.dbt.get_quoted_csv": {"name": "get_quoted_csv", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.get_quoted_csv", "macro_sql": "{% macro get_quoted_csv(column_names) %}\n\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote(col)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8145978, "supported_languages": null}, "macro.dbt.diff_columns": {"name": "diff_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.diff_columns", "macro_sql": "{% macro diff_columns(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% set source_names = source_columns | map(attribute = 'column') | list %}\n {% set target_names = target_columns | map(attribute = 'column') | list %}\n\n {# --check whether the name attribute exists in the target - this does not perform a data type check #}\n {% for sc in source_columns %}\n {% if sc.name not in target_names %}\n {{ result.append(sc) }}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.816164, "supported_languages": null}, "macro.dbt.diff_column_data_types": {"name": "diff_column_data_types", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.diff_column_data_types", "macro_sql": "{% macro diff_column_data_types(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% for sc in source_columns %}\n {% set tc = target_columns | selectattr(\"name\", \"equalto\", sc.name) | list | first %}\n {% if tc %}\n {% if sc.data_type != tc.data_type and not sc.can_expand_to(other_column=tc) %}\n {{ result.append( { 'column_name': tc.name, 'new_type': sc.data_type } ) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8185742, "supported_languages": null}, "macro.dbt.get_merge_update_columns": {"name": "get_merge_update_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.get_merge_update_columns", "macro_sql": "{% macro get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {{ return(adapter.dispatch('get_merge_update_columns', 'dbt')(merge_update_columns, merge_exclude_columns, dest_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8193338, "supported_languages": null}, "macro.dbt.default__get_merge_update_columns": {"name": "default__get_merge_update_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.default__get_merge_update_columns", "macro_sql": "{% macro default__get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {%- set default_cols = dest_columns | map(attribute=\"quoted\") | list -%}\n\n {%- if merge_update_columns and merge_exclude_columns -%}\n {{ exceptions.raise_compiler_error(\n 'Model cannot specify merge_update_columns and merge_exclude_columns. Please update model to use only one config'\n )}}\n {%- elif merge_update_columns -%}\n {%- set update_columns = merge_update_columns -%}\n {%- elif merge_exclude_columns -%}\n {%- set update_columns = [] -%}\n {%- for column in dest_columns -%}\n {% if column.column | lower not in merge_exclude_columns | map(\"lower\") | list %}\n {%- do update_columns.append(column.quoted) -%}\n {% endif %}\n {%- endfor -%}\n {%- else -%}\n {%- set update_columns = default_cols -%}\n {%- endif -%}\n\n {{ return(update_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.821223, "supported_languages": null}, "macro.dbt.get_merge_sql": {"name": "get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_merge_sql", "macro_sql": "{% macro get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n -- back compat for old kwarg name\n {% set incremental_predicates = kwargs.get('predicates', incremental_predicates) %}\n {{ adapter.dispatch('get_merge_sql', 'dbt')(target, source, unique_key, dest_columns, incremental_predicates) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.83197, "supported_languages": null}, "macro.dbt.default__get_merge_sql": {"name": "default__get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_merge_sql", "macro_sql": "{% macro default__get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n {%- set predicates = [] if incremental_predicates is none else [] + incremental_predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = DBT_INTERNAL_DEST.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = DBT_INTERNAL_DEST.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{\"(\" ~ predicates | join(\") and (\") ~ \")\"}}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n {% endif %}\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.836255, "supported_languages": null}, "macro.dbt.get_delete_insert_merge_sql": {"name": "get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_delete_insert_merge_sql", "macro_sql": "{% macro get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n {{ adapter.dispatch('get_delete_insert_merge_sql', 'dbt')(target, source, unique_key, dest_columns, incremental_predicates) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8369348, "supported_languages": null}, "macro.dbt.default__get_delete_insert_merge_sql": {"name": "default__get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_delete_insert_merge_sql", "macro_sql": "{% macro default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not string %}\n delete from {{target }}\n using {{ source }}\n where (\n {% for key in unique_key %}\n {{ source }}.{{ key }} = {{ target }}.{{ key }}\n {{ \"and \" if not loop.last}}\n {% endfor %}\n {% if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {% endif %}\n );\n {% else %}\n delete from {{ target }}\n where (\n {{ unique_key }}) in (\n select ({{ unique_key }})\n from {{ source }}\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\n {% endif %}\n {% endif %}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.839547, "supported_languages": null}, "macro.dbt.get_insert_overwrite_merge_sql": {"name": "get_insert_overwrite_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_insert_overwrite_merge_sql", "macro_sql": "{% macro get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header=false) -%}\n {{ adapter.dispatch('get_insert_overwrite_merge_sql', 'dbt')(target, source, dest_columns, predicates, include_sql_header) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.840245, "supported_languages": null}, "macro.dbt.default__get_insert_overwrite_merge_sql": {"name": "default__get_insert_overwrite_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_insert_overwrite_merge_sql", "macro_sql": "{% macro default__get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header) -%}\n {#-- The only time include_sql_header is True: --#}\n {#-- BigQuery + insert_overwrite strategy + \"static\" partitions config --#}\n {#-- We should consider including the sql header at the materialization level instead --#}\n\n {%- set predicates = [] if predicates is none else [] + predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none and include_sql_header }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on FALSE\n\n when not matched by source\n {% if predicates %} and {{ predicates | join(' and ') }} {% endif %}\n then delete\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.841907, "supported_languages": null}, "macro.dbt.is_incremental": {"name": "is_incremental", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/is_incremental.sql", "original_file_path": "macros/materializations/models/incremental/is_incremental.sql", "unique_id": "macro.dbt.is_incremental", "macro_sql": "{% macro is_incremental() %}\n {#-- do not run introspective queries in parsing #}\n {% if not execute %}\n {{ return(False) }}\n {% else %}\n {% set relation = adapter.get_relation(this.database, this.schema, this.table) %}\n {{ return(relation is not none\n and relation.type == 'table'\n and model.config.materialized == 'incremental'\n and not should_full_refresh()) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.843508, "supported_languages": null}, "macro.dbt.get_incremental_append_sql": {"name": "get_incremental_append_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_append_sql", "macro_sql": "{% macro get_incremental_append_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_append_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.845355, "supported_languages": null}, "macro.dbt.default__get_incremental_append_sql": {"name": "default__get_incremental_append_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_append_sql", "macro_sql": "{% macro default__get_incremental_append_sql(arg_dict) %}\n\n {% do return(get_insert_into_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_insert_into_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8459818, "supported_languages": null}, "macro.dbt.get_incremental_delete_insert_sql": {"name": "get_incremental_delete_insert_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_delete_insert_sql", "macro_sql": "{% macro get_incremental_delete_insert_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_delete_insert_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_delete_insert_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.846482, "supported_languages": null}, "macro.dbt.default__get_incremental_delete_insert_sql": {"name": "default__get_incremental_delete_insert_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_delete_insert_sql", "macro_sql": "{% macro default__get_incremental_delete_insert_sql(arg_dict) %}\n\n {% do return(get_delete_insert_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.847302, "supported_languages": null}, "macro.dbt.get_incremental_merge_sql": {"name": "get_incremental_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_merge_sql", "macro_sql": "{% macro get_incremental_merge_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_merge_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.847837, "supported_languages": null}, "macro.dbt.default__get_incremental_merge_sql": {"name": "default__get_incremental_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_merge_sql", "macro_sql": "{% macro default__get_incremental_merge_sql(arg_dict) %}\n\n {% do return(get_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.848612, "supported_languages": null}, "macro.dbt.get_incremental_insert_overwrite_sql": {"name": "get_incremental_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_insert_overwrite_sql", "macro_sql": "{% macro get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_insert_overwrite_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.849111, "supported_languages": null}, "macro.dbt.default__get_incremental_insert_overwrite_sql": {"name": "default__get_incremental_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_insert_overwrite_sql", "macro_sql": "{% macro default__get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {% do return(get_insert_overwrite_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8498292, "supported_languages": null}, "macro.dbt.get_incremental_default_sql": {"name": "get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_default_sql", "macro_sql": "{% macro get_incremental_default_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_default_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_default_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.850334, "supported_languages": null}, "macro.dbt.default__get_incremental_default_sql": {"name": "default__get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_default_sql", "macro_sql": "{% macro default__get_incremental_default_sql(arg_dict) %}\n\n {% do return(get_incremental_append_sql(arg_dict)) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.850744, "supported_languages": null}, "macro.dbt.get_insert_into_sql": {"name": "get_insert_into_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_insert_into_sql", "macro_sql": "{% macro get_insert_into_sql(target_relation, temp_relation, dest_columns) %}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n insert into {{ target_relation }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ temp_relation }}\n )\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.851472, "supported_languages": null}, "macro.dbt.materialization_incremental_default": {"name": "materialization_incremental_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/incremental.sql", "original_file_path": "macros/materializations/models/incremental/incremental.sql", "unique_id": "macro.dbt.materialization_incremental_default", "macro_sql": "{% materialization incremental, default -%}\n\n -- relations\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation)-%}\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n\n -- configs\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh() or existing_relation.is_view) -%}\n {%- set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') -%}\n\n -- the temp_ and backup_ relations should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation. This has to happen before\n -- BEGIN, in a separate transaction\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)-%}\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set to_drop = [] %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, temp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n\n {#-- Get the incremental_strategy, the macro to use for the strategy, and build the sql --#}\n {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set incremental_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n {% set strategy_arg_dict = ({'target_relation': target_relation, 'temp_relation': temp_relation, 'unique_key': unique_key, 'dest_columns': dest_columns, 'incremental_predicates': incremental_predicates }) %}\n {% set build_sql = strategy_sql_macro_func(strategy_arg_dict) %}\n\n {% endif %}\n\n {% call statement(\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% if need_swap %}\n {% do adapter.rename_relation(target_relation, backup_relation) %}\n {% do adapter.rename_relation(intermediate_relation, target_relation) %}\n {% do to_drop.append(backup_relation) %}\n {% endif %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {% do adapter.commit() %}\n\n {% for rel in to_drop %}\n {% do adapter.drop_relation(rel) %}\n {% endfor %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_temp_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.should_full_refresh", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.get_create_table_as_sql", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.863433, "supported_languages": ["sql"]}, "macro.dbt.incremental_validate_on_schema_change": {"name": "incremental_validate_on_schema_change", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.incremental_validate_on_schema_change", "macro_sql": "{% macro incremental_validate_on_schema_change(on_schema_change, default='ignore') %}\n\n {% if on_schema_change not in ['sync_all_columns', 'append_new_columns', 'fail', 'ignore'] %}\n\n {% set log_message = 'Invalid value for on_schema_change (%s) specified. Setting default value of %s.' % (on_schema_change, default) %}\n {% do log(log_message) %}\n\n {{ return(default) }}\n\n {% else %}\n\n {{ return(on_schema_change) }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8733718, "supported_languages": null}, "macro.dbt.check_for_schema_changes": {"name": "check_for_schema_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.check_for_schema_changes", "macro_sql": "{% macro check_for_schema_changes(source_relation, target_relation) %}\n\n {% set schema_changed = False %}\n\n {%- set source_columns = adapter.get_columns_in_relation(source_relation) -%}\n {%- set target_columns = adapter.get_columns_in_relation(target_relation) -%}\n {%- set source_not_in_target = diff_columns(source_columns, target_columns) -%}\n {%- set target_not_in_source = diff_columns(target_columns, source_columns) -%}\n\n {% set new_target_types = diff_column_data_types(source_columns, target_columns) %}\n\n {% if source_not_in_target != [] %}\n {% set schema_changed = True %}\n {% elif target_not_in_source != [] or new_target_types != [] %}\n {% set schema_changed = True %}\n {% elif new_target_types != [] %}\n {% set schema_changed = True %}\n {% endif %}\n\n {% set changes_dict = {\n 'schema_changed': schema_changed,\n 'source_not_in_target': source_not_in_target,\n 'target_not_in_source': target_not_in_source,\n 'source_columns': source_columns,\n 'target_columns': target_columns,\n 'new_target_types': new_target_types\n } %}\n\n {% set msg %}\n In {{ target_relation }}:\n Schema changed: {{ schema_changed }}\n Source columns not in target: {{ source_not_in_target }}\n Target columns not in source: {{ target_not_in_source }}\n New column types: {{ new_target_types }}\n {% endset %}\n\n {% do log(msg) %}\n\n {{ return(changes_dict) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.diff_columns", "macro.dbt.diff_column_data_types"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.876662, "supported_languages": null}, "macro.dbt.sync_column_schemas": {"name": "sync_column_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.sync_column_schemas", "macro_sql": "{% macro sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {%- set add_to_target_arr = schema_changes_dict['source_not_in_target'] -%}\n\n {%- if on_schema_change == 'append_new_columns'-%}\n {%- if add_to_target_arr | length > 0 -%}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, none) -%}\n {%- endif -%}\n\n {% elif on_schema_change == 'sync_all_columns' %}\n {%- set remove_from_target_arr = schema_changes_dict['target_not_in_source'] -%}\n {%- set new_target_types = schema_changes_dict['new_target_types'] -%}\n\n {% if add_to_target_arr | length > 0 or remove_from_target_arr | length > 0 %}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, remove_from_target_arr) -%}\n {% endif %}\n\n {% if new_target_types != [] %}\n {% for ntt in new_target_types %}\n {% set column_name = ntt['column_name'] %}\n {% set new_type = ntt['new_type'] %}\n {% do alter_column_type(target_relation, column_name, new_type) %}\n {% endfor %}\n {% endif %}\n\n {% endif %}\n\n {% set schema_change_message %}\n In {{ target_relation }}:\n Schema change approach: {{ on_schema_change }}\n Columns added: {{ add_to_target_arr }}\n Columns removed: {{ remove_from_target_arr }}\n Data types changed: {{ new_target_types }}\n {% endset %}\n\n {% do log(schema_change_message) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.alter_relation_add_remove_columns", "macro.dbt.alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.87987, "supported_languages": null}, "macro.dbt.process_schema_changes": {"name": "process_schema_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.process_schema_changes", "macro_sql": "{% macro process_schema_changes(on_schema_change, source_relation, target_relation) %}\n\n {% if on_schema_change == 'ignore' %}\n\n {{ return({}) }}\n\n {% else %}\n\n {% set schema_changes_dict = check_for_schema_changes(source_relation, target_relation) %}\n\n {% if schema_changes_dict['schema_changed'] %}\n\n {% if on_schema_change == 'fail' %}\n\n {% set fail_msg %}\n The source and target schemas on this incremental model are out of sync!\n They can be reconciled in several ways:\n - set the `on_schema_change` config to either append_new_columns or sync_all_columns, depending on your situation.\n - Re-run the incremental model with `full_refresh: True` to update the target schema.\n - update the schema manually and re-run the process.\n\n Additional troubleshooting context:\n Source columns not in target: {{ schema_changes_dict['source_not_in_target'] }}\n Target columns not in source: {{ schema_changes_dict['target_not_in_source'] }}\n New column types: {{ schema_changes_dict['new_target_types'] }}\n {% endset %}\n\n {% do exceptions.raise_compiler_error(fail_msg) %}\n\n {# -- unless we ignore, run the sync operation per the config #}\n {% else %}\n\n {% do sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {% endif %}\n\n {% endif %}\n\n {{ return(schema_changes_dict['source_columns']) }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.check_for_schema_changes", "macro.dbt.sync_column_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.882138, "supported_languages": null}, "macro.dbt.materialization_materialized_view_default": {"name": "materialization_materialized_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/materialized_view.sql", "unique_id": "macro.dbt.materialization_materialized_view_default", "macro_sql": "{% materialization materialized_view, default %}\n {% set existing_relation = load_cached_relation(this) %}\n {% set target_relation = this.incorporate(type=this.MaterializedView) %}\n {% set intermediate_relation = make_intermediate_relation(target_relation) %}\n {% set backup_relation_type = target_relation.MaterializedView if existing_relation is none else existing_relation.type %}\n {% set backup_relation = make_backup_relation(target_relation, backup_relation_type) %}\n\n {{ materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) }}\n\n {% set build_sql = materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% if build_sql == '' %}\n {{ materialized_view_execute_no_op(target_relation) }}\n {% else %}\n {{ materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) }}\n {% endif %}\n\n {{ materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.materialized_view_setup", "macro.dbt.materialized_view_get_build_sql", "macro.dbt.materialized_view_execute_no_op", "macro.dbt.materialized_view_execute_build_sql", "macro.dbt.materialized_view_teardown"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.891637, "supported_languages": ["sql"]}, "macro.dbt.materialized_view_setup": {"name": "materialized_view_setup", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_setup", "macro_sql": "{% macro materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) %}\n\n -- backup_relation and intermediate_relation should not already exist in the database\n -- it's possible these exist because of a previous run that exited unexpectedly\n {% set preexisting_backup_relation = load_cached_relation(backup_relation) %}\n {% set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8927, "supported_languages": null}, "macro.dbt.materialized_view_teardown": {"name": "materialized_view_teardown", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_teardown", "macro_sql": "{% macro materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) %}\n\n -- drop the temp relations if they exist to leave the database clean for the next run\n {{ drop_relation_if_exists(backup_relation) }}\n {{ drop_relation_if_exists(intermediate_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.893388, "supported_languages": null}, "macro.dbt.materialized_view_get_build_sql": {"name": "materialized_view_get_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_get_build_sql", "macro_sql": "{% macro materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% set full_refresh_mode = should_full_refresh() %}\n\n -- determine the scenario we're in: create, full_refresh, alter, refresh data\n {% if existing_relation is none %}\n {% set build_sql = get_create_materialized_view_as_sql(target_relation, sql) %}\n {% elif full_refresh_mode or not existing_relation.is_materialized_view %}\n {% set build_sql = get_replace_materialized_view_as_sql(target_relation, sql, existing_relation, backup_relation, intermediate_relation) %}\n {% else %}\n\n -- get config options\n {% set on_configuration_change = config.get('on_configuration_change') %}\n {% set configuration_changes = get_materialized_view_configuration_changes(existing_relation, config) %}\n\n {% if configuration_changes is none %}\n {% set build_sql = refresh_materialized_view(target_relation) %}\n\n {% elif on_configuration_change == 'apply' %}\n {% set build_sql = get_alter_materialized_view_as_sql(target_relation, configuration_changes, sql, existing_relation, backup_relation, intermediate_relation) %}\n {% elif on_configuration_change == 'continue' %}\n {% set build_sql = '' %}\n {{ exceptions.warn(\"Configuration changes were identified and `on_configuration_change` was set to `continue` for `\" ~ target_relation ~ \"`\") }}\n {% elif on_configuration_change == 'fail' %}\n {{ exceptions.raise_fail_fast_error(\"Configuration changes were identified and `on_configuration_change` was set to `fail` for `\" ~ target_relation ~ \"`\") }}\n\n {% else %}\n -- this only happens if the user provides a value other than `apply`, 'skip', 'fail'\n {{ exceptions.raise_compiler_error(\"Unexpected configuration scenario\") }}\n\n {% endif %}\n\n {% endif %}\n\n {% do return(build_sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.get_create_materialized_view_as_sql", "macro.dbt.get_replace_materialized_view_as_sql", "macro.dbt.get_materialized_view_configuration_changes", "macro.dbt.refresh_materialized_view", "macro.dbt.get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8970408, "supported_languages": null}, "macro.dbt.materialized_view_execute_no_op": {"name": "materialized_view_execute_no_op", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_no_op", "macro_sql": "{% macro materialized_view_execute_no_op(target_relation) %}\n {% do store_raw_result(\n name=\"main\",\n message=\"skip \" ~ target_relation,\n code=\"skip\",\n rows_affected=\"-1\"\n ) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.897789, "supported_languages": null}, "macro.dbt.materialized_view_execute_build_sql": {"name": "materialized_view_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_build_sql", "macro_sql": "{% macro materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) %}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set grant_config = config.get('grants') %}\n\n {% call statement(name=\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.8998451, "supported_languages": null}, "macro.dbt.get_materialized_view_configuration_changes": {"name": "get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/get_materialized_view_configuration_changes.sql", "original_file_path": "macros/materializations/models/materialized_view/get_materialized_view_configuration_changes.sql", "unique_id": "macro.dbt.get_materialized_view_configuration_changes", "macro_sql": "{% macro get_materialized_view_configuration_changes(existing_relation, new_config) %}\n /* {#\n It's recommended that configuration changes be formatted as follows:\n {\"\": [{\"action\": \"\", \"context\": ...}]}\n\n For example:\n {\n \"indexes\": [\n {\"action\": \"drop\", \"context\": \"index_abc\"},\n {\"action\": \"create\", \"context\": {\"columns\": [\"column_1\", \"column_2\"], \"type\": \"hash\", \"unique\": True}},\n ],\n }\n\n Either way, `get_materialized_view_configuration_changes` needs to align with `get_alter_materialized_view_as_sql`.\n #} */\n {{- log('Determining configuration changes on: ' ~ existing_relation) -}}\n {%- do return(adapter.dispatch('get_materialized_view_configuration_changes', 'dbt')(existing_relation, new_config)) -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_materialized_view_configuration_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.90096, "supported_languages": null}, "macro.dbt.default__get_materialized_view_configuration_changes": {"name": "default__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/get_materialized_view_configuration_changes.sql", "original_file_path": "macros/materializations/models/materialized_view/get_materialized_view_configuration_changes.sql", "unique_id": "macro.dbt.default__get_materialized_view_configuration_changes", "macro_sql": "{% macro default__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.901391, "supported_languages": null}, "macro.dbt.get_alter_materialized_view_as_sql": {"name": "get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/alter_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/alter_materialized_view.sql", "unique_id": "macro.dbt.get_alter_materialized_view_as_sql", "macro_sql": "{% macro get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{- log('Applying ALTER to: ' ~ relation) -}}\n {{- adapter.dispatch('get_alter_materialized_view_as_sql', 'dbt')(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n ) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.902567, "supported_languages": null}, "macro.dbt.default__get_alter_materialized_view_as_sql": {"name": "default__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/alter_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/alter_materialized_view.sql", "unique_id": "macro.dbt.default__get_alter_materialized_view_as_sql", "macro_sql": "{% macro default__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.903081, "supported_languages": null}, "macro.dbt.refresh_materialized_view": {"name": "refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/refresh_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/refresh_materialized_view.sql", "unique_id": "macro.dbt.refresh_materialized_view", "macro_sql": "{% macro refresh_materialized_view(relation) %}\n {{- log('Applying REFRESH to: ' ~ relation) -}}\n {{- adapter.dispatch('refresh_materialized_view', 'dbt')(relation) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__refresh_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.903861, "supported_languages": null}, "macro.dbt.default__refresh_materialized_view": {"name": "default__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/refresh_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/refresh_materialized_view.sql", "unique_id": "macro.dbt.default__refresh_materialized_view", "macro_sql": "{% macro default__refresh_materialized_view(relation) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.904255, "supported_languages": null}, "macro.dbt.get_replace_materialized_view_as_sql": {"name": "get_replace_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/replace_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/replace_materialized_view.sql", "unique_id": "macro.dbt.get_replace_materialized_view_as_sql", "macro_sql": "{% macro get_replace_materialized_view_as_sql(relation, sql, existing_relation, backup_relation, intermediate_relation) %}\n {{- log('Applying REPLACE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_replace_materialized_view_as_sql', 'dbt')(relation, sql, existing_relation, backup_relation, intermediate_relation) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_replace_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.905361, "supported_languages": null}, "macro.dbt.default__get_replace_materialized_view_as_sql": {"name": "default__get_replace_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/replace_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/replace_materialized_view.sql", "unique_id": "macro.dbt.default__get_replace_materialized_view_as_sql", "macro_sql": "{% macro default__get_replace_materialized_view_as_sql(relation, sql, existing_relation, backup_relation, intermediate_relation) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9058838, "supported_languages": null}, "macro.dbt.get_create_materialized_view_as_sql": {"name": "get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/create_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/create_materialized_view.sql", "unique_id": "macro.dbt.get_create_materialized_view_as_sql", "macro_sql": "{% macro get_create_materialized_view_as_sql(relation, sql) -%}\n {{- log('Applying CREATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_materialized_view_as_sql', 'dbt')(relation, sql) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.906841, "supported_languages": null}, "macro.dbt.default__get_create_materialized_view_as_sql": {"name": "default__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view/create_materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view/create_materialized_view.sql", "unique_id": "macro.dbt.default__get_create_materialized_view_as_sql", "macro_sql": "{% macro default__get_create_materialized_view_as_sql(relation, sql) -%}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.907267, "supported_languages": null}, "macro.dbt.can_clone_table": {"name": "can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.can_clone_table", "macro_sql": "{% macro can_clone_table() %}\n {{ return(adapter.dispatch('can_clone_table', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__can_clone_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.907907, "supported_languages": null}, "macro.dbt.default__can_clone_table": {"name": "default__can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.default__can_clone_table", "macro_sql": "{% macro default__can_clone_table() %}\n {{ return(False) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.908236, "supported_languages": null}, "macro.dbt.create_or_replace_clone": {"name": "create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.create_or_replace_clone", "macro_sql": "{% macro create_or_replace_clone(this_relation, defer_relation) %}\n {{ return(adapter.dispatch('create_or_replace_clone', 'dbt')(this_relation, defer_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_or_replace_clone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9091892, "supported_languages": null}, "macro.dbt.default__create_or_replace_clone": {"name": "default__create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.default__create_or_replace_clone", "macro_sql": "{% macro default__create_or_replace_clone(this_relation, defer_relation) %}\n create or replace table {{ this_relation }} clone {{ defer_relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.909608, "supported_languages": null}, "macro.dbt.materialization_clone_default": {"name": "materialization_clone_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/clone.sql", "original_file_path": "macros/materializations/models/clone/clone.sql", "unique_id": "macro.dbt.materialization_clone_default", "macro_sql": "{%- materialization clone, default -%}\n\n {%- set relations = {'relations': []} -%}\n\n {%- if not defer_relation -%}\n -- nothing to do\n {{ log(\"No relation found in state manifest for \" ~ model.unique_id, info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n\n {%- if existing_relation and not flags.FULL_REFRESH -%}\n -- noop!\n {{ log(\"Relation \" ~ existing_relation ~ \" already exists\", info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set other_existing_relation = load_cached_relation(defer_relation) -%}\n\n -- If this is a database that can do zero-copy cloning of tables, and the other relation is a table, then this will be a table\n -- Otherwise, this will be a view\n\n {% set can_clone_table = can_clone_table() %}\n\n {%- if other_existing_relation and other_existing_relation.type == 'table' and can_clone_table -%}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {% if existing_relation is not none and not existing_relation.is_table %}\n {{ log(\"Dropping relation \" ~ existing_relation ~ \" because it is of type \" ~ existing_relation.type) }}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n\n -- as a general rule, data platforms that can clone tables can also do atomic 'create or replace'\n {% call statement('main') %}\n {{ create_or_replace_clone(target_relation, defer_relation) }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n {%- else -%}\n\n {%- set target_relation = this.incorporate(type='view') -%}\n\n -- reuse the view materialization\n -- TODO: support actual dispatch for materialization macros\n -- Tracking ticket: https://github.com/dbt-labs/dbt-core/issues/7799\n {% set search_name = \"materialization_view_\" ~ adapter.type() %}\n {% if not search_name in context %}\n {% set search_name = \"materialization_view_default\" %}\n {% endif %}\n {% set materialization_macro = context[search_name] %}\n {% set relations = materialization_macro() %}\n {{ return(relations) }}\n\n {%- endif -%}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.can_clone_table", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.create_or_replace_clone", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.917163, "supported_languages": ["sql"]}, "macro.dbt.get_table_columns_and_constraints": {"name": "get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_table_columns_and_constraints", "macro_sql": "{%- macro get_table_columns_and_constraints() -%}\n {{ adapter.dispatch('get_table_columns_and_constraints', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.919413, "supported_languages": null}, "macro.dbt.default__get_table_columns_and_constraints": {"name": "default__get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_table_columns_and_constraints", "macro_sql": "{% macro default__get_table_columns_and_constraints() -%}\n {{ return(table_columns_and_constraints()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.919756, "supported_languages": null}, "macro.dbt.table_columns_and_constraints": {"name": "table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.table_columns_and_constraints", "macro_sql": "{% macro table_columns_and_constraints() %}\n {# loop through user_provided_columns to create DDL with data types and constraints #}\n {%- set raw_column_constraints = adapter.render_raw_columns_constraints(raw_columns=model['columns']) -%}\n {%- set raw_model_constraints = adapter.render_raw_model_constraints(raw_constraints=model['constraints']) -%}\n (\n {% for c in raw_column_constraints -%}\n {{ c }}{{ \",\" if not loop.last or raw_model_constraints }}\n {% endfor %}\n {% for c in raw_model_constraints -%}\n {{ c }}{{ \",\" if not loop.last }}\n {% endfor -%}\n )\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.921209, "supported_languages": null}, "macro.dbt.get_assert_columns_equivalent": {"name": "get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_assert_columns_equivalent", "macro_sql": "\n\n{%- macro get_assert_columns_equivalent(sql) -%}\n {{ adapter.dispatch('get_assert_columns_equivalent', 'dbt')(sql) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9217, "supported_languages": null}, "macro.dbt.default__get_assert_columns_equivalent": {"name": "default__get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_assert_columns_equivalent", "macro_sql": "{% macro default__get_assert_columns_equivalent(sql) -%}\n {{ return(assert_columns_equivalent(sql)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.922078, "supported_languages": null}, "macro.dbt.assert_columns_equivalent": {"name": "assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.assert_columns_equivalent", "macro_sql": "{% macro assert_columns_equivalent(sql) %}\n\n {#-- First ensure the user has defined 'columns' in yaml specification --#}\n {%- set user_defined_columns = model['columns'] -%}\n {%- if not user_defined_columns -%}\n {{ exceptions.raise_contract_error([], []) }}\n {%- endif -%}\n\n {#-- Obtain the column schema provided by sql file. #}\n {%- set sql_file_provided_columns = get_column_schema_from_query(sql, config.get('sql_header', none)) -%}\n {#--Obtain the column schema provided by the schema file by generating an 'empty schema' query from the model's columns. #}\n {%- set schema_file_provided_columns = get_column_schema_from_query(get_empty_schema_sql(user_defined_columns)) -%}\n\n {#-- create dictionaries with name and formatted data type and strings for exception #}\n {%- set sql_columns = format_columns(sql_file_provided_columns) -%}\n {%- set yaml_columns = format_columns(schema_file_provided_columns) -%}\n\n {%- if sql_columns|length != yaml_columns|length -%}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n\n {%- for sql_col in sql_columns -%}\n {%- set yaml_col = [] -%}\n {%- for this_col in yaml_columns -%}\n {%- if this_col['name'] == sql_col['name'] -%}\n {%- do yaml_col.append(this_col) -%}\n {%- break -%}\n {%- endif -%}\n {%- endfor -%}\n {%- if not yaml_col -%}\n {#-- Column with name not found in yaml #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- if sql_col['formatted'] != yaml_col[0]['formatted'] -%}\n {#-- Column data types don't match #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query", "macro.dbt.get_empty_schema_sql", "macro.dbt.format_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9255412, "supported_languages": null}, "macro.dbt.format_columns": {"name": "format_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.format_columns", "macro_sql": "{% macro format_columns(columns) %}\n {% set formatted_columns = [] %}\n {% for column in columns %}\n {%- set formatted_column = adapter.dispatch('format_column', 'dbt')(column) -%}\n {%- do formatted_columns.append(formatted_column) -%}\n {% endfor %}\n {{ return(formatted_columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__format_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.926754, "supported_languages": null}, "macro.dbt.default__format_column": {"name": "default__format_column", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/columns_spec_ddl.sql", "original_file_path": "macros/materializations/models/table/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__format_column", "macro_sql": "{% macro default__format_column(column) -%}\n {% set data_type = column.dtype %}\n {% set formatted = column.column.lower() ~ \" \" ~ data_type %}\n {{ return({'name': column.name, 'data_type': data_type, 'formatted': formatted}) }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.92776, "supported_languages": null}, "macro.dbt.materialization_table_default": {"name": "materialization_table_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/table.sql", "original_file_path": "macros/materializations/models/table/table.sql", "unique_id": "macro.dbt.materialization_table_default", "macro_sql": "{% materialization table, default %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% do create_indexes(target_relation) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n -- finally, drop the existing/backup relation after the commit\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.get_create_table_as_sql", "macro.dbt.create_indexes", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.934595, "supported_languages": ["sql"]}, "macro.dbt.get_create_table_as_sql": {"name": "get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.get_create_table_as_sql", "macro_sql": "{% macro get_create_table_as_sql(temporary, relation, sql) -%}\n {{ adapter.dispatch('get_create_table_as_sql', 'dbt')(temporary, relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_table_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.93666, "supported_languages": null}, "macro.dbt.default__get_create_table_as_sql": {"name": "default__get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__get_create_table_as_sql", "macro_sql": "{% macro default__get_create_table_as_sql(temporary, relation, sql) -%}\n {{ return(create_table_as(temporary, relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.937227, "supported_languages": null}, "macro.dbt.create_table_as": {"name": "create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.create_table_as", "macro_sql": "{% macro create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {# backward compatibility for create_table_as that does not support language #}\n {% if language == \"sql\" %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code)}}\n {% else %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code, language) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.938432, "supported_languages": null}, "macro.dbt.default__create_table_as": {"name": "default__create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__create_table_as", "macro_sql": "{% macro default__create_table_as(temporary, relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary: -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {{ get_table_columns_and_constraints() }}\n {%- set sql = get_select_subquery(sql) %}\n {% endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.940305, "supported_languages": null}, "macro.dbt.default__get_column_names": {"name": "default__get_column_names", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__get_column_names", "macro_sql": "{% macro default__get_column_names() %}\n {#- loop through user_provided_columns to get column names -#}\n {%- set user_provided_columns = model['columns'] -%}\n {%- for i in user_provided_columns %}\n {%- set col = user_provided_columns[i] -%}\n {%- set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] -%}\n {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.941597, "supported_languages": null}, "macro.dbt.get_select_subquery": {"name": "get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.get_select_subquery", "macro_sql": "{% macro get_select_subquery(sql) %}\n {{ return(adapter.dispatch('get_select_subquery', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.942134, "supported_languages": null}, "macro.dbt.default__get_select_subquery": {"name": "default__get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table/create_table_as.sql", "original_file_path": "macros/materializations/models/table/create_table_as.sql", "unique_id": "macro.dbt.default__get_select_subquery", "macro_sql": "{% macro default__get_select_subquery(sql) %}\n select {{ adapter.dispatch('get_column_names', 'dbt')() }}\n from (\n {{ sql }}\n ) as model_subq\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.942657, "supported_languages": null}, "macro.dbt.materialization_view_default": {"name": "materialization_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/view.sql", "original_file_path": "macros/materializations/models/view/view.sql", "unique_id": "macro.dbt.materialization_view_default", "macro_sql": "{%- materialization view, default -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {% endif %}\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9496472, "supported_languages": ["sql"]}, "macro.dbt.handle_existing_table": {"name": "handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "unique_id": "macro.dbt.handle_existing_table", "macro_sql": "{% macro handle_existing_table(full_refresh, old_relation) %}\n {{ adapter.dispatch('handle_existing_table', 'dbt')(full_refresh, old_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9504828, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/helpers.sql", "original_file_path": "macros/materializations/models/view/helpers.sql", "unique_id": "macro.dbt.default__handle_existing_table", "macro_sql": "{% macro default__handle_existing_table(full_refresh, old_relation) %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9510982, "supported_languages": null}, "macro.dbt.create_or_replace_view": {"name": "create_or_replace_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_or_replace_view.sql", "original_file_path": "macros/materializations/models/view/create_or_replace_view.sql", "unique_id": "macro.dbt.create_or_replace_view", "macro_sql": "{% macro create_or_replace_view() %}\n {%- set identifier = model['alias'] -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database,\n type='view') -%}\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n -- If there's a table with the same name and we weren't told to full refresh,\n -- that's an error. If we were told to full refresh, drop it. This behavior differs\n -- for Snowflake and BigQuery, so multiple dispatch is used.\n {%- if old_relation is not none and old_relation.is_table -%}\n {{ handle_existing_table(should_full_refresh(), old_relation) }}\n {%- endif -%}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(target_relation, sql) }}\n {%- endcall %}\n\n {% set should_revoke = should_revoke(exists_as_view, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {{ run_hooks(post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.handle_existing_table", "macro.dbt.should_full_refresh", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9547641, "supported_languages": null}, "macro.dbt.get_create_view_as_sql": {"name": "get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.get_create_view_as_sql", "macro_sql": "{% macro get_create_view_as_sql(relation, sql) -%}\n {{ adapter.dispatch('get_create_view_as_sql', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.955812, "supported_languages": null}, "macro.dbt.default__get_create_view_as_sql": {"name": "default__get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.default__get_create_view_as_sql", "macro_sql": "{% macro default__get_create_view_as_sql(relation, sql) -%}\n {{ return(create_view_as(relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9562628, "supported_languages": null}, "macro.dbt.create_view_as": {"name": "create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.create_view_as", "macro_sql": "{% macro create_view_as(relation, sql) -%}\n {{ adapter.dispatch('create_view_as', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.956757, "supported_languages": null}, "macro.dbt.default__create_view_as": {"name": "default__create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view/create_view_as.sql", "original_file_path": "macros/materializations/models/view/create_view_as.sql", "unique_id": "macro.dbt.default__create_view_as", "macro_sql": "{% macro default__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create view {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.957887, "supported_languages": null}, "macro.dbt.materialization_seed_default": {"name": "materialization_seed_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/seed.sql", "original_file_path": "macros/materializations/seeds/seed.sql", "unique_id": "macro.dbt.materialization_seed_default", "macro_sql": "{% materialization seed, default %}\n\n {%- set identifier = model['alias'] -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n\n {%- set exists_as_table = (old_relation is not none and old_relation.is_table) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set grant_config = config.get('grants') -%}\n {%- set agate_table = load_agate_table() -%}\n -- grab current tables grants config for comparison later on\n\n {%- do store_result('agate_table', response='OK', agate_table=agate_table) -%}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% set create_table_sql = \"\" %}\n {% if exists_as_view %}\n {{ exceptions.raise_compiler_error(\"Cannot seed to '{}', it is a view\".format(old_relation)) }}\n {% elif exists_as_table %}\n {% set create_table_sql = reset_csv_table(model, full_refresh_mode, old_relation, agate_table) %}\n {% else %}\n {% set create_table_sql = create_csv_table(model, agate_table) %}\n {% endif %}\n\n {% set code = 'CREATE' if full_refresh_mode else 'INSERT' %}\n {% set rows_affected = (agate_table.rows | length) %}\n {% set sql = load_csv_rows(model, agate_table) %}\n\n {% call noop_statement('main', code ~ ' ' ~ rows_affected, code, rows_affected) %}\n {{ get_csv_sql(create_table_sql, sql) }};\n {% endcall %}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if full_refresh_mode or not exists_as_table %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.run_hooks", "macro.dbt.reset_csv_table", "macro.dbt.create_csv_table", "macro.dbt.load_csv_rows", "macro.dbt.noop_statement", "macro.dbt.get_csv_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.965881, "supported_languages": ["sql"]}, "macro.dbt.create_csv_table": {"name": "create_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.create_csv_table", "macro_sql": "{% macro create_csv_table(model, agate_table) -%}\n {{ adapter.dispatch('create_csv_table', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.974231, "supported_languages": null}, "macro.dbt.default__create_csv_table": {"name": "default__create_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__create_csv_table", "macro_sql": "{% macro default__create_csv_table(model, agate_table) %}\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n\n {% set sql %}\n create table {{ this.render() }} (\n {%- for col_name in agate_table.column_names -%}\n {%- set inferred_type = adapter.convert_type(agate_table, loop.index0) -%}\n {%- set type = column_override.get(col_name, inferred_type) -%}\n {%- set column_name = (col_name | string) -%}\n {{ adapter.quote_seed_column(column_name, quote_seed_column) }} {{ type }} {%- if not loop.last -%}, {%- endif -%}\n {%- endfor -%}\n )\n {% endset %}\n\n {% call statement('_') -%}\n {{ sql }}\n {%- endcall %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9766378, "supported_languages": null}, "macro.dbt.reset_csv_table": {"name": "reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.reset_csv_table", "macro_sql": "{% macro reset_csv_table(model, full_refresh, old_relation, agate_table) -%}\n {{ adapter.dispatch('reset_csv_table', 'dbt')(model, full_refresh, old_relation, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__reset_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.977311, "supported_languages": null}, "macro.dbt.default__reset_csv_table": {"name": "default__reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__reset_csv_table", "macro_sql": "{% macro default__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {% set sql = \"\" %}\n {% if full_refresh %}\n {{ adapter.drop_relation(old_relation) }}\n {% set sql = create_csv_table(model, agate_table) %}\n {% else %}\n {{ adapter.truncate_relation(old_relation) }}\n {% set sql = \"truncate table \" ~ old_relation %}\n {% endif %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.978611, "supported_languages": null}, "macro.dbt.get_csv_sql": {"name": "get_csv_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_csv_sql", "macro_sql": "{% macro get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ adapter.dispatch('get_csv_sql', 'dbt')(create_or_truncate_sql, insert_sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_csv_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9791648, "supported_languages": null}, "macro.dbt.default__get_csv_sql": {"name": "default__get_csv_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_csv_sql", "macro_sql": "{% macro default__get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ create_or_truncate_sql }};\n -- dbt seed --\n {{ insert_sql }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.979554, "supported_languages": null}, "macro.dbt.get_binding_char": {"name": "get_binding_char", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_binding_char", "macro_sql": "{% macro get_binding_char() -%}\n {{ adapter.dispatch('get_binding_char', 'dbt')() }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.979944, "supported_languages": null}, "macro.dbt.default__get_binding_char": {"name": "default__get_binding_char", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_binding_char", "macro_sql": "{% macro default__get_binding_char() %}\n {{ return('%s') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.980268, "supported_languages": null}, "macro.dbt.get_batch_size": {"name": "get_batch_size", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_batch_size", "macro_sql": "{% macro get_batch_size() -%}\n {{ return(adapter.dispatch('get_batch_size', 'dbt')()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_batch_size"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.980704, "supported_languages": null}, "macro.dbt.default__get_batch_size": {"name": "default__get_batch_size", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_batch_size", "macro_sql": "{% macro default__get_batch_size() %}\n {{ return(10000) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.981034, "supported_languages": null}, "macro.dbt.get_seed_column_quoted_csv": {"name": "get_seed_column_quoted_csv", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_seed_column_quoted_csv", "macro_sql": "{% macro get_seed_column_quoted_csv(model, column_names) %}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote_seed_column(col, quote_seed_column)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9822872, "supported_languages": null}, "macro.dbt.load_csv_rows": {"name": "load_csv_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.load_csv_rows", "macro_sql": "{% macro load_csv_rows(model, agate_table) -%}\n {{ adapter.dispatch('load_csv_rows', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__load_csv_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9827929, "supported_languages": null}, "macro.dbt.default__load_csv_rows": {"name": "default__load_csv_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__load_csv_rows", "macro_sql": "{% macro default__load_csv_rows(model, agate_table) %}\n\n {% set batch_size = get_batch_size() %}\n\n {% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}\n {% set bindings = [] %}\n\n {% set statements = [] %}\n\n {% for chunk in agate_table.rows | batch(batch_size) %}\n {% set bindings = [] %}\n\n {% for row in chunk %}\n {% do bindings.extend(row) %}\n {% endfor %}\n\n {% set sql %}\n insert into {{ this.render() }} ({{ cols_sql }}) values\n {% for row in chunk -%}\n ({%- for column in agate_table.column_names -%}\n {{ get_binding_char() }}\n {%- if not loop.last%},{%- endif %}\n {%- endfor -%})\n {%- if not loop.last%},{%- endif %}\n {%- endfor %}\n {% endset %}\n\n {% do adapter.add_query(sql, bindings=bindings, abridge_sql_log=True) %}\n\n {% if loop.index0 == 0 %}\n {% do statements.append(sql) %}\n {% endif %}\n {% endfor %}\n\n {# Return SQL so we can render it out into the compiled files #}\n {{ return(statements[0]) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_batch_size", "macro.dbt.get_seed_column_quoted_csv", "macro.dbt.get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.986209, "supported_languages": null}, "macro.dbt.generate_alias_name": {"name": "generate_alias_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "unique_id": "macro.dbt.generate_alias_name", "macro_sql": "{% macro generate_alias_name(custom_alias_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_alias_name', 'dbt')(custom_alias_name, node)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_alias_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.987274, "supported_languages": null}, "macro.dbt.default__generate_alias_name": {"name": "default__generate_alias_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "unique_id": "macro.dbt.default__generate_alias_name", "macro_sql": "{% macro default__generate_alias_name(custom_alias_name=none, node=none) -%}\n\n {%- if custom_alias_name -%}\n\n {{ custom_alias_name | trim }}\n\n {%- elif node.version -%}\n\n {{ return(node.name ~ \"_v\" ~ (node.version | replace(\".\", \"_\"))) }}\n\n {%- else -%}\n\n {{ node.name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.988283, "supported_languages": null}, "macro.dbt.generate_schema_name": {"name": "generate_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.generate_schema_name", "macro_sql": "{% macro generate_schema_name(custom_schema_name=none, node=none) -%}\n {{ return(adapter.dispatch('generate_schema_name', 'dbt')(custom_schema_name, node)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.9894688, "supported_languages": null}, "macro.dbt.default__generate_schema_name": {"name": "default__generate_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.default__generate_schema_name", "macro_sql": "{% macro default__generate_schema_name(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if custom_schema_name is none -%}\n\n {{ default_schema }}\n\n {%- else -%}\n\n {{ default_schema }}_{{ custom_schema_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.99018, "supported_languages": null}, "macro.dbt.generate_schema_name_for_env": {"name": "generate_schema_name_for_env", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.generate_schema_name_for_env", "macro_sql": "{% macro generate_schema_name_for_env(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if target.name == 'prod' and custom_schema_name is not none -%}\n\n {{ custom_schema_name | trim }}\n\n {%- else -%}\n\n {{ default_schema }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.990943, "supported_languages": null}, "macro.dbt.generate_database_name": {"name": "generate_database_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "unique_id": "macro.dbt.generate_database_name", "macro_sql": "{% macro generate_database_name(custom_database_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_database_name', 'dbt')(custom_database_name, node)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_database_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.991894, "supported_languages": null}, "macro.dbt.default__generate_database_name": {"name": "default__generate_database_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "unique_id": "macro.dbt.default__generate_database_name", "macro_sql": "{% macro default__generate_database_name(custom_database_name=none, node=none) -%}\n {%- set default_database = target.database -%}\n {%- if custom_database_name is none -%}\n\n {{ default_database }}\n\n {%- else -%}\n\n {{ custom_database_name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.992811, "supported_languages": null}, "macro.dbt.default__test_relationships": {"name": "default__test_relationships", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/relationships.sql", "original_file_path": "macros/generic_test_sql/relationships.sql", "unique_id": "macro.dbt.default__test_relationships", "macro_sql": "{% macro default__test_relationships(model, column_name, to, field) %}\n\nwith child as (\n select {{ column_name }} as from_field\n from {{ model }}\n where {{ column_name }} is not null\n),\n\nparent as (\n select {{ field }} as to_field\n from {{ to }}\n)\n\nselect\n from_field\n\nfrom child\nleft join parent\n on child.from_field = parent.to_field\n\nwhere parent.to_field is null\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.993705, "supported_languages": null}, "macro.dbt.default__test_not_null": {"name": "default__test_not_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/not_null.sql", "original_file_path": "macros/generic_test_sql/not_null.sql", "unique_id": "macro.dbt.default__test_not_null", "macro_sql": "{% macro default__test_not_null(model, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else column_name %}\n\nselect {{ column_list }}\nfrom {{ model }}\nwhere {{ column_name }} is null\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.994504, "supported_languages": null}, "macro.dbt.default__test_unique": {"name": "default__test_unique", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/unique.sql", "original_file_path": "macros/generic_test_sql/unique.sql", "unique_id": "macro.dbt.default__test_unique", "macro_sql": "{% macro default__test_unique(model, column_name) %}\n\nselect\n {{ column_name }} as unique_field,\n count(*) as n_records\n\nfrom {{ model }}\nwhere {{ column_name }} is not null\ngroup by {{ column_name }}\nhaving count(*) > 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.995129, "supported_languages": null}, "macro.dbt.default__test_accepted_values": {"name": "default__test_accepted_values", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/accepted_values.sql", "original_file_path": "macros/generic_test_sql/accepted_values.sql", "unique_id": "macro.dbt.default__test_accepted_values", "macro_sql": "{% macro default__test_accepted_values(model, column_name, values, quote=True) %}\n\nwith all_values as (\n\n select\n {{ column_name }} as value_field,\n count(*) as n_records\n\n from {{ model }}\n group by {{ column_name }}\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n)\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448592.996503, "supported_languages": null}, "macro.dbt.statement": {"name": "statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.statement", "macro_sql": "\n{%- macro statement(name=None, fetch_result=False, auto_begin=True, language='sql') -%}\n {%- if execute: -%}\n {%- set compiled_code = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime {} for node \"{}\"'.format(language, model['unique_id'])) }}\n {{ write(compiled_code) }}\n {%- endif -%}\n {%- if language == 'sql'-%}\n {%- set res, table = adapter.execute(compiled_code, auto_begin=auto_begin, fetch=fetch_result) -%}\n {%- elif language == 'python' -%}\n {%- set res = submit_python_job(model, compiled_code) -%}\n {#-- TODO: What should table be for python models? --#}\n {%- set table = None -%}\n {%- else -%}\n {% do exceptions.raise_compiler_error(\"statement macro didn't get supported language\") %}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_result(name, response=res, agate_table=table) }}\n {%- endif -%}\n\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.000274, "supported_languages": null}, "macro.dbt.noop_statement": {"name": "noop_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.noop_statement", "macro_sql": "{% macro noop_statement(name=None, message=None, code=None, rows_affected=None, res=None) -%}\n {%- set sql = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime SQL for node \"{}\"'.format(model['unique_id'])) }}\n {{ write(sql) }}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_raw_result(name, message=message, code=code, rows_affected=rows_affected, agate_table=res) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.001869, "supported_languages": null}, "macro.dbt.run_query": {"name": "run_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.run_query", "macro_sql": "{% macro run_query(sql) %}\n {% call statement(\"run_query_statement\", fetch_result=true, auto_begin=false) %}\n {{ sql }}\n {% endcall %}\n\n {% do return(load_result(\"run_query_statement\").table) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.002669, "supported_languages": null}, "macro.dbt.convert_datetime": {"name": "convert_datetime", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.convert_datetime", "macro_sql": "{% macro convert_datetime(date_str, date_fmt) %}\n\n {% set error_msg -%}\n The provided partition date '{{ date_str }}' does not match the expected format '{{ date_fmt }}'\n {%- endset %}\n\n {% set res = try_or_compiler_error(error_msg, modules.datetime.datetime.strptime, date_str.strip(), date_fmt) %}\n {{ return(res) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0062551, "supported_languages": null}, "macro.dbt.dates_in_range": {"name": "dates_in_range", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.dates_in_range", "macro_sql": "{% macro dates_in_range(start_date_str, end_date_str=none, in_fmt=\"%Y%m%d\", out_fmt=\"%Y%m%d\") %}\n {% set end_date_str = start_date_str if end_date_str is none else end_date_str %}\n\n {% set start_date = convert_datetime(start_date_str, in_fmt) %}\n {% set end_date = convert_datetime(end_date_str, in_fmt) %}\n\n {% set day_count = (end_date - start_date).days %}\n {% if day_count < 0 %}\n {% set msg -%}\n Partiton start date is after the end date ({{ start_date }}, {{ end_date }})\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg, model) }}\n {% endif %}\n\n {% set date_list = [] %}\n {% for i in range(0, day_count + 1) %}\n {% set the_date = (modules.datetime.timedelta(days=i) + start_date) %}\n {% if not out_fmt %}\n {% set _ = date_list.append(the_date) %}\n {% else %}\n {% set _ = date_list.append(the_date.strftime(out_fmt)) %}\n {% endif %}\n {% endfor %}\n\n {{ return(date_list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.convert_datetime"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0097542, "supported_languages": null}, "macro.dbt.partition_range": {"name": "partition_range", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.partition_range", "macro_sql": "{% macro partition_range(raw_partition_date, date_fmt='%Y%m%d') %}\n {% set partition_range = (raw_partition_date | string).split(\",\") %}\n\n {% if (partition_range | length) == 1 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = none %}\n {% elif (partition_range | length) == 2 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = partition_range[1] %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"Invalid partition time. Expected format: {Start Date}[,{End Date}]. Got: \" ~ raw_partition_date) }}\n {% endif %}\n\n {{ return(dates_in_range(start_date, end_date, in_fmt=date_fmt)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dates_in_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.011908, "supported_languages": null}, "macro.dbt.py_current_timestring": {"name": "py_current_timestring", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.py_current_timestring", "macro_sql": "{% macro py_current_timestring() %}\n {% set dt = modules.datetime.datetime.now() %}\n {% do return(dt.strftime(\"%Y%m%d%H%M%S%f\")) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0127912, "supported_languages": null}, "macro.dbt.except": {"name": "except", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt.except", "macro_sql": "{% macro except() %}\n {{ return(adapter.dispatch('except', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.013512, "supported_languages": null}, "macro.dbt.default__except": {"name": "default__except", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt.default__except", "macro_sql": "{% macro default__except() %}\n\n except\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.013817, "supported_languages": null}, "macro.dbt.replace": {"name": "replace", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "unique_id": "macro.dbt.replace", "macro_sql": "{% macro replace(field, old_chars, new_chars) -%}\n {{ return(adapter.dispatch('replace', 'dbt') (field, old_chars, new_chars)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__replace"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.014705, "supported_languages": null}, "macro.dbt.default__replace": {"name": "default__replace", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "unique_id": "macro.dbt.default__replace", "macro_sql": "{% macro default__replace(field, old_chars, new_chars) %}\n\n replace(\n {{ field }},\n {{ old_chars }},\n {{ new_chars }}\n )\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0151622, "supported_languages": null}, "macro.dbt.concat": {"name": "concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "unique_id": "macro.dbt.concat", "macro_sql": "{% macro concat(fields) -%}\n {{ return(adapter.dispatch('concat', 'dbt')(fields)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.015798, "supported_languages": null}, "macro.dbt.default__concat": {"name": "default__concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "unique_id": "macro.dbt.default__concat", "macro_sql": "{% macro default__concat(fields) -%}\n {{ fields|join(' || ') }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.016143, "supported_languages": null}, "macro.dbt.length": {"name": "length", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt.length", "macro_sql": "{% macro length(expression) -%}\n {{ return(adapter.dispatch('length', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__length"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.016788, "supported_languages": null}, "macro.dbt.default__length": {"name": "default__length", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt.default__length", "macro_sql": "{% macro default__length(expression) %}\n\n length(\n {{ expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.017087, "supported_languages": null}, "macro.dbt.dateadd": {"name": "dateadd", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt.dateadd", "macro_sql": "{% macro dateadd(datepart, interval, from_date_or_timestamp) %}\n {{ return(adapter.dispatch('dateadd', 'dbt')(datepart, interval, from_date_or_timestamp)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.017938, "supported_languages": null}, "macro.dbt.default__dateadd": {"name": "default__dateadd", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt.default__dateadd", "macro_sql": "{% macro default__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.018386, "supported_languages": null}, "macro.dbt.intersect": {"name": "intersect", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt.intersect", "macro_sql": "{% macro intersect() %}\n {{ return(adapter.dispatch('intersect', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__intersect"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.018968, "supported_languages": null}, "macro.dbt.default__intersect": {"name": "default__intersect", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt.default__intersect", "macro_sql": "{% macro default__intersect() %}\n\n intersect\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.019187, "supported_languages": null}, "macro.dbt.escape_single_quotes": {"name": "escape_single_quotes", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt.escape_single_quotes", "macro_sql": "{% macro escape_single_quotes(expression) %}\n {{ return(adapter.dispatch('escape_single_quotes', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.019856, "supported_languages": null}, "macro.dbt.default__escape_single_quotes": {"name": "default__escape_single_quotes", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt.default__escape_single_quotes", "macro_sql": "{% macro default__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\",\"''\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.020246, "supported_languages": null}, "macro.dbt.right": {"name": "right", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt.right", "macro_sql": "{% macro right(string_text, length_expression) -%}\n {{ return(adapter.dispatch('right', 'dbt') (string_text, length_expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__right"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.020988, "supported_languages": null}, "macro.dbt.default__right": {"name": "default__right", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt.default__right", "macro_sql": "{% macro default__right(string_text, length_expression) %}\n\n right(\n {{ string_text }},\n {{ length_expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0213702, "supported_languages": null}, "macro.dbt.listagg": {"name": "listagg", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt.listagg", "macro_sql": "{% macro listagg(measure, delimiter_text=\"','\", order_by_clause=none, limit_num=none) -%}\n {{ return(adapter.dispatch('listagg', 'dbt') (measure, delimiter_text, order_by_clause, limit_num)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.022738, "supported_languages": null}, "macro.dbt.default__listagg": {"name": "default__listagg", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt.default__listagg", "macro_sql": "{% macro default__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n array_slice(\n array_agg(\n {{ measure }}\n ){% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,0\n ,{{ limit_num }}\n ),\n {{ delimiter_text }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.023811, "supported_languages": null}, "macro.dbt.datediff": {"name": "datediff", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt.datediff", "macro_sql": "{% macro datediff(first_date, second_date, datepart) %}\n {{ return(adapter.dispatch('datediff', 'dbt')(first_date, second_date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0246358, "supported_languages": null}, "macro.dbt.default__datediff": {"name": "default__datediff", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt.default__datediff", "macro_sql": "{% macro default__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.025089, "supported_languages": null}, "macro.dbt.safe_cast": {"name": "safe_cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt.safe_cast", "macro_sql": "{% macro safe_cast(field, type) %}\n {{ return(adapter.dispatch('safe_cast', 'dbt') (field, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0258188, "supported_languages": null}, "macro.dbt.default__safe_cast": {"name": "default__safe_cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt.default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.026459, "supported_languages": null}, "macro.dbt.hash": {"name": "hash", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt.hash", "macro_sql": "{% macro hash(field) -%}\n {{ return(adapter.dispatch('hash', 'dbt') (field)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.027423, "supported_languages": null}, "macro.dbt.default__hash": {"name": "default__hash", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt.default__hash", "macro_sql": "{% macro default__hash(field) -%}\n md5(cast({{ field }} as {{ api.Column.translate_type('string') }}))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.028042, "supported_languages": null}, "macro.dbt.cast_bool_to_text": {"name": "cast_bool_to_text", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt.cast_bool_to_text", "macro_sql": "{% macro cast_bool_to_text(field) %}\n {{ adapter.dispatch('cast_bool_to_text', 'dbt') (field) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0287209, "supported_languages": null}, "macro.dbt.default__cast_bool_to_text": {"name": "default__cast_bool_to_text", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt.default__cast_bool_to_text", "macro_sql": "{% macro default__cast_bool_to_text(field) %}\n cast({{ field }} as {{ api.Column.translate_type('string') }})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.029172, "supported_languages": null}, "macro.dbt.any_value": {"name": "any_value", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt.any_value", "macro_sql": "{% macro any_value(expression) -%}\n {{ return(adapter.dispatch('any_value', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__any_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0298119, "supported_languages": null}, "macro.dbt.default__any_value": {"name": "default__any_value", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt.default__any_value", "macro_sql": "{% macro default__any_value(expression) -%}\n\n any_value({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.030103, "supported_languages": null}, "macro.dbt.position": {"name": "position", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt.position", "macro_sql": "{% macro position(substring_text, string_text) -%}\n {{ return(adapter.dispatch('position', 'dbt') (substring_text, string_text)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__position"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.030824, "supported_languages": null}, "macro.dbt.default__position": {"name": "default__position", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt.default__position", "macro_sql": "{% macro default__position(substring_text, string_text) %}\n\n position(\n {{ substring_text }} in {{ string_text }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.031203, "supported_languages": null}, "macro.dbt.string_literal": {"name": "string_literal", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "unique_id": "macro.dbt.string_literal", "macro_sql": "{%- macro string_literal(value) -%}\n {{ return(adapter.dispatch('string_literal', 'dbt') (value)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.031826, "supported_languages": null}, "macro.dbt.default__string_literal": {"name": "default__string_literal", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "unique_id": "macro.dbt.default__string_literal", "macro_sql": "{% macro default__string_literal(value) -%}\n '{{ value }}'\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.032116, "supported_languages": null}, "macro.dbt.type_string": {"name": "type_string", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_string", "macro_sql": "\n\n{%- macro type_string() -%}\n {{ return(adapter.dispatch('type_string', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0340328, "supported_languages": null}, "macro.dbt.default__type_string": {"name": "default__type_string", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_string", "macro_sql": "{% macro default__type_string() %}\n {{ return(api.Column.translate_type(\"string\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.034456, "supported_languages": null}, "macro.dbt.type_timestamp": {"name": "type_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_timestamp", "macro_sql": "\n\n{%- macro type_timestamp() -%}\n {{ return(adapter.dispatch('type_timestamp', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.034894, "supported_languages": null}, "macro.dbt.default__type_timestamp": {"name": "default__type_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_timestamp", "macro_sql": "{% macro default__type_timestamp() %}\n {{ return(api.Column.translate_type(\"timestamp\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.035309, "supported_languages": null}, "macro.dbt.type_float": {"name": "type_float", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_float", "macro_sql": "\n\n{%- macro type_float() -%}\n {{ return(adapter.dispatch('type_float', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.035746, "supported_languages": null}, "macro.dbt.default__type_float": {"name": "default__type_float", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_float", "macro_sql": "{% macro default__type_float() %}\n {{ return(api.Column.translate_type(\"float\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.036176, "supported_languages": null}, "macro.dbt.type_numeric": {"name": "type_numeric", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_numeric", "macro_sql": "\n\n{%- macro type_numeric() -%}\n {{ return(adapter.dispatch('type_numeric', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0366158, "supported_languages": null}, "macro.dbt.default__type_numeric": {"name": "default__type_numeric", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_numeric", "macro_sql": "{% macro default__type_numeric() %}\n {{ return(api.Column.numeric_type(\"numeric\", 28, 6)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0370948, "supported_languages": null}, "macro.dbt.type_bigint": {"name": "type_bigint", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_bigint", "macro_sql": "\n\n{%- macro type_bigint() -%}\n {{ return(adapter.dispatch('type_bigint', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.037528, "supported_languages": null}, "macro.dbt.default__type_bigint": {"name": "default__type_bigint", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_bigint", "macro_sql": "{% macro default__type_bigint() %}\n {{ return(api.Column.translate_type(\"bigint\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.037947, "supported_languages": null}, "macro.dbt.type_int": {"name": "type_int", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_int", "macro_sql": "\n\n{%- macro type_int() -%}\n {{ return(adapter.dispatch('type_int', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0385349, "supported_languages": null}, "macro.dbt.default__type_int": {"name": "default__type_int", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_int", "macro_sql": "{%- macro default__type_int() -%}\n {{ return(api.Column.translate_type(\"integer\")) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0389361, "supported_languages": null}, "macro.dbt.type_boolean": {"name": "type_boolean", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_boolean", "macro_sql": "\n\n{%- macro type_boolean() -%}\n {{ return(adapter.dispatch('type_boolean', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.039371, "supported_languages": null}, "macro.dbt.default__type_boolean": {"name": "default__type_boolean", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_boolean", "macro_sql": "{%- macro default__type_boolean() -%}\n {{ return(api.Column.translate_type(\"boolean\")) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.039767, "supported_languages": null}, "macro.dbt.array_concat": {"name": "array_concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt.array_concat", "macro_sql": "{% macro array_concat(array_1, array_2) -%}\n {{ return(adapter.dispatch('array_concat', 'dbt')(array_1, array_2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.040475, "supported_languages": null}, "macro.dbt.default__array_concat": {"name": "default__array_concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt.default__array_concat", "macro_sql": "{% macro default__array_concat(array_1, array_2) -%}\n array_cat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.04084, "supported_languages": null}, "macro.dbt.bool_or": {"name": "bool_or", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt.bool_or", "macro_sql": "{% macro bool_or(expression) -%}\n {{ return(adapter.dispatch('bool_or', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.041483, "supported_languages": null}, "macro.dbt.default__bool_or": {"name": "default__bool_or", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt.default__bool_or", "macro_sql": "{% macro default__bool_or(expression) -%}\n\n bool_or({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.041775, "supported_languages": null}, "macro.dbt.last_day": {"name": "last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.last_day", "macro_sql": "{% macro last_day(date, datepart) %}\n {{ return(adapter.dispatch('last_day', 'dbt') (date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.042633, "supported_languages": null}, "macro.dbt.default_last_day": {"name": "default_last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.default_last_day", "macro_sql": "\n\n{%- macro default_last_day(date, datepart) -%}\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd(datepart, '1', dbt.date_trunc(datepart, date))\n )}}\n as date)\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.043746, "supported_languages": null}, "macro.dbt.default__last_day": {"name": "default__last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.default__last_day", "macro_sql": "{% macro default__last_day(date, datepart) -%}\n {{dbt.default_last_day(date, datepart)}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.044238, "supported_languages": null}, "macro.dbt.split_part": {"name": "split_part", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt.split_part", "macro_sql": "{% macro split_part(string_text, delimiter_text, part_number) %}\n {{ return(adapter.dispatch('split_part', 'dbt') (string_text, delimiter_text, part_number)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.045436, "supported_languages": null}, "macro.dbt.default__split_part": {"name": "default__split_part", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt.default__split_part", "macro_sql": "{% macro default__split_part(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n {{ part_number }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.045892, "supported_languages": null}, "macro.dbt._split_part_negative": {"name": "_split_part_negative", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt._split_part_negative", "macro_sql": "{% macro _split_part_negative(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n length({{ string_text }})\n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 2 + {{ part_number }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0465221, "supported_languages": null}, "macro.dbt.date_trunc": {"name": "date_trunc", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt.date_trunc", "macro_sql": "{% macro date_trunc(datepart, date) -%}\n {{ return(adapter.dispatch('date_trunc', 'dbt') (datepart, date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.047245, "supported_languages": null}, "macro.dbt.default__date_trunc": {"name": "default__date_trunc", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt.default__date_trunc", "macro_sql": "{% macro default__date_trunc(datepart, date) -%}\n date_trunc('{{datepart}}', {{date}})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.047607, "supported_languages": null}, "macro.dbt.array_construct": {"name": "array_construct", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt.array_construct", "macro_sql": "{% macro array_construct(inputs=[], data_type=api.Column.translate_type('integer')) -%}\n {{ return(adapter.dispatch('array_construct', 'dbt')(inputs, data_type)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.048534, "supported_languages": null}, "macro.dbt.default__array_construct": {"name": "default__array_construct", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt.default__array_construct", "macro_sql": "{% macro default__array_construct(inputs, data_type) -%}\n {% if inputs|length > 0 %}\n array[ {{ inputs|join(' , ') }} ]\n {% else %}\n array[]::{{data_type}}[]\n {% endif %}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.049196, "supported_languages": null}, "macro.dbt.array_append": {"name": "array_append", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt.array_append", "macro_sql": "{% macro array_append(array, new_element) -%}\n {{ return(adapter.dispatch('array_append', 'dbt')(array, new_element)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0499089, "supported_languages": null}, "macro.dbt.default__array_append": {"name": "default__array_append", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt.default__array_append", "macro_sql": "{% macro default__array_append(array, new_element) -%}\n array_append({{ array }}, {{ new_element }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.050273, "supported_languages": null}, "macro.dbt.create_schema": {"name": "create_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.create_schema", "macro_sql": "{% macro create_schema(relation) -%}\n {{ adapter.dispatch('create_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.051129, "supported_languages": null}, "macro.dbt.default__create_schema": {"name": "default__create_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.default__create_schema", "macro_sql": "{% macro default__create_schema(relation) -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier() }}\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.051645, "supported_languages": null}, "macro.dbt.drop_schema": {"name": "drop_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.drop_schema", "macro_sql": "{% macro drop_schema(relation) -%}\n {{ adapter.dispatch('drop_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.052096, "supported_languages": null}, "macro.dbt.default__drop_schema": {"name": "default__drop_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.default__drop_schema", "macro_sql": "{% macro default__drop_schema(relation) -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier() }} cascade\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.05284, "supported_languages": null}, "macro.dbt.current_timestamp": {"name": "current_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp", "macro_sql": "{%- macro current_timestamp() -%}\n {{ adapter.dispatch('current_timestamp', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.053986, "supported_languages": null}, "macro.dbt.default__current_timestamp": {"name": "default__current_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp", "macro_sql": "{% macro default__current_timestamp() -%}\n {{ exceptions.raise_not_implemented(\n 'current_timestamp macro not implemented for adapter ' + adapter.type()) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.054392, "supported_languages": null}, "macro.dbt.snapshot_get_time": {"name": "snapshot_get_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.snapshot_get_time", "macro_sql": "\n\n{%- macro snapshot_get_time() -%}\n {{ adapter.dispatch('snapshot_get_time', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0547771, "supported_languages": null}, "macro.dbt.default__snapshot_get_time": {"name": "default__snapshot_get_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__snapshot_get_time", "macro_sql": "{% macro default__snapshot_get_time() %}\n {{ current_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0550668, "supported_languages": null}, "macro.dbt.current_timestamp_backcompat": {"name": "current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_backcompat", "macro_sql": "{% macro current_timestamp_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.055514, "supported_languages": null}, "macro.dbt.default__current_timestamp_backcompat": {"name": "default__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp_backcompat", "macro_sql": "{% macro default__current_timestamp_backcompat() %}\n current_timestamp::timestamp\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0557299, "supported_languages": null}, "macro.dbt.current_timestamp_in_utc_backcompat": {"name": "current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_in_utc_backcompat", "macro_sql": "{% macro current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_in_utc_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.056174, "supported_languages": null}, "macro.dbt.default__current_timestamp_in_utc_backcompat": {"name": "default__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro default__current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp_backcompat", "macro.dbt_bigquery.bigquery__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.056621, "supported_languages": null}, "macro.dbt.get_create_index_sql": {"name": "get_create_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_create_index_sql", "macro_sql": "{% macro get_create_index_sql(relation, index_dict) -%}\n {{ return(adapter.dispatch('get_create_index_sql', 'dbt')(relation, index_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.058313, "supported_languages": null}, "macro.dbt.default__get_create_index_sql": {"name": "default__get_create_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__get_create_index_sql", "macro_sql": "{% macro default__get_create_index_sql(relation, index_dict) -%}\n {% do return(None) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.058686, "supported_languages": null}, "macro.dbt.create_indexes": {"name": "create_indexes", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.create_indexes", "macro_sql": "{% macro create_indexes(relation) -%}\n {{ adapter.dispatch('create_indexes', 'dbt')(relation) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0591161, "supported_languages": null}, "macro.dbt.default__create_indexes": {"name": "default__create_indexes", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__create_indexes", "macro_sql": "{% macro default__create_indexes(relation) -%}\n {%- set _indexes = config.get('indexes', default=[]) -%}\n\n {% for _index_dict in _indexes %}\n {% set create_index_sql = get_create_index_sql(relation, _index_dict) %}\n {% if create_index_sql %}\n {% do run_query(create_index_sql) %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_create_index_sql", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0604548, "supported_languages": null}, "macro.dbt.get_drop_index_sql": {"name": "get_drop_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_drop_index_sql", "macro_sql": "{% macro get_drop_index_sql(relation, index_name) -%}\n {{ adapter.dispatch('get_drop_index_sql', 'dbt')(relation, index_name) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_drop_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0610611, "supported_languages": null}, "macro.dbt.default__get_drop_index_sql": {"name": "default__get_drop_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__get_drop_index_sql", "macro_sql": "{% macro default__get_drop_index_sql(relation, index_name) -%}\n {{ exceptions.raise_compiler_error(\"`get_drop_index_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0614421, "supported_languages": null}, "macro.dbt.get_show_indexes_sql": {"name": "get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_show_indexes_sql", "macro_sql": "{% macro get_show_indexes_sql(relation) -%}\n {{ adapter.dispatch('get_show_indexes_sql', 'dbt')(relation) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_show_indexes_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.06187, "supported_languages": null}, "macro.dbt.default__get_show_indexes_sql": {"name": "default__get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__get_show_indexes_sql", "macro_sql": "{% macro default__get_show_indexes_sql(relation) -%}\n {{ exceptions.raise_compiler_error(\"`get_show_indexes_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.062217, "supported_languages": null}, "macro.dbt.make_intermediate_relation": {"name": "make_intermediate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_intermediate_relation", "macro_sql": "{% macro make_intermediate_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_intermediate_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_intermediate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.067101, "supported_languages": null}, "macro.dbt.default__make_intermediate_relation": {"name": "default__make_intermediate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_intermediate_relation", "macro_sql": "{% macro default__make_intermediate_relation(base_relation, suffix) %}\n {{ return(default__make_temp_relation(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.067559, "supported_languages": null}, "macro.dbt.make_temp_relation": {"name": "make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_temp_relation", "macro_sql": "{% macro make_temp_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0681431, "supported_languages": null}, "macro.dbt.default__make_temp_relation": {"name": "default__make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_temp_relation", "macro_sql": "{% macro default__make_temp_relation(base_relation, suffix) %}\n {%- set temp_identifier = base_relation.identifier ~ suffix -%}\n {%- set temp_relation = base_relation.incorporate(\n path={\"identifier\": temp_identifier}) -%}\n\n {{ return(temp_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.069078, "supported_languages": null}, "macro.dbt.make_backup_relation": {"name": "make_backup_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_backup_relation", "macro_sql": "{% macro make_backup_relation(base_relation, backup_relation_type, suffix='__dbt_backup') %}\n {{ return(adapter.dispatch('make_backup_relation', 'dbt')(base_relation, backup_relation_type, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_backup_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.069728, "supported_languages": null}, "macro.dbt.default__make_backup_relation": {"name": "default__make_backup_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_backup_relation", "macro_sql": "{% macro default__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {%- set backup_identifier = base_relation.identifier ~ suffix -%}\n {%- set backup_relation = base_relation.incorporate(\n path={\"identifier\": backup_identifier},\n type=backup_relation_type\n ) -%}\n {{ return(backup_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.070559, "supported_languages": null}, "macro.dbt.truncate_relation": {"name": "truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.truncate_relation", "macro_sql": "{% macro truncate_relation(relation) -%}\n {{ return(adapter.dispatch('truncate_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__truncate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.071041, "supported_languages": null}, "macro.dbt.default__truncate_relation": {"name": "default__truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__truncate_relation", "macro_sql": "{% macro default__truncate_relation(relation) -%}\n {% call statement('truncate_relation') -%}\n truncate table {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.07148, "supported_languages": null}, "macro.dbt.rename_relation": {"name": "rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.rename_relation", "macro_sql": "{% macro rename_relation(from_relation, to_relation) -%}\n {{ return(adapter.dispatch('rename_relation', 'dbt')(from_relation, to_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.072014, "supported_languages": null}, "macro.dbt.default__rename_relation": {"name": "default__rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__rename_relation", "macro_sql": "{% macro default__rename_relation(from_relation, to_relation) -%}\n {% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ target_name }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.07276, "supported_languages": null}, "macro.dbt.get_or_create_relation": {"name": "get_or_create_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.get_or_create_relation", "macro_sql": "{% macro get_or_create_relation(database, schema, identifier, type) -%}\n {{ return(adapter.dispatch('get_or_create_relation', 'dbt')(database, schema, identifier, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_or_create_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.073403, "supported_languages": null}, "macro.dbt.default__get_or_create_relation": {"name": "default__get_or_create_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__get_or_create_relation", "macro_sql": "{% macro default__get_or_create_relation(database, schema, identifier, type) %}\n {%- set target_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n\n {% if target_relation %}\n {% do return([true, target_relation]) %}\n {% endif %}\n\n {%- set new_relation = api.Relation.create(\n database=database,\n schema=schema,\n identifier=identifier,\n type=type\n ) -%}\n {% do return([false, new_relation]) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.074804, "supported_languages": null}, "macro.dbt.load_cached_relation": {"name": "load_cached_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.load_cached_relation", "macro_sql": "{% macro load_cached_relation(relation) %}\n {% do return(adapter.get_relation(\n database=relation.database,\n schema=relation.schema,\n identifier=relation.identifier\n )) -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.075404, "supported_languages": null}, "macro.dbt.load_relation": {"name": "load_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.load_relation", "macro_sql": "{% macro load_relation(relation) %}\n {{ return(load_cached_relation(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.075795, "supported_languages": null}, "macro.dbt.drop_relation_if_exists": {"name": "drop_relation_if_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.drop_relation_if_exists", "macro_sql": "{% macro drop_relation_if_exists(relation) %}\n {% if relation is not none %}\n {{ adapter.drop_relation(relation) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.076494, "supported_languages": null}, "macro.dbt.collect_freshness": {"name": "collect_freshness", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness', 'dbt')(source, loaded_at_field, filter))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.077728, "supported_languages": null}, "macro.dbt.default__collect_freshness": {"name": "default__collect_freshness", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n select\n max({{ loaded_at_field }}) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endcall %}\n {{ return(load_result('collect_freshness')) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.078811, "supported_languages": null}, "macro.dbt.validate_sql": {"name": "validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.validate_sql", "macro_sql": "{% macro validate_sql(sql) -%}\n {{ return(adapter.dispatch('validate_sql', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__validate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0795488, "supported_languages": null}, "macro.dbt.default__validate_sql": {"name": "default__validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.default__validate_sql", "macro_sql": "{% macro default__validate_sql(sql) -%}\n {% call statement('validate_sql') -%}\n explain {{ sql }}\n {% endcall %}\n {{ return(load_result('validate_sql')) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.080158, "supported_languages": null}, "macro.dbt.copy_grants": {"name": "copy_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.copy_grants", "macro_sql": "{% macro copy_grants() %}\n {{ return(adapter.dispatch('copy_grants', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0838, "supported_languages": null}, "macro.dbt.default__copy_grants": {"name": "default__copy_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__copy_grants", "macro_sql": "{% macro default__copy_grants() %}\n {{ return(True) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.084215, "supported_languages": null}, "macro.dbt.support_multiple_grantees_per_dcl_statement": {"name": "support_multiple_grantees_per_dcl_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.support_multiple_grantees_per_dcl_statement", "macro_sql": "{% macro support_multiple_grantees_per_dcl_statement() %}\n {{ return(adapter.dispatch('support_multiple_grantees_per_dcl_statement', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.084689, "supported_languages": null}, "macro.dbt.default__support_multiple_grantees_per_dcl_statement": {"name": "default__support_multiple_grantees_per_dcl_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__support_multiple_grantees_per_dcl_statement", "macro_sql": "\n\n{%- macro default__support_multiple_grantees_per_dcl_statement() -%}\n {{ return(True) }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.085043, "supported_languages": null}, "macro.dbt.should_revoke": {"name": "should_revoke", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.should_revoke", "macro_sql": "{% macro should_revoke(existing_relation, full_refresh_mode=True) %}\n\n {% if not existing_relation %}\n {#-- The table doesn't already exist, so no grants to copy over --#}\n {{ return(False) }}\n {% elif full_refresh_mode %}\n {#-- The object is being REPLACED -- whether grants are copied over depends on the value of user config --#}\n {{ return(copy_grants()) }}\n {% else %}\n {#-- The table is being merged/upserted/inserted -- grants will be carried over --#}\n {{ return(True) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.086092, "supported_languages": null}, "macro.dbt.get_show_grant_sql": {"name": "get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_show_grant_sql", "macro_sql": "{% macro get_show_grant_sql(relation) %}\n {{ return(adapter.dispatch(\"get_show_grant_sql\", \"dbt\")(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.086611, "supported_languages": null}, "macro.dbt.default__get_show_grant_sql": {"name": "default__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_show_grant_sql", "macro_sql": "{% macro default__get_show_grant_sql(relation) %}\n show grants on {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.086902, "supported_languages": null}, "macro.dbt.get_grant_sql": {"name": "get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_grant_sql", "macro_sql": "{% macro get_grant_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_grant_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.087688, "supported_languages": null}, "macro.dbt.default__get_grant_sql": {"name": "default__get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_grant_sql", "macro_sql": "\n\n{%- macro default__get_grant_sql(relation, privilege, grantees) -%}\n grant {{ privilege }} on {{ relation }} to {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.088191, "supported_languages": null}, "macro.dbt.get_revoke_sql": {"name": "get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_revoke_sql", "macro_sql": "{% macro get_revoke_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_revoke_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_revoke_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0887868, "supported_languages": null}, "macro.dbt.default__get_revoke_sql": {"name": "default__get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_revoke_sql", "macro_sql": "\n\n{%- macro default__get_revoke_sql(relation, privilege, grantees) -%}\n revoke {{ privilege }} on {{ relation }} from {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.089288, "supported_languages": null}, "macro.dbt.get_dcl_statement_list": {"name": "get_dcl_statement_list", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_dcl_statement_list", "macro_sql": "{% macro get_dcl_statement_list(relation, grant_config, get_dcl_macro) %}\n {{ return(adapter.dispatch('get_dcl_statement_list', 'dbt')(relation, grant_config, get_dcl_macro)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_dcl_statement_list"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.089911, "supported_languages": null}, "macro.dbt.default__get_dcl_statement_list": {"name": "default__get_dcl_statement_list", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_dcl_statement_list", "macro_sql": "\n\n{%- macro default__get_dcl_statement_list(relation, grant_config, get_dcl_macro) -%}\n {#\n -- Unpack grant_config into specific privileges and the set of users who need them granted/revoked.\n -- Depending on whether this database supports multiple grantees per statement, pass in the list of\n -- all grantees per privilege, or (if not) template one statement per privilege-grantee pair.\n -- `get_dcl_macro` will be either `get_grant_sql` or `get_revoke_sql`\n #}\n {%- set dcl_statements = [] -%}\n {%- for privilege, grantees in grant_config.items() %}\n {%- if support_multiple_grantees_per_dcl_statement() and grantees -%}\n {%- set dcl = get_dcl_macro(relation, privilege, grantees) -%}\n {%- do dcl_statements.append(dcl) -%}\n {%- else -%}\n {%- for grantee in grantees -%}\n {% set dcl = get_dcl_macro(relation, privilege, [grantee]) %}\n {%- do dcl_statements.append(dcl) -%}\n {% endfor -%}\n {%- endif -%}\n {%- endfor -%}\n {{ return(dcl_statements) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0916731, "supported_languages": null}, "macro.dbt.call_dcl_statements": {"name": "call_dcl_statements", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.call_dcl_statements", "macro_sql": "{% macro call_dcl_statements(dcl_statement_list) %}\n {{ return(adapter.dispatch(\"call_dcl_statements\", \"dbt\")(dcl_statement_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0921931, "supported_languages": null}, "macro.dbt.default__call_dcl_statements": {"name": "default__call_dcl_statements", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__call_dcl_statements", "macro_sql": "{% macro default__call_dcl_statements(dcl_statement_list) %}\n {#\n -- By default, supply all grant + revoke statements in a single semicolon-separated block,\n -- so that they're all processed together.\n\n -- Some databases do not support this. Those adapters will need to override this macro\n -- to run each statement individually.\n #}\n {% call statement('grants') %}\n {% for dcl_statement in dcl_statement_list %}\n {{ dcl_statement }};\n {% endfor %}\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.093285, "supported_languages": null}, "macro.dbt.apply_grants": {"name": "apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.apply_grants", "macro_sql": "{% macro apply_grants(relation, grant_config, should_revoke) %}\n {{ return(adapter.dispatch(\"apply_grants\", \"dbt\")(relation, grant_config, should_revoke)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.094409, "supported_languages": null}, "macro.dbt.default__apply_grants": {"name": "default__apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__apply_grants", "macro_sql": "{% macro default__apply_grants(relation, grant_config, should_revoke=True) %}\n {#-- If grant_config is {} or None, this is a no-op --#}\n {% if grant_config %}\n {% if should_revoke %}\n {#-- We think previous grants may have carried over --#}\n {#-- Show current grants and calculate diffs --#}\n {% set current_grants_table = run_query(get_show_grant_sql(relation)) %}\n {% set current_grants_dict = adapter.standardize_grants_dict(current_grants_table) %}\n {% set needs_granting = diff_of_two_dicts(grant_config, current_grants_dict) %}\n {% set needs_revoking = diff_of_two_dicts(current_grants_dict, grant_config) %}\n {% if not (needs_granting or needs_revoking) %}\n {{ log('On ' ~ relation ~': All grants are in place, no revocation or granting needed.')}}\n {% endif %}\n {% else %}\n {#-- We don't think there's any chance of previous grants having carried over. --#}\n {#-- Jump straight to granting what the user has configured. --#}\n {% set needs_revoking = {} %}\n {% set needs_granting = grant_config %}\n {% endif %}\n {% if needs_granting or needs_revoking %}\n {% set revoke_statement_list = get_dcl_statement_list(relation, needs_revoking, get_revoke_sql) %}\n {% set grant_statement_list = get_dcl_statement_list(relation, needs_granting, get_grant_sql) %}\n {% set dcl_statement_list = revoke_statement_list + grant_statement_list %}\n {% if dcl_statement_list %}\n {{ call_dcl_statements(dcl_statement_list) }}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_grant_sql", "macro.dbt.get_dcl_statement_list", "macro.dbt.call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.0975401, "supported_languages": null}, "macro.dbt.alter_column_comment": {"name": "alter_column_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_column_comment", "macro_sql": "{% macro alter_column_comment(relation, column_dict) -%}\n {{ return(adapter.dispatch('alter_column_comment', 'dbt')(relation, column_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.09997, "supported_languages": null}, "macro.dbt.default__alter_column_comment": {"name": "default__alter_column_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__alter_column_comment", "macro_sql": "{% macro default__alter_column_comment(relation, column_dict) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_column_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1004958, "supported_languages": null}, "macro.dbt.alter_relation_comment": {"name": "alter_relation_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_relation_comment", "macro_sql": "{% macro alter_relation_comment(relation, relation_comment) -%}\n {{ return(adapter.dispatch('alter_relation_comment', 'dbt')(relation, relation_comment)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1011488, "supported_languages": null}, "macro.dbt.default__alter_relation_comment": {"name": "default__alter_relation_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__alter_relation_comment", "macro_sql": "{% macro default__alter_relation_comment(relation, relation_comment) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_relation_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.101676, "supported_languages": null}, "macro.dbt.persist_docs": {"name": "persist_docs", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.persist_docs", "macro_sql": "{% macro persist_docs(relation, model, for_relation=true, for_columns=true) -%}\n {{ return(adapter.dispatch('persist_docs', 'dbt')(relation, model, for_relation, for_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1025898, "supported_languages": null}, "macro.dbt.default__persist_docs": {"name": "default__persist_docs", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__persist_docs", "macro_sql": "{% macro default__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_relation and config.persist_relation_docs() and model.description %}\n {% do run_query(alter_relation_comment(relation, model.description)) %}\n {% endif %}\n\n {% if for_columns and config.persist_column_docs() and model.columns %}\n {% do run_query(alter_column_comment(relation, model.columns)) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.103908, "supported_languages": null}, "macro.dbt.get_catalog": {"name": "get_catalog", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog", "macro_sql": "{% macro get_catalog(information_schema, schemas) -%}\n {{ return(adapter.dispatch('get_catalog', 'dbt')(information_schema, schemas)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.106789, "supported_languages": null}, "macro.dbt.default__get_catalog": {"name": "default__get_catalog", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_catalog", "macro_sql": "{% macro default__get_catalog(information_schema, schemas) -%}\n\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog not implemented for {{ typename }}\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.107512, "supported_languages": null}, "macro.dbt.information_schema_name": {"name": "information_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.information_schema_name", "macro_sql": "{% macro information_schema_name(database) %}\n {{ return(adapter.dispatch('information_schema_name', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1080189, "supported_languages": null}, "macro.dbt.default__information_schema_name": {"name": "default__information_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__information_schema_name", "macro_sql": "{% macro default__information_schema_name(database) -%}\n {%- if database -%}\n {{ database }}.INFORMATION_SCHEMA\n {%- else -%}\n INFORMATION_SCHEMA\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.108466, "supported_languages": null}, "macro.dbt.list_schemas": {"name": "list_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_schemas", "macro_sql": "{% macro list_schemas(database) -%}\n {{ return(adapter.dispatch('list_schemas', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.108953, "supported_languages": null}, "macro.dbt.default__list_schemas": {"name": "default__list_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__list_schemas", "macro_sql": "{% macro default__list_schemas(database) -%}\n {% set sql %}\n select distinct schema_name\n from {{ information_schema_name(database) }}.SCHEMATA\n where catalog_name ilike '{{ database }}'\n {% endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.information_schema_name", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.109735, "supported_languages": null}, "macro.dbt.check_schema_exists": {"name": "check_schema_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.check_schema_exists", "macro_sql": "{% macro check_schema_exists(information_schema, schema) -%}\n {{ return(adapter.dispatch('check_schema_exists', 'dbt')(information_schema, schema)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.11067, "supported_languages": null}, "macro.dbt.default__check_schema_exists": {"name": "default__check_schema_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__check_schema_exists", "macro_sql": "{% macro default__check_schema_exists(information_schema, schema) -%}\n {% set sql -%}\n select count(*)\n from {{ information_schema.replace(information_schema_view='SCHEMATA') }}\n where catalog_name='{{ information_schema.database }}'\n and schema_name='{{ schema }}'\n {%- endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.112096, "supported_languages": null}, "macro.dbt.list_relations_without_caching": {"name": "list_relations_without_caching", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_relations_without_caching", "macro_sql": "{% macro list_relations_without_caching(schema_relation) %}\n {{ return(adapter.dispatch('list_relations_without_caching', 'dbt')(schema_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1126468, "supported_languages": null}, "macro.dbt.default__list_relations_without_caching": {"name": "default__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__list_relations_without_caching", "macro_sql": "{% macro default__list_relations_without_caching(schema_relation) %}\n {{ exceptions.raise_not_implemented(\n 'list_relations_without_caching macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1130939, "supported_languages": null}, "macro.dbt.drop_relation": {"name": "drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.drop_relation", "macro_sql": "{% macro drop_relation(relation) -%}\n {{ return(adapter.dispatch('drop_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1160262, "supported_languages": null}, "macro.dbt.default__drop_relation": {"name": "default__drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n {%- if relation.is_table -%}\n {{- drop_table(relation) -}}\n {%- elif relation.is_view -%}\n {{- drop_view(relation) -}}\n {%- elif relation.is_materialized_view -%}\n {{- drop_materialized_view(relation) -}}\n {%- else -%}\n drop {{ relation.type }} if exists {{ relation }} cascade\n {%- endif -%}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.drop_table", "macro.dbt.drop_view", "macro.dbt.drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.117454, "supported_languages": null}, "macro.dbt.drop_table": {"name": "drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.drop_table", "macro_sql": "{% macro drop_table(relation) -%}\n {{ return(adapter.dispatch('drop_table', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.118325, "supported_languages": null}, "macro.dbt.default__drop_table": {"name": "default__drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.default__drop_table", "macro_sql": "{% macro default__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.118648, "supported_languages": null}, "macro.dbt.drop_view": {"name": "drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.drop_view", "macro_sql": "{% macro drop_view(relation) -%}\n {{ return(adapter.dispatch('drop_view', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1191301, "supported_languages": null}, "macro.dbt.default__drop_view": {"name": "default__drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.default__drop_view", "macro_sql": "{% macro default__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.119424, "supported_languages": null}, "macro.dbt.drop_materialized_view": {"name": "drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.drop_materialized_view", "macro_sql": "{% macro drop_materialized_view(relation) -%}\n {{ return(adapter.dispatch('drop_materialized_view', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.11993, "supported_languages": null}, "macro.dbt.default__drop_materialized_view": {"name": "default__drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/drop_relation.sql", "original_file_path": "macros/adapters/drop_relation.sql", "unique_id": "macro.dbt.default__drop_materialized_view", "macro_sql": "{% macro default__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.120238, "supported_languages": null}, "macro.dbt.get_columns_in_relation": {"name": "get_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_columns_in_relation", "macro_sql": "{% macro get_columns_in_relation(relation) -%}\n {{ return(adapter.dispatch('get_columns_in_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1248682, "supported_languages": null}, "macro.dbt.default__get_columns_in_relation": {"name": "default__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_columns_in_relation", "macro_sql": "{% macro default__get_columns_in_relation(relation) -%}\n {{ exceptions.raise_not_implemented(\n 'get_columns_in_relation macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.125334, "supported_languages": null}, "macro.dbt.sql_convert_columns_in_relation": {"name": "sql_convert_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.sql_convert_columns_in_relation", "macro_sql": "{% macro sql_convert_columns_in_relation(table) -%}\n {% set columns = [] %}\n {% for row in table %}\n {% do columns.append(api.Column(*row)) %}\n {% endfor %}\n {{ return(columns) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.126415, "supported_languages": null}, "macro.dbt.get_empty_subquery_sql": {"name": "get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_subquery_sql", "macro_sql": "{% macro get_empty_subquery_sql(select_sql, select_sql_header=none) -%}\n {{ return(adapter.dispatch('get_empty_subquery_sql', 'dbt')(select_sql, select_sql_header)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.127894, "supported_languages": null}, "macro.dbt.default__get_empty_subquery_sql": {"name": "default__get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_subquery_sql", "macro_sql": "{% macro default__get_empty_subquery_sql(select_sql, select_sql_header=none) %}\n {%- if select_sql_header is not none -%}\n {{ select_sql_header }}\n {%- endif -%}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.128578, "supported_languages": null}, "macro.dbt.get_empty_schema_sql": {"name": "get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_schema_sql", "macro_sql": "{% macro get_empty_schema_sql(columns) -%}\n {{ return(adapter.dispatch('get_empty_schema_sql', 'dbt')(columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__get_empty_schema_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.129108, "supported_languages": null}, "macro.dbt.default__get_empty_schema_sql": {"name": "default__get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_schema_sql", "macro_sql": "{% macro default__get_empty_schema_sql(columns) %}\n {%- set col_err = [] -%}\n select\n {% for i in columns %}\n {%- set col = columns[i] -%}\n {%- if col['data_type'] is not defined -%}\n {{ col_err.append(col['name']) }}\n {%- endif -%}\n {% set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] %}\n cast(null as {{ col['data_type'] }}) as {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n {%- if (col_err | length) > 0 -%}\n {{ exceptions.column_type_missing(column_names=col_err) }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.131357, "supported_languages": null}, "macro.dbt.get_column_schema_from_query": {"name": "get_column_schema_from_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_column_schema_from_query", "macro_sql": "{% macro get_column_schema_from_query(select_sql, select_sql_header=none) -%}\n {% set columns = [] %}\n {# -- Using an 'empty subquery' here to get the same schema as the given select_sql statement, without necessitating a data scan.#}\n {% set sql = get_empty_subquery_sql(select_sql, select_sql_header) %}\n {% set column_schema = adapter.get_column_schema_from_query(sql) %}\n {{ return(column_schema) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.13241, "supported_languages": null}, "macro.dbt.get_columns_in_query": {"name": "get_columns_in_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_columns_in_query", "macro_sql": "{% macro get_columns_in_query(select_sql) -%}\n {{ return(adapter.dispatch('get_columns_in_query', 'dbt')(select_sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1330152, "supported_languages": null}, "macro.dbt.default__get_columns_in_query": {"name": "default__get_columns_in_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_columns_in_query", "macro_sql": "{% macro default__get_columns_in_query(select_sql) %}\n {% call statement('get_columns_in_query', fetch_result=True, auto_begin=False) -%}\n {{ get_empty_subquery_sql(select_sql) }}\n {% endcall %}\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1339562, "supported_languages": null}, "macro.dbt.alter_column_type": {"name": "alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.alter_column_type", "macro_sql": "{% macro alter_column_type(relation, column_name, new_column_type) -%}\n {{ return(adapter.dispatch('alter_column_type', 'dbt')(relation, column_name, new_column_type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.135019, "supported_languages": null}, "macro.dbt.default__alter_column_type": {"name": "default__alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_column_type", "macro_sql": "{% macro default__alter_column_type(relation, column_name, new_column_type) -%}\n {#\n 1. Create a new column (w/ temp name and correct type)\n 2. Copy data over to it\n 3. Drop the existing column (cascade!)\n 4. Rename the new column to existing column\n #}\n {%- set tmp_column = column_name + \"__dbt_alter\" -%}\n\n {% call statement('alter_column_type') %}\n alter table {{ relation }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation }} rename column {{ adapter.quote(tmp_column) }} to {{ adapter.quote(column_name) }}\n {% endcall %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1367161, "supported_languages": null}, "macro.dbt.alter_relation_add_remove_columns": {"name": "alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.alter_relation_add_remove_columns", "macro_sql": "{% macro alter_relation_add_remove_columns(relation, add_columns = none, remove_columns = none) -%}\n {{ return(adapter.dispatch('alter_relation_add_remove_columns', 'dbt')(relation, add_columns, remove_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__alter_relation_add_remove_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.137419, "supported_languages": null}, "macro.dbt.default__alter_relation_add_remove_columns": {"name": "default__alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_relation_add_remove_columns", "macro_sql": "{% macro default__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns is none %}\n {% set add_columns = [] %}\n {% endif %}\n {% if remove_columns is none %}\n {% set remove_columns = [] %}\n {% endif %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}{{ ',' if add_columns and remove_columns }}\n\n {% for column in remove_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.140024, "supported_languages": null}, "macro.dbt.resolve_model_name": {"name": "resolve_model_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.resolve_model_name", "macro_sql": "{% macro resolve_model_name(input_model_name) %}\n {{ return(adapter.dispatch('resolve_model_name', 'dbt')(input_model_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.143575, "supported_languages": null}, "macro.dbt.default__resolve_model_name": {"name": "default__resolve_model_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.default__resolve_model_name", "macro_sql": "\n\n{%- macro default__resolve_model_name(input_model_name) -%}\n {{ input_model_name | string | replace('\"', '\\\"') }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.144127, "supported_languages": null}, "macro.dbt.build_ref_function": {"name": "build_ref_function", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_ref_function", "macro_sql": "{% macro build_ref_function(model) %}\n\n {%- set ref_dict = {} -%}\n {%- for _ref in model.refs -%}\n {% set _ref_args = [_ref.get('package'), _ref['name']] if _ref.get('package') else [_ref['name'],] %}\n {%- set resolved = ref(*_ref_args, v=_ref.get('version')) -%}\n {%- if _ref.get('version') -%}\n {% do _ref_args.extend([\"v\" ~ _ref['version']]) %}\n {%- endif -%}\n {%- do ref_dict.update({_ref_args | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef ref(*args, **kwargs):\n refs = {{ ref_dict | tojson }}\n key = '.'.join(args)\n version = kwargs.get(\"v\") or kwargs.get(\"version\")\n if version:\n key += f\".v{version}\"\n dbt_load_df_function = kwargs.get(\"dbt_load_df_function\")\n return dbt_load_df_function(refs[key])\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1469078, "supported_languages": null}, "macro.dbt.build_source_function": {"name": "build_source_function", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_source_function", "macro_sql": "{% macro build_source_function(model) %}\n\n {%- set source_dict = {} -%}\n {%- for _source in model.sources -%}\n {%- set resolved = source(*_source) -%}\n {%- do source_dict.update({_source | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef source(*args, dbt_load_df_function):\n sources = {{ source_dict | tojson }}\n key = '.'.join(args)\n return dbt_load_df_function(sources[key])\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.148013, "supported_languages": null}, "macro.dbt.build_config_dict": {"name": "build_config_dict", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_config_dict", "macro_sql": "{% macro build_config_dict(model) %}\n {%- set config_dict = {} -%}\n {% set config_dbt_used = zip(model.config.config_keys_used, model.config.config_keys_defaults) | list %}\n {%- for key, default in config_dbt_used -%}\n {# weird type testing with enum, would be much easier to write this logic in Python! #}\n {%- if key == \"language\" -%}\n {%- set value = \"python\" -%}\n {%- endif -%}\n {%- set value = model.config.get(key, default) -%}\n {%- do config_dict.update({key: value}) -%}\n {%- endfor -%}\nconfig_dict = {{ config_dict }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.149685, "supported_languages": null}, "macro.dbt.py_script_postfix": {"name": "py_script_postfix", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.py_script_postfix", "macro_sql": "{% macro py_script_postfix(model) %}\n# This part is user provided model code\n# you will need to copy the next section to run the code\n# COMMAND ----------\n# this part is dbt logic for get ref work, do not modify\n\n{{ build_ref_function(model ) }}\n{{ build_source_function(model ) }}\n{{ build_config_dict(model) }}\n\nclass config:\n def __init__(self, *args, **kwargs):\n pass\n\n @staticmethod\n def get(key, default=None):\n return config_dict.get(key, default)\n\nclass this:\n \"\"\"dbt.this() or dbt.this.identifier\"\"\"\n database = \"{{ this.database }}\"\n schema = \"{{ this.schema }}\"\n identifier = \"{{ this.identifier }}\"\n {% set this_relation_name = resolve_model_name(this) %}\n def __repr__(self):\n return '{{ this_relation_name }}'\n\n\nclass dbtObj:\n def __init__(self, load_df_function) -> None:\n self.source = lambda *args: source(*args, dbt_load_df_function=load_df_function)\n self.ref = lambda *args, **kwargs: ref(*args, **kwargs, dbt_load_df_function=load_df_function)\n self.config = config\n self.this = this()\n self.is_incremental = {{ is_incremental() }}\n\n# COMMAND ----------\n{{py_script_comment()}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.build_ref_function", "macro.dbt.build_source_function", "macro.dbt.build_config_dict", "macro.dbt.resolve_model_name", "macro.dbt.is_incremental", "macro.dbt.py_script_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.151042, "supported_languages": null}, "macro.dbt.py_script_comment": {"name": "py_script_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.py_script_comment", "macro_sql": "{%macro py_script_comment()%}\n{%endmacro%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.151417, "supported_languages": null}, "macro.dbt.test_unique": {"name": "test_unique", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_unique", "macro_sql": "{% test unique(model, column_name) %}\n {% set macro = adapter.dispatch('test_unique', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__test_unique"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1527529, "supported_languages": null}, "macro.dbt.test_not_null": {"name": "test_not_null", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_not_null", "macro_sql": "{% test not_null(model, column_name) %}\n {% set macro = adapter.dispatch('test_not_null', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.153465, "supported_languages": null}, "macro.dbt.test_accepted_values": {"name": "test_accepted_values", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_accepted_values", "macro_sql": "{% test accepted_values(model, column_name, values, quote=True) %}\n {% set macro = adapter.dispatch('test_accepted_values', 'dbt') %}\n {{ macro(model, column_name, values, quote) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.154567, "supported_languages": null}, "macro.dbt.test_relationships": {"name": "test_relationships", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_relationships", "macro_sql": "{% test relationships(model, column_name, to, field) %}\n {% set macro = adapter.dispatch('test_relationships', 'dbt') %}\n {{ macro(model, column_name, to, field) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_relationships"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.155873, "supported_languages": null}, "macro.shopify_source.get_order_note_attribute_columns": {"name": "get_order_note_attribute_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_note_attribute_columns.sql", "original_file_path": "macros/get_order_note_attribute_columns.sql", "unique_id": "macro.shopify_source.get_order_note_attribute_columns", "macro_sql": "{% macro get_order_note_attribute_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.15769, "supported_languages": null}, "macro.shopify_source.get_order_discount_code_columns": {"name": "get_order_discount_code_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_discount_code_columns.sql", "original_file_path": "macros/get_order_discount_code_columns.sql", "unique_id": "macro.shopify_source.get_order_discount_code_columns", "macro_sql": "{% macro get_order_discount_code_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.160326, "supported_languages": null}, "macro.shopify_source.get_abandoned_checkout_discount_code_columns": {"name": "get_abandoned_checkout_discount_code_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_abandoned_checkout_discount_code_columns.sql", "original_file_path": "macros/get_abandoned_checkout_discount_code_columns.sql", "unique_id": "macro.shopify_source.get_abandoned_checkout_discount_code_columns", "macro_sql": "{% macro get_abandoned_checkout_discount_code_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"checkout_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"discount_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.163886, "supported_languages": null}, "macro.shopify_source.get_product_tag_columns": {"name": "get_product_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_tag_columns.sql", "original_file_path": "macros/get_product_tag_columns.sql", "unique_id": "macro.shopify_source.get_product_tag_columns", "macro_sql": "{% macro get_product_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.165596, "supported_languages": null}, "macro.shopify_source.get_fulfillment_event_columns": {"name": "get_fulfillment_event_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_fulfillment_event_columns.sql", "original_file_path": "macros/get_fulfillment_event_columns.sql", "unique_id": "macro.shopify_source.get_fulfillment_event_columns", "macro_sql": "{% macro get_fulfillment_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"city\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"estimated_delivery_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"fulfillment_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"happened_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"message\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"shop_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.171259, "supported_languages": null}, "macro.shopify_source.get_abandoned_checkout_columns": {"name": "get_abandoned_checkout_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_abandoned_checkout_columns.sql", "original_file_path": "macros/get_abandoned_checkout_columns.sql", "unique_id": "macro.shopify_source.get_abandoned_checkout_columns", "macro_sql": "{% macro get_abandoned_checkout_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"abandoned_checkout_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"buyer_accepts_marketing\", \"datatype\": \"boolean\"},\n {\"name\": \"cart_token\", \"datatype\": dbt.type_string()},\n {\"name\": \"closed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"device_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"gateway\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"landing_site_base_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"presentment_currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"referring_site\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxes_included\", \"datatype\": \"boolean\"},\n {\"name\": \"token\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_discounts\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_duties\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_line_items_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_weight\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.188989, "supported_languages": null}, "macro.shopify_source.get_inventory_item_columns": {"name": "get_inventory_item_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_inventory_item_columns.sql", "original_file_path": "macros/get_inventory_item_columns.sql", "unique_id": "macro.shopify_source.get_inventory_item_columns", "macro_sql": "{% macro get_inventory_item_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cost\", \"datatype\": dbt.type_float()},\n {\"name\": \"country_code_of_origin\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"province_code_of_origin\", \"datatype\": dbt.type_string()},\n {\"name\": \"requires_shipping\", \"datatype\": \"boolean\"},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracked\", \"datatype\": \"boolean\"},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.192374, "supported_languages": null}, "macro.shopify_source.get_order_line_refund_columns": {"name": "get_order_line_refund_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_line_refund_columns.sql", "original_file_path": "macros/get_order_line_refund_columns.sql", "unique_id": "macro.shopify_source.get_order_line_refund_columns", "macro_sql": "{% macro get_order_line_refund_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_line_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"subtotal\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"subtotal_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"total_tax_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_float()},\n {\"name\": \"refund_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"restock_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('order_line_refund_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.19587, "supported_languages": null}, "macro.shopify_source.get_fulfillment_columns": {"name": "get_fulfillment_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_fulfillment_columns.sql", "original_file_path": "macros/get_fulfillment_columns.sql", "unique_id": "macro.shopify_source.get_fulfillment_columns", "macro_sql": "{% macro get_fulfillment_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"service\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipment_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_numbers\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_urls\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.1999319, "supported_languages": null}, "macro.shopify_source.get_product_variant_columns": {"name": "get_product_variant_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_variant_columns.sql", "original_file_path": "macros/get_product_variant_columns.sql", "unique_id": "macro.shopify_source.get_product_variant_columns", "macro_sql": "{% macro get_product_variant_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"inventory_item_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"image_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"position\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"inventory_policy\", \"datatype\": dbt.type_string()},\n {\"name\": \"compare_at_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"fulfillment_service\", \"datatype\": dbt.type_string()},\n {\"name\": \"inventory_management\", \"datatype\": dbt.type_string()},\n {\"name\": \"taxable\", \"datatype\": \"boolean\"},\n {\"name\": \"barcode\", \"datatype\": dbt.type_string()},\n {\"name\": \"grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"old_inventory_quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"inventory_quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"weight\", \"datatype\": dbt.type_float()},\n {\"name\": \"weight_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"option_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"option_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"option_3\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_code\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('product_variant_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.2070441, "supported_languages": null}, "macro.shopify_source.get_refund_columns": {"name": "get_refund_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_refund_columns.sql", "original_file_path": "macros/get_refund_columns.sql", "unique_id": "macro.shopify_source.get_refund_columns", "macro_sql": "{% macro get_refund_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"restock\", \"datatype\": \"boolean\"},\n {\"name\": \"total_duties_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_numeric()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.20969, "supported_languages": null}, "macro.shopify_source.get_tax_line_columns": {"name": "get_tax_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_tax_line_columns.sql", "original_file_path": "macros/get_tax_line_columns.sql", "unique_id": "macro.shopify_source.get_tax_line_columns", "macro_sql": "{% macro get_tax_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_line_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"rate\", \"datatype\": dbt.type_float()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_float", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.212248, "supported_languages": null}, "macro.shopify_source.get_shop_columns": {"name": "get_shop_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_shop_columns.sql", "original_file_path": "macros/get_shop_columns.sql", "unique_id": "macro.shopify_source.get_shop_columns", "macro_sql": "{% macro get_shop_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"checkout_api_supported\", \"datatype\": \"boolean\"},\n {\"name\": \"city\", \"datatype\": dbt.type_string()},\n {\"name\": \"cookie_consent_level\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"county_taxes\", \"datatype\": \"boolean\"},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_email\", \"datatype\": dbt.type_string()},\n {\"name\": \"domain\", \"datatype\": dbt.type_string()},\n {\"name\": \"eligible_for_card_reader_giveaway\", \"datatype\": \"boolean\"},\n {\"name\": \"eligible_for_payments\", \"datatype\": \"boolean\"},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"enabled_presentment_currencies\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_apps_domain\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_apps_login_enabled\", \"datatype\": \"boolean\"},\n {\"name\": \"has_discounts\", \"datatype\": \"boolean\"},\n {\"name\": \"has_gift_cards\", \"datatype\": \"boolean\"},\n {\"name\": \"has_storefront\", \"datatype\": \"boolean\"},\n {\"name\": \"iana_timezone\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"money_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"money_in_emails_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"money_with_currency_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"money_with_currency_in_emails_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"myshopify_domain\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"password_enabled\", \"datatype\": \"boolean\"},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"plan_display_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"plan_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"pre_launch_enabled\", \"datatype\": \"boolean\"},\n {\"name\": \"primary_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"requires_extra_payments_agreement\", \"datatype\": \"boolean\"},\n {\"name\": \"setup_required\", \"datatype\": \"boolean\"},\n {\"name\": \"shop_owner\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_shipping\", \"datatype\": \"boolean\"},\n {\"name\": \"taxes_included\", \"datatype\": \"boolean\"},\n {\"name\": \"timezone\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"weight_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.225451, "supported_languages": null}, "macro.shopify_source.get_order_line_columns": {"name": "get_order_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_line_columns.sql", "original_file_path": "macros/get_order_line_columns.sql", "unique_id": "macro.shopify_source.get_order_line_columns", "macro_sql": "{% macro get_order_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"fulfillable_quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"fulfillment_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"gift_card\", \"datatype\": \"boolean\"},\n {\"name\": \"grams\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"index\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"pre_tax_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"pre_tax_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"requires_shipping\", \"datatype\": \"boolean\"},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"taxable\", \"datatype\": \"boolean\"},\n {\"name\": \"tax_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_discount\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_discount_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_inventory_management\", \"datatype\": dbt.type_string()},\n {\"name\": \"vendor\", \"datatype\": dbt.type_string()},\n {\"name\": \"properties\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('order_line_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.233331, "supported_languages": null}, "macro.shopify_source.get_product_columns": {"name": "get_product_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_columns.sql", "original_file_path": "macros/get_product_columns.sql", "unique_id": "macro.shopify_source.get_product_columns", "macro_sql": "{% macro get_product_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"handle\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"product_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"published_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"published_scope\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"vendor\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('product_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_numeric", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.236974, "supported_languages": null}, "macro.shopify_source.get_metafield_columns": {"name": "get_metafield_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_metafield_columns.sql", "original_file_path": "macros/get_metafield_columns.sql", "unique_id": "macro.shopify_source.get_metafield_columns", "macro_sql": "{% macro get_metafield_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"namespace\", \"datatype\": dbt.type_string()},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"owner_resource\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"value_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.24034, "supported_languages": null}, "macro.shopify_source.get_order_columns": {"name": "get_order_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_columns.sql", "original_file_path": "macros/get_order_columns.sql", "unique_id": "macro.shopify_source.get_order_columns", "macro_sql": "{% macro get_order_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"total_discounts\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_discounts_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_line_items_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_line_items_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_tax_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_float()},\n {\"name\": \"source_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxes_included\", \"datatype\": \"boolean\"},\n {\"name\": \"total_weight\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"total_tip_received\", \"datatype\": dbt.type_float()},\n {\"name\": \"landing_site_base_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"number\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_number\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"cancel_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"cancelled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cart_token\", \"datatype\": dbt.type_string()},\n {\"name\": \"checkout_token\", \"datatype\": dbt.type_string()},\n {\"name\": \"closed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"financial_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"fulfillment_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"referring_site\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"browser_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"buyer_accepts_marketing\", \"datatype\": \"boolean\"},\n {\"name\": \"total_shipping_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"test\", \"datatype\": \"boolean\"},\n {\"name\": \"token\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"app_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"checkout_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"client_details_user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_status_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"presentment_currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"confirmed\", \"datatype\": \"boolean\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('order_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.2627258, "supported_languages": null}, "macro.shopify_source.get_order_url_tag_columns": {"name": "get_order_url_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_url_tag_columns.sql", "original_file_path": "macros/get_order_url_tag_columns.sql", "unique_id": "macro.shopify_source.get_order_url_tag_columns", "macro_sql": "{% macro get_order_url_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.264357, "supported_languages": null}, "macro.shopify_source.get_location_columns": {"name": "get_location_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_location_columns.sql", "original_file_path": "macros/get_location_columns.sql", "unique_id": "macro.shopify_source.get_location_columns", "macro_sql": "{% macro get_location_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"city\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"legacy\", \"datatype\": \"boolean\"},\n {\"name\": \"localized_country_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"localized_province_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.269742, "supported_languages": null}, "macro.shopify_source.get_price_rule_columns": {"name": "get_price_rule_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_price_rule_columns.sql", "original_file_path": "macros/get_price_rule_columns.sql", "unique_id": "macro.shopify_source.get_price_rule_columns", "macro_sql": "{% macro get_price_rule_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"allocation_limit\", \"datatype\": dbt.type_int()},\n {\"name\": \"allocation_method\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"customer_selection\", \"datatype\": dbt.type_string()},\n {\"name\": \"ends_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"once_per_customer\", \"datatype\": \"boolean\"},\n {\"name\": \"prerequisite_quantity_range\", \"datatype\": dbt.type_float()},\n {\"name\": \"prerequisite_shipping_price_range\", \"datatype\": dbt.type_float()},\n {\"name\": \"prerequisite_subtotal_range\", \"datatype\": dbt.type_float()},\n {\"name\": \"prerequisite_to_entitlement_purchase_prerequisite_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"quantity_ratio_entitled_quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"quantity_ratio_prerequisite_quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"starts_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"target_selection\", \"datatype\": dbt.type_string()},\n {\"name\": \"target_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"usage_limit\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_float()},\n {\"name\": \"value_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.2762098, "supported_languages": null}, "macro.shopify_source.get_inventory_level_columns": {"name": "get_inventory_level_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_inventory_level_columns.sql", "original_file_path": "macros/get_inventory_level_columns.sql", "unique_id": "macro.shopify_source.get_inventory_level_columns", "macro_sql": "{% macro get_inventory_level_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"available\", \"datatype\": dbt.type_int()},\n {\"name\": \"inventory_item_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.278086, "supported_languages": null}, "macro.shopify_source.get_order_tag_columns": {"name": "get_order_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_tag_columns.sql", "original_file_path": "macros/get_order_tag_columns.sql", "unique_id": "macro.shopify_source.get_order_tag_columns", "macro_sql": "{% macro get_order_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.2796092, "supported_languages": null}, "macro.shopify_source.get_order_shipping_tax_line_columns": {"name": "get_order_shipping_tax_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_shipping_tax_line_columns.sql", "original_file_path": "macros/get_order_shipping_tax_line_columns.sql", "unique_id": "macro.shopify_source.get_order_shipping_tax_line_columns", "macro_sql": "{% macro get_order_shipping_tax_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_shipping_line_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"rate\", \"datatype\": dbt.type_float()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_float", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.281824, "supported_languages": null}, "macro.shopify_source.get_transaction_columns": {"name": "get_transaction_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_transaction_columns.sql", "original_file_path": "macros/get_transaction_columns.sql", "unique_id": "macro.shopify_source.get_transaction_columns", "macro_sql": "{% macro get_transaction_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"refund_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"amount\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"device_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"gateway\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"message\", \"datatype\": dbt.type_string()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"payment_avs_result_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_credit_card_bin\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_cvv_result_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_credit_card_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_credit_card_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"kind\", \"datatype\": dbt.type_string()},\n {\"name\": \"receipt\", \"datatype\": dbt.type_string()},\n {\"name\": \"currency_exchange_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_adjustment\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_original_amount\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_final_amount\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"error_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"test\", \"datatype\": \"boolean\"},\n {\"name\": \"user_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"authorization_expires_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{% if target.type in ('redshift','postgres') %}\n {{ columns.append({\"name\": \"authorization\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"authorization_code\"}) }}\n{% else %}\n {{ columns.append({\"name\": \"authorization\", \"datatype\": dbt.type_string(), \"alias\": \"authorization_code\"}) }}\n{% endif %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.291657, "supported_languages": null}, "macro.shopify_source.get_customer_columns": {"name": "get_customer_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_customer_columns.sql", "original_file_path": "macros/get_customer_columns.sql", "unique_id": "macro.shopify_source.get_customer_columns", "macro_sql": "{% macro get_customer_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"accepts_marketing\", \"datatype\": \"boolean\"},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_address_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"orders_count\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_exempt\", \"datatype\": \"boolean\"},\n {\"name\": \"total_spent\", \"datatype\": dbt.type_float()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"verified_email\", \"datatype\": \"boolean\"},\n {\"name\": \"email_marketing_consent_consent_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email_marketing_consent_opt_in_level\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_marketing_consent_state\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"accepts_marketing_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"marketing_opt_in_level\", \"datatype\": dbt.type_string()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('customer_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.298059, "supported_languages": null}, "macro.shopify_source.get_collection_product_columns": {"name": "get_collection_product_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_collection_product_columns.sql", "original_file_path": "macros/get_collection_product_columns.sql", "unique_id": "macro.shopify_source.get_collection_product_columns", "macro_sql": "{% macro get_collection_product_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"collection_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.299554, "supported_languages": null}, "macro.shopify_source.get_collection_columns": {"name": "get_collection_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_collection_columns.sql", "original_file_path": "macros/get_collection_columns.sql", "unique_id": "macro.shopify_source.get_collection_columns", "macro_sql": "{% macro get_collection_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"disjunctive\", \"datatype\": \"boolean\"},\n {\"name\": \"handle\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"published_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"published_scope\", \"datatype\": dbt.type_string()},\n {\"name\": \"rules\", \"datatype\": dbt.type_string()},\n {\"name\": \"sort_order\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.302826, "supported_languages": null}, "macro.shopify_source.get_order_adjustment_columns": {"name": "get_order_adjustment_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_adjustment_columns.sql", "original_file_path": "macros/get_order_adjustment_columns.sql", "unique_id": "macro.shopify_source.get_order_adjustment_columns", "macro_sql": "{% macro get_order_adjustment_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"refund_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"amount_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"tax_amount_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"kind\", \"datatype\": dbt.type_string()},\n {\"name\": \"reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.305922, "supported_languages": null}, "macro.shopify_source.get_customer_tag_columns": {"name": "get_customer_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_customer_tag_columns.sql", "original_file_path": "macros/get_customer_tag_columns.sql", "unique_id": "macro.shopify_source.get_customer_tag_columns", "macro_sql": "{% macro get_customer_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.307437, "supported_languages": null}, "macro.shopify_source.get_product_image_columns": {"name": "get_product_image_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_image_columns.sql", "original_file_path": "macros/get_product_image_columns.sql", "unique_id": "macro.shopify_source.get_product_image_columns", "macro_sql": "{% macro get_product_image_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"height\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"position\", \"datatype\": dbt.type_int()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"src\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"variant_ids\", \"datatype\": dbt.type_string()},\n {\"name\": \"width\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.310693, "supported_languages": null}, "macro.shopify_source.get_discount_code_columns": {"name": "get_discount_code_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_discount_code_columns.sql", "original_file_path": "macros/get_discount_code_columns.sql", "unique_id": "macro.shopify_source.get_discount_code_columns", "macro_sql": "{% macro get_discount_code_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"price_rule_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"usage_count\", \"datatype\": dbt.type_float()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.312905, "supported_languages": null}, "macro.shopify_source.get_order_shipping_line_columns": {"name": "get_order_shipping_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_shipping_line_columns.sql", "original_file_path": "macros/get_order_shipping_line_columns.sql", "unique_id": "macro.shopify_source.get_order_shipping_line_columns", "macro_sql": "{% macro get_order_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"carrier_identifier\", \"datatype\": dbt.type_string()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_category\", \"datatype\": dbt.type_string()},\n {\"name\": \"discounted_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"discounted_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"requested_fulfillment_service_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3171232, "supported_languages": null}, "macro.shopify_source.get_tender_transaction_columns": {"name": "get_tender_transaction_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_tender_transaction_columns.sql", "original_file_path": "macros/get_tender_transaction_columns.sql", "unique_id": "macro.shopify_source.get_tender_transaction_columns", "macro_sql": "{% macro get_tender_transaction_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"payment_method\", \"datatype\": dbt.type_string()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"remote_reference\", \"datatype\": dbt.type_string()},\n {\"name\": \"test\", \"datatype\": \"boolean\"},\n {\"name\": \"user_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3200781, "supported_languages": null}, "macro.shopify_source.get_abandoned_checkout_shipping_line_columns": {"name": "get_abandoned_checkout_shipping_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_abandoned_checkout_shipping_line_columns.sql", "original_file_path": "macros/get_abandoned_checkout_shipping_line_columns.sql", "unique_id": "macro.shopify_source.get_abandoned_checkout_shipping_line_columns", "macro_sql": "{% macro get_abandoned_checkout_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"carrier_identifier\", \"datatype\": dbt.type_string()},\n {\"name\": \"checkout_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_category\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_expectation_range\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_expectation_range_max\", \"datatype\": dbt.type_int()},\n {\"name\": \"delivery_expectation_range_min\", \"datatype\": dbt.type_int()},\n {\"name\": \"delivery_expectation_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"discounted_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"requested_fulfillment_service_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3246322, "supported_languages": null}, "macro.dbt_utils.get_url_host": {"name": "get_url_host", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "unique_id": "macro.dbt_utils.get_url_host", "macro_sql": "{% macro get_url_host(field) -%}\n {{ return(adapter.dispatch('get_url_host', 'dbt_utils')(field)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_host"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3254862, "supported_languages": null}, "macro.dbt_utils.default__get_url_host": {"name": "default__get_url_host", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "unique_id": "macro.dbt_utils.default__get_url_host", "macro_sql": "{% macro default__get_url_host(field) -%}\n\n{%- set parsed =\n dbt.split_part(\n dbt.split_part(\n dbt.replace(\n dbt.replace(\n dbt.replace(field, \"'android-app://'\", \"''\"\n ), \"'http://'\", \"''\"\n ), \"'https://'\", \"''\"\n ), \"'/'\", 1\n ), \"'?'\", 1\n )\n\n-%}\n\n\n {{ dbt.safe_cast(\n parsed,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.split_part", "macro.dbt.replace", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.326825, "supported_languages": null}, "macro.dbt_utils.get_url_path": {"name": "get_url_path", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "unique_id": "macro.dbt_utils.get_url_path", "macro_sql": "{% macro get_url_path(field) -%}\n {{ return(adapter.dispatch('get_url_path', 'dbt_utils')(field)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_path"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.328057, "supported_languages": null}, "macro.dbt_utils.default__get_url_path": {"name": "default__get_url_path", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "unique_id": "macro.dbt_utils.default__get_url_path", "macro_sql": "{% macro default__get_url_path(field) -%}\n\n {%- set stripped_url =\n dbt.replace(\n dbt.replace(field, \"'http://'\", \"''\"), \"'https://'\", \"''\")\n -%}\n\n {%- set first_slash_pos -%}\n coalesce(\n nullif({{ dbt.position(\"'/'\", stripped_url) }}, 0),\n {{ dbt.position(\"'?'\", stripped_url) }} - 1\n )\n {%- endset -%}\n\n {%- set parsed_path =\n dbt.split_part(\n dbt.right(\n stripped_url,\n dbt.length(stripped_url) ~ \"-\" ~ first_slash_pos\n ),\n \"'?'\", 1\n )\n -%}\n\n {{ dbt.safe_cast(\n parsed_path,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.position", "macro.dbt.split_part", "macro.dbt.right", "macro.dbt.length", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3298109, "supported_languages": null}, "macro.dbt_utils.get_url_parameter": {"name": "get_url_parameter", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "unique_id": "macro.dbt_utils.get_url_parameter", "macro_sql": "{% macro get_url_parameter(field, url_parameter) -%}\n {{ return(adapter.dispatch('get_url_parameter', 'dbt_utils')(field, url_parameter)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.330663, "supported_languages": null}, "macro.dbt_utils.default__get_url_parameter": {"name": "default__get_url_parameter", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "unique_id": "macro.dbt_utils.default__get_url_parameter", "macro_sql": "{% macro default__get_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"='\" -%}\n\n{%- set split = dbt.split_part(dbt.split_part(field, formatted_url_parameter, 2), \"'&'\", 1) -%}\n\nnullif({{ split }},'')\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.331533, "supported_languages": null}, "macro.dbt_utils.test_fewer_rows_than": {"name": "test_fewer_rows_than", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "unique_id": "macro.dbt_utils.test_fewer_rows_than", "macro_sql": "{% test fewer_rows_than(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_fewer_rows_than', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_fewer_rows_than"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.333625, "supported_languages": null}, "macro.dbt_utils.default__test_fewer_rows_than": {"name": "default__test_fewer_rows_than", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "unique_id": "macro.dbt_utils.default__test_fewer_rows_than", "macro_sql": "{% macro default__test_fewer_rows_than(model, compare_model, group_by_columns) %}\n\n{{ config(fail_calc = 'sum(coalesce(row_count_delta, 0))') }}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in equal_rowcount. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_fewer_rows_than'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_our_model \n from {{ model }}\n {{ groupby_gb_cols }}\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_comparison_model \n from {{ compare_model }}\n {{ groupby_gb_cols }}\n\n),\ncounts as (\n\n select\n\n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_our_model,\n count_comparison_model\n from a\n full join b on \n a.id_dbtutils_test_fewer_rows_than = b.id_dbtutils_test_fewer_rows_than\n {{ join_gb_cols }}\n\n),\nfinal as (\n\n select *,\n case\n -- fail the test if we have more rows than the reference model and return the row count delta\n when count_our_model > count_comparison_model then (count_our_model - count_comparison_model)\n -- fail the test if they are the same number\n when count_our_model = count_comparison_model then 1\n -- pass the test if the delta is positive (i.e. return the number 0)\n else 0\n end as row_count_delta\n from counts\n\n)\n\nselect * from final\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.336451, "supported_languages": null}, "macro.dbt_utils.test_equal_rowcount": {"name": "test_equal_rowcount", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "unique_id": "macro.dbt_utils.test_equal_rowcount", "macro_sql": "{% test equal_rowcount(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_equal_rowcount', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equal_rowcount"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3382568, "supported_languages": null}, "macro.dbt_utils.default__test_equal_rowcount": {"name": "default__test_equal_rowcount", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "unique_id": "macro.dbt_utils.default__test_equal_rowcount", "macro_sql": "{% macro default__test_equal_rowcount(model, compare_model, group_by_columns) %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = 'sum(coalesce(diff_count, 0))') }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(', ') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in fewer_rows_than. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_equal_rowcount'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_a \n from {{ model }}\n {{groupby_gb_cols}}\n\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_b \n from {{ compare_model }}\n {{groupby_gb_cols}}\n\n),\nfinal as (\n\n select\n \n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_a,\n count_b,\n abs(count_a - count_b) as diff_count\n\n from a\n full join b\n on\n a.id_dbtutils_test_equal_rowcount = b.id_dbtutils_test_equal_rowcount\n {{join_gb_cols}}\n\n\n)\n\nselect * from final\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.34108, "supported_languages": null}, "macro.dbt_utils.test_relationships_where": {"name": "test_relationships_where", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "unique_id": "macro.dbt_utils.test_relationships_where", "macro_sql": "{% test relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n {{ return(adapter.dispatch('test_relationships_where', 'dbt_utils')(model, column_name, to, field, from_condition, to_condition)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_relationships_where"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3426719, "supported_languages": null}, "macro.dbt_utils.default__test_relationships_where": {"name": "default__test_relationships_where", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "unique_id": "macro.dbt_utils.default__test_relationships_where", "macro_sql": "{% macro default__test_relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n\n{# T-SQL has no boolean data type so we use 1=1 which returns TRUE #}\n{# ref https://stackoverflow.com/a/7170753/3842610 #}\n\nwith left_table as (\n\n select\n {{column_name}} as id\n\n from {{model}}\n\n where {{column_name}} is not null\n and {{from_condition}}\n\n),\n\nright_table as (\n\n select\n {{field}} as id\n\n from {{to}}\n\n where {{field}} is not null\n and {{to_condition}}\n\n),\n\nexceptions as (\n\n select\n left_table.id,\n right_table.id as right_id\n\n from left_table\n\n left join right_table\n on left_table.id = right_table.id\n\n where right_table.id is null\n\n)\n\nselect * from exceptions\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.343627, "supported_languages": null}, "macro.dbt_utils.test_recency": {"name": "test_recency", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "unique_id": "macro.dbt_utils.test_recency", "macro_sql": "{% test recency(model, field, datepart, interval, ignore_time_component=False, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_recency', 'dbt_utils')(model, field, datepart, interval, ignore_time_component, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_recency"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.345354, "supported_languages": null}, "macro.dbt_utils.default__test_recency": {"name": "default__test_recency", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "unique_id": "macro.dbt_utils.default__test_recency", "macro_sql": "{% macro default__test_recency(model, field, datepart, interval, ignore_time_component, group_by_columns) %}\n\n{% set threshold = 'cast(' ~ dbt.dateadd(datepart, interval * -1, dbt.current_timestamp()) ~ ' as ' ~ ('date' if ignore_time_component else dbt.type_timestamp()) ~ ')' %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nwith recency as (\n\n select \n\n {{ select_gb_cols }}\n {% if ignore_time_component %}\n cast(max({{ field }}) as date) as most_recent\n {%- else %}\n max({{ field }}) as most_recent\n {%- endif %}\n\n from {{ model }}\n\n {{ groupby_gb_cols }}\n\n)\n\nselect\n\n {{ select_gb_cols }}\n most_recent,\n {{ threshold }} as threshold\n\nfrom recency\nwhere most_recent < {{ threshold }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.current_timestamp", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.347552, "supported_languages": null}, "macro.dbt_utils.test_not_constant": {"name": "test_not_constant", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "unique_id": "macro.dbt_utils.test_not_constant", "macro_sql": "{% test not_constant(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_constant', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_constant"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.348615, "supported_languages": null}, "macro.dbt_utils.default__test_not_constant": {"name": "default__test_not_constant", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "unique_id": "macro.dbt_utils.default__test_not_constant", "macro_sql": "{% macro default__test_not_constant(model, column_name, group_by_columns) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nselect\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count(distinct {{ column_name }}) as filler_column\n\nfrom {{ model }}\n\n {{groupby_gb_cols}}\n\nhaving count(distinct {{ column_name }}) = 1\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.349807, "supported_languages": null}, "macro.dbt_utils.test_accepted_range": {"name": "test_accepted_range", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "unique_id": "macro.dbt_utils.test_accepted_range", "macro_sql": "{% test accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n {{ return(adapter.dispatch('test_accepted_range', 'dbt_utils')(model, column_name, min_value, max_value, inclusive)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_accepted_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.351167, "supported_languages": null}, "macro.dbt_utils.default__test_accepted_range": {"name": "default__test_accepted_range", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "unique_id": "macro.dbt_utils.default__test_accepted_range", "macro_sql": "{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n\nwith meet_condition as(\n select *\n from {{ model }}\n),\n\nvalidation_errors as (\n select *\n from meet_condition\n where\n -- never true, defaults to an empty result set. Exists to ensure any combo of the `or` clauses below succeeds\n 1 = 2\n\n {%- if min_value is not none %}\n -- records with a value >= min_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} > {{- \"=\" if inclusive }} {{ min_value }}\n {%- endif %}\n\n {%- if max_value is not none %}\n -- records with a value <= max_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} < {{- \"=\" if inclusive }} {{ max_value }}\n {%- endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.352397, "supported_languages": null}, "macro.dbt_utils.test_not_accepted_values": {"name": "test_not_accepted_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "unique_id": "macro.dbt_utils.test_not_accepted_values", "macro_sql": "{% test not_accepted_values(model, column_name, values, quote=True) %}\n {{ return(adapter.dispatch('test_not_accepted_values', 'dbt_utils')(model, column_name, values, quote)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.353597, "supported_languages": null}, "macro.dbt_utils.default__test_not_accepted_values": {"name": "default__test_not_accepted_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "unique_id": "macro.dbt_utils.default__test_not_accepted_values", "macro_sql": "{% macro default__test_not_accepted_values(model, column_name, values, quote=True) %}\nwith all_values as (\n\n select distinct\n {{ column_name }} as value_field\n\n from {{ model }}\n\n),\n\nvalidation_errors as (\n\n select\n value_field\n\n from all_values\n where value_field in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n )\n\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.35459, "supported_languages": null}, "macro.dbt_utils.test_at_least_one": {"name": "test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.test_at_least_one", "macro_sql": "{% test at_least_one(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_at_least_one', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_at_least_one"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.355978, "supported_languages": null}, "macro.dbt_utils.default__test_at_least_one": {"name": "default__test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.default__test_at_least_one", "macro_sql": "{% macro default__test_at_least_one(model, column_name, group_by_columns) %}\n\n{% set pruned_cols = [column_name] %}\n\n{% if group_by_columns|length() > 0 %}\n\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n {% set pruned_cols = group_by_columns %}\n\n {% if column_name not in pruned_cols %}\n {% do pruned_cols.append(column_name) %}\n {% endif %}\n\n{% endif %}\n\n{% set select_pruned_cols = pruned_cols|join(' ,') %}\n\nselect *\nfrom (\n with pruned_rows as (\n select\n {{ select_pruned_cols }}\n from {{ model }}\n where {{ column_name }} is not null\n limit 1\n )\n select\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count({{ column_name }}) as filler_column\n\n from pruned_rows\n\n {{groupby_gb_cols}}\n\n having count({{ column_name }}) = 0\n\n) validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3580039, "supported_languages": null}, "macro.dbt_utils.test_unique_combination_of_columns": {"name": "test_unique_combination_of_columns", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "unique_id": "macro.dbt_utils.test_unique_combination_of_columns", "macro_sql": "{% test unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n {{ return(adapter.dispatch('test_unique_combination_of_columns', 'dbt_utils')(model, combination_of_columns, quote_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_unique_combination_of_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.359353, "supported_languages": null}, "macro.dbt_utils.default__test_unique_combination_of_columns": {"name": "default__test_unique_combination_of_columns", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "unique_id": "macro.dbt_utils.default__test_unique_combination_of_columns", "macro_sql": "{% macro default__test_unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n\n{% if not quote_columns %}\n {%- set column_list=combination_of_columns %}\n{% elif quote_columns %}\n {%- set column_list=[] %}\n {% for column in combination_of_columns -%}\n {% set column_list = column_list.append( adapter.quote(column) ) %}\n {%- endfor %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`quote_columns` argument for unique_combination_of_columns test must be one of [True, False] Got: '\" ~ quote ~\"'.'\"\n ) }}\n{% endif %}\n\n{%- set columns_csv=column_list | join(', ') %}\n\n\nwith validation_errors as (\n\n select\n {{ columns_csv }}\n from {{ model }}\n group by {{ columns_csv }}\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3610399, "supported_languages": null}, "macro.dbt_utils.test_cardinality_equality": {"name": "test_cardinality_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "unique_id": "macro.dbt_utils.test_cardinality_equality", "macro_sql": "{% test cardinality_equality(model, column_name, to, field) %}\n {{ return(adapter.dispatch('test_cardinality_equality', 'dbt_utils')(model, column_name, to, field)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_cardinality_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.362239, "supported_languages": null}, "macro.dbt_utils.default__test_cardinality_equality": {"name": "default__test_cardinality_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "unique_id": "macro.dbt_utils.default__test_cardinality_equality", "macro_sql": "{% macro default__test_cardinality_equality(model, column_name, to, field) %}\n\n{# T-SQL does not let you use numbers as aliases for columns #}\n{# Thus, no \"GROUP BY 1\" #}\n\nwith table_a as (\nselect\n {{ column_name }},\n count(*) as num_rows\nfrom {{ model }}\ngroup by {{ column_name }}\n),\n\ntable_b as (\nselect\n {{ field }},\n count(*) as num_rows\nfrom {{ to }}\ngroup by {{ field }}\n),\n\nexcept_a as (\n select *\n from table_a\n {{ dbt.except() }}\n select *\n from table_b\n),\n\nexcept_b as (\n select *\n from table_b\n {{ dbt.except() }}\n select *\n from table_a\n),\n\nunioned as (\n select *\n from except_a\n union all\n select *\n from except_b\n)\n\nselect *\nfrom unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.363128, "supported_languages": null}, "macro.dbt_utils.test_expression_is_true": {"name": "test_expression_is_true", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "unique_id": "macro.dbt_utils.test_expression_is_true", "macro_sql": "{% test expression_is_true(model, expression, column_name=None) %}\n {{ return(adapter.dispatch('test_expression_is_true', 'dbt_utils')(model, expression, column_name)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.364081, "supported_languages": null}, "macro.dbt_utils.default__test_expression_is_true": {"name": "default__test_expression_is_true", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "unique_id": "macro.dbt_utils.default__test_expression_is_true", "macro_sql": "{% macro default__test_expression_is_true(model, expression, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else \"1\" %}\n\nselect\n {{ column_list }}\nfrom {{ model }}\n{% if column_name is none %}\nwhere not({{ expression }})\n{%- else %}\nwhere not({{ column_name }} {{ expression }})\n{%- endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.365194, "supported_languages": null}, "macro.dbt_utils.test_not_null_proportion": {"name": "test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.test_not_null_proportion", "macro_sql": "{% macro test_not_null_proportion(model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_null_proportion', 'dbt_utils')(model, group_by_columns, **kwargs)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_null_proportion"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.366545, "supported_languages": null}, "macro.dbt_utils.default__test_not_null_proportion": {"name": "default__test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.default__test_not_null_proportion", "macro_sql": "{% macro default__test_not_null_proportion(model, group_by_columns) %}\n\n{% set column_name = kwargs.get('column_name', kwargs.get('arg')) %}\n{% set at_least = kwargs.get('at_least', kwargs.get('arg')) %}\n{% set at_most = kwargs.get('at_most', kwargs.get('arg', 1)) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith validation as (\n select\n {{select_gb_cols}}\n sum(case when {{ column_name }} is null then 0 else 1 end) / cast(count(*) as numeric) as not_null_proportion\n from {{ model }}\n {{groupby_gb_cols}}\n),\nvalidation_errors as (\n select\n {{select_gb_cols}}\n not_null_proportion\n from validation\n where not_null_proportion < {{ at_least }} or not_null_proportion > {{ at_most }}\n)\nselect\n *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.368653, "supported_languages": null}, "macro.dbt_utils.test_sequential_values": {"name": "test_sequential_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "unique_id": "macro.dbt_utils.test_sequential_values", "macro_sql": "{% test sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n {{ return(adapter.dispatch('test_sequential_values', 'dbt_utils')(model, column_name, interval, datepart, group_by_columns)) }}\n\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_sequential_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3705668, "supported_languages": null}, "macro.dbt_utils.default__test_sequential_values": {"name": "default__test_sequential_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "unique_id": "macro.dbt_utils.default__test_sequential_values", "macro_sql": "{% macro default__test_sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n{% set previous_column_name = \"previous_\" ~ dbt_utils.slugify(column_name) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(',') + ', ' %}\n {% set partition_gb_cols = 'partition by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith windowed as (\n\n select\n {{ select_gb_cols }}\n {{ column_name }},\n lag({{ column_name }}) over (\n {{partition_gb_cols}}\n order by {{ column_name }}\n ) as {{ previous_column_name }}\n from {{ model }}\n),\n\nvalidation_errors as (\n select\n *\n from windowed\n {% if datepart %}\n where not(cast({{ column_name }} as {{ dbt.type_timestamp() }})= cast({{ dbt.dateadd(datepart, interval, previous_column_name) }} as {{ dbt.type_timestamp() }}))\n {% else %}\n where not({{ column_name }} = {{ previous_column_name }} + {{ interval }})\n {% endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.slugify", "macro.dbt.type_timestamp", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.372982, "supported_languages": null}, "macro.dbt_utils.test_equality": {"name": "test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.test_equality", "macro_sql": "{% test equality(model, compare_model, compare_columns=None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.374542, "supported_languages": null}, "macro.dbt_utils.default__test_equality": {"name": "default__test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.default__test_equality", "macro_sql": "{% macro default__test_equality(model, compare_model, compare_columns=None) %}\n\n{% set set_diff %}\n count(*) + coalesce(abs(\n sum(case when which_diff = 'a_minus_b' then 1 else 0 end) -\n sum(case when which_diff = 'b_minus_a' then 1 else 0 end)\n ), 0)\n{% endset %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = set_diff) }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{#-\nIf the compare_cols arg is provided, we can run this test without querying the\ninformation schema\u00a0\u2014 this allows the model to be an ephemeral model\n-#}\n\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model) | map(attribute='quoted') -%}\n{%- endif -%}\n\n{% set compare_cols_csv = compare_columns | join(', ') %}\n\nwith a as (\n\n select * from {{ model }}\n\n),\n\nb as (\n\n select * from {{ compare_model }}\n\n),\n\na_minus_b as (\n\n select {{compare_cols_csv}} from a\n {{ dbt.except() }}\n select {{compare_cols_csv}} from b\n\n),\n\nb_minus_a as (\n\n select {{compare_cols_csv}} from b\n {{ dbt.except() }}\n select {{compare_cols_csv}} from a\n\n),\n\nunioned as (\n\n select 'a_minus_b' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'b_minus_a' as which_diff, b_minus_a.* from b_minus_a\n\n)\n\nselect * from unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.376868, "supported_languages": null}, "macro.dbt_utils.test_not_empty_string": {"name": "test_not_empty_string", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "unique_id": "macro.dbt_utils.test_not_empty_string", "macro_sql": "{% test not_empty_string(model, column_name, trim_whitespace=true) %}\n\n {{ return(adapter.dispatch('test_not_empty_string', 'dbt_utils')(model, column_name, trim_whitespace)) }}\n\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_empty_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3783062, "supported_languages": null}, "macro.dbt_utils.default__test_not_empty_string": {"name": "default__test_not_empty_string", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "unique_id": "macro.dbt_utils.default__test_not_empty_string", "macro_sql": "{% macro default__test_not_empty_string(model, column_name, trim_whitespace=true) %}\n\n with\n \n all_values as (\n\n select \n\n\n {% if trim_whitespace == true -%}\n\n trim({{ column_name }}) as {{ column_name }}\n\n {%- else -%}\n\n {{ column_name }}\n\n {%- endif %}\n \n from {{ model }}\n\n ),\n\n errors as (\n\n select * from all_values\n where {{ column_name }} = ''\n\n )\n\n select * from errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.379185, "supported_languages": null}, "macro.dbt_utils.test_mutually_exclusive_ranges": {"name": "test_mutually_exclusive_ranges", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "unique_id": "macro.dbt_utils.test_mutually_exclusive_ranges", "macro_sql": "{% test mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n {{ return(adapter.dispatch('test_mutually_exclusive_ranges', 'dbt_utils')(model, lower_bound_column, upper_bound_column, partition_by, gaps, zero_length_range_allowed)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_mutually_exclusive_ranges"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3852658, "supported_languages": null}, "macro.dbt_utils.default__test_mutually_exclusive_ranges": {"name": "default__test_mutually_exclusive_ranges", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "unique_id": "macro.dbt_utils.default__test_mutually_exclusive_ranges", "macro_sql": "{% macro default__test_mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n{% if gaps == 'not_allowed' %}\n {% set allow_gaps_operator='=' %}\n {% set allow_gaps_operator_in_words='equal_to' %}\n{% elif gaps == 'allowed' %}\n {% set allow_gaps_operator='<=' %}\n {% set allow_gaps_operator_in_words='less_than_or_equal_to' %}\n{% elif gaps == 'required' %}\n {% set allow_gaps_operator='<' %}\n {% set allow_gaps_operator_in_words='less_than' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`gaps` argument for mutually_exclusive_ranges test must be one of ['not_allowed', 'allowed', 'required'] Got: '\" ~ gaps ~\"'.'\"\n ) }}\n{% endif %}\n{% if not zero_length_range_allowed %}\n {% set allow_zero_length_operator='<' %}\n {% set allow_zero_length_operator_in_words='less_than' %}\n{% elif zero_length_range_allowed %}\n {% set allow_zero_length_operator='<=' %}\n {% set allow_zero_length_operator_in_words='less_than_or_equal_to' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`zero_length_range_allowed` argument for mutually_exclusive_ranges test must be one of [true, false] Got: '\" ~ zero_length_range_allowed ~\"'.'\"\n ) }}\n{% endif %}\n\n{% set partition_clause=\"partition by \" ~ partition_by if partition_by else '' %}\n\nwith window_functions as (\n\n select\n {% if partition_by %}\n {{ partition_by }} as partition_by_col,\n {% endif %}\n {{ lower_bound_column }} as lower_bound,\n {{ upper_bound_column }} as upper_bound,\n\n lead({{ lower_bound_column }}) over (\n {{ partition_clause }}\n order by {{ lower_bound_column }}, {{ upper_bound_column }}\n ) as next_lower_bound,\n\n row_number() over (\n {{ partition_clause }}\n order by {{ lower_bound_column }} desc, {{ upper_bound_column }} desc\n ) = 1 as is_last_record\n\n from {{ model }}\n\n),\n\ncalc as (\n -- We want to return records where one of our assumptions fails, so we'll use\n -- the `not` function with `and` statements so we can write our assumptions more cleanly\n select\n *,\n\n -- For each record: lower_bound should be < upper_bound.\n -- Coalesce it to return an error on the null case (implicit assumption\n -- these columns are not_null)\n coalesce(\n lower_bound {{ allow_zero_length_operator }} upper_bound,\n false\n ) as lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound,\n\n -- For each record: upper_bound {{ allow_gaps_operator }} the next lower_bound.\n -- Coalesce it to handle null cases for the last record.\n coalesce(\n upper_bound {{ allow_gaps_operator }} next_lower_bound,\n is_last_record,\n false\n ) as upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n\n from window_functions\n\n),\n\nvalidation_errors as (\n\n select\n *\n from calc\n\n where not(\n -- THE FOLLOWING SHOULD BE TRUE --\n lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound\n and upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n )\n)\n\nselect * from validation_errors\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3892841, "supported_languages": null}, "macro.dbt_utils.pretty_log_format": {"name": "pretty_log_format", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "unique_id": "macro.dbt_utils.pretty_log_format", "macro_sql": "{% macro pretty_log_format(message) %}\n {{ return(adapter.dispatch('pretty_log_format', 'dbt_utils')(message)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3900008, "supported_languages": null}, "macro.dbt_utils.default__pretty_log_format": {"name": "default__pretty_log_format", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "unique_id": "macro.dbt_utils.default__pretty_log_format", "macro_sql": "{% macro default__pretty_log_format(message) %}\n {{ return( dbt_utils.pretty_time() ~ ' + ' ~ message) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.390464, "supported_languages": null}, "macro.dbt_utils._is_relation": {"name": "_is_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/_is_relation.sql", "original_file_path": "macros/jinja_helpers/_is_relation.sql", "unique_id": "macro.dbt_utils._is_relation", "macro_sql": "{% macro _is_relation(obj, macro) %}\n {%- if not (obj is mapping and obj.get('metadata', {}).get('type', '').endswith('Relation')) -%}\n {%- do exceptions.raise_compiler_error(\"Macro \" ~ macro ~ \" expected a Relation but received the value: \" ~ obj) -%}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.391598, "supported_languages": null}, "macro.dbt_utils.pretty_time": {"name": "pretty_time", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "unique_id": "macro.dbt_utils.pretty_time", "macro_sql": "{% macro pretty_time(format='%H:%M:%S') %}\n {{ return(adapter.dispatch('pretty_time', 'dbt_utils')(format)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3923898, "supported_languages": null}, "macro.dbt_utils.default__pretty_time": {"name": "default__pretty_time", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "unique_id": "macro.dbt_utils.default__pretty_time", "macro_sql": "{% macro default__pretty_time(format='%H:%M:%S') %}\n {{ return(modules.datetime.datetime.now().strftime(format)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3929222, "supported_languages": null}, "macro.dbt_utils.log_info": {"name": "log_info", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "unique_id": "macro.dbt_utils.log_info", "macro_sql": "{% macro log_info(message) %}\n {{ return(adapter.dispatch('log_info', 'dbt_utils')(message)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__log_info"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.393582, "supported_languages": null}, "macro.dbt_utils.default__log_info": {"name": "default__log_info", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "unique_id": "macro.dbt_utils.default__log_info", "macro_sql": "{% macro default__log_info(message) %}\n {{ log(dbt_utils.pretty_log_format(message), info=True) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.394043, "supported_languages": null}, "macro.dbt_utils.slugify": {"name": "slugify", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/slugify.sql", "original_file_path": "macros/jinja_helpers/slugify.sql", "unique_id": "macro.dbt_utils.slugify", "macro_sql": "{% macro slugify(string) %}\n\n{#- Lower case the string -#}\n{% set string = string | lower %}\n{#- Replace spaces and dashes with underscores -#}\n{% set string = modules.re.sub('[ -]+', '_', string) %}\n{#- Only take letters, numbers, and underscores -#}\n{% set string = modules.re.sub('[^a-z0-9_]+', '', string) %}\n{#- Prepends \"_\" if string begins with a number -#}\n{% set string = modules.re.sub('^[0-9]', '_' + string[0], string) %}\n\n{{ return(string) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.395643, "supported_languages": null}, "macro.dbt_utils._is_ephemeral": {"name": "_is_ephemeral", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/_is_ephemeral.sql", "original_file_path": "macros/jinja_helpers/_is_ephemeral.sql", "unique_id": "macro.dbt_utils._is_ephemeral", "macro_sql": "{% macro _is_ephemeral(obj, macro) %}\n {%- if obj.is_cte -%}\n {% set ephemeral_prefix = api.Relation.add_ephemeral_prefix('') %}\n {% if obj.name.startswith(ephemeral_prefix) %}\n {% set model_name = obj.name[(ephemeral_prefix|length):] %}\n {% else %}\n {% set model_name = obj.name %}\n {%- endif -%}\n {% set error_message %}\nThe `{{ macro }}` macro cannot be used with ephemeral models, as it relies on the information schema.\n\n`{{ model_name }}` is an ephemeral model. Consider making it a view or table instead.\n {% endset %}\n {%- do exceptions.raise_compiler_error(error_message) -%}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3976479, "supported_languages": null}, "macro.dbt_utils.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt_utils')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.3991098, "supported_languages": null}, "macro.dbt_utils.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{ dbt.datediff(start_date, end_date, datepart) }}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.400822, "supported_languages": null}, "macro.dbt_utils.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt_utils')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.401432, "supported_languages": null}, "macro.dbt_utils.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n{# call as follows:\n\ndate_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n) #}\n\n\nwith rawdata as (\n\n {{dbt_utils.generate_series(\n dbt_utils.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n),\n\nall_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n \"row_number() over (order by 1) - 1\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n)\n\nselect * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.generate_series", "macro.dbt_utils.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.402389, "supported_languages": null}, "macro.dbt_utils.safe_subtract": {"name": "safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.safe_subtract", "macro_sql": "{%- macro safe_subtract(field_list) -%}\n {{ return(adapter.dispatch('safe_subtract', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_subtract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.403303, "supported_languages": null}, "macro.dbt_utils.default__safe_subtract": {"name": "default__safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.default__safe_subtract", "macro_sql": "\n\n{%- macro default__safe_subtract(field_list) -%}\n\n{%- if field_list is not iterable or field_list is string or field_list is mapping -%}\n\n{%- set error_message = '\nWarning: the `safe_subtract` macro takes a single list argument instead of \\\nstring arguments. The {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.raise_compiler_error(error_message) -%}\n\n{%- endif -%}\n\n{% set fields = [] %}\n\n{%- for field in field_list -%}\n\n {% do fields.append(\"coalesce(\" ~ field ~ \", 0)\") %}\n\n{%- endfor -%}\n\n{{ fields|join(' -\\n ') }}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4047182, "supported_languages": null}, "macro.dbt_utils.nullcheck_table": {"name": "nullcheck_table", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "unique_id": "macro.dbt_utils.nullcheck_table", "macro_sql": "{% macro nullcheck_table(relation) %}\n {{ return(adapter.dispatch('nullcheck_table', 'dbt_utils')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.405484, "supported_languages": null}, "macro.dbt_utils.default__nullcheck_table": {"name": "default__nullcheck_table", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "unique_id": "macro.dbt_utils.default__nullcheck_table", "macro_sql": "{% macro default__nullcheck_table(relation) %}\n\n {%- do dbt_utils._is_relation(relation, 'nullcheck_table') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'nullcheck_table') -%}\n {% set cols = adapter.get_columns_in_relation(relation) %}\n\n select {{ dbt_utils.nullcheck(cols) }}\n from {{relation}}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.406396, "supported_languages": null}, "macro.dbt_utils.get_relations_by_pattern": {"name": "get_relations_by_pattern", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "unique_id": "macro.dbt_utils.get_relations_by_pattern", "macro_sql": "{% macro get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_pattern', 'dbt_utils')(schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4079201, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_pattern": {"name": "default__get_relations_by_pattern", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "unique_id": "macro.dbt_utils.default__get_relations_by_pattern", "macro_sql": "{% macro default__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4101682, "supported_languages": null}, "macro.dbt_utils.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.411965, "supported_languages": null}, "macro.dbt_utils.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.413318, "supported_languages": null}, "macro.dbt_utils.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4138508, "supported_languages": null}, "macro.dbt_utils.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt_utils.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4152179, "supported_languages": null}, "macro.dbt_utils.get_relations_by_prefix": {"name": "get_relations_by_prefix", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "unique_id": "macro.dbt_utils.get_relations_by_prefix", "macro_sql": "{% macro get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_prefix', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4166882, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_prefix": {"name": "default__get_relations_by_prefix", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "unique_id": "macro.dbt_utils.default__get_relations_by_prefix", "macro_sql": "{% macro default__get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_prefix_sql(schema, prefix, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.419062, "supported_languages": null}, "macro.dbt_utils.get_tables_by_prefix_sql": {"name": "get_tables_by_prefix_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "unique_id": "macro.dbt_utils.get_tables_by_prefix_sql", "macro_sql": "{% macro get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_prefix_sql', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.420075, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_prefix_sql": {"name": "default__get_tables_by_prefix_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "unique_id": "macro.dbt_utils.default__get_tables_by_prefix_sql", "macro_sql": "{% macro default__get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(\n schema_pattern = schema,\n table_pattern = prefix ~ '%',\n exclude = exclude,\n database = database\n ) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4208121, "supported_languages": null}, "macro.dbt_utils.star": {"name": "star", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "unique_id": "macro.dbt_utils.star", "macro_sql": "{% macro star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {{ return(adapter.dispatch('star', 'dbt_utils')(from, relation_alias, except, prefix, suffix, quote_identifiers)) }}\r\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.423303, "supported_languages": null}, "macro.dbt_utils.default__star": {"name": "default__star", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "unique_id": "macro.dbt_utils.default__star", "macro_sql": "{% macro default__star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {%- do dbt_utils._is_relation(from, 'star') -%}\r\n {%- do dbt_utils._is_ephemeral(from, 'star') -%}\r\n\r\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\r\n {%- if not execute -%}\r\n {% do return('*') %}\r\n {%- endif -%}\r\n\r\n {% set cols = dbt_utils.get_filtered_columns_in_relation(from, except) %}\r\n\r\n {%- if cols|length <= 0 -%}\r\n {% if flags.WHICH == 'compile' %}\r\n {% set response %}\r\n*\r\n/* No columns were returned. Maybe the relation doesn't exist yet \r\nor all columns were excluded. This star is only output during \r\ndbt compile, and exists to keep SQLFluff happy. */\r\n {% endset %}\r\n {% do return(response) %}\r\n {% else %}\r\n {% do return(\"/* no columns returned from star() macro */\") %}\r\n {% endif %}\r\n {%- else -%}\r\n {%- for col in cols %}\r\n {%- if relation_alias %}{{ relation_alias }}.{% else %}{%- endif -%}\r\n {%- if quote_identifiers -%}\r\n {{ adapter.quote(col)|trim }} {%- if prefix!='' or suffix!='' %} as {{ adapter.quote(prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {%- else -%}\r\n {{ col|trim }} {%- if prefix!='' or suffix!='' %} as {{ (prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {% endif %}\r\n {%- if not loop.last %},{{ '\\n ' }}{%- endif -%}\r\n {%- endfor -%}\r\n {% endif %}\r\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.42726, "supported_languages": null}, "macro.dbt_utils.unpivot": {"name": "unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.unpivot", "macro_sql": "{% macro unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4301498, "supported_languages": null}, "macro.dbt_utils.default__unpivot": {"name": "default__unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.default__unpivot", "macro_sql": "{% macro default__unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n\n {% if not relation %}\n {{ exceptions.raise_compiler_error(\"Error: argument `relation` is required for `unpivot` macro.\") }}\n {% endif %}\n\n {%- set exclude = exclude if exclude is not none else [] %}\n {%- set remove = remove if remove is not none else [] %}\n\n {%- set include_cols = [] %}\n\n {%- set table_columns = {} %}\n\n {%- do table_columns.update({relation: []}) %}\n\n {%- do dbt_utils._is_relation(relation, 'unpivot') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'unpivot') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) %}\n\n {%- for col in cols -%}\n {%- if col.column.lower() not in remove|map('lower') and col.column.lower() not in exclude|map('lower') -%}\n {% do include_cols.append(col) %}\n {%- endif %}\n {%- endfor %}\n\n\n {%- for col in include_cols -%}\n select\n {%- for exclude_col in exclude %}\n {{ exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(col.column) }}\n {% else %}\n {{ col.column }}\n {% endif %}\n as {{ cast_to }}) as {{ value_name }}\n\n from {{ relation }}\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n {%- endfor -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.type_string", "macro.dbt.cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.434465, "supported_languages": null}, "macro.dbt_utils.safe_divide": {"name": "safe_divide", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "unique_id": "macro.dbt_utils.safe_divide", "macro_sql": "{% macro safe_divide(numerator, denominator) -%}\n {{ return(adapter.dispatch('safe_divide', 'dbt_utils')(numerator, denominator)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_divide"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.435265, "supported_languages": null}, "macro.dbt_utils.default__safe_divide": {"name": "default__safe_divide", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "unique_id": "macro.dbt_utils.default__safe_divide", "macro_sql": "{% macro default__safe_divide(numerator, denominator) %}\n ( {{ numerator }} ) / nullif( ( {{ denominator }} ), 0)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.435744, "supported_languages": null}, "macro.dbt_utils.union_relations": {"name": "union_relations", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "unique_id": "macro.dbt_utils.union_relations", "macro_sql": "{%- macro union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('union_relations', 'dbt_utils')(relations, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.441618, "supported_languages": null}, "macro.dbt_utils.default__union_relations": {"name": "default__union_relations", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "unique_id": "macro.dbt_utils.default__union_relations", "macro_sql": "\n\n{%- macro default__union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n {%- set all_excludes = [] -%}\n {%- set all_includes = [] -%}\n\n {%- if exclude -%}\n {%- for exc in exclude -%}\n {%- do all_excludes.append(exc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- if include -%}\n {%- for inc in include -%}\n {%- do all_includes.append(inc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column | lower in all_excludes -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column | lower not in all_includes -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n {%- set dbt_command = flags.WHICH -%}\n\n\n {% if dbt_command in ['run', 'build'] %}\n {% if (include | length > 0 or exclude | length > 0) and not column_superset.keys() %}\n {%- set relations_string -%}\n {%- for relation in relations -%}\n {{ relation.name }}\n {%- if not loop.last %}, {% endif -%}\n {%- endfor -%}\n {%- endset -%}\n\n {%- set error_message -%}\n There were no columns found to union for relations {{ relations_string }}\n {%- endset -%}\n\n {{ exceptions.raise_compiler_error(error_message) }}\n {%- endif -%}\n {%- endif -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n {%- if source_column_name is not none %}\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {%- endif %}\n\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ relation }}\n\n {% if where -%}\n where {{ where }}\n {%- endif %}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4507148, "supported_languages": null}, "macro.dbt_utils.group_by": {"name": "group_by", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "unique_id": "macro.dbt_utils.group_by", "macro_sql": "{%- macro group_by(n) -%}\n {{ return(adapter.dispatch('group_by', 'dbt_utils')(n)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__group_by"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.451508, "supported_languages": null}, "macro.dbt_utils.default__group_by": {"name": "default__group_by", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "unique_id": "macro.dbt_utils.default__group_by", "macro_sql": "\n\n{%- macro default__group_by(n) -%}\n\n group by {% for i in range(1, n + 1) -%}\n {{ i }}{{ ',' if not loop.last }} \n {%- endfor -%}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.452188, "supported_languages": null}, "macro.dbt_utils.deduplicate": {"name": "deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.deduplicate", "macro_sql": "{%- macro deduplicate(relation, partition_by, order_by) -%}\n {{ return(adapter.dispatch('deduplicate', 'dbt_utils')(relation, partition_by, order_by)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.bigquery__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.453728, "supported_languages": null}, "macro.dbt_utils.default__deduplicate": {"name": "default__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.default__deduplicate", "macro_sql": "\n\n{%- macro default__deduplicate(relation, partition_by, order_by) -%}\n\n with row_numbered as (\n select\n _inner.*,\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) as rn\n from {{ relation }} as _inner\n )\n\n select\n distinct data.*\n from {{ relation }} as data\n {#\n -- Not all DBs will support natural joins but the ones that do include:\n -- Oracle, MySQL, SQLite, Redshift, Teradata, Materialize, Databricks\n -- Apache Spark, SingleStore, Vertica\n -- Those that do not appear to support natural joins include:\n -- SQLServer, Trino, Presto, Rockset, Athena\n #}\n natural join row_numbered\n where row_numbered.rn = 1\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.454296, "supported_languages": null}, "macro.dbt_utils.redshift__deduplicate": {"name": "redshift__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.redshift__deduplicate", "macro_sql": "{% macro redshift__deduplicate(relation, partition_by, order_by) -%}\n\n {{ return(dbt_utils.default__deduplicate(relation, partition_by, order_by=order_by)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.454829, "supported_languages": null}, "macro.dbt_utils.postgres__deduplicate": {"name": "postgres__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.postgres__deduplicate", "macro_sql": "\n{%- macro postgres__deduplicate(relation, partition_by, order_by) -%}\n\n select\n distinct on ({{ partition_by }}) *\n from {{ relation }}\n order by {{ partition_by }}{{ ',' ~ order_by }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4553459, "supported_languages": null}, "macro.dbt_utils.snowflake__deduplicate": {"name": "snowflake__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.snowflake__deduplicate", "macro_sql": "\n{%- macro snowflake__deduplicate(relation, partition_by, order_by) -%}\n\n select *\n from {{ relation }}\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.455797, "supported_languages": null}, "macro.dbt_utils.bigquery__deduplicate": {"name": "bigquery__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.bigquery__deduplicate", "macro_sql": "\n{%- macro bigquery__deduplicate(relation, partition_by, order_by) -%}\n\n select unique.*\n from (\n select\n array_agg (\n original\n order by {{ order_by }}\n limit 1\n )[offset(0)] unique\n from {{ relation }} original\n group by {{ partition_by }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.456258, "supported_languages": null}, "macro.dbt_utils.surrogate_key": {"name": "surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "unique_id": "macro.dbt_utils.surrogate_key", "macro_sql": "{%- macro surrogate_key(field_list) -%}\n {% set frustrating_jinja_feature = varargs %}\n {{ return(adapter.dispatch('surrogate_key', 'dbt_utils')(field_list, *varargs)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.457171, "supported_languages": null}, "macro.dbt_utils.default__surrogate_key": {"name": "default__surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "unique_id": "macro.dbt_utils.default__surrogate_key", "macro_sql": "\n\n{%- macro default__surrogate_key(field_list) -%}\n\n{%- set error_message = '\nWarning: `dbt_utils.surrogate_key` has been replaced by \\\n`dbt_utils.generate_surrogate_key`. The new macro treats null values \\\ndifferently to empty strings. To restore the behaviour of the original \\\nmacro, add a global variable in dbt_project.yml called \\\n`surrogate_key_treat_nulls_as_empty_strings` to your \\\ndbt_project.yml file with a value of True. \\\nThe {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.raise_compiler_error(error_message) -%}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.457798, "supported_languages": null}, "macro.dbt_utils.safe_add": {"name": "safe_add", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "unique_id": "macro.dbt_utils.safe_add", "macro_sql": "{%- macro safe_add(field_list) -%}\n {{ return(adapter.dispatch('safe_add', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4586759, "supported_languages": null}, "macro.dbt_utils.default__safe_add": {"name": "default__safe_add", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "unique_id": "macro.dbt_utils.default__safe_add", "macro_sql": "\n\n{%- macro default__safe_add(field_list) -%}\n\n{%- if field_list is not iterable or field_list is string or field_list is mapping -%}\n\n{%- set error_message = '\nWarning: the `safe_add` macro now takes a single list argument instead of \\\nstring arguments. The {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.warn(error_message) -%}\n\n{%- endif -%}\n\n{% set fields = [] %}\n\n{%- for field in field_list -%}\n\n {% do fields.append(\"coalesce(\" ~ field ~ \", 0)\") %}\n\n{%- endfor -%}\n\n{{ fields|join(' +\\n ') }}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4602618, "supported_languages": null}, "macro.dbt_utils.nullcheck": {"name": "nullcheck", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "unique_id": "macro.dbt_utils.nullcheck", "macro_sql": "{% macro nullcheck(cols) %}\n {{ return(adapter.dispatch('nullcheck', 'dbt_utils')(cols)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.461117, "supported_languages": null}, "macro.dbt_utils.default__nullcheck": {"name": "default__nullcheck", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "unique_id": "macro.dbt_utils.default__nullcheck", "macro_sql": "{% macro default__nullcheck(cols) %}\n{%- for col in cols %}\n\n {% if col.is_string() -%}\n\n nullif({{col.name}},'') as {{col.name}}\n\n {%- else -%}\n\n {{col.name}}\n\n {%- endif -%}\n\n{%- if not loop.last -%} , {%- endif -%}\n\n{%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.462017, "supported_languages": null}, "macro.dbt_utils.get_tables_by_pattern_sql": {"name": "get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.get_tables_by_pattern_sql", "macro_sql": "{% macro get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_pattern_sql', 'dbt_utils')\n (schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.bigquery__get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.465163, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_pattern_sql": {"name": "default__get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.default__get_tables_by_pattern_sql", "macro_sql": "{% macro default__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n select distinct\n table_schema as {{ adapter.quote('table_schema') }},\n table_name as {{ adapter.quote('table_name') }},\n {{ dbt_utils.get_table_types_sql() }}\n from {{ database }}.information_schema.tables\n where table_schema ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4661272, "supported_languages": null}, "macro.dbt_utils.bigquery__get_tables_by_pattern_sql": {"name": "bigquery__get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.bigquery__get_tables_by_pattern_sql", "macro_sql": "{% macro bigquery__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% if '%' in schema_pattern %}\n {% set schemata=dbt_utils._bigquery__get_matching_schemata(schema_pattern, database) %}\n {% else %}\n {% set schemata=[schema_pattern] %}\n {% endif %}\n\n {% set sql %}\n {% for schema in schemata %}\n select distinct\n table_schema,\n table_name,\n {{ dbt_utils.get_table_types_sql() }}\n\n from {{ adapter.quote(database) }}.{{ schema }}.INFORMATION_SCHEMA.TABLES\n where lower(table_name) like lower ('{{ table_pattern }}')\n and lower(table_name) not like lower ('{{ exclude }}')\n\n {% if not loop.last %} union all {% endif %}\n\n {% endfor %}\n {% endset %}\n\n {{ return(sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._bigquery__get_matching_schemata", "macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.468427, "supported_languages": null}, "macro.dbt_utils._bigquery__get_matching_schemata": {"name": "_bigquery__get_matching_schemata", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils._bigquery__get_matching_schemata", "macro_sql": "{% macro _bigquery__get_matching_schemata(schema_pattern, database) %}\n {% if execute %}\n\n {% set sql %}\n select schema_name from {{ adapter.quote(database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like lower('{{ schema_pattern }}')\n {% endset %}\n\n {% set results=run_query(sql) %}\n\n {% set schemata=results.columns['schema_name'].values() %}\n\n {{ return(schemata) }}\n\n {% else %}\n\n {{ return([]) }}\n\n {% endif %}\n\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.469793, "supported_languages": null}, "macro.dbt_utils.get_column_values": {"name": "get_column_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "unique_id": "macro.dbt_utils.get_column_values", "macro_sql": "{% macro get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {{ return(adapter.dispatch('get_column_values', 'dbt_utils')(table, column, order_by, max_records, default, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_column_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.472076, "supported_languages": null}, "macro.dbt_utils.default__get_column_values": {"name": "default__get_column_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "unique_id": "macro.dbt_utils.default__get_column_values", "macro_sql": "{% macro default__get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {% set default = [] if not default %}\n {{ return(default) }}\n {% endif %}\n\n {%- do dbt_utils._is_ephemeral(table, 'get_column_values') -%}\n\n {# Not all relations are tables. Renaming for internal clarity without breaking functionality for anyone using named arguments #}\n {# TODO: Change the method signature in a future 0.x.0 release #}\n {%- set target_relation = table -%}\n\n {# adapter.load_relation is a convenience wrapper to avoid building a Relation when we already have one #}\n {% set relation_exists = (load_relation(target_relation)) is not none %}\n\n {%- call statement('get_column_values', fetch_result=true) %}\n\n {%- if not relation_exists and default is none -%}\n\n {{ exceptions.raise_compiler_error(\"In get_column_values(): relation \" ~ target_relation ~ \" does not exist and no default value was provided.\") }}\n\n {%- elif not relation_exists and default is not none -%}\n\n {{ log(\"Relation \" ~ target_relation ~ \" does not exist. Returning the default value: \" ~ default) }}\n\n {{ return(default) }}\n\n {%- else -%}\n\n\n select\n {{ column }} as value\n\n from {{ target_relation }}\n\n {% if where is not none %}\n where {{ where }}\n {% endif %}\n\n group by {{ column }}\n order by {{ order_by }}\n\n {% if max_records is not none %}\n limit {{ max_records }}\n {% endif %}\n\n {% endif %}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_column_values') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values) }}\n {%- else -%}\n {{ return(default) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_ephemeral", "macro.dbt.load_relation", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.476178, "supported_languages": null}, "macro.dbt_utils.pivot": {"name": "pivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "unique_id": "macro.dbt_utils.pivot", "macro_sql": "{% macro pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {{ return(adapter.dispatch('pivot', 'dbt_utils')(column, values, alias, agg, cmp, prefix, suffix, then_value, else_value, quote_identifiers, distinct)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.478697, "supported_languages": null}, "macro.dbt_utils.default__pivot": {"name": "default__pivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "unique_id": "macro.dbt_utils.default__pivot", "macro_sql": "{% macro default__pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {% for value in values %}\n {{ agg }}(\n {% if distinct %} distinct {% endif %}\n case\n when {{ column }} {{ cmp }} '{{ dbt.escape_single_quotes(value) }}'\n then {{ then_value }}\n else {{ else_value }}\n end\n )\n {% if alias %}\n {% if quote_identifiers %}\n as {{ adapter.quote(prefix ~ value ~ suffix) }}\n {% else %}\n as {{ dbt_utils.slugify(prefix ~ value ~ suffix) }}\n {% endif %}\n {% endif %}\n {% if not loop.last %},{% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.escape_single_quotes", "macro.dbt_utils.slugify"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.480951, "supported_languages": null}, "macro.dbt_utils.get_filtered_columns_in_relation": {"name": "get_filtered_columns_in_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "unique_id": "macro.dbt_utils.get_filtered_columns_in_relation", "macro_sql": "{% macro get_filtered_columns_in_relation(from, except=[]) -%}\n {{ return(adapter.dispatch('get_filtered_columns_in_relation', 'dbt_utils')(from, except)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4820852, "supported_languages": null}, "macro.dbt_utils.default__get_filtered_columns_in_relation": {"name": "default__get_filtered_columns_in_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "unique_id": "macro.dbt_utils.default__get_filtered_columns_in_relation", "macro_sql": "{% macro default__get_filtered_columns_in_relation(from, except=[]) -%}\n {%- do dbt_utils._is_relation(from, 'get_filtered_columns_in_relation') -%}\n {%- do dbt_utils._is_ephemeral(from, 'get_filtered_columns_in_relation') -%}\n\n {# -- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {{ return('') }}\n {% endif %}\n\n {%- set include_cols = [] %}\n {%- set cols = adapter.get_columns_in_relation(from) -%}\n {%- set except = except | map(\"lower\") | list %}\n {%- for col in cols -%}\n {%- if col.column|lower not in except -%}\n {% do include_cols.append(col.column) %}\n {%- endif %}\n {%- endfor %}\n\n {{ return(include_cols) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.48415, "supported_languages": null}, "macro.dbt_utils.width_bucket": {"name": "width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.width_bucket", "macro_sql": "{% macro width_bucket(expr, min_value, max_value, num_buckets) %}\n {{ return(adapter.dispatch('width_bucket', 'dbt_utils') (expr, min_value, max_value, num_buckets)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__width_bucket"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.485753, "supported_languages": null}, "macro.dbt_utils.default__width_bucket": {"name": "default__width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.default__width_bucket", "macro_sql": "{% macro default__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is eaxtly at the bucket egde\n case\n when\n mod(\n {{ dbt.safe_cast(expr, dbt.type_numeric() ) }},\n {{ dbt.safe_cast(bin_size, dbt.type_numeric() ) }}\n ) = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.safe_cast", "macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4869561, "supported_languages": null}, "macro.dbt_utils.snowflake__width_bucket": {"name": "snowflake__width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.snowflake__width_bucket", "macro_sql": "{% macro snowflake__width_bucket(expr, min_value, max_value, num_buckets) %}\n width_bucket({{ expr }}, {{ min_value }}, {{ max_value }}, {{ num_buckets }} )\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.487484, "supported_languages": null}, "macro.dbt_utils.get_query_results_as_dict": {"name": "get_query_results_as_dict", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "unique_id": "macro.dbt_utils.get_query_results_as_dict", "macro_sql": "{% macro get_query_results_as_dict(query) %}\n {{ return(adapter.dispatch('get_query_results_as_dict', 'dbt_utils')(query)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_query_results_as_dict"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.488415, "supported_languages": null}, "macro.dbt_utils.default__get_query_results_as_dict": {"name": "default__get_query_results_as_dict", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "unique_id": "macro.dbt_utils.default__get_query_results_as_dict", "macro_sql": "{% macro default__get_query_results_as_dict(query) %}\n\n{# This macro returns a dictionary of the form {column_name: (tuple_of_results)} #}\n\n {%- call statement('get_query_results', fetch_result=True,auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {% set sql_results={} %}\n\n {%- if execute -%}\n {% set sql_results_table = load_result('get_query_results').table.columns %}\n {% for column_name, column in sql_results_table.items() %}\n {% do sql_results.update({column_name: column.values()}) %}\n {% endfor %}\n {%- endif -%}\n\n {{ return(sql_results) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4899461, "supported_languages": null}, "macro.dbt_utils.generate_surrogate_key": {"name": "generate_surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "unique_id": "macro.dbt_utils.generate_surrogate_key", "macro_sql": "{%- macro generate_surrogate_key(field_list) -%}\n {{ return(adapter.dispatch('generate_surrogate_key', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__generate_surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4909692, "supported_languages": null}, "macro.dbt_utils.default__generate_surrogate_key": {"name": "default__generate_surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "unique_id": "macro.dbt_utils.default__generate_surrogate_key", "macro_sql": "\n\n{%- macro default__generate_surrogate_key(field_list) -%}\n\n{%- if var('surrogate_key_treat_nulls_as_empty_strings', False) -%}\n {%- set default_null_value = \"\" -%}\n{%- else -%}\n {%- set default_null_value = '_dbt_utils_surrogate_key_null_' -%}\n{%- endif -%}\n\n{%- set fields = [] -%}\n\n{%- for field in field_list -%}\n\n {%- do fields.append(\n \"coalesce(cast(\" ~ field ~ \" as \" ~ dbt.type_string() ~ \"), '\" ~ default_null_value ~\"')\"\n ) -%}\n\n {%- if not loop.last %}\n {%- do fields.append(\"'-'\") -%}\n {%- endif -%}\n\n{%- endfor -%}\n\n{{ dbt.hash(dbt.concat(fields)) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.hash", "macro.dbt.concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4926238, "supported_languages": null}, "macro.dbt_utils.get_table_types_sql": {"name": "get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.get_table_types_sql", "macro_sql": "{%- macro get_table_types_sql() -%}\n {{ return(adapter.dispatch('get_table_types_sql', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_utils.default__get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.4939232, "supported_languages": null}, "macro.dbt_utils.default__get_table_types_sql": {"name": "default__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.default__get_table_types_sql", "macro_sql": "{% macro default__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'EXTERNAL TABLE' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.494315, "supported_languages": null}, "macro.dbt_utils.postgres__get_table_types_sql": {"name": "postgres__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.postgres__get_table_types_sql", "macro_sql": "{% macro postgres__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'FOREIGN' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.494688, "supported_languages": null}, "macro.dbt_utils.databricks__get_table_types_sql": {"name": "databricks__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.databricks__get_table_types_sql", "macro_sql": "{% macro databricks__get_table_types_sql() %}\n case table_type\n when 'MANAGED' then 'table'\n when 'BASE TABLE' then 'table'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.495053, "supported_languages": null}, "macro.dbt_utils.get_single_value": {"name": "get_single_value", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "unique_id": "macro.dbt_utils.get_single_value", "macro_sql": "{% macro get_single_value(query, default=none) %}\n {{ return(adapter.dispatch('get_single_value', 'dbt_utils')(query, default)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_single_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.496222, "supported_languages": null}, "macro.dbt_utils.default__get_single_value": {"name": "default__get_single_value", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "unique_id": "macro.dbt_utils.default__get_single_value", "macro_sql": "{% macro default__get_single_value(query, default) %}\n\n{# This macro returns the (0, 0) record in a query, i.e. the first row of the first column #}\n\n {%- call statement('get_query_result', fetch_result=True, auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {%- if execute -%}\n\n {% set r = load_result('get_query_result').table.columns[0].values() %}\n {% if r | length == 0 %}\n {% do print('Query `' ~ query ~ '` returned no rows. Using the default value: ' ~ default) %}\n {% set sql_result = default %}\n {% else %}\n {% set sql_result = r[0] %}\n {% endif %}\n \n {%- else -%}\n \n {% set sql_result = default %}\n \n {%- endif -%}\n\n {% do return(sql_result) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.498341, "supported_languages": null}, "macro.dbt_utils.degrees_to_radians": {"name": "degrees_to_radians", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.degrees_to_radians", "macro_sql": "{% macro degrees_to_radians(degrees) -%}\n acos(-1) * {{degrees}} / 180\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.5005171, "supported_languages": null}, "macro.dbt_utils.haversine_distance": {"name": "haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.haversine_distance", "macro_sql": "{% macro haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n {{ return(adapter.dispatch('haversine_distance', 'dbt_utils')(lat1,lon1,lat2,lon2,unit)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.bigquery__haversine_distance"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.5012789, "supported_languages": null}, "macro.dbt_utils.default__haversine_distance": {"name": "default__haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.default__haversine_distance", "macro_sql": "{% macro default__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n\n 2 * 3961 * asin(sqrt(power((sin(radians(({{ lat2 }} - {{ lat1 }}) / 2))), 2) +\n cos(radians({{lat1}})) * cos(radians({{lat2}})) *\n power((sin(radians(({{ lon2 }} - {{ lon1 }}) / 2))), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.503327, "supported_languages": null}, "macro.dbt_utils.bigquery__haversine_distance": {"name": "bigquery__haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.bigquery__haversine_distance", "macro_sql": "{% macro bigquery__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{% set radians_lat1 = dbt_utils.degrees_to_radians(lat1) %}\n{% set radians_lat2 = dbt_utils.degrees_to_radians(lat2) %}\n{% set radians_lon1 = dbt_utils.degrees_to_radians(lon1) %}\n{% set radians_lon2 = dbt_utils.degrees_to_radians(lon2) %}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n 2 * 3961 * asin(sqrt(power(sin(({{ radians_lat2 }} - {{ radians_lat1 }}) / 2), 2) +\n cos({{ radians_lat1 }}) * cos({{ radians_lat2 }}) *\n power(sin(({{ radians_lon2 }} - {{ radians_lon1 }}) / 2), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.degrees_to_radians"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.5054998, "supported_languages": null}, "macro.shopify.get_metafields": {"name": "get_metafields", "resource_type": "macro", "package_name": "shopify", "path": "macros/get_metafields.sql", "original_file_path": "macros/get_metafields.sql", "unique_id": "macro.shopify.get_metafields", "macro_sql": "{% macro get_metafields(source_object, reference_value, lookup_object=\"stg_shopify__metafield\", key_field=\"metafield_reference\", key_value=\"value\", reference_field=\"owner_resource\") %}\n\n{% set pivot_fields = dbt_utils.get_column_values(table=ref(lookup_object), column=key_field, where=\"lower(\" ~ reference_field ~ \") = lower('\" ~ reference_value ~ \"')\") %}\n\n{% set source_columns = adapter.get_columns_in_relation(ref(source_object)) %}\n{% set source_column_count = source_columns | length %}\n\nwith source_table as (\n select *\n from {{ ref(source_object) }}\n)\n\n{% if pivot_fields is not none %},\nlookup_object as (\n select \n *,\n {{ dbt_utils.pivot(\n column=key_field, \n values=pivot_fields, \n agg='', \n then_value=key_value, \n else_value=\"null\",\n quote_identifiers=false\n ) \n }}\n from {{ ref(lookup_object) }}\n where is_most_recent_record\n),\n\nfinal as (\n select\n {% for column in source_columns %}\n source_table.{{ column.name }}{% if not loop.last %},{% endif %}\n {% endfor %}\n {% for fields in pivot_fields %}\n , max(lookup_object.{{ dbt_utils.slugify(fields) }}) as metafield_{{ dbt_utils.slugify(fields) }}\n {% endfor %}\n from source_table\n left join lookup_object \n on lookup_object.{{ reference_field }}_id = source_table.{{ reference_value }}_id\n and lookup_object.{{ reference_field }} = '{{ reference_value }}'\n {{ dbt_utils.group_by(source_column_count) }}\n)\n\nselect *\nfrom final\n{% else %}\n\nselect *\nfrom source_table\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_column_values", "macro.dbt_utils.pivot", "macro.dbt_utils.slugify", "macro.dbt_utils.group_by"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.510006, "supported_languages": null}, "macro.spark_utils.get_tables": {"name": "get_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_tables", "macro_sql": "{% macro get_tables(table_regex_pattern='.*') %}\n\n {% set tables = [] %}\n {% for database in spark__list_schemas('not_used') %}\n {% for table in spark__list_relations_without_caching(database[0]) %}\n {% set db_tablename = database[0] ~ \".\" ~ table[1] %}\n {% set is_match = modules.re.match(table_regex_pattern, db_tablename) %}\n {% if is_match %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('type', 'TYPE', 'Type'))|first %}\n {% if table_type[1]|lower != 'view' %}\n {{ tables.append(db_tablename) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% endfor %}\n {{ return(tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.52048, "supported_languages": null}, "macro.spark_utils.get_delta_tables": {"name": "get_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_delta_tables", "macro_sql": "{% macro get_delta_tables(table_regex_pattern='.*') %}\n\n {% set delta_tables = [] %}\n {% for db_tablename in get_tables(table_regex_pattern) %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('provider', 'PROVIDER', 'Provider'))|first %}\n {% if table_type[1]|lower == 'delta' %}\n {{ delta_tables.append(db_tablename) }}\n {% endif %}\n {% endfor %}\n {{ return(delta_tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.522572, "supported_languages": null}, "macro.spark_utils.get_statistic_columns": {"name": "get_statistic_columns", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_statistic_columns", "macro_sql": "{% macro get_statistic_columns(table) %}\n\n {% call statement('input_columns', fetch_result=True) %}\n SHOW COLUMNS IN {{ table }}\n {% endcall %}\n {% set input_columns = load_result('input_columns').table %}\n\n {% set output_columns = [] %}\n {% for column in input_columns %}\n {% call statement('column_information', fetch_result=True) %}\n DESCRIBE TABLE {{ table }} `{{ column[0] }}`\n {% endcall %}\n {% if not load_result('column_information').table[1][1].startswith('struct') and not load_result('column_information').table[1][1].startswith('array') %}\n {{ output_columns.append('`' ~ column[0] ~ '`') }}\n {% endif %}\n {% endfor %}\n {{ return(output_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.5250912, "supported_languages": null}, "macro.spark_utils.spark_optimize_delta_tables": {"name": "spark_optimize_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_optimize_delta_tables", "macro_sql": "{% macro spark_optimize_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Optimizing \" ~ table) }}\n {% do run_query(\"optimize \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.52724, "supported_languages": null}, "macro.spark_utils.spark_vacuum_delta_tables": {"name": "spark_vacuum_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_vacuum_delta_tables", "macro_sql": "{% macro spark_vacuum_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Vacuuming \" ~ table) }}\n {% do run_query(\"vacuum \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.529464, "supported_languages": null}, "macro.spark_utils.spark_analyze_tables": {"name": "spark_analyze_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_analyze_tables", "macro_sql": "{% macro spark_analyze_tables(table_regex_pattern='.*') %}\n\n {% for table in get_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set columns = get_statistic_columns(table) | join(',') %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Analyzing \" ~ table) }}\n {% if columns != '' %}\n {% do run_query(\"analyze table \" ~ table ~ \" compute statistics for columns \" ~ columns) %}\n {% endif %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.spark_utils.get_statistic_columns", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.532129, "supported_languages": null}, "macro.spark_utils.spark__concat": {"name": "spark__concat", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/concat.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/concat.sql", "unique_id": "macro.spark_utils.spark__concat", "macro_sql": "{% macro spark__concat(fields) -%}\n concat({{ fields|join(', ') }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.532717, "supported_languages": null}, "macro.spark_utils.spark__type_numeric": {"name": "spark__type_numeric", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "unique_id": "macro.spark_utils.spark__type_numeric", "macro_sql": "{% macro spark__type_numeric() %}\n decimal(28, 6)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.533121, "supported_languages": null}, "macro.spark_utils.spark__dateadd": {"name": "spark__dateadd", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "unique_id": "macro.spark_utils.spark__dateadd", "macro_sql": "{% macro spark__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {%- set clock_component -%}\n {# make sure the dates + timestamps are real, otherwise raise an error asap #}\n to_unix_timestamp({{ spark_utils.assert_not_null('to_timestamp', from_date_or_timestamp) }})\n - to_unix_timestamp({{ spark_utils.assert_not_null('date', from_date_or_timestamp) }})\n {%- endset -%}\n\n {%- if datepart in ['day', 'week'] -%}\n \n {%- set multiplier = 7 if datepart == 'week' else 1 -%}\n\n to_timestamp(\n to_unix_timestamp(\n date_add(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ['month', 'quarter', 'year'] -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'month' -%} 1\n {%- elif datepart == 'quarter' -%} 3\n {%- elif datepart == 'year' -%} 12\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n to_unix_timestamp(\n add_months(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n {{ spark_utils.assert_not_null('to_unix_timestamp', from_date_or_timestamp) }}\n + cast({{interval}} * {{multiplier}} as int)\n )\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro dateadd not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.539704, "supported_languages": null}, "macro.spark_utils.spark__datediff": {"name": "spark__datediff", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datediff.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datediff.sql", "unique_id": "macro.spark_utils.spark__datediff", "macro_sql": "{% macro spark__datediff(first_date, second_date, datepart) %}\n\n {%- if datepart in ['day', 'week', 'month', 'quarter', 'year'] -%}\n \n {# make sure the dates are real, otherwise raise an error asap #}\n {% set first_date = spark_utils.assert_not_null('date', first_date) %}\n {% set second_date = spark_utils.assert_not_null('date', second_date) %}\n \n {%- endif -%}\n \n {%- if datepart == 'day' -%}\n \n datediff({{second_date}}, {{first_date}})\n \n {%- elif datepart == 'week' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(datediff({{second_date}}, {{first_date}})/7)\n else ceil(datediff({{second_date}}, {{first_date}})/7)\n end\n \n -- did we cross a week boundary (Sunday)?\n + case\n when {{first_date}} < {{second_date}} and dayofweek({{second_date}}) < dayofweek({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofweek({{second_date}}) > dayofweek({{first_date}}) then -1\n else 0 end\n\n {%- elif datepart == 'month' -%}\n\n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}})))\n else ceil(months_between(date({{second_date}}), date({{first_date}})))\n end\n \n -- did we cross a month boundary?\n + case\n when {{first_date}} < {{second_date}} and dayofmonth({{second_date}}) < dayofmonth({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofmonth({{second_date}}) > dayofmonth({{first_date}}) then -1\n else 0 end\n \n {%- elif datepart == 'quarter' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}}))/3)\n else ceil(months_between(date({{second_date}}), date({{first_date}}))/3)\n end\n \n -- did we cross a quarter boundary?\n + case\n when {{first_date}} < {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n < (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then 1\n when {{first_date}} > {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n > (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then -1\n else 0 end\n\n {%- elif datepart == 'year' -%}\n \n year({{second_date}}) - year({{first_date}})\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set divisor -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n case when {{first_date}} < {{second_date}}\n then ceil((\n {# make sure the timestamps are real, otherwise raise an error asap #}\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n else floor((\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n end\n \n {% if datepart == 'millisecond' %}\n + cast(date_format({{second_date}}, 'SSS') as int)\n - cast(date_format({{first_date}}, 'SSS') as int)\n {% endif %}\n \n {% if datepart == 'microsecond' %} \n {% set capture_str = '[0-9]{4}-[0-9]{2}-[0-9]{2}.[0-9]{2}:[0-9]{2}:[0-9]{2}.([0-9]{6})' %}\n -- Spark doesn't really support microseconds, so this is a massive hack!\n -- It will only work if the timestamp-string is of the format\n -- 'yyyy-MM-dd-HH mm.ss.SSSSSS'\n + cast(regexp_extract({{second_date}}, '{{capture_str}}', 1) as int)\n - cast(regexp_extract({{first_date}}, '{{capture_str}}', 1) as int) \n {% endif %}\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro datediff not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.554772, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp": {"name": "spark__current_timestamp", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp", "macro_sql": "{% macro spark__current_timestamp() %}\n current_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.555163, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp_in_utc": {"name": "spark__current_timestamp_in_utc", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp_in_utc", "macro_sql": "{% macro spark__current_timestamp_in_utc() %}\n unix_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.555373, "supported_languages": null}, "macro.spark_utils.spark__split_part": {"name": "spark__split_part", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/split_part.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/split_part.sql", "unique_id": "macro.spark_utils.spark__split_part", "macro_sql": "{% macro spark__split_part(string_text, delimiter_text, part_number) %}\n\n {% set delimiter_expr %}\n \n -- escape if starts with a special character\n case when regexp_extract({{ delimiter_text }}, '([^A-Za-z0-9])(.*)', 1) != '_'\n then concat('\\\\', {{ delimiter_text }})\n else {{ delimiter_text }} end\n \n {% endset %}\n\n {% set split_part_expr %}\n \n split(\n {{ string_text }},\n {{ delimiter_expr }}\n )[({{ part_number - 1 }})]\n \n {% endset %}\n \n {{ return(split_part_expr) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.556702, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_pattern": {"name": "spark__get_relations_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_pattern", "macro_sql": "{% macro spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n show table extended in {{ schema_pattern }} like '{{ table_pattern }}'\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=None,\n schema=row[0],\n identifier=row[1],\n type=('view' if 'Type: VIEW' in row[3] else 'table')\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.560241, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_prefix": {"name": "spark__get_relations_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_prefix", "macro_sql": "{% macro spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {% set table_pattern = table_pattern ~ '*' %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.5611, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_pattern": {"name": "spark__get_tables_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_pattern", "macro_sql": "{% macro spark__get_tables_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.561805, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_prefix": {"name": "spark__get_tables_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_prefix", "macro_sql": "{% macro spark__get_tables_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.562509, "supported_languages": null}, "macro.spark_utils.assert_not_null": {"name": "assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.assert_not_null", "macro_sql": "{% macro assert_not_null(function, arg) -%}\n {{ return(adapter.dispatch('assert_not_null', 'spark_utils')(function, arg)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.spark_utils.default__assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.563276, "supported_languages": null}, "macro.spark_utils.default__assert_not_null": {"name": "default__assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.default__assert_not_null", "macro_sql": "{% macro default__assert_not_null(function, arg) %}\n\n coalesce({{function}}({{arg}}), nvl2({{function}}({{arg}}), assert_true({{function}}({{arg}}) is not null), null))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.563807, "supported_languages": null}, "macro.spark_utils.spark__convert_timezone": {"name": "spark__convert_timezone", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/snowplow/convert_timezone.sql", "original_file_path": "macros/snowplow/convert_timezone.sql", "unique_id": "macro.spark_utils.spark__convert_timezone", "macro_sql": "{% macro spark__convert_timezone(in_tz, out_tz, in_timestamp) %}\n from_utc_timestamp(to_utc_timestamp({{in_timestamp}}, {{in_tz}}), {{out_tz}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.56433, "supported_languages": null}, "macro.dbt_date.get_date_dimension": {"name": "get_date_dimension", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_date_dimension.sql", "original_file_path": "macros/get_date_dimension.sql", "unique_id": "macro.dbt_date.get_date_dimension", "macro_sql": "{% macro get_date_dimension(start_date, end_date) %}\n {{ adapter.dispatch('get_date_dimension', 'dbt_date') (start_date, end_date) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_date_dimension"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.579294, "supported_languages": null}, "macro.dbt_date.default__get_date_dimension": {"name": "default__get_date_dimension", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_date_dimension.sql", "original_file_path": "macros/get_date_dimension.sql", "unique_id": "macro.dbt_date.default__get_date_dimension", "macro_sql": "{% macro default__get_date_dimension(start_date, end_date) %}\nwith base_dates as (\n {{ dbt_date.get_base_dates(start_date, end_date) }}\n),\ndates_with_prior_year_dates as (\n\n select\n cast(d.date_day as date) as date_day,\n cast({{ dbt.dateadd('year', -1 , 'd.date_day') }} as date) as prior_year_date_day,\n cast({{ dbt.dateadd('day', -364 , 'd.date_day') }} as date) as prior_year_over_year_date_day\n from\n \tbase_dates d\n\n)\nselect\n d.date_day,\n {{ dbt_date.yesterday('d.date_day') }} as prior_date_day,\n {{ dbt_date.tomorrow('d.date_day') }} as next_date_day,\n d.prior_year_date_day as prior_year_date_day,\n d.prior_year_over_year_date_day,\n {{ dbt_date.day_of_week('d.date_day', isoweek=false) }} as day_of_week,\n {{ dbt_date.day_of_week('d.date_day', isoweek=true) }} as day_of_week_iso,\n {{ dbt_date.day_name('d.date_day', short=false) }} as day_of_week_name,\n {{ dbt_date.day_name('d.date_day', short=true) }} as day_of_week_name_short,\n {{ dbt_date.day_of_month('d.date_day') }} as day_of_month,\n {{ dbt_date.day_of_year('d.date_day') }} as day_of_year,\n\n {{ dbt_date.week_start('d.date_day') }} as week_start_date,\n {{ dbt_date.week_end('d.date_day') }} as week_end_date,\n {{ dbt_date.week_start('d.prior_year_over_year_date_day') }} as prior_year_week_start_date,\n {{ dbt_date.week_end('d.prior_year_over_year_date_day') }} as prior_year_week_end_date,\n {{ dbt_date.week_of_year('d.date_day') }} as week_of_year,\n\n {{ dbt_date.iso_week_start('d.date_day') }} as iso_week_start_date,\n {{ dbt_date.iso_week_end('d.date_day') }} as iso_week_end_date,\n {{ dbt_date.iso_week_start('d.prior_year_over_year_date_day') }} as prior_year_iso_week_start_date,\n {{ dbt_date.iso_week_end('d.prior_year_over_year_date_day') }} as prior_year_iso_week_end_date,\n {{ dbt_date.iso_week_of_year('d.date_day') }} as iso_week_of_year,\n\n {{ dbt_date.week_of_year('d.prior_year_over_year_date_day') }} as prior_year_week_of_year,\n {{ dbt_date.iso_week_of_year('d.prior_year_over_year_date_day') }} as prior_year_iso_week_of_year,\n\n cast({{ dbt_date.date_part('month', 'd.date_day') }} as {{ dbt.type_int() }}) as month_of_year,\n {{ dbt_date.month_name('d.date_day', short=false) }} as month_name,\n {{ dbt_date.month_name('d.date_day', short=true) }} as month_name_short,\n\n cast({{ dbt.date_trunc('month', 'd.date_day') }} as date) as month_start_date,\n cast({{ last_day('d.date_day', 'month') }} as date) as month_end_date,\n\n cast({{ dbt.date_trunc('month', 'd.prior_year_date_day') }} as date) as prior_year_month_start_date,\n cast({{ last_day('d.prior_year_date_day', 'month') }} as date) as prior_year_month_end_date,\n\n cast({{ dbt_date.date_part('quarter', 'd.date_day') }} as {{ dbt.type_int() }}) as quarter_of_year,\n cast({{ dbt.date_trunc('quarter', 'd.date_day') }} as date) as quarter_start_date,\n cast({{ last_day('d.date_day', 'quarter') }} as date) as quarter_end_date,\n\n cast({{ dbt_date.date_part('year', 'd.date_day') }} as {{ dbt.type_int() }}) as year_number,\n cast({{ dbt.date_trunc('year', 'd.date_day') }} as date) as year_start_date,\n cast({{ last_day('d.date_day', 'year') }} as date) as year_end_date\nfrom\n dates_with_prior_year_dates d\norder by 1\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_base_dates", "macro.dbt.dateadd", "macro.dbt_date.yesterday", "macro.dbt_date.tomorrow", "macro.dbt_date.day_of_week", "macro.dbt_date.day_name", "macro.dbt_date.day_of_month", "macro.dbt_date.day_of_year", "macro.dbt_date.week_start", "macro.dbt_date.week_end", "macro.dbt_date.week_of_year", "macro.dbt_date.iso_week_start", "macro.dbt_date.iso_week_end", "macro.dbt_date.iso_week_of_year", "macro.dbt_date.date_part", "macro.dbt.type_int", "macro.dbt_date.month_name", "macro.dbt.date_trunc", "macro.dbt.last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.585164, "supported_languages": null}, "macro.dbt_date.postgres__get_date_dimension": {"name": "postgres__get_date_dimension", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_date_dimension.sql", "original_file_path": "macros/get_date_dimension.sql", "unique_id": "macro.dbt_date.postgres__get_date_dimension", "macro_sql": "{% macro postgres__get_date_dimension(start_date, end_date) %}\nwith base_dates as (\n {{ dbt_date.get_base_dates(start_date, end_date) }}\n),\ndates_with_prior_year_dates as (\n\n select\n cast(d.date_day as date) as date_day,\n cast({{ dbt.dateadd('year', -1 , 'd.date_day') }} as date) as prior_year_date_day,\n cast({{ dbt.dateadd('day', -364 , 'd.date_day') }} as date) as prior_year_over_year_date_day\n from\n \tbase_dates d\n\n)\nselect\n d.date_day,\n {{ dbt_date.yesterday('d.date_day') }} as prior_date_day,\n {{ dbt_date.tomorrow('d.date_day') }} as next_date_day,\n d.prior_year_date_day as prior_year_date_day,\n d.prior_year_over_year_date_day,\n {{ dbt_date.day_of_week('d.date_day', isoweek=true) }} as day_of_week,\n\n {{ dbt_date.day_name('d.date_day', short=false) }} as day_of_week_name,\n {{ dbt_date.day_name('d.date_day', short=true) }} as day_of_week_name_short,\n {{ dbt_date.day_of_month('d.date_day') }} as day_of_month,\n {{ dbt_date.day_of_year('d.date_day') }} as day_of_year,\n\n {{ dbt_date.week_start('d.date_day') }} as week_start_date,\n {{ dbt_date.week_end('d.date_day') }} as week_end_date,\n {{ dbt_date.week_start('d.prior_year_over_year_date_day') }} as prior_year_week_start_date,\n {{ dbt_date.week_end('d.prior_year_over_year_date_day') }} as prior_year_week_end_date,\n {{ dbt_date.week_of_year('d.date_day') }} as week_of_year,\n\n {{ dbt_date.iso_week_start('d.date_day') }} as iso_week_start_date,\n {{ dbt_date.iso_week_end('d.date_day') }} as iso_week_end_date,\n {{ dbt_date.iso_week_start('d.prior_year_over_year_date_day') }} as prior_year_iso_week_start_date,\n {{ dbt_date.iso_week_end('d.prior_year_over_year_date_day') }} as prior_year_iso_week_end_date,\n {{ dbt_date.iso_week_of_year('d.date_day') }} as iso_week_of_year,\n\n {{ dbt_date.week_of_year('d.prior_year_over_year_date_day') }} as prior_year_week_of_year,\n {{ dbt_date.iso_week_of_year('d.prior_year_over_year_date_day') }} as prior_year_iso_week_of_year,\n\n cast({{ dbt_date.date_part('month', 'd.date_day') }} as {{ dbt.type_int() }}) as month_of_year,\n {{ dbt_date.month_name('d.date_day', short=false) }} as month_name,\n {{ dbt_date.month_name('d.date_day', short=true) }} as month_name_short,\n\n cast({{ dbt.date_trunc('month', 'd.date_day') }} as date) as month_start_date,\n cast({{ last_day('d.date_day', 'month') }} as date) as month_end_date,\n\n cast({{ dbt.date_trunc('month', 'd.prior_year_date_day') }} as date) as prior_year_month_start_date,\n cast({{ last_day('d.prior_year_date_day', 'month') }} as date) as prior_year_month_end_date,\n\n cast({{ dbt_date.date_part('quarter', 'd.date_day') }} as {{ dbt.type_int() }}) as quarter_of_year,\n cast({{ dbt.date_trunc('quarter', 'd.date_day') }} as date) as quarter_start_date,\n {# last_day does not support quarter because postgresql does not support quarter interval. #}\n cast({{dbt.dateadd('day', '-1', dbt.dateadd('month', '3', dbt.date_trunc('quarter', 'd.date_day')))}} as date) as quarter_end_date,\n\n cast({{ dbt_date.date_part('year', 'd.date_day') }} as {{ dbt.type_int() }}) as year_number,\n cast({{ dbt.date_trunc('year', 'd.date_day') }} as date) as year_start_date,\n cast({{ last_day('d.date_day', 'year') }} as date) as year_end_date\nfrom\n dates_with_prior_year_dates d\norder by 1\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_base_dates", "macro.dbt.dateadd", "macro.dbt_date.yesterday", "macro.dbt_date.tomorrow", "macro.dbt_date.day_of_week", "macro.dbt_date.day_name", "macro.dbt_date.day_of_month", "macro.dbt_date.day_of_year", "macro.dbt_date.week_start", "macro.dbt_date.week_end", "macro.dbt_date.week_of_year", "macro.dbt_date.iso_week_start", "macro.dbt_date.iso_week_end", "macro.dbt_date.iso_week_of_year", "macro.dbt_date.date_part", "macro.dbt.type_int", "macro.dbt_date.month_name", "macro.dbt.date_trunc", "macro.dbt.last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.5911381, "supported_languages": null}, "macro.dbt_date.get_base_dates": {"name": "get_base_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_base_dates.sql", "original_file_path": "macros/get_base_dates.sql", "unique_id": "macro.dbt_date.get_base_dates", "macro_sql": "{% macro get_base_dates(start_date=None, end_date=None, n_dateparts=None, datepart=\"day\") %}\n {{ adapter.dispatch('get_base_dates', 'dbt_date') (start_date, end_date, n_dateparts, datepart) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.bigquery__get_base_dates"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.593388, "supported_languages": null}, "macro.dbt_date.default__get_base_dates": {"name": "default__get_base_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_base_dates.sql", "original_file_path": "macros/get_base_dates.sql", "unique_id": "macro.dbt_date.default__get_base_dates", "macro_sql": "{% macro default__get_base_dates(start_date, end_date, n_dateparts, datepart) %}\n\n{%- if start_date and end_date -%}\n{%- set start_date=\"cast('\" ~ start_date ~ \"' as \" ~ dbt.type_timestamp() ~ \")\" -%}\n{%- set end_date=\"cast('\" ~ end_date ~ \"' as \" ~ dbt.type_timestamp() ~ \")\" -%}\n\n{%- elif n_dateparts and datepart -%}\n\n{%- set start_date = dbt.dateadd(datepart, -1 * n_dateparts, dbt_date.today()) -%}\n{%- set end_date = dbt_date.tomorrow() -%}\n{%- endif -%}\n\nwith date_spine as\n(\n\n {{ dbt_date.date_spine(\n datepart=datepart,\n start_date=start_date,\n end_date=end_date,\n )\n }}\n\n)\nselect\n cast(d.date_{{ datepart }} as {{ dbt.type_timestamp() }}) as date_{{ datepart }}\nfrom\n date_spine d\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.dateadd", "macro.dbt_date.today", "macro.dbt_date.tomorrow", "macro.dbt_date.date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.5954392, "supported_languages": null}, "macro.dbt_date.bigquery__get_base_dates": {"name": "bigquery__get_base_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_base_dates.sql", "original_file_path": "macros/get_base_dates.sql", "unique_id": "macro.dbt_date.bigquery__get_base_dates", "macro_sql": "{% macro bigquery__get_base_dates(start_date, end_date, n_dateparts, datepart) %}\n\n{%- if start_date and end_date -%}\n{%- set start_date=\"cast('\" ~ start_date ~ \"' as datetime )\" -%}\n{%- set end_date=\"cast('\" ~ end_date ~ \"' as datetime )\" -%}\n\n{%- elif n_dateparts and datepart -%}\n\n{%- set start_date = dbt.dateadd(datepart, -1 * n_dateparts, dbt_date.today()) -%}\n{%- set end_date = dbt_date.tomorrow() -%}\n{%- endif -%}\n\nwith date_spine as\n(\n\n {{ dbt_date.date_spine(\n datepart=datepart,\n start_date=start_date,\n end_date=end_date,\n )\n }}\n\n)\nselect\n cast(d.date_{{ datepart }} as {{ dbt.type_timestamp() }}) as date_{{ datepart }}\nfrom\n date_spine d\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt_date.today", "macro.dbt_date.tomorrow", "macro.dbt_date.date_spine", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.597258, "supported_languages": null}, "macro.dbt_date.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt_date')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.598743, "supported_languages": null}, "macro.dbt_date.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{ dbt.datediff(start_date, end_date, datepart) }}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.600307, "supported_languages": null}, "macro.dbt_date.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt_date')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.601002, "supported_languages": null}, "macro.dbt_date.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n{# call as follows:\n\ndate_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n) #}\n\n\nwith rawdata as (\n\n {{\n dbt_date.generate_series(\n dbt_date.get_intervals_between(start_date, end_date, datepart)\n )\n }}\n\n),\n\nall_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n \"(row_number() over (order by 1) - 1)\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n)\n\nselect * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.generate_series", "macro.dbt_date.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.602012, "supported_languages": null}, "macro.dbt_date.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt_date')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.603734, "supported_languages": null}, "macro.dbt_date.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6049018, "supported_languages": null}, "macro.dbt_date.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt_date')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.605464, "supported_languages": null}, "macro.dbt_date.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt_date.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.60686, "supported_languages": null}, "macro.dbt_date.get_fiscal_year_dates": {"name": "get_fiscal_year_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/fiscal_date/get_fiscal_year_dates.sql", "original_file_path": "macros/fiscal_date/get_fiscal_year_dates.sql", "unique_id": "macro.dbt_date.get_fiscal_year_dates", "macro_sql": "{% macro get_fiscal_year_dates(dates, year_end_month=12, week_start_day=1, shift_year=1) %}\n{{ adapter.dispatch('get_fiscal_year_dates', 'dbt_date') (dates, year_end_month, week_start_day, shift_year) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_fiscal_year_dates"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.609997, "supported_languages": null}, "macro.dbt_date.default__get_fiscal_year_dates": {"name": "default__get_fiscal_year_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/fiscal_date/get_fiscal_year_dates.sql", "original_file_path": "macros/fiscal_date/get_fiscal_year_dates.sql", "unique_id": "macro.dbt_date.default__get_fiscal_year_dates", "macro_sql": "{% macro default__get_fiscal_year_dates(dates, year_end_month, week_start_day, shift_year) %}\n-- this gets all the dates within a fiscal year\n-- determined by the given year-end-month\n-- ending on the saturday closest to that month's end date\nwith fsc_date_dimension as (\n select * from {{ dates }}\n),\nyear_month_end as (\n\n select\n d.year_number - {{ shift_year }} as fiscal_year_number,\n d.month_end_date\n from\n fsc_date_dimension d\n where\n d.month_of_year = {{ year_end_month }}\n group by 1,2\n\n),\nweeks as (\n\n select\n d.year_number,\n d.month_of_year,\n d.date_day as week_start_date,\n cast({{ dbt.dateadd('day', 6, 'd.date_day') }} as date) as week_end_date\n from\n fsc_date_dimension d\n where\n d.day_of_week = {{ week_start_day }}\n\n),\n-- get all the weeks that start in the month the year ends\nyear_week_ends as (\n\n select\n d.year_number - {{ shift_year }} as fiscal_year_number,\n d.week_end_date\n from\n weeks d\n where\n d.month_of_year = {{ year_end_month }}\n group by\n 1,2\n\n),\n-- then calculate which Saturday is closest to month end\nweeks_at_month_end as (\n\n select\n d.fiscal_year_number,\n d.week_end_date,\n m.month_end_date,\n rank() over\n (partition by d.fiscal_year_number\n order by\n abs({{ dbt.datediff('d.week_end_date', 'm.month_end_date', 'day') }})\n\n ) as closest_to_month_end\n from\n year_week_ends d\n join\n year_month_end m on d.fiscal_year_number = m.fiscal_year_number\n),\nfiscal_year_range as (\n\n select\n w.fiscal_year_number,\n cast(\n {{ dbt.dateadd('day', 1,\n 'lag(w.week_end_date) over(order by w.week_end_date)') }}\n as date) as fiscal_year_start_date,\n w.week_end_date as fiscal_year_end_date\n from\n weeks_at_month_end w\n where\n w.closest_to_month_end = 1\n\n),\nfiscal_year_dates as (\n\n select\n d.date_day,\n m.fiscal_year_number,\n m.fiscal_year_start_date,\n m.fiscal_year_end_date,\n w.week_start_date,\n w.week_end_date,\n -- we reset the weeks of the year starting with the merch year start date\n dense_rank()\n over(\n partition by m.fiscal_year_number\n order by w.week_start_date\n ) as fiscal_week_of_year\n from\n fsc_date_dimension d\n join\n fiscal_year_range m on d.date_day between m.fiscal_year_start_date and m.fiscal_year_end_date\n join\n weeks w on d.date_day between w.week_start_date and w.week_end_date\n\n)\nselect * from fiscal_year_dates order by 1\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.611459, "supported_languages": null}, "macro.dbt_date.get_fiscal_periods": {"name": "get_fiscal_periods", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/fiscal_date/get_fiscal_periods.sql", "original_file_path": "macros/fiscal_date/get_fiscal_periods.sql", "unique_id": "macro.dbt_date.get_fiscal_periods", "macro_sql": "{% macro get_fiscal_periods(dates, year_end_month, week_start_day, shift_year=1) %}\n{#\nThis macro requires you to pass in a ref to a date dimension, created via\ndbt_date.get_date_dimension()s\n#}\nwith fscl_year_dates_for_periods as (\n {{ dbt_date.get_fiscal_year_dates(dates, year_end_month, week_start_day, shift_year) }}\n),\nfscl_year_w13 as (\n\n select\n f.*,\n -- We count the weeks in a 13 week period\n -- and separate the 4-5-4 week sequences\n mod(cast(\n (f.fiscal_week_of_year-1) as {{ dbt.type_int() }}\n ), 13) as w13_number,\n -- Chop weeks into 13 week merch quarters\n cast(\n least(\n floor((f.fiscal_week_of_year-1)/13.0)\n , 3)\n as {{ dbt.type_int() }}) as quarter_number\n from\n fscl_year_dates_for_periods f\n\n),\nfscl_periods as (\n\n select\n f.date_day,\n f.fiscal_year_number,\n f.week_start_date,\n f.week_end_date,\n f.fiscal_week_of_year,\n case\n -- we move week 53 into the 3rd period of the quarter\n when f.fiscal_week_of_year = 53 then 3\n when f.w13_number between 0 and 3 then 1\n when f.w13_number between 4 and 8 then 2\n when f.w13_number between 9 and 12 then 3\n end as period_of_quarter,\n f.quarter_number\n from\n fscl_year_w13 f\n\n),\nfscl_periods_quarters as (\n\n select\n f.*,\n cast((\n (f.quarter_number * 3) + f.period_of_quarter\n ) as {{ dbt.type_int() }}) as fiscal_period_number\n from\n fscl_periods f\n\n)\nselect\n date_day,\n fiscal_year_number,\n week_start_date,\n week_end_date,\n fiscal_week_of_year,\n dense_rank() over(partition by fiscal_period_number order by fiscal_week_of_year) as fiscal_week_of_period,\n fiscal_period_number,\n quarter_number+1 as fiscal_quarter_number,\n period_of_quarter as fiscal_period_of_quarter\nfrom\n fscl_periods_quarters\norder by 1,2\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_fiscal_year_dates", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.61334, "supported_languages": null}, "macro.dbt_date.tomorrow": {"name": "tomorrow", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/tomorrow.sql", "original_file_path": "macros/calendar_date/tomorrow.sql", "unique_id": "macro.dbt_date.tomorrow", "macro_sql": "{%- macro tomorrow(date=None, tz=None) -%}\n{{ dbt_date.n_days_away(1, date, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.613926, "supported_languages": null}, "macro.dbt_date.next_week": {"name": "next_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_week.sql", "original_file_path": "macros/calendar_date/next_week.sql", "unique_id": "macro.dbt_date.next_week", "macro_sql": "{%- macro next_week(tz=None) -%}\n{{ dbt_date.n_weeks_away(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_weeks_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.614409, "supported_languages": null}, "macro.dbt_date.next_month_name": {"name": "next_month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_month_name.sql", "original_file_path": "macros/calendar_date/next_month_name.sql", "unique_id": "macro.dbt_date.next_month_name", "macro_sql": "{%- macro next_month_name(short=True, tz=None) -%}\n{{ dbt_date.month_name(dbt_date.next_month(tz), short=short) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.month_name", "macro.dbt_date.next_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.615036, "supported_languages": null}, "macro.dbt_date.next_month": {"name": "next_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_month.sql", "original_file_path": "macros/calendar_date/next_month.sql", "unique_id": "macro.dbt_date.next_month", "macro_sql": "{%- macro next_month(tz=None) -%}\n{{ dbt_date.n_months_away(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_months_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.61552, "supported_languages": null}, "macro.dbt_date.day_name": {"name": "day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.day_name", "macro_sql": "{%- macro day_name(date, short=True) -%}\n {{ adapter.dispatch('day_name', 'dbt_date') (date, short) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.bigquery__day_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6171331, "supported_languages": null}, "macro.dbt_date.default__day_name": {"name": "default__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.default__day_name", "macro_sql": "\n\n{%- macro default__day_name(date, short) -%}\n{%- set f = 'Dy' if short else 'Day' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.617679, "supported_languages": null}, "macro.dbt_date.snowflake__day_name": {"name": "snowflake__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.snowflake__day_name", "macro_sql": "\n\n{%- macro snowflake__day_name(date, short) -%}\n {%- if short -%}\n dayname({{ date }})\n {%- else -%}\n -- long version not implemented on Snowflake so we're doing it manually :/\n case dayname({{ date }})\n when 'Mon' then 'Monday'\n when 'Tue' then 'Tuesday'\n when 'Wed' then 'Wednesday'\n when 'Thu' then 'Thursday'\n when 'Fri' then 'Friday'\n when 'Sat' then 'Saturday'\n when 'Sun' then 'Sunday'\n end\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6184351, "supported_languages": null}, "macro.dbt_date.bigquery__day_name": {"name": "bigquery__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.bigquery__day_name", "macro_sql": "\n\n{%- macro bigquery__day_name(date, short) -%}\n{%- set f = '%a' if short else '%A' -%}\n format_date('{{ f }}', cast({{ date }} as date))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.618989, "supported_languages": null}, "macro.dbt_date.postgres__day_name": {"name": "postgres__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.postgres__day_name", "macro_sql": "\n\n{%- macro postgres__day_name(date, short) -%}\n{# FM = Fill mode, which suppresses padding blanks #}\n{%- set f = 'FMDy' if short else 'FMDay' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.619555, "supported_languages": null}, "macro.dbt_date.duckdb__day_name": {"name": "duckdb__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.duckdb__day_name", "macro_sql": "\n\n{%- macro duckdb__day_name(date, short) -%}\n {%- if short -%}\n substr(dayname({{ date }}), 1, 3)\n {%- else -%}\n dayname({{ date }})\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.620068, "supported_languages": null}, "macro.dbt_date.spark__day_name": {"name": "spark__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.spark__day_name", "macro_sql": "\n\n{%- macro spark__day_name(date, short) -%}\n{%- set f = 'E' if short else 'EEEE' -%}\n date_format({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6206038, "supported_languages": null}, "macro.dbt_date.to_unixtimestamp": {"name": "to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.to_unixtimestamp", "macro_sql": "{%- macro to_unixtimestamp(timestamp) -%}\n {{ adapter.dispatch('to_unixtimestamp', 'dbt_date') (timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.bigquery__to_unixtimestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.62145, "supported_languages": null}, "macro.dbt_date.default__to_unixtimestamp": {"name": "default__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.default__to_unixtimestamp", "macro_sql": "\n\n{%- macro default__to_unixtimestamp(timestamp) -%}\n {{ dbt_date.date_part('epoch', timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.621838, "supported_languages": null}, "macro.dbt_date.snowflake__to_unixtimestamp": {"name": "snowflake__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.snowflake__to_unixtimestamp", "macro_sql": "\n\n{%- macro snowflake__to_unixtimestamp(timestamp) -%}\n {{ dbt_date.date_part('epoch_seconds', timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.622219, "supported_languages": null}, "macro.dbt_date.bigquery__to_unixtimestamp": {"name": "bigquery__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.bigquery__to_unixtimestamp", "macro_sql": "\n\n{%- macro bigquery__to_unixtimestamp(timestamp) -%}\n unix_seconds({{ timestamp }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6225111, "supported_languages": null}, "macro.dbt_date.spark__to_unixtimestamp": {"name": "spark__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.spark__to_unixtimestamp", "macro_sql": "\n\n{%- macro spark__to_unixtimestamp(timestamp) -%}\n unix_timestamp({{ timestamp }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6227992, "supported_languages": null}, "macro.dbt_date.n_days_away": {"name": "n_days_away", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_days_away.sql", "original_file_path": "macros/calendar_date/n_days_away.sql", "unique_id": "macro.dbt_date.n_days_away", "macro_sql": "{%- macro n_days_away(n, date=None, tz=None) -%}\n{{ dbt_date.n_days_ago(-1 * n, date, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_days_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.623435, "supported_languages": null}, "macro.dbt_date.week_start": {"name": "week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.week_start", "macro_sql": "{%- macro week_start(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_start', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.624623, "supported_languages": null}, "macro.dbt_date.default__week_start": {"name": "default__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.default__week_start", "macro_sql": "{%- macro default__week_start(date) -%}\ncast({{ dbt.date_trunc('week', date) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6250281, "supported_languages": null}, "macro.dbt_date.snowflake__week_start": {"name": "snowflake__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.snowflake__week_start", "macro_sql": "\n\n{%- macro snowflake__week_start(date) -%}\n {#\n Get the day of week offset: e.g. if the date is a Sunday,\n dbt_date.day_of_week returns 1, so we subtract 1 to get a 0 offset\n #}\n {% set off_set = dbt_date.day_of_week(date, isoweek=False) ~ \" - 1\" %}\n cast({{ dbt.dateadd(\"day\", \"-1 * (\" ~ off_set ~ \")\", date) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.day_of_week", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6258051, "supported_languages": null}, "macro.dbt_date.postgres__week_start": {"name": "postgres__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.postgres__week_start", "macro_sql": "\n\n{%- macro postgres__week_start(date) -%}\n-- Sunday as week start date\ncast({{ dbt.dateadd('day', -1, dbt.date_trunc('week', dbt.dateadd('day', 1, date))) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6264908, "supported_languages": null}, "macro.dbt_date.duckdb__week_start": {"name": "duckdb__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.duckdb__week_start", "macro_sql": "\n\n{%- macro duckdb__week_start(date) -%}\n{{ return(dbt_date.postgres__week_start(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.626889, "supported_languages": null}, "macro.dbt_date.iso_week_start": {"name": "iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.iso_week_start", "macro_sql": "{%- macro iso_week_start(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_start', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.628266, "supported_languages": null}, "macro.dbt_date._iso_week_start": {"name": "_iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date._iso_week_start", "macro_sql": "{%- macro _iso_week_start(date, week_type) -%}\ncast({{ dbt.date_trunc(week_type, date) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.628695, "supported_languages": null}, "macro.dbt_date.default__iso_week_start": {"name": "default__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.default__iso_week_start", "macro_sql": "\n\n{%- macro default__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'isoweek') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.62909, "supported_languages": null}, "macro.dbt_date.snowflake__iso_week_start": {"name": "snowflake__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.snowflake__iso_week_start", "macro_sql": "\n\n{%- macro snowflake__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.629477, "supported_languages": null}, "macro.dbt_date.postgres__iso_week_start": {"name": "postgres__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.postgres__iso_week_start", "macro_sql": "\n\n{%- macro postgres__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.629856, "supported_languages": null}, "macro.dbt_date.duckdb__iso_week_start": {"name": "duckdb__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.duckdb__iso_week_start", "macro_sql": "\n\n{%- macro duckdb__iso_week_start(date) -%}\n{{ return(dbt_date.postgres__iso_week_start(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.630243, "supported_languages": null}, "macro.dbt_date.spark__iso_week_start": {"name": "spark__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.spark__iso_week_start", "macro_sql": "\n\n{%- macro spark__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.630616, "supported_languages": null}, "macro.dbt_date.n_days_ago": {"name": "n_days_ago", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_days_ago.sql", "original_file_path": "macros/calendar_date/n_days_ago.sql", "unique_id": "macro.dbt_date.n_days_ago", "macro_sql": "{%- macro n_days_ago(n, date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{%- set n = n|int -%}\ncast({{ dbt.dateadd('day', -1 * n, dt) }} as date)\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6318662, "supported_languages": null}, "macro.dbt_date.last_week": {"name": "last_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_week.sql", "original_file_path": "macros/calendar_date/last_week.sql", "unique_id": "macro.dbt_date.last_week", "macro_sql": "{%- macro last_week(tz=None) -%}\n{{ dbt_date.n_weeks_ago(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_weeks_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.632354, "supported_languages": null}, "macro.dbt_date.now": {"name": "now", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/now.sql", "original_file_path": "macros/calendar_date/now.sql", "unique_id": "macro.dbt_date.now", "macro_sql": "{%- macro now(tz=None) -%}\n{{ dbt_date.convert_timezone(dbt.current_timestamp(), tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.convert_timezone", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.632874, "supported_languages": null}, "macro.dbt_date.periods_since": {"name": "periods_since", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/periods_since.sql", "original_file_path": "macros/calendar_date/periods_since.sql", "unique_id": "macro.dbt_date.periods_since", "macro_sql": "{%- macro periods_since(date_col, period_name='day', tz=None) -%}\n{{ dbt.datediff(date_col, dbt_date.now(tz), period_name) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.datediff", "macro.dbt_date.now"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.633545, "supported_languages": null}, "macro.dbt_date.today": {"name": "today", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/today.sql", "original_file_path": "macros/calendar_date/today.sql", "unique_id": "macro.dbt_date.today", "macro_sql": "{%- macro today(tz=None) -%}\ncast({{ dbt_date.now(tz) }} as date)\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.now"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.63401, "supported_languages": null}, "macro.dbt_date.last_month": {"name": "last_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_month.sql", "original_file_path": "macros/calendar_date/last_month.sql", "unique_id": "macro.dbt_date.last_month", "macro_sql": "{%- macro last_month(tz=None) -%}\n{{ dbt_date.n_months_ago(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_months_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6344829, "supported_languages": null}, "macro.dbt_date.day_of_year": {"name": "day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.day_of_year", "macro_sql": "{%- macro day_of_year(date) -%}\n{{ adapter.dispatch('day_of_year', 'dbt_date') (date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__day_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.635303, "supported_languages": null}, "macro.dbt_date.default__day_of_year": {"name": "default__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.default__day_of_year", "macro_sql": "\n\n{%- macro default__day_of_year(date) -%}\n {{ dbt_date.date_part('dayofyear', date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6356869, "supported_languages": null}, "macro.dbt_date.postgres__day_of_year": {"name": "postgres__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.postgres__day_of_year", "macro_sql": "\n\n{%- macro postgres__day_of_year(date) -%}\n {{ dbt_date.date_part('doy', date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.636068, "supported_languages": null}, "macro.dbt_date.redshift__day_of_year": {"name": "redshift__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.redshift__day_of_year", "macro_sql": "\n\n{%- macro redshift__day_of_year(date) -%}\n cast({{ dbt_date.date_part('dayofyear', date) }} as {{ dbt.type_bigint() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.636568, "supported_languages": null}, "macro.dbt_date.spark__day_of_year": {"name": "spark__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.spark__day_of_year", "macro_sql": "\n\n{%- macro spark__day_of_year(date) -%}\n dayofyear({{ date }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.63686, "supported_languages": null}, "macro.dbt_date.round_timestamp": {"name": "round_timestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/round_timestamp.sql", "original_file_path": "macros/calendar_date/round_timestamp.sql", "unique_id": "macro.dbt_date.round_timestamp", "macro_sql": "{% macro round_timestamp(timestamp) %}\n {{ dbt.date_trunc(\"day\", dbt.dateadd(\"hour\", 12, timestamp)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.637493, "supported_languages": null}, "macro.dbt_date.from_unixtimestamp": {"name": "from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.from_unixtimestamp", "macro_sql": "{%- macro from_unixtimestamp(epochs, format=\"seconds\") -%}\n {{ adapter.dispatch('from_unixtimestamp', 'dbt_date') (epochs, format) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.bigquery__from_unixtimestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.639946, "supported_languages": null}, "macro.dbt_date.default__from_unixtimestamp": {"name": "default__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.default__from_unixtimestamp", "macro_sql": "\n\n{%- macro default__from_unixtimestamp(epochs, format=\"seconds\") -%}\n {%- if format != \"seconds\" -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n to_timestamp({{ epochs }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.640634, "supported_languages": null}, "macro.dbt_date.postgres__from_unixtimestamp": {"name": "postgres__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.postgres__from_unixtimestamp", "macro_sql": "\n\n{%- macro postgres__from_unixtimestamp(epochs, format=\"seconds\") -%}\n {%- if format != \"seconds\" -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n cast(to_timestamp({{ epochs }}) at time zone 'UTC' as timestamp)\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6413171, "supported_languages": null}, "macro.dbt_date.snowflake__from_unixtimestamp": {"name": "snowflake__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.snowflake__from_unixtimestamp", "macro_sql": "\n\n{%- macro snowflake__from_unixtimestamp(epochs, format) -%}\n {%- if format == \"seconds\" -%}\n {%- set scale = 0 -%}\n {%- elif format == \"milliseconds\" -%}\n {%- set scale = 3 -%}\n {%- elif format == \"microseconds\" -%}\n {%- set scale = 6 -%}\n {%- else -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n to_timestamp_ntz({{ epochs }}, {{ scale }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6425831, "supported_languages": null}, "macro.dbt_date.bigquery__from_unixtimestamp": {"name": "bigquery__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.bigquery__from_unixtimestamp", "macro_sql": "\n\n{%- macro bigquery__from_unixtimestamp(epochs, format) -%}\n {%- if format == \"seconds\" -%}\n timestamp_seconds({{ epochs }})\n {%- elif format == \"milliseconds\" -%}\n timestamp_millis({{ epochs }})\n {%- elif format == \"microseconds\" -%}\n timestamp_micros({{ epochs }})\n {%- else -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6436322, "supported_languages": null}, "macro.dbt_date.n_months_ago": {"name": "n_months_ago", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_months_ago.sql", "original_file_path": "macros/calendar_date/n_months_ago.sql", "unique_id": "macro.dbt_date.n_months_ago", "macro_sql": "{%- macro n_months_ago(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('month',\n dbt.dateadd('month', -1 * n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6445959, "supported_languages": null}, "macro.dbt_date.date_part": {"name": "date_part", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/date_part.sql", "original_file_path": "macros/calendar_date/date_part.sql", "unique_id": "macro.dbt_date.date_part", "macro_sql": "{% macro date_part(datepart, date) -%}\n {{ adapter.dispatch('date_part', 'dbt_date') (datepart, date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.bigquery__date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.645345, "supported_languages": null}, "macro.dbt_date.default__date_part": {"name": "default__date_part", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/date_part.sql", "original_file_path": "macros/calendar_date/date_part.sql", "unique_id": "macro.dbt_date.default__date_part", "macro_sql": "{% macro default__date_part(datepart, date) -%}\n date_part('{{ datepart }}', {{ date }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6457129, "supported_languages": null}, "macro.dbt_date.bigquery__date_part": {"name": "bigquery__date_part", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/date_part.sql", "original_file_path": "macros/calendar_date/date_part.sql", "unique_id": "macro.dbt_date.bigquery__date_part", "macro_sql": "{% macro bigquery__date_part(datepart, date) -%}\n extract({{ datepart }} from {{ date }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.646073, "supported_languages": null}, "macro.dbt_date.n_weeks_away": {"name": "n_weeks_away", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_weeks_away.sql", "original_file_path": "macros/calendar_date/n_weeks_away.sql", "unique_id": "macro.dbt_date.n_weeks_away", "macro_sql": "{%- macro n_weeks_away(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('week',\n dbt.dateadd('week', n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.646975, "supported_languages": null}, "macro.dbt_date.day_of_month": {"name": "day_of_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_month.sql", "original_file_path": "macros/calendar_date/day_of_month.sql", "unique_id": "macro.dbt_date.day_of_month", "macro_sql": "{%- macro day_of_month(date) -%}\n{{ dbt_date.date_part('day', date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.647552, "supported_languages": null}, "macro.dbt_date.redshift__day_of_month": {"name": "redshift__day_of_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_month.sql", "original_file_path": "macros/calendar_date/day_of_month.sql", "unique_id": "macro.dbt_date.redshift__day_of_month", "macro_sql": "\n\n{%- macro redshift__day_of_month(date) -%}\ncast({{ dbt_date.date_part('day', date) }} as {{ dbt.type_bigint() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.648223, "supported_languages": null}, "macro.dbt_date.yesterday": {"name": "yesterday", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/yesterday.sql", "original_file_path": "macros/calendar_date/yesterday.sql", "unique_id": "macro.dbt_date.yesterday", "macro_sql": "{%- macro yesterday(date=None, tz=None) -%}\n{{ dbt_date.n_days_ago(1, date, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_days_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.648801, "supported_languages": null}, "macro.dbt_date.day_of_week": {"name": "day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.day_of_week", "macro_sql": "{%- macro day_of_week(date, isoweek=true) -%}\n{{ adapter.dispatch('day_of_week', 'dbt_date') (date, isoweek) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.bigquery__day_of_week"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.652722, "supported_languages": null}, "macro.dbt_date.default__day_of_week": {"name": "default__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.default__day_of_week", "macro_sql": "\n\n{%- macro default__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (0) to Monday (1)\n when {{ dow }} = 0 then 7\n else {{ dow }}\n end\n {%- else -%}\n {{ dow }} + 1\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.653537, "supported_languages": null}, "macro.dbt_date.snowflake__day_of_week": {"name": "snowflake__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.snowflake__day_of_week", "macro_sql": "\n\n{%- macro snowflake__day_of_week(date, isoweek) -%}\n\n {%- if isoweek -%}\n {%- set dow_part = 'dayofweekiso' -%}\n {{ dbt_date.date_part(dow_part, date) }}\n {%- else -%}\n {%- set dow_part = 'dayofweek' -%}\n case\n when {{ dbt_date.date_part(dow_part, date) }} = 7 then 1\n else {{ dbt_date.date_part(dow_part, date) }} + 1\n end\n {%- endif -%}\n\n\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.654624, "supported_languages": null}, "macro.dbt_date.bigquery__day_of_week": {"name": "bigquery__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.bigquery__day_of_week", "macro_sql": "\n\n{%- macro bigquery__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (1) to Monday (2)\n when {{ dow }} = 1 then 7\n else {{ dow }} - 1\n end\n {%- else -%}\n {{ dow }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6553988, "supported_languages": null}, "macro.dbt_date.postgres__day_of_week": {"name": "postgres__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.postgres__day_of_week", "macro_sql": "\n\n\n{%- macro postgres__day_of_week(date, isoweek) -%}\n\n {%- if isoweek -%}\n {%- set dow_part = 'isodow' -%}\n -- Monday(1) to Sunday (7)\n cast({{ dbt_date.date_part(dow_part, date) }} as {{ dbt.type_int() }})\n {%- else -%}\n {%- set dow_part = 'dow' -%}\n -- Sunday(1) to Saturday (7)\n cast({{ dbt_date.date_part(dow_part, date) }} + 1 as {{ dbt.type_int() }})\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.656518, "supported_languages": null}, "macro.dbt_date.redshift__day_of_week": {"name": "redshift__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.redshift__day_of_week", "macro_sql": "\n\n\n{%- macro redshift__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (0) to Monday (1)\n when {{ dow }} = 0 then 7\n else cast({{ dow }} as {{ dbt.type_bigint() }})\n end\n {%- else -%}\n cast({{ dow }} + 1 as {{ dbt.type_bigint() }})\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6574929, "supported_languages": null}, "macro.dbt_date.duckdb__day_of_week": {"name": "duckdb__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.duckdb__day_of_week", "macro_sql": "\n\n{%- macro duckdb__day_of_week(date, isoweek) -%}\n{{ return(dbt_date.postgres__day_of_week(date, isoweek)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__day_of_week"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6579509, "supported_languages": null}, "macro.dbt_date.spark__day_of_week": {"name": "spark__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.spark__day_of_week", "macro_sql": "\n\n\n{%- macro spark__day_of_week(date, isoweek) -%}\n\n {%- set dow = \"dayofweek_iso\" if isoweek else \"dayofweek\" -%}\n\n {{ dbt_date.date_part(dow, date) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6585238, "supported_languages": null}, "macro.dbt_date.iso_week_end": {"name": "iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date.iso_week_end", "macro_sql": "{%- macro iso_week_end(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_end', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.65967, "supported_languages": null}, "macro.dbt_date._iso_week_end": {"name": "_iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date._iso_week_end", "macro_sql": "{%- macro _iso_week_end(date, week_type) -%}\n{%- set dt = dbt_date.iso_week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.iso_week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6602602, "supported_languages": null}, "macro.dbt_date.default__iso_week_end": {"name": "default__iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date.default__iso_week_end", "macro_sql": "\n\n{%- macro default__iso_week_end(date) -%}\n{{ dbt_date._iso_week_end(date, 'isoweek') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6606631, "supported_languages": null}, "macro.dbt_date.snowflake__iso_week_end": {"name": "snowflake__iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date.snowflake__iso_week_end", "macro_sql": "\n\n{%- macro snowflake__iso_week_end(date) -%}\n{{ dbt_date._iso_week_end(date, 'weekiso') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.661055, "supported_languages": null}, "macro.dbt_date.n_weeks_ago": {"name": "n_weeks_ago", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_weeks_ago.sql", "original_file_path": "macros/calendar_date/n_weeks_ago.sql", "unique_id": "macro.dbt_date.n_weeks_ago", "macro_sql": "{%- macro n_weeks_ago(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('week',\n dbt.dateadd('week', -1 * n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.662005, "supported_languages": null}, "macro.dbt_date.month_name": {"name": "month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.month_name", "macro_sql": "{%- macro month_name(date, short=True) -%}\n {{ adapter.dispatch('month_name', 'dbt_date') (date, short) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.bigquery__month_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.663369, "supported_languages": null}, "macro.dbt_date.default__month_name": {"name": "default__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.default__month_name", "macro_sql": "\n\n{%- macro default__month_name(date, short) -%}\n{%- set f = 'MON' if short else 'MONTH' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.663938, "supported_languages": null}, "macro.dbt_date.bigquery__month_name": {"name": "bigquery__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.bigquery__month_name", "macro_sql": "\n\n{%- macro bigquery__month_name(date, short) -%}\n{%- set f = '%b' if short else '%B' -%}\n format_date('{{ f }}', cast({{ date }} as date))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.664479, "supported_languages": null}, "macro.dbt_date.snowflake__month_name": {"name": "snowflake__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.snowflake__month_name", "macro_sql": "\n\n{%- macro snowflake__month_name(date, short) -%}\n{%- set f = 'MON' if short else 'MMMM' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.665005, "supported_languages": null}, "macro.dbt_date.postgres__month_name": {"name": "postgres__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.postgres__month_name", "macro_sql": "\n\n{%- macro postgres__month_name(date, short) -%}\n{# FM = Fill mode, which suppresses padding blanks #}\n{%- set f = 'FMMon' if short else 'FMMonth' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.665552, "supported_languages": null}, "macro.dbt_date.duckdb__month_name": {"name": "duckdb__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.duckdb__month_name", "macro_sql": "\n\n\n{%- macro duckdb__month_name(date, short) -%}\n {%- if short -%}\n substr(monthname({{ date }}), 1, 3)\n {%- else -%}\n monthname({{ date }})\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.666067, "supported_languages": null}, "macro.dbt_date.spark__month_name": {"name": "spark__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.spark__month_name", "macro_sql": "\n\n{%- macro spark__month_name(date, short) -%}\n{%- set f = 'LLL' if short else 'LLLL' -%}\n date_format({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.66661, "supported_languages": null}, "macro.dbt_date.last_month_name": {"name": "last_month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_month_name.sql", "original_file_path": "macros/calendar_date/last_month_name.sql", "unique_id": "macro.dbt_date.last_month_name", "macro_sql": "{%- macro last_month_name(short=True, tz=None) -%}\n{{ dbt_date.month_name(dbt_date.last_month(tz), short=short) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.month_name", "macro.dbt_date.last_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.667244, "supported_languages": null}, "macro.dbt_date.week_of_year": {"name": "week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.week_of_year", "macro_sql": "{%- macro week_of_year(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_of_year', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.668504, "supported_languages": null}, "macro.dbt_date.default__week_of_year": {"name": "default__week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.default__week_of_year", "macro_sql": "{%- macro default__week_of_year(date) -%}\ncast({{ dbt_date.date_part('week', date) }} as {{ dbt.type_int() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.669007, "supported_languages": null}, "macro.dbt_date.postgres__week_of_year": {"name": "postgres__week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.postgres__week_of_year", "macro_sql": "\n\n{%- macro postgres__week_of_year(date) -%}\n{# postgresql 'week' returns isoweek. Use to_char instead.\n WW = the first week starts on the first day of the year #}\ncast(to_char({{ date }}, 'WW') as {{ dbt.type_int() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.66941, "supported_languages": null}, "macro.dbt_date.duckdb__week_of_year": {"name": "duckdb__week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.duckdb__week_of_year", "macro_sql": "\n\n{%- macro duckdb__week_of_year(date) -%}\ncast(ceil(dayofyear({{ date }}) / 7) as int)\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.669699, "supported_languages": null}, "macro.dbt_date.convert_timezone": {"name": "convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.convert_timezone", "macro_sql": "{%- macro convert_timezone(column, target_tz=None, source_tz=None) -%}\n{%- set source_tz = \"UTC\" if not source_tz else source_tz -%}\n{%- set target_tz = var(\"dbt_date:time_zone\") if not target_tz else target_tz -%}\n{{ adapter.dispatch('convert_timezone', 'dbt_date') (column, target_tz, source_tz) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.bigquery__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.671903, "supported_languages": null}, "macro.dbt_date.default__convert_timezone": {"name": "default__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.default__convert_timezone", "macro_sql": "{% macro default__convert_timezone(column, target_tz, source_tz) -%}\nconvert_timezone('{{ source_tz }}', '{{ target_tz }}',\n cast({{ column }} as {{ dbt.type_timestamp() }})\n)\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6724591, "supported_languages": null}, "macro.dbt_date.bigquery__convert_timezone": {"name": "bigquery__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.bigquery__convert_timezone", "macro_sql": "{%- macro bigquery__convert_timezone(column, target_tz, source_tz=None) -%}\ntimestamp(datetime({{ column }}, '{{ target_tz}}'))\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.672875, "supported_languages": null}, "macro.dbt_date.postgres__convert_timezone": {"name": "postgres__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.postgres__convert_timezone", "macro_sql": "{% macro postgres__convert_timezone(column, target_tz, source_tz) -%}\ncast(\n cast({{ column }} as {{ dbt.type_timestamp() }})\n at time zone '{{ source_tz }}' at time zone '{{ target_tz }}' as {{ dbt.type_timestamp() }}\n)\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.673502, "supported_languages": null}, "macro.dbt_date.redshift__convert_timezone": {"name": "redshift__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.redshift__convert_timezone", "macro_sql": "{%- macro redshift__convert_timezone(column, target_tz, source_tz) -%}\n{{ return(dbt_date.default__convert_timezone(column, target_tz, source_tz)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.default__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.67401, "supported_languages": null}, "macro.dbt_date.duckdb__convert_timezone": {"name": "duckdb__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.duckdb__convert_timezone", "macro_sql": "{% macro duckdb__convert_timezone(column, target_tz, source_tz) -%}\n{{ return(dbt_date.postgres__convert_timezone(column, target_tz, source_tz)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.postgres__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.674512, "supported_languages": null}, "macro.dbt_date.spark__convert_timezone": {"name": "spark__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.spark__convert_timezone", "macro_sql": "{%- macro spark__convert_timezone(column, target_tz, source_tz) -%}\nfrom_utc_timestamp(\n to_utc_timestamp({{ column }}, '{{ source_tz }}'),\n '{{ target_tz }}'\n )\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.674955, "supported_languages": null}, "macro.dbt_date.n_months_away": {"name": "n_months_away", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_months_away.sql", "original_file_path": "macros/calendar_date/n_months_away.sql", "unique_id": "macro.dbt_date.n_months_away", "macro_sql": "{%- macro n_months_away(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('month',\n dbt.dateadd('month', n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.675838, "supported_languages": null}, "macro.dbt_date.iso_week_of_year": {"name": "iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.iso_week_of_year", "macro_sql": "{%- macro iso_week_of_year(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_of_year', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6774158, "supported_languages": null}, "macro.dbt_date._iso_week_of_year": {"name": "_iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date._iso_week_of_year", "macro_sql": "{%- macro _iso_week_of_year(date, week_type) -%}\ncast({{ dbt_date.date_part(week_type, date) }} as {{ dbt.type_int() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6779451, "supported_languages": null}, "macro.dbt_date.default__iso_week_of_year": {"name": "default__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.default__iso_week_of_year", "macro_sql": "\n\n{%- macro default__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'isoweek') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.678345, "supported_languages": null}, "macro.dbt_date.snowflake__iso_week_of_year": {"name": "snowflake__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.snowflake__iso_week_of_year", "macro_sql": "\n\n{%- macro snowflake__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'weekiso') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.678724, "supported_languages": null}, "macro.dbt_date.postgres__iso_week_of_year": {"name": "postgres__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.postgres__iso_week_of_year", "macro_sql": "\n\n{%- macro postgres__iso_week_of_year(date) -%}\n-- postgresql week is isoweek, the first week of a year containing January 4 of that year.\n{{ dbt_date._iso_week_of_year(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.679126, "supported_languages": null}, "macro.dbt_date.duckdb__iso_week_of_year": {"name": "duckdb__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.duckdb__iso_week_of_year", "macro_sql": "\n\n{%- macro duckdb__iso_week_of_year(date) -%}\n{{ return(dbt_date.postgres__iso_week_of_year(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.67951, "supported_languages": null}, "macro.dbt_date.spark__iso_week_of_year": {"name": "spark__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.spark__iso_week_of_year", "macro_sql": "\n\n{%- macro spark__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.679886, "supported_languages": null}, "macro.dbt_date.week_end": {"name": "week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.week_end", "macro_sql": "{%- macro week_end(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_end', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.681071, "supported_languages": null}, "macro.dbt_date.default__week_end": {"name": "default__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.default__week_end", "macro_sql": "{%- macro default__week_end(date) -%}\n{{ last_day(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6814358, "supported_languages": null}, "macro.dbt_date.snowflake__week_end": {"name": "snowflake__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.snowflake__week_end", "macro_sql": "\n\n{%- macro snowflake__week_end(date) -%}\n{%- set dt = dbt_date.week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.68198, "supported_languages": null}, "macro.dbt_date.postgres__week_end": {"name": "postgres__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.postgres__week_end", "macro_sql": "\n\n{%- macro postgres__week_end(date) -%}\n{%- set dt = dbt_date.week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6825118, "supported_languages": null}, "macro.dbt_date.duckdb__week_end": {"name": "duckdb__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.duckdb__week_end", "macro_sql": "\n\n{%- macro duckdb__week_end(date) -%}\n{{ return(dbt_date.postgres__week_end(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.683018, "supported_languages": null}, "macro.dbt_date.next_month_number": {"name": "next_month_number", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_month_number.sql", "original_file_path": "macros/calendar_date/next_month_number.sql", "unique_id": "macro.dbt_date.next_month_number", "macro_sql": "{%- macro next_month_number(tz=None) -%}\n{{ dbt_date.date_part('month', dbt_date.next_month(tz)) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_date.next_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.683556, "supported_languages": null}, "macro.dbt_date.last_month_number": {"name": "last_month_number", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_month_number.sql", "original_file_path": "macros/calendar_date/last_month_number.sql", "unique_id": "macro.dbt_date.last_month_number", "macro_sql": "{%- macro last_month_number(tz=None) -%}\n{{ dbt_date.date_part('month', dbt_date.last_month(tz)) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_date.last_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.684065, "supported_languages": null}, "macro.fivetran_utils.enabled_vars": {"name": "enabled_vars", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/enabled_vars.sql", "original_file_path": "macros/enabled_vars.sql", "unique_id": "macro.fivetran_utils.enabled_vars", "macro_sql": "{% macro enabled_vars(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, True) == False %}\n {{ return(False) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(True) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.684983, "supported_languages": null}, "macro.fivetran_utils.percentile": {"name": "percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.percentile", "macro_sql": "{% macro percentile(percentile_field, partition_field, percent) -%}\n\n{{ adapter.dispatch('percentile', 'fivetran_utils') (percentile_field, partition_field, percent) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6866229, "supported_languages": null}, "macro.fivetran_utils.default__percentile": {"name": "default__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.default__percentile", "macro_sql": "{% macro default__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.687086, "supported_languages": null}, "macro.fivetran_utils.redshift__percentile": {"name": "redshift__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.redshift__percentile", "macro_sql": "{% macro redshift__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.687475, "supported_languages": null}, "macro.fivetran_utils.bigquery__percentile": {"name": "bigquery__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.bigquery__percentile", "macro_sql": "{% macro bigquery__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6878579, "supported_languages": null}, "macro.fivetran_utils.postgres__percentile": {"name": "postgres__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.postgres__percentile", "macro_sql": "{% macro postgres__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n /* have to group by partition field */\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6881971, "supported_languages": null}, "macro.fivetran_utils.spark__percentile": {"name": "spark__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.spark__percentile", "macro_sql": "{% macro spark__percentile(percentile_field, partition_field, percent) %}\n\n percentile( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.688577, "supported_languages": null}, "macro.fivetran_utils.pivot_json_extract": {"name": "pivot_json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/pivot_json_extract.sql", "original_file_path": "macros/pivot_json_extract.sql", "unique_id": "macro.fivetran_utils.pivot_json_extract", "macro_sql": "{% macro pivot_json_extract(string, list_of_properties) %}\n\n{%- for property in list_of_properties -%}\n{%- if property is mapping -%}\nreplace( {{ fivetran_utils.json_extract(string, property.name) }}, '\"', '') as {{ property.alias if property.alias else property.name | replace(' ', '_') | replace('.', '_') | lower }}\n\n{%- else -%}\nreplace( {{ fivetran_utils.json_extract(string, property) }}, '\"', '') as {{ property | replace(' ', '_') | lower }}\n\n{%- endif -%}\n{%- if not loop.last -%},{%- endif %}\n{% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.690231, "supported_languages": null}, "macro.fivetran_utils.persist_pass_through_columns": {"name": "persist_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/persist_pass_through_columns.sql", "original_file_path": "macros/persist_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.persist_pass_through_columns", "macro_sql": "{% macro persist_pass_through_columns(pass_through_variable, identifier=none, transform='') %}\n\n{% if var(pass_through_variable, none) %}\n {% for field in var(pass_through_variable) %}\n , {{ transform ~ '(' ~ (identifier ~ '.' if identifier else '') ~ (field.alias if field.alias else field.name) ~ ')' }} as {{ field.alias if field.alias else field.name }}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.691596, "supported_languages": null}, "macro.fivetran_utils.json_parse": {"name": "json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.json_parse", "macro_sql": "{% macro json_parse(string, string_path) -%}\n\n{{ adapter.dispatch('json_parse', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6939678, "supported_languages": null}, "macro.fivetran_utils.default__json_parse": {"name": "default__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.default__json_parse", "macro_sql": "{% macro default__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.69484, "supported_languages": null}, "macro.fivetran_utils.redshift__json_parse": {"name": "redshift__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.redshift__json_parse", "macro_sql": "{% macro redshift__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.695513, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_parse": {"name": "bigquery__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.bigquery__json_parse", "macro_sql": "{% macro bigquery__json_parse(string, string_path) %}\n\n \n json_extract_scalar({{string}}, '$.{%- for s in string_path -%}{{ s }}{%- if not loop.last -%}.{%- endif -%}{%- endfor -%} ')\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.69612, "supported_languages": null}, "macro.fivetran_utils.postgres__json_parse": {"name": "postgres__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.postgres__json_parse", "macro_sql": "{% macro postgres__json_parse(string, string_path) %}\n\n {{string}}::json #>> '{ {%- for s in string_path -%}{{ s }}{%- if not loop.last -%},{%- endif -%}{%- endfor -%} }'\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.696667, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_parse": {"name": "snowflake__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.snowflake__json_parse", "macro_sql": "{% macro snowflake__json_parse(string, string_path) %}\n\n parse_json( {{string}} ) {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.6973178, "supported_languages": null}, "macro.fivetran_utils.spark__json_parse": {"name": "spark__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.spark__json_parse", "macro_sql": "{% macro spark__json_parse(string, string_path) %}\n\n {{string}} : {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.697933, "supported_languages": null}, "macro.fivetran_utils.max_bool": {"name": "max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.max_bool", "macro_sql": "{% macro max_bool(boolean_field) -%}\n\n{{ adapter.dispatch('max_bool', 'fivetran_utils') (boolean_field) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__max_bool"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.698588, "supported_languages": null}, "macro.fivetran_utils.default__max_bool": {"name": "default__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.default__max_bool", "macro_sql": "{% macro default__max_bool(boolean_field) %}\n\n bool_or( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.698842, "supported_languages": null}, "macro.fivetran_utils.snowflake__max_bool": {"name": "snowflake__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.snowflake__max_bool", "macro_sql": "{% macro snowflake__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.699092, "supported_languages": null}, "macro.fivetran_utils.bigquery__max_bool": {"name": "bigquery__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.bigquery__max_bool", "macro_sql": "{% macro bigquery__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.699334, "supported_languages": null}, "macro.fivetran_utils.calculated_fields": {"name": "calculated_fields", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/calculated_fields.sql", "original_file_path": "macros/calculated_fields.sql", "unique_id": "macro.fivetran_utils.calculated_fields", "macro_sql": "{% macro calculated_fields(variable) -%}\n\n{% if var(variable, none) %}\n {% for field in var(variable) %}\n , {{ field.transform_sql }} as {{ field.name }} \n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.700811, "supported_languages": null}, "macro.fivetran_utils.drop_schemas_automation": {"name": "drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.drop_schemas_automation", "macro_sql": "{% macro drop_schemas_automation(drop_target_schema=true) %}\n {{ return(adapter.dispatch('drop_schemas_automation', 'fivetran_utils')(drop_target_schema)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__drop_schemas_automation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.703088, "supported_languages": null}, "macro.fivetran_utils.default__drop_schemas_automation": {"name": "default__drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.default__drop_schemas_automation", "macro_sql": "{% macro default__drop_schemas_automation(drop_target_schema=true) %}\n\n{% set fetch_list_sql %}\n {% if target.type not in ('databricks', 'spark') %}\n select schema_name\n from \n {{ wrap_in_quotes(target.database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like '{{ target.schema | lower }}{%- if not drop_target_schema -%}_{%- endif -%}%'\n {% else %}\n SHOW SCHEMAS LIKE '{{ target.schema }}{%- if not drop_target_schema -%}_{%- endif -%}*'\n {% endif %}\n{% endset %}\n\n{% set results = run_query(fetch_list_sql) %}\n\n{% if execute %}\n {% set results_list = results.columns[0].values() %}\n{% else %}\n {% set results_list = [] %}\n{% endif %}\n\n{% for schema_to_drop in results_list %}\n {% do adapter.drop_schema(api.Relation.create(database=target.database, schema=schema_to_drop)) %}\n {{ print('Schema ' ~ schema_to_drop ~ ' successfully dropped from the ' ~ target.database ~ ' database.\\n')}}\n{% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.wrap_in_quotes", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.706155, "supported_languages": null}, "macro.fivetran_utils.seed_data_helper": {"name": "seed_data_helper", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/seed_data_helper.sql", "original_file_path": "macros/seed_data_helper.sql", "unique_id": "macro.fivetran_utils.seed_data_helper", "macro_sql": "{% macro seed_data_helper(seed_name, warehouses) %}\n\n{% if target.type in warehouses %}\n {% for w in warehouses %}\n {% if target.type == w %}\n {{ return(ref(seed_name ~ \"_\" ~ w ~ \"\")) }}\n {% endif %}\n {% endfor %}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.70766, "supported_languages": null}, "macro.fivetran_utils.fill_pass_through_columns": {"name": "fill_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_pass_through_columns.sql", "original_file_path": "macros/fill_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.fill_pass_through_columns", "macro_sql": "{% macro fill_pass_through_columns(pass_through_variable) %}\n\n{% if var(pass_through_variable) %}\n {% for field in var(pass_through_variable) %}\n {% if field is mapping %}\n {% if field.transform_sql %}\n , {{ field.transform_sql }} as {{ field.alias if field.alias else field.name }}\n {% else %}\n , {{ field.alias if field.alias else field.name }}\n {% endif %}\n {% else %}\n , {{ field }}\n {% endif %}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.71015, "supported_languages": null}, "macro.fivetran_utils.string_agg": {"name": "string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.string_agg", "macro_sql": "{% macro string_agg(field_to_agg, delimiter) -%}\n\n{{ adapter.dispatch('string_agg', 'fivetran_utils') (field_to_agg, delimiter) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__string_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.712063, "supported_languages": null}, "macro.fivetran_utils.default__string_agg": {"name": "default__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.default__string_agg", "macro_sql": "{% macro default__string_agg(field_to_agg, delimiter) %}\n string_agg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.71292, "supported_languages": null}, "macro.fivetran_utils.snowflake__string_agg": {"name": "snowflake__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.snowflake__string_agg", "macro_sql": "{% macro snowflake__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.713571, "supported_languages": null}, "macro.fivetran_utils.redshift__string_agg": {"name": "redshift__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.redshift__string_agg", "macro_sql": "{% macro redshift__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7141602, "supported_languages": null}, "macro.fivetran_utils.spark__string_agg": {"name": "spark__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.spark__string_agg", "macro_sql": "{% macro spark__string_agg(field_to_agg, delimiter) %}\n -- collect set will remove duplicates\n replace(replace(replace(cast( collect_set({{ field_to_agg }}) as string), '[', ''), ']', ''), ', ', {{ delimiter }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.714764, "supported_languages": null}, "macro.fivetran_utils.timestamp_diff": {"name": "timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.timestamp_diff", "macro_sql": "{% macro timestamp_diff(first_date, second_date, datepart) %}\n {{ adapter.dispatch('timestamp_diff', 'fivetran_utils')(first_date, second_date, datepart) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.721332, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_diff": {"name": "default__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.default__timestamp_diff", "macro_sql": "{% macro default__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7217898, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_diff": {"name": "redshift__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.redshift__timestamp_diff", "macro_sql": "{% macro redshift__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.722229, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_diff": {"name": "bigquery__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.bigquery__timestamp_diff", "macro_sql": "{% macro bigquery__timestamp_diff(first_date, second_date, datepart) %}\n\n timestamp_diff(\n {{second_date}},\n {{first_date}},\n {{datepart}}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7226508, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_diff": {"name": "postgres__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.postgres__timestamp_diff", "macro_sql": "{% macro postgres__timestamp_diff(first_date, second_date, datepart) %}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ dbt.datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.727324, "supported_languages": null}, "macro.fivetran_utils.try_cast": {"name": "try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.try_cast", "macro_sql": "{% macro try_cast(field, type) %}\n {{ adapter.dispatch('try_cast', 'fivetran_utils') (field, type) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.729266, "supported_languages": null}, "macro.fivetran_utils.default__safe_cast": {"name": "default__safe_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.729721, "supported_languages": null}, "macro.fivetran_utils.redshift__try_cast": {"name": "redshift__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.redshift__try_cast", "macro_sql": "{% macro redshift__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when trim({{field}}) ~ '^(0|[1-9][0-9]*)$' then trim({{field}})\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.730489, "supported_languages": null}, "macro.fivetran_utils.postgres__try_cast": {"name": "postgres__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.postgres__try_cast", "macro_sql": "{% macro postgres__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar)) ~ '^(0|[1-9][0-9]*)$' \n then replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar))\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.731255, "supported_languages": null}, "macro.fivetran_utils.snowflake__try_cast": {"name": "snowflake__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.snowflake__try_cast", "macro_sql": "{% macro snowflake__try_cast(field, type) %}\n try_cast(cast({{field}} as varchar) as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.731617, "supported_languages": null}, "macro.fivetran_utils.bigquery__try_cast": {"name": "bigquery__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.bigquery__try_cast", "macro_sql": "{% macro bigquery__try_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.731967, "supported_languages": null}, "macro.fivetran_utils.spark__try_cast": {"name": "spark__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.spark__try_cast", "macro_sql": "{% macro spark__try_cast(field, type) %}\n try_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7323189, "supported_languages": null}, "macro.fivetran_utils.source_relation": {"name": "source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "unique_id": "macro.fivetran_utils.source_relation", "macro_sql": "{% macro source_relation(union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('source_relation', 'fivetran_utils') (union_schema_variable, union_database_variable) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7334158, "supported_languages": null}, "macro.fivetran_utils.default__source_relation": {"name": "default__source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "unique_id": "macro.fivetran_utils.default__source_relation", "macro_sql": "{% macro default__source_relation(union_schema_variable, union_database_variable) %}\n\n{% if var(union_schema_variable, none) %}\n, case\n {% for schema in var(union_schema_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%.{{ schema|lower }}.%' then '{{ schema|lower }}'\n {% endfor %}\n end as source_relation\n{% elif var(union_database_variable, none) %}\n, case\n {% for database in var(union_database_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%{{ database|lower }}.%' then '{{ database|lower }}'\n {% endfor %}\n end as source_relation\n{% else %}\n, cast('' as {{ dbt.type_string() }}) as source_relation\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.734931, "supported_languages": null}, "macro.fivetran_utils.first_value": {"name": "first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.first_value", "macro_sql": "{% macro first_value(first_value_field, partition_field, order_by_field, order=\"asc\") -%}\n\n{{ adapter.dispatch('first_value', 'fivetran_utils') (first_value_field, partition_field, order_by_field, order) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__first_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.736057, "supported_languages": null}, "macro.fivetran_utils.default__first_value": {"name": "default__first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.default__first_value", "macro_sql": "{% macro default__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.736618, "supported_languages": null}, "macro.fivetran_utils.redshift__first_value": {"name": "redshift__first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.redshift__first_value", "macro_sql": "{% macro redshift__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} , {{ partition_field }} rows unbounded preceding )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.737237, "supported_languages": null}, "macro.fivetran_utils.add_dbt_source_relation": {"name": "add_dbt_source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/add_dbt_source_relation.sql", "original_file_path": "macros/add_dbt_source_relation.sql", "unique_id": "macro.fivetran_utils.add_dbt_source_relation", "macro_sql": "{% macro add_dbt_source_relation() %}\n\n{% if var('union_schemas', none) or var('union_databases', none) %}\n, _dbt_source_relation\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.737908, "supported_languages": null}, "macro.fivetran_utils.add_pass_through_columns": {"name": "add_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/add_pass_through_columns.sql", "original_file_path": "macros/add_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.add_pass_through_columns", "macro_sql": "{% macro add_pass_through_columns(base_columns, pass_through_var) %}\n\n {% if pass_through_var %}\n\n {% for column in pass_through_var %}\n\n {% if column is mapping %}\n\n {% if column.alias %}\n\n {% do base_columns.append({ \"name\": column.name, \"alias\": column.alias, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column.name, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n \n {% endif %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column, \"datatype\": dbt.type_string()}) %}\n\n {% endif %}\n\n {% endfor %}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7405922, "supported_languages": null}, "macro.fivetran_utils.union_relations": {"name": "union_relations", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "unique_id": "macro.fivetran_utils.union_relations", "macro_sql": "{%- macro union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n {%- set source_column_name = source_column_name if source_column_name is not none else '_dbt_source_relation' -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column in exclude -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column not in include -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ aliases[loop.index0] if aliases else relation }}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7499719, "supported_languages": null}, "macro.fivetran_utils.union_tables": {"name": "union_tables", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "unique_id": "macro.fivetran_utils.union_tables", "macro_sql": "{%- macro union_tables(tables, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_table') -%}\n\n {%- do exceptions.warn(\"Warning: the `union_tables` macro is no longer supported and will be deprecated in a future release of dbt-utils. Use the `union_relations` macro instead\") -%}\n\n {{ return(dbt_utils.union_relations(tables, column_override, include, exclude, source_column_name)) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils.union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.750945, "supported_languages": null}, "macro.fivetran_utils.snowflake_seed_data": {"name": "snowflake_seed_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/snowflake_seed_data.sql", "original_file_path": "macros/snowflake_seed_data.sql", "unique_id": "macro.fivetran_utils.snowflake_seed_data", "macro_sql": "{% macro snowflake_seed_data(seed_name) %}\n\n{% if target.type == 'snowflake' %}\n{{ return(ref(seed_name ~ '_snowflake')) }}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.751932, "supported_languages": null}, "macro.fivetran_utils.fill_staging_columns": {"name": "fill_staging_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "unique_id": "macro.fivetran_utils.fill_staging_columns", "macro_sql": "{% macro fill_staging_columns(source_columns, staging_columns) -%}\n\n{%- set source_column_names = source_columns|map(attribute='name')|map('lower')|list -%}\n\n{%- for column in staging_columns %}\n {% if column.name|lower in source_column_names -%}\n {{ fivetran_utils.quote_column(column) }} as \n {%- if 'alias' in column %} {{ column.alias }} {% else %} {{ fivetran_utils.quote_column(column) }} {%- endif -%}\n {%- else -%}\n cast(null as {{ column.datatype }})\n {%- if 'alias' in column %} as {{ column.alias }} {% else %} as {{ fivetran_utils.quote_column(column) }} {% endif -%}\n {%- endif -%}\n {%- if not loop.last -%} , {% endif -%}\n{% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.quote_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7554612, "supported_languages": null}, "macro.fivetran_utils.quote_column": {"name": "quote_column", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "unique_id": "macro.fivetran_utils.quote_column", "macro_sql": "{% macro quote_column(column) %}\n {% if 'quote' in column %}\n {% if column.quote %}\n {% if target.type in ('bigquery', 'spark', 'databricks') %}\n `{{ column.name }}`\n {% elif target.type == 'snowflake' %}\n \"{{ column.name | upper }}\"\n {% else %}\n \"{{ column.name }}\"\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7569568, "supported_languages": null}, "macro.fivetran_utils.json_extract": {"name": "json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.json_extract", "macro_sql": "{% macro json_extract(string, string_path) -%}\n\n{{ adapter.dispatch('json_extract', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.758191, "supported_languages": null}, "macro.fivetran_utils.default__json_extract": {"name": "default__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.default__json_extract", "macro_sql": "{% macro default__json_extract(string, string_path) %}\n\n json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} )\n \n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7586172, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_extract": {"name": "snowflake__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.snowflake__json_extract", "macro_sql": "{% macro snowflake__json_extract(string, string_path) %}\n\n json_extract_path_text(try_parse_json( {{string}} ), {{ \"'\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.75905, "supported_languages": null}, "macro.fivetran_utils.redshift__json_extract": {"name": "redshift__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.redshift__json_extract", "macro_sql": "{% macro redshift__json_extract(string, string_path) %}\n\n case when is_valid_json( {{string}} ) then json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} ) else null end\n \n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7595332, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_extract": {"name": "bigquery__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.bigquery__json_extract", "macro_sql": "{% macro bigquery__json_extract(string, string_path) %}\n\n json_extract_scalar({{string}}, {{ \"'$.\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.759964, "supported_languages": null}, "macro.fivetran_utils.postgres__json_extract": {"name": "postgres__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.postgres__json_extract", "macro_sql": "{% macro postgres__json_extract(string, string_path) %}\n\n {{string}}::json->>{{\"'\" ~ string_path ~ \"'\" }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.760394, "supported_languages": null}, "macro.fivetran_utils.collect_freshness": {"name": "collect_freshness", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "unique_id": "macro.fivetran_utils.collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness')(source, loaded_at_field, filter))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7620952, "supported_languages": null}, "macro.fivetran_utils.default__collect_freshness": {"name": "default__collect_freshness", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "unique_id": "macro.fivetran_utils.default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n\n {%- set enabled_array = [] -%}\n {% for node in graph.sources.values() %}\n {% if node.identifier == source.identifier %}\n {% if (node.meta['is_enabled'] | default(true)) %}\n {%- do enabled_array.append(1) -%}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% set is_enabled = (enabled_array != []) %}\n\n select\n {% if is_enabled %}\n max({{ loaded_at_field }})\n {% else %} \n {{ current_timestamp() }} {% endif %} as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n\n {% if is_enabled %}\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endif %}\n\n {% endcall %}\n {{ return(load_result('collect_freshness').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.764682, "supported_languages": null}, "macro.fivetran_utils.timestamp_add": {"name": "timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.timestamp_add", "macro_sql": "{% macro timestamp_add(datepart, interval, from_timestamp) -%}\n\n{{ adapter.dispatch('timestamp_add', 'fivetran_utils') (datepart, interval, from_timestamp) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.bigquery__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7661629, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_add": {"name": "default__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.default__timestamp_add", "macro_sql": "{% macro default__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestampadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.76661, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_add": {"name": "bigquery__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.bigquery__timestamp_add", "macro_sql": "{% macro bigquery__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestamp_add({{ from_timestamp }}, interval {{ interval }} {{ datepart }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.767055, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_add": {"name": "redshift__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.redshift__timestamp_add", "macro_sql": "{% macro redshift__timestamp_add(datepart, interval, from_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.767505, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_add": {"name": "postgres__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.postgres__timestamp_add", "macro_sql": "{% macro postgres__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ from_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.767943, "supported_languages": null}, "macro.fivetran_utils.spark__timestamp_add": {"name": "spark__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.spark__timestamp_add", "macro_sql": "{% macro spark__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ dbt.dateadd(datepart, interval, from_timestamp) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.768438, "supported_languages": null}, "macro.fivetran_utils.ceiling": {"name": "ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.ceiling", "macro_sql": "{% macro ceiling(num) -%}\n\n{{ adapter.dispatch('ceiling', 'fivetran_utils') (num) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__ceiling"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7691698, "supported_languages": null}, "macro.fivetran_utils.default__ceiling": {"name": "default__ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.default__ceiling", "macro_sql": "{% macro default__ceiling(num) %}\n ceiling({{ num }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.769502, "supported_languages": null}, "macro.fivetran_utils.snowflake__ceiling": {"name": "snowflake__ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.snowflake__ceiling", "macro_sql": "{% macro snowflake__ceiling(num) %}\n ceil({{ num }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7697868, "supported_languages": null}, "macro.fivetran_utils.remove_prefix_from_columns": {"name": "remove_prefix_from_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/remove_prefix_from_columns.sql", "original_file_path": "macros/remove_prefix_from_columns.sql", "unique_id": "macro.fivetran_utils.remove_prefix_from_columns", "macro_sql": "{% macro remove_prefix_from_columns(columns, prefix='', exclude=[]) %}\n\n {%- for col in columns if col.name not in exclude -%}\n {%- if col.name[:prefix|length]|lower == prefix -%}\n {{ col.name }} as {{ col.name[prefix|length:] }}\n {%- else -%}\n {{ col.name }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7715352, "supported_languages": null}, "macro.fivetran_utils.union_data": {"name": "union_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "unique_id": "macro.fivetran_utils.union_data", "macro_sql": "{%- macro union_data(table_identifier, database_variable, schema_variable, default_database, default_schema, default_variable, union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('union_data', 'fivetran_utils') (\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.default__union_data"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.778267, "supported_languages": null}, "macro.fivetran_utils.default__union_data": {"name": "default__union_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "unique_id": "macro.fivetran_utils.default__union_data", "macro_sql": "{%- macro default__union_data(\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) -%}\n\n{%- if var(union_schema_variable, none) -%}\n\n {%- set relations = [] -%}\n \n {%- if var(union_schema_variable) is string -%}\n {%- set trimmed = var(union_schema_variable)|trim('[')|trim(']') -%}\n {%- set schemas = trimmed.split(',')|map('trim',\" \")|map('trim','\"')|map('trim',\"'\") -%}\n {%- else -%}\n {%- set schemas = var(union_schema_variable) -%}\n {%- endif -%}\n\n {%- for schema in var(union_schema_variable) -%}\n {%- set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else var(database_variable, default_database),\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else schema,\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n \n {%- set relation_exists=relation is not none -%}\n\n {%- if relation_exists -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n {%- endfor -%}\n \n {%- if relations != [] -%}\n {{ dbt_utils.union_relations(relations) }}\n {%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n {%- endif -%}\n\n{%- elif var(union_database_variable, none) -%}\n\n {%- set relations = [] -%}\n\n {%- for database in var(union_database_variable) -%}\n {%- set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else database,\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else var(schema_variable, default_schema),\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n\n {%- set relation_exists=relation is not none -%}\n\n {%- if relation_exists -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n {%- endfor -%}\n\n {%- if relations != [] -%}\n {{ dbt_utils.union_relations(relations) }}\n {%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n {%- endif -%}\n\n{%- else -%}\n {% set exception_schemas = {\"linkedin_company_pages\": \"linkedin_pages\", \"instagram_business_pages\": \"instagram_business\"} %}\n {% set relation = namespace(value=\"\") %}\n {% if default_schema in exception_schemas.keys() %}\n {% for corrected_schema_name in exception_schemas.items() %} \n {% if default_schema in corrected_schema_name %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = corrected_schema_name[1] + \"_\" + table_identifier + \"_identifier\" %}\n {%- set relation.value=adapter.get_relation(\n database=source(corrected_schema_name[1], table_identifier).database,\n schema=source(corrected_schema_name[1], table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n {% endfor %}\n {% else %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifier\" %}\n {# Unfortunately the Twitter Organic identifiers were misspelled. As such, we will need to account for this in the model. This will be adjusted in the Twitter Organic package, but to ensure backwards compatibility, this needs to be included. #}\n {% if var(identifier_var, none) is none %} \n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifer\" %}\n {% endif %}\n {%- set relation.value=adapter.get_relation(\n database=source(default_schema, table_identifier).database,\n schema=source(default_schema, table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n{%- set table_exists=relation.value is not none -%}\n\n{%- if table_exists -%}\n select * \n from {{ relation.value }}\n{%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n{%- endif -%}\n{%- endif -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils.union_relations", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.790289, "supported_languages": null}, "macro.fivetran_utils.dummy_coalesce_value": {"name": "dummy_coalesce_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/dummy_coalesce_value.sql", "original_file_path": "macros/dummy_coalesce_value.sql", "unique_id": "macro.fivetran_utils.dummy_coalesce_value", "macro_sql": "{% macro dummy_coalesce_value(column) %}\n\n{% set coalesce_value = {\n 'STRING': \"'DUMMY_STRING'\",\n 'BOOLEAN': 'null',\n 'INT': 999999999,\n 'FLOAT': 999999999.99,\n 'TIMESTAMP': 'cast(\"2099-12-31\" as timestamp)',\n 'DATE': 'cast(\"2099-12-31\" as date)',\n} %}\n\n{% if column.is_float() %}\n{{ return(coalesce_value['FLOAT']) }}\n\n{% elif column.is_numeric() %}\n{{ return(coalesce_value['INT']) }}\n\n{% elif column.is_string() %}\n{{ return(coalesce_value['STRING']) }}\n\n{% elif column.data_type|lower == 'boolean' %}\n{{ return(coalesce_value['BOOLEAN']) }}\n\n{% elif 'timestamp' in column.data_type|lower %}\n{{ return(coalesce_value['TIMESTAMP']) }}\n\n{% elif 'date' in column.data_type|lower %}\n{{ return(coalesce_value['DATE']) }}\n\n{% elif 'int' in column.data_type|lower %}\n{{ return(coalesce_value['INT']) }}\n\n{% endif %}\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.794173, "supported_languages": null}, "macro.fivetran_utils.wrap_in_quotes": {"name": "wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.wrap_in_quotes", "macro_sql": "{%- macro wrap_in_quotes(object_to_quote) -%}\n\n{{ return(adapter.dispatch('wrap_in_quotes', 'fivetran_utils')(object_to_quote)) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.default__wrap_in_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.795199, "supported_languages": null}, "macro.fivetran_utils.default__wrap_in_quotes": {"name": "default__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.default__wrap_in_quotes", "macro_sql": "{%- macro default__wrap_in_quotes(object_to_quote) -%}\n{# bigquery, spark, databricks #}\n `{{ object_to_quote }}`\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.795535, "supported_languages": null}, "macro.fivetran_utils.snowflake__wrap_in_quotes": {"name": "snowflake__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.snowflake__wrap_in_quotes", "macro_sql": "{%- macro snowflake__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote | upper }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.795851, "supported_languages": null}, "macro.fivetran_utils.redshift__wrap_in_quotes": {"name": "redshift__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.redshift__wrap_in_quotes", "macro_sql": "{%- macro redshift__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.796136, "supported_languages": null}, "macro.fivetran_utils.postgres__wrap_in_quotes": {"name": "postgres__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.postgres__wrap_in_quotes", "macro_sql": "{%- macro postgres__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.796417, "supported_languages": null}, "macro.fivetran_utils.array_agg": {"name": "array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.array_agg", "macro_sql": "{% macro array_agg(field_to_agg) -%}\n\n{{ adapter.dispatch('array_agg', 'fivetran_utils') (field_to_agg) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__array_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.797087, "supported_languages": null}, "macro.fivetran_utils.default__array_agg": {"name": "default__array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.default__array_agg", "macro_sql": "{% macro default__array_agg(field_to_agg) %}\n array_agg({{ field_to_agg }})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.797375, "supported_languages": null}, "macro.fivetran_utils.redshift__array_agg": {"name": "redshift__array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.redshift__array_agg", "macro_sql": "{% macro redshift__array_agg(field_to_agg) %}\n listagg({{ field_to_agg }}, ',')\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.797656, "supported_languages": null}, "macro.fivetran_utils.empty_variable_warning": {"name": "empty_variable_warning", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/empty_variable_warning.sql", "original_file_path": "macros/empty_variable_warning.sql", "unique_id": "macro.fivetran_utils.empty_variable_warning", "macro_sql": "{% macro empty_variable_warning(variable, downstream_model) %}\n\n{% if not var(variable) %}\n{{ log(\n \"\"\"\n Warning: You have passed an empty list to the \"\"\" ~ variable ~ \"\"\".\n As a result, you won't see the history of any columns in the \"\"\" ~ downstream_model ~ \"\"\" model.\n \"\"\",\n info=True\n) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7986429, "supported_languages": null}, "macro.fivetran_utils.enabled_vars_one_true": {"name": "enabled_vars_one_true", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/enabled_vars_one_true.sql", "original_file_path": "macros/enabled_vars_one_true.sql", "unique_id": "macro.fivetran_utils.enabled_vars_one_true", "macro_sql": "{% macro enabled_vars_one_true(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, False) == True %}\n {{ return(True) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(False) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1696448593.7996569, "supported_languages": null}}, "docs": {"doc.dbt.__overview__": {"name": "__overview__", "resource_type": "doc", "package_name": "dbt", "path": "overview.md", "original_file_path": "docs/overview.md", "unique_id": "doc.dbt.__overview__", "block_contents": "### Welcome!\n\nWelcome to the auto-generated documentation for your dbt project!\n\n### Navigation\n\nYou can use the `Project` and `Database` navigation tabs on the left side of the window to explore the models\nin your project.\n\n#### Project Tab\nThe `Project` tab mirrors the directory structure of your dbt project. In this tab, you can see all of the\nmodels defined in your dbt project, as well as models imported from dbt packages.\n\n#### Database Tab\nThe `Database` tab also exposes your models, but in a format that looks more like a database explorer. This view\nshows relations (tables and views) grouped into database schemas. Note that ephemeral models are _not_ shown\nin this interface, as they do not exist in the database.\n\n### Graph Exploration\nYou can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.\n\nOn model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the `Expand`\nbutton at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,\nor are built from, the model you're exploring.\n\nOnce expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the\nmodels in the graph. For more information on model selection, check out the [dbt docs](https://docs.getdbt.com/docs/model-selection-syntax).\n\nNote that you can also right-click on models to interactively filter and explore the graph.\n\n---\n\n### More information\n\n- [What is dbt](https://docs.getdbt.com/docs/introduction)?\n- Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint)\n- [Installation](https://docs.getdbt.com/docs/installation)\n- Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion"}, "doc.shopify_source._fivetran_synced": {"name": "_fivetran_synced", "resource_type": "doc", "package_name": "shopify_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.shopify_source._fivetran_synced", "block_contents": "The time when a record was last updated by Fivetran."}, "doc.shopify_source._fivetran_deleted": {"name": "_fivetran_deleted", "resource_type": "doc", "package_name": "shopify_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.shopify_source._fivetran_deleted", "block_contents": "Boolean representing whether the record was soft-deleted in Shopify."}, "doc.shopify_source.source_relation": {"name": "source_relation", "resource_type": "doc", "package_name": "shopify_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.shopify_source.source_relation", "block_contents": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"model.shopify_source.stg_shopify__fulfillment_event": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__fulfillment_event", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__fulfillment_event.sql", "original_file_path": "models/stg_shopify__fulfillment_event.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment_event", "fqn": ["shopify_source", "stg_shopify__fulfillment_event"], "alias": "stg_shopify__fulfillment_event", "checksum": {"name": "sha256", "checksum": "94e98c5cae47673dbd20ee9c7ac02ece37d89fe745429a9a746fed7229524fff"}, "config": {"enabled": false, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "The FulfillmentEvent resource represents tracking events that belong to a fulfillment of one or more items in an order. Fulfillment events are displayed on the order status page to update customers on the status of their shipment.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "{{ doc('_fivetran_synced') }}", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The street address where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "estimated_delivery_at": {"name": "estimated_delivery_at", "description": "The estimated delivery date based on the fulfillment's tracking number, as long as it's provided by one of the following carriers: USPS, FedEx, UPS, or Canada Post (Canada only). Value is `null` if no tracking number is available or if the tracking number is from an unsupported carrier. This property is available only when carrier calculated rates are in use.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_id": {"name": "fulfillment_id", "description": "An ID for the fulfillment that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "happened_at": {"name": "happened_at", "description": "The date and time (ISO 8601 format) when the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_event_id": {"name": "fulfillment_event_id", "description": "An ID for the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "A geographic coordinate specifying the latitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "A geographic coordinate specifying the longitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "An arbitrary message describing the status. Can be provided by a shipping carrier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "An ID for the shop that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment event. Valid values: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - picked_up: The fulfillment was successfully picked up. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was successfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip code of the location where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "{{ doc('source_relation') }}", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "table", "enabled": false}, "created_at": 1696448597.183732, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment_event`", "raw_code": "{{ config(enabled=var('shopify_using_fulfillment_event', false)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__fulfillment_event_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__fulfillment_event_tmp')),\n staging_columns=get_fulfillment_event_columns()\n )\n }}\n \n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_event_id,\n fulfillment_id,\n shop_id,\n order_id,\n status,\n message,\n {{ dbt_date.convert_timezone(column='cast(estimated_delivery_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as estimated_delivery_at,\n {{ dbt_date.convert_timezone(column='cast(happened_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as happened_at,\n address_1,\n city,\n province,\n country,\n zip,\n latitude,\n longitude,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event_tmp", "package": null, "version": null}, {"name": "stg_shopify__fulfillment_event_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_fulfillment_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify_source.stg_shopify__fulfillment_event_tmp": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify_metafield_casing", "name": "stg_shopify__fulfillment_event_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__fulfillment_event_tmp.sql", "original_file_path": "models/tmp/stg_shopify__fulfillment_event_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment_event_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__fulfillment_event_tmp"], "alias": "stg_shopify__fulfillment_event_tmp", "checksum": {"name": "sha256", "checksum": "76e7737501a3cb8a84d26ee212c1134ec8ad8f90d268fce93d8cab7e3462c246"}, "config": {"enabled": false, "alias": null, "schema": "shopify_metafield_casing", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify_metafield_casing", "materialized": "view", "enabled": false}, "created_at": 1696448596.042899, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify_metafield_casing`.`stg_shopify__fulfillment_event_tmp`", "raw_code": "{{ config(enabled=var('shopify_using_fulfillment_event', false)) }}\n\n{{\n fivetran_utils.union_data(\n table_identifier='fulfillment_event', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='fulfillment_event_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "fulfillment_event"], ["shopify", "fulfillment_event"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__product_variant_metafields": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__product_variant_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__product_variant_metafields.sql", "original_file_path": "models/metafields/shopify__product_variant_metafields.sql", "unique_id": "model.shopify.shopify__product_variant_metafields", "fqn": ["shopify", "metafields", "shopify__product_variant_metafields"], "alias": "shopify__product_variant_metafields", "checksum": {"name": "sha256", "checksum": "4cef81a12286b210f0051a024d437fb044fa2803dd6f0e66c0e91ffee0a3e3be"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Replica of the stg_shopify__product_variant model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1696448597.959359, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__product_variant_metafields`", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_product_variant_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__product_variant\", \n reference_value = 'variant') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__product_image_metafields": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__product_image_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__product_image_metafields.sql", "original_file_path": "models/metafields/shopify__product_image_metafields.sql", "unique_id": "model.shopify.shopify__product_image_metafields", "fqn": ["shopify", "metafields", "shopify__product_image_metafields"], "alias": "shopify__product_image_metafields", "checksum": {"name": "sha256", "checksum": "4aec5656b7c7a23b5269ab60d5f2676100ee2ce48aa0615dfd09a90544a3fa6b"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Replica of the stg_shopify__product_image model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1696448597.958209, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__product_image_metafields`", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_product_image_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__product_image\", \n reference_value = 'image') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__product_image", "package": null, "version": null}, {"name": "stg_shopify__product_image", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__product_metafields": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__product_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__product_metafields.sql", "original_file_path": "models/metafields/shopify__product_metafields.sql", "unique_id": "model.shopify.shopify__product_metafields", "fqn": ["shopify", "metafields", "shopify__product_metafields"], "alias": "shopify__product_metafields", "checksum": {"name": "sha256", "checksum": "38e8cd623bec62c1b43dd9bcaa2649ce20e4c0aac4f97d2bae9f1072d77c9397"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Replica of the stg_shopify__product model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1696448597.9587781, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__product_metafields`", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_product_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__product\", \n reference_value = 'product') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__product", "package": null, "version": null}, {"name": "stg_shopify__product", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__customer_metafields": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__customer_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__customer_metafields.sql", "original_file_path": "models/metafields/shopify__customer_metafields.sql", "unique_id": "model.shopify.shopify__customer_metafields", "fqn": ["shopify", "metafields", "shopify__customer_metafields"], "alias": "shopify__customer_metafields", "checksum": {"name": "sha256", "checksum": "930f0b2ee5e81f9afda49bfa97d8cfea57b93c8eaef9b35c7fc7fa02a3e7169a"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Replica of the stg_shopify__customer model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1696448597.95707, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__customer_metafields`", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_customer_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__customer\", \n reference_value = 'customer') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__shop_metafields": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__shop_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__shop_metafields.sql", "original_file_path": "models/metafields/shopify__shop_metafields.sql", "unique_id": "model.shopify.shopify__shop_metafields", "fqn": ["shopify", "metafields", "shopify__shop_metafields"], "alias": "shopify__shop_metafields", "checksum": {"name": "sha256", "checksum": "5480e68f24876dff46ff07f0e748e4f9d76d99f4683ee753db39f2dc26dc6236"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Replica of the stg_shopify__shop model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1696448597.9599319, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__shop_metafields`", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_shop_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__shop\", \n reference_value = 'shop') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__shop", "package": null, "version": null}, {"name": "stg_shopify__shop", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__collection_metafields": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__collection_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__collection_metafields.sql", "original_file_path": "models/metafields/shopify__collection_metafields.sql", "unique_id": "model.shopify.shopify__collection_metafields", "fqn": ["shopify", "metafields", "shopify__collection_metafields"], "alias": "shopify__collection_metafields", "checksum": {"name": "sha256", "checksum": "b15253b479249d3bb649da92a809e461f2deb3f855028ff888e034d3d35f5ccb"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Replica of the stg_shopify__collection model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1696448597.9564888, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__collection_metafields`", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_collection_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__collection\", \n reference_value = 'collection') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__collection", "package": null, "version": null}, {"name": "stg_shopify__collection", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__order_metafields": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "shopify__order_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__order_metafields.sql", "original_file_path": "models/metafields/shopify__order_metafields.sql", "unique_id": "model.shopify.shopify__order_metafields", "fqn": ["shopify", "metafields", "shopify__order_metafields"], "alias": "shopify__order_metafields", "checksum": {"name": "sha256", "checksum": "5a05055226eb230df0e40f46c7f066e5aa7a3714c53fe98afa312d46faaa1e9f"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "Replica of the stg_shopify__order model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1696448597.9576352, "config_call_dict": {"enabled": false}, "relation_name": "`dbt-package-testing`.`zz_dbt_renee_shopify`.`shopify__order_metafields`", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_order_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__order\", \n reference_value = 'order') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__order", "package": null, "version": null}, {"name": "stg_shopify__order", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.int_shopify__daily_fulfillment": [{"database": "dbt-package-testing", "schema": "zz_dbt_renee_shopify", "name": "int_shopify__daily_fulfillment", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__daily_fulfillment.sql", "original_file_path": "models/intermediate/int_shopify__daily_fulfillment.sql", "unique_id": "model.shopify.int_shopify__daily_fulfillment", "fqn": ["shopify", "intermediate", "int_shopify__daily_fulfillment"], "alias": "int_shopify__daily_fulfillment", "checksum": {"name": "sha256", "checksum": "ccab4cdfda36f6aed414af7691d2aa50d53f4b392d64bfb6b26701358f260bd5"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false}, "post-hook": [], "pre-hook": []}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral", "enabled": false}, "created_at": 1696448596.851542, "config_call_dict": {"enabled": false}, "relation_name": null, "raw_code": "{{ config(enabled=var('shopify_using_fulfillment_event', false)) }}\n\nwith fulfillment_event as (\n\n select *\n from {{ var('shopify_fulfillment_event') }}\n),\n\nfulfillment_aggregates as (\n\n select \n source_relation,\n cast({{ dbt.date_trunc('day','happened_at') }} as date) as date_day\n\n {% for status in ['attempted_delivery', 'delivered', 'failure', 'in_transit', 'out_for_delivery', 'ready_for_pickup', 'picked_up', 'label_printed', 'label_purchased', 'confirmed']%}\n , count(distinct case when lower(status) = '{{ status }}' then fulfillment_id end) as count_fulfillment_{{ status }}\n {% endfor %}\n \n from fulfillment_event\n group by 1,2\n\n)\n\nselect *\nfrom fulfillment_aggregates", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}]}, "parent_map": {"model.develop.my_first_dbt_model": [], "model.develop.my_second_dbt_model": ["model.develop.my_first_dbt_model"], "model.shopify_source.stg_shopify__customer_tag": ["model.shopify_source.stg_shopify__customer_tag_tmp"], "model.shopify_source.stg_shopify__order_line": ["model.shopify_source.stg_shopify__order_line_tmp"], "model.shopify_source.stg_shopify__tender_transaction": ["model.shopify_source.stg_shopify__tender_transaction_tmp"], "model.shopify_source.stg_shopify__metafield": ["model.shopify_source.stg_shopify__metafield_tmp"], "model.shopify_source.stg_shopify__refund": ["model.shopify_source.stg_shopify__refund_tmp"], "model.shopify_source.stg_shopify__product": ["model.shopify_source.stg_shopify__product_tmp"], "model.shopify_source.stg_shopify__tax_line": ["model.shopify_source.stg_shopify__tax_line_tmp"], "model.shopify_source.stg_shopify__product_variant": ["model.shopify_source.stg_shopify__product_variant_tmp"], "model.shopify_source.stg_shopify__product_image": ["model.shopify_source.stg_shopify__product_image_tmp"], "model.shopify_source.stg_shopify__order_shipping_line": ["model.shopify_source.stg_shopify__order_shipping_line_tmp"], "model.shopify_source.stg_shopify__price_rule": ["model.shopify_source.stg_shopify__price_rule_tmp"], "model.shopify_source.stg_shopify__inventory_item": ["model.shopify_source.stg_shopify__inventory_item_tmp"], "model.shopify_source.stg_shopify__order": ["model.shopify_source.stg_shopify__order_tmp"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"], "model.shopify_source.stg_shopify__product_tag": ["model.shopify_source.stg_shopify__product_tag_tmp"], "model.shopify_source.stg_shopify__order_note_attribute": ["model.shopify_source.stg_shopify__order_note_attribute_tmp"], "model.shopify_source.stg_shopify__collection": ["model.shopify_source.stg_shopify__collection_tmp"], "model.shopify_source.stg_shopify__collection_product": ["model.shopify_source.stg_shopify__collection_product_tmp"], "model.shopify_source.stg_shopify__inventory_level": ["model.shopify_source.stg_shopify__inventory_level_tmp"], "model.shopify_source.stg_shopify__order_shipping_tax_line": ["model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"], "model.shopify_source.stg_shopify__transaction": ["model.shopify_source.stg_shopify__transaction_tmp"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"], "model.shopify_source.stg_shopify__order_adjustment": ["model.shopify_source.stg_shopify__order_adjustment_tmp"], "model.shopify_source.stg_shopify__customer": ["model.shopify_source.stg_shopify__customer_tmp"], "model.shopify_source.stg_shopify__location": ["model.shopify_source.stg_shopify__location_tmp"], "model.shopify_source.stg_shopify__shop": ["model.shopify_source.stg_shopify__shop_tmp"], "model.shopify_source.stg_shopify__order_line_refund": ["model.shopify_source.stg_shopify__order_line_refund_tmp"], "model.shopify_source.stg_shopify__order_discount_code": ["model.shopify_source.stg_shopify__order_discount_code_tmp"], "model.shopify_source.stg_shopify__discount_code": ["model.shopify_source.stg_shopify__discount_code_tmp"], "model.shopify_source.stg_shopify__order_tag": ["model.shopify_source.stg_shopify__order_tag_tmp"], "model.shopify_source.stg_shopify__abandoned_checkout": ["model.shopify_source.stg_shopify__abandoned_checkout_tmp"], "model.shopify_source.stg_shopify__order_url_tag": ["model.shopify_source.stg_shopify__order_url_tag_tmp"], "model.shopify_source.stg_shopify__fulfillment": ["model.shopify_source.stg_shopify__fulfillment_tmp"], "model.shopify_source.stg_shopify__discount_code_tmp": ["source.shopify_source.shopify.discount_code"], "model.shopify_source.stg_shopify__order_shipping_line_tmp": ["source.shopify_source.shopify.order_shipping_line"], "model.shopify_source.stg_shopify__price_rule_tmp": ["source.shopify_source.shopify.price_rule"], "model.shopify_source.stg_shopify__customer_tmp": ["source.shopify_source.shopify.customer"], "model.shopify_source.stg_shopify__order_note_attribute_tmp": ["source.shopify_source.shopify.order_note_attribute"], "model.shopify_source.stg_shopify__order_line_tmp": ["source.shopify_source.shopify.order_line"], "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": ["source.shopify_source.shopify.order_shipping_tax_line"], "model.shopify_source.stg_shopify__inventory_level_tmp": ["source.shopify_source.shopify.inventory_level"], "model.shopify_source.stg_shopify__order_discount_code_tmp": ["source.shopify_source.shopify.order_discount_code"], "model.shopify_source.stg_shopify__tax_line_tmp": ["source.shopify_source.shopify.tax_line"], "model.shopify_source.stg_shopify__shop_tmp": ["source.shopify_source.shopify.shop"], "model.shopify_source.stg_shopify__order_url_tag_tmp": ["source.shopify_source.shopify.order_url_tag"], "model.shopify_source.stg_shopify__fulfillment_tmp": ["source.shopify_source.shopify.fulfillment"], "model.shopify_source.stg_shopify__collection_tmp": ["source.shopify_source.shopify.collection"], "model.shopify_source.stg_shopify__refund_tmp": ["source.shopify_source.shopify.refund"], "model.shopify_source.stg_shopify__product_tmp": ["source.shopify_source.shopify.product"], "model.shopify_source.stg_shopify__order_adjustment_tmp": ["source.shopify_source.shopify.order_adjustment"], "model.shopify_source.stg_shopify__inventory_item_tmp": ["source.shopify_source.shopify.inventory_item"], "model.shopify_source.stg_shopify__order_tag_tmp": ["source.shopify_source.shopify.order_tag"], "model.shopify_source.stg_shopify__product_tag_tmp": ["source.shopify_source.shopify.product_tag"], "model.shopify_source.stg_shopify__order_line_refund_tmp": ["source.shopify_source.shopify.order_line_refund"], "model.shopify_source.stg_shopify__customer_tag_tmp": ["source.shopify_source.shopify.customer_tag"], "model.shopify_source.stg_shopify__product_image_tmp": ["source.shopify_source.shopify.product_image"], "model.shopify_source.stg_shopify__tender_transaction_tmp": ["source.shopify_source.shopify.tender_transaction"], "model.shopify_source.stg_shopify__transaction_tmp": ["source.shopify_source.shopify.transaction"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": ["source.shopify_source.shopify.abandoned_checkout_discount_code"], "model.shopify_source.stg_shopify__product_variant_tmp": ["source.shopify_source.shopify.product_variant"], "model.shopify_source.stg_shopify__abandoned_checkout_tmp": ["source.shopify_source.shopify.abandoned_checkout"], "model.shopify_source.stg_shopify__order_tmp": ["source.shopify_source.shopify.order"], "model.shopify_source.stg_shopify__metafield_tmp": ["source.shopify_source.shopify.metafield"], "model.shopify_source.stg_shopify__collection_product_tmp": ["source.shopify_source.shopify.collection_product"], "model.shopify_source.stg_shopify__location_tmp": ["source.shopify_source.shopify.location"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": ["source.shopify_source.shopify.abandoned_checkout_shipping_line"], "model.shopify.shopify__customer_email_cohorts": ["model.shopify.shopify__calendar", "model.shopify.shopify__customer_emails", "model.shopify.shopify__orders"], "model.shopify.shopify__customer_cohorts": ["model.shopify.shopify__calendar", "model.shopify.shopify__customers", "model.shopify.shopify__orders"], "model.shopify.shopify__discounts": ["model.shopify.int_shopify__discounts__abandoned_checkouts", "model.shopify.int_shopify__discounts__order_aggregates", "model.shopify_source.stg_shopify__discount_code", "model.shopify_source.stg_shopify__price_rule"], "model.shopify.shopify__customer_emails": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.int_shopify__emails__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout"], "model.shopify.shopify__inventory_levels": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify_source.stg_shopify__inventory_item", "model.shopify_source.stg_shopify__inventory_level", "model.shopify_source.stg_shopify__location", "model.shopify_source.stg_shopify__product", "model.shopify_source.stg_shopify__product_variant"], "model.shopify.shopify__orders": ["model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__fulfillment", "model.shopify_source.stg_shopify__order", "model.shopify_source.stg_shopify__order_adjustment", "model.shopify_source.stg_shopify__order_discount_code", "model.shopify_source.stg_shopify__order_tag", "model.shopify_source.stg_shopify__order_url_tag"], "model.shopify.shopify__daily_shop": ["model.shopify.int_shopify__daily_abandoned_checkouts", "model.shopify.int_shopify__daily_orders", "model.shopify.shopify__calendar", "model.shopify_source.stg_shopify__shop"], "model.shopify.shopify__products": ["model.shopify.int_shopify__product__order_line_aggregates", "model.shopify.int_shopify__products_with_aggregates"], "model.shopify.shopify__transactions": ["model.shopify_source.stg_shopify__tender_transaction", "model.shopify_source.stg_shopify__transaction"], "model.shopify.shopify__customers": ["model.shopify.shopify__customers__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout", "model.shopify_source.stg_shopify__customer"], "model.shopify.shopify__order_lines": ["model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__product_variant", "model.shopify_source.stg_shopify__tax_line"], "model.shopify.shopify__calendar": [], "model.shopify.int_shopify__customer_email_rollup": ["model.shopify_source.stg_shopify__customer", "model.shopify_source.stg_shopify__customer_tag"], "model.shopify.int_shopify__inventory_level__aggregates": ["model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__fulfillment", "model.shopify_source.stg_shopify__order", "model.shopify_source.stg_shopify__order_line"], "model.shopify.int_shopify__products_with_aggregates": ["model.shopify_source.stg_shopify__collection", "model.shopify_source.stg_shopify__collection_product", "model.shopify_source.stg_shopify__product", "model.shopify_source.stg_shopify__product_image", "model.shopify_source.stg_shopify__product_tag", "model.shopify_source.stg_shopify__product_variant"], "model.shopify.int_shopify__discounts__order_aggregates": ["model.shopify.shopify__orders", "model.shopify_source.stg_shopify__order_discount_code"], "model.shopify.shopify__orders__order_line_aggregates": ["model.shopify.int_shopify__order__shipping_aggregates", "model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__tax_line"], "model.shopify.int_shopify__order__shipping_aggregates": ["model.shopify_source.stg_shopify__order_shipping_line", "model.shopify_source.stg_shopify__order_shipping_tax_line"], "model.shopify.int_shopify__product__order_line_aggregates": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders"], "model.shopify.int_shopify__discounts__abandoned_checkouts": ["model.shopify_source.stg_shopify__abandoned_checkout", "model.shopify_source.stg_shopify__abandoned_checkout_discount_code", "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"], "model.shopify.int_shopify__daily_abandoned_checkouts": ["model.shopify_source.stg_shopify__abandoned_checkout"], "model.shopify.shopify__customers__order_aggregates": ["model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer_tag", "model.shopify_source.stg_shopify__order"], "model.shopify.shopify__orders__order_refunds": ["model.shopify_source.stg_shopify__order_line_refund", "model.shopify_source.stg_shopify__refund"], "model.shopify.int_shopify__daily_orders": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders"], "model.shopify.int_shopify__emails__order_aggregates": ["model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer", "model.shopify_source.stg_shopify__order"], "test.develop.unique_my_first_dbt_model_id.16e066b321": ["model.develop.my_first_dbt_model"], "test.develop.not_null_my_first_dbt_model_id.5fb22c2710": ["model.develop.my_first_dbt_model"], "test.develop.unique_my_second_dbt_model_id.57a0f8c493": ["model.develop.my_second_dbt_model"], "test.develop.not_null_my_second_dbt_model_id.151b76d778": ["model.develop.my_second_dbt_model"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25": ["model.shopify_source.stg_shopify__customer"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29": ["model.shopify_source.stg_shopify__order_line_refund"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c": ["model.shopify_source.stg_shopify__order_line"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1": ["model.shopify_source.stg_shopify__order"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2": ["model.shopify_source.stg_shopify__product"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0": ["model.shopify_source.stg_shopify__product_variant"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a": ["model.shopify_source.stg_shopify__transaction"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35": ["model.shopify_source.stg_shopify__refund"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0": ["model.shopify_source.stg_shopify__order_adjustment"], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db": ["model.shopify_source.stg_shopify__abandoned_checkout"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58": ["model.shopify_source.stg_shopify__abandoned_checkout"], "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a": ["model.shopify_source.stg_shopify__collection_product"], "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1": ["model.shopify_source.stg_shopify__collection_product"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e": ["model.shopify_source.stg_shopify__collection_product"], "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2": ["model.shopify_source.stg_shopify__collection"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878": ["model.shopify_source.stg_shopify__collection"], "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd": ["model.shopify_source.stg_shopify__customer_tag"], "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351": ["model.shopify_source.stg_shopify__customer_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f": ["model.shopify_source.stg_shopify__customer_tag"], "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e": ["model.shopify_source.stg_shopify__discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172": ["model.shopify_source.stg_shopify__discount_code"], "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e": ["model.shopify_source.stg_shopify__fulfillment"], "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70": ["model.shopify_source.stg_shopify__fulfillment"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a": ["model.shopify_source.stg_shopify__fulfillment"], "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe": ["model.shopify_source.stg_shopify__inventory_item"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84": ["model.shopify_source.stg_shopify__inventory_item"], "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e": ["model.shopify_source.stg_shopify__inventory_level"], "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f": ["model.shopify_source.stg_shopify__inventory_level"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7": ["model.shopify_source.stg_shopify__inventory_level"], "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf": ["model.shopify_source.stg_shopify__location"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9": ["model.shopify_source.stg_shopify__location"], "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6": ["model.shopify_source.stg_shopify__metafield"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca": ["model.shopify_source.stg_shopify__metafield"], "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446": ["model.shopify_source.stg_shopify__order_note_attribute"], "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375": ["model.shopify_source.stg_shopify__order_note_attribute"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0": ["model.shopify_source.stg_shopify__order_note_attribute"], "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613": ["model.shopify_source.stg_shopify__order_shipping_line"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933": ["model.shopify_source.stg_shopify__order_shipping_line"], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2": ["model.shopify_source.stg_shopify__order_tag"], "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6": ["model.shopify_source.stg_shopify__order_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07": ["model.shopify_source.stg_shopify__order_tag"], "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325": ["model.shopify_source.stg_shopify__order_url_tag"], "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1": ["model.shopify_source.stg_shopify__order_url_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf": ["model.shopify_source.stg_shopify__order_url_tag"], "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c": ["model.shopify_source.stg_shopify__product_image"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead": ["model.shopify_source.stg_shopify__product_image"], "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019": ["model.shopify_source.stg_shopify__product_tag"], "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3": ["model.shopify_source.stg_shopify__product_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc": ["model.shopify_source.stg_shopify__product_tag"], "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe": ["model.shopify_source.stg_shopify__shop"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415": ["model.shopify_source.stg_shopify__shop"], "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1": ["model.shopify_source.stg_shopify__tender_transaction"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b": ["model.shopify_source.stg_shopify__tender_transaction"], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"], "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f": ["model.shopify_source.stg_shopify__order_discount_code"], "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d": ["model.shopify_source.stg_shopify__order_discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1": ["model.shopify_source.stg_shopify__order_discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"], "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800": ["model.shopify_source.stg_shopify__tax_line"], "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a": ["model.shopify.shopify__customer_cohorts"], "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925": ["model.shopify.shopify__customer_cohorts"], "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182": ["model.shopify.shopify__customer_email_cohorts"], "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48": ["model.shopify.shopify__customer_email_cohorts"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d": ["model.shopify.shopify__orders"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469": ["model.shopify.shopify__customers"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886": ["model.shopify.shopify__customer_emails"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a": ["model.shopify.shopify__products"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95": ["model.shopify.shopify__order_lines"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0": ["model.shopify.shopify__transactions"], "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56": ["model.shopify.shopify__inventory_levels"], "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0": ["model.shopify.shopify__inventory_levels"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606": ["model.shopify.shopify__inventory_levels"], "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81": ["model.shopify.shopify__discounts"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f": ["model.shopify.shopify__discounts"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206": ["model.shopify.shopify__discounts"], "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f": ["model.shopify.shopify__daily_shop"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9": ["model.shopify.shopify__customers__order_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473": ["model.shopify.shopify__orders__order_line_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a": ["model.shopify.int_shopify__emails__order_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda": ["model.shopify.int_shopify__customer_email_rollup"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114": ["model.shopify.int_shopify__inventory_level__aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca": ["model.shopify.int_shopify__discounts__order_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795": ["model.shopify.int_shopify__discounts__abandoned_checkouts"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867": ["model.shopify.int_shopify__order__shipping_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683": ["model.shopify.int_shopify__product__order_line_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c": ["model.shopify.int_shopify__products_with_aggregates"], "source.shopify_source.shopify.order": [], "source.shopify_source.shopify.customer": [], "source.shopify_source.shopify.order_line": [], "source.shopify_source.shopify.order_line_refund": [], "source.shopify_source.shopify.product": [], "source.shopify_source.shopify.product_variant": [], "source.shopify_source.shopify.transaction": [], "source.shopify_source.shopify.refund": [], "source.shopify_source.shopify.order_adjustment": [], "source.shopify_source.shopify.abandoned_checkout": [], "source.shopify_source.shopify.collection_product": [], "source.shopify_source.shopify.collection": [], "source.shopify_source.shopify.customer_tag": [], "source.shopify_source.shopify.discount_code": [], "source.shopify_source.shopify.fulfillment": [], "source.shopify_source.shopify.inventory_item": [], "source.shopify_source.shopify.inventory_level": [], "source.shopify_source.shopify.location": [], "source.shopify_source.shopify.metafield": [], "source.shopify_source.shopify.order_note_attribute": [], "source.shopify_source.shopify.order_shipping_line": [], "source.shopify_source.shopify.order_shipping_tax_line": [], "source.shopify_source.shopify.order_tag": [], "source.shopify_source.shopify.order_url_tag": [], "source.shopify_source.shopify.price_rule": [], "source.shopify_source.shopify.product_image": [], "source.shopify_source.shopify.product_tag": [], "source.shopify_source.shopify.shop": [], "source.shopify_source.shopify.tender_transaction": [], "source.shopify_source.shopify.abandoned_checkout_discount_code": [], "source.shopify_source.shopify.order_discount_code": [], "source.shopify_source.shopify.abandoned_checkout_shipping_line": [], "source.shopify_source.shopify.fulfillment_event": [], "source.shopify_source.shopify.tax_line": []}, "child_map": {"model.develop.my_first_dbt_model": ["model.develop.my_second_dbt_model", "test.develop.not_null_my_first_dbt_model_id.5fb22c2710", "test.develop.unique_my_first_dbt_model_id.16e066b321"], "model.develop.my_second_dbt_model": ["test.develop.not_null_my_second_dbt_model_id.151b76d778", "test.develop.unique_my_second_dbt_model_id.57a0f8c493"], "model.shopify_source.stg_shopify__customer_tag": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.shopify__customers__order_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f", "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351", "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd"], "model.shopify_source.stg_shopify__order_line": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__order_lines", "model.shopify.shopify__orders__order_line_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c"], "model.shopify_source.stg_shopify__tender_transaction": ["model.shopify.shopify__transactions", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b", "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1"], "model.shopify_source.stg_shopify__metafield": ["test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca", "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6"], "model.shopify_source.stg_shopify__refund": ["model.shopify.shopify__orders__order_refunds", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35"], "model.shopify_source.stg_shopify__product": ["model.shopify.int_shopify__products_with_aggregates", "model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2"], "model.shopify_source.stg_shopify__tax_line": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders__order_line_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800"], "model.shopify_source.stg_shopify__product_variant": ["model.shopify.int_shopify__products_with_aggregates", "model.shopify.shopify__inventory_levels", "model.shopify.shopify__order_lines", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0"], "model.shopify_source.stg_shopify__product_image": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead", "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c"], "model.shopify_source.stg_shopify__order_shipping_line": ["model.shopify.int_shopify__order__shipping_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933", "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613"], "model.shopify_source.stg_shopify__price_rule": ["model.shopify.shopify__discounts", "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008", "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee", "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0"], "model.shopify_source.stg_shopify__inventory_item": ["model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84", "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe"], "model.shopify_source.stg_shopify__order": ["model.shopify.int_shopify__emails__order_aggregates", "model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__customers__order_aggregates", "model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": ["model.shopify.int_shopify__discounts__abandoned_checkouts", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84", "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7"], "model.shopify_source.stg_shopify__product_tag": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc", "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019", "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3"], "model.shopify_source.stg_shopify__order_note_attribute": ["test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0", "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446", "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375"], "model.shopify_source.stg_shopify__collection": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878", "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2"], "model.shopify_source.stg_shopify__collection_product": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e", "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a", "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1"], "model.shopify_source.stg_shopify__inventory_level": ["model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7", "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e", "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f"], "model.shopify_source.stg_shopify__order_shipping_tax_line": ["model.shopify.int_shopify__order__shipping_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d", "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd", "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295"], "model.shopify_source.stg_shopify__transaction": ["model.shopify.shopify__transactions", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": ["model.shopify.int_shopify__discounts__abandoned_checkouts", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac"], "model.shopify_source.stg_shopify__order_adjustment": ["model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0"], "model.shopify_source.stg_shopify__customer": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.int_shopify__emails__order_aggregates", "model.shopify.shopify__customers", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25"], "model.shopify_source.stg_shopify__location": ["model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9", "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf"], "model.shopify_source.stg_shopify__shop": ["model.shopify.shopify__daily_shop", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415", "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe"], "model.shopify_source.stg_shopify__order_line_refund": ["model.shopify.shopify__orders__order_refunds", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29"], "model.shopify_source.stg_shopify__order_discount_code": ["model.shopify.int_shopify__discounts__order_aggregates", "model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1", "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f", "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d"], "model.shopify_source.stg_shopify__discount_code": ["model.shopify.shopify__discounts", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172", "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e"], "model.shopify_source.stg_shopify__order_tag": ["model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07", "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2", "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6"], "model.shopify_source.stg_shopify__abandoned_checkout": ["model.shopify.int_shopify__daily_abandoned_checkouts", "model.shopify.int_shopify__discounts__abandoned_checkouts", "model.shopify.shopify__customer_emails", "model.shopify.shopify__customers", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58", "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db"], "model.shopify_source.stg_shopify__order_url_tag": ["model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf", "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325", "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1"], "model.shopify_source.stg_shopify__fulfillment": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__orders", "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a", "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e"], "model.shopify_source.stg_shopify__discount_code_tmp": ["model.shopify_source.stg_shopify__discount_code"], "model.shopify_source.stg_shopify__order_shipping_line_tmp": ["model.shopify_source.stg_shopify__order_shipping_line"], "model.shopify_source.stg_shopify__price_rule_tmp": ["model.shopify_source.stg_shopify__price_rule"], "model.shopify_source.stg_shopify__customer_tmp": ["model.shopify_source.stg_shopify__customer"], "model.shopify_source.stg_shopify__order_note_attribute_tmp": ["model.shopify_source.stg_shopify__order_note_attribute"], "model.shopify_source.stg_shopify__order_line_tmp": ["model.shopify_source.stg_shopify__order_line"], "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "model.shopify_source.stg_shopify__inventory_level_tmp": ["model.shopify_source.stg_shopify__inventory_level"], "model.shopify_source.stg_shopify__order_discount_code_tmp": ["model.shopify_source.stg_shopify__order_discount_code"], "model.shopify_source.stg_shopify__tax_line_tmp": ["model.shopify_source.stg_shopify__tax_line"], "model.shopify_source.stg_shopify__shop_tmp": ["model.shopify_source.stg_shopify__shop"], "model.shopify_source.stg_shopify__order_url_tag_tmp": ["model.shopify_source.stg_shopify__order_url_tag"], "model.shopify_source.stg_shopify__fulfillment_tmp": ["model.shopify_source.stg_shopify__fulfillment"], "model.shopify_source.stg_shopify__collection_tmp": ["model.shopify_source.stg_shopify__collection"], "model.shopify_source.stg_shopify__refund_tmp": ["model.shopify_source.stg_shopify__refund"], "model.shopify_source.stg_shopify__product_tmp": ["model.shopify_source.stg_shopify__product"], "model.shopify_source.stg_shopify__order_adjustment_tmp": ["model.shopify_source.stg_shopify__order_adjustment"], "model.shopify_source.stg_shopify__inventory_item_tmp": ["model.shopify_source.stg_shopify__inventory_item"], "model.shopify_source.stg_shopify__order_tag_tmp": ["model.shopify_source.stg_shopify__order_tag"], "model.shopify_source.stg_shopify__product_tag_tmp": ["model.shopify_source.stg_shopify__product_tag"], "model.shopify_source.stg_shopify__order_line_refund_tmp": ["model.shopify_source.stg_shopify__order_line_refund"], "model.shopify_source.stg_shopify__customer_tag_tmp": ["model.shopify_source.stg_shopify__customer_tag"], "model.shopify_source.stg_shopify__product_image_tmp": ["model.shopify_source.stg_shopify__product_image"], "model.shopify_source.stg_shopify__tender_transaction_tmp": ["model.shopify_source.stg_shopify__tender_transaction"], "model.shopify_source.stg_shopify__transaction_tmp": ["model.shopify_source.stg_shopify__transaction"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"], "model.shopify_source.stg_shopify__product_variant_tmp": ["model.shopify_source.stg_shopify__product_variant"], "model.shopify_source.stg_shopify__abandoned_checkout_tmp": ["model.shopify_source.stg_shopify__abandoned_checkout"], "model.shopify_source.stg_shopify__order_tmp": ["model.shopify_source.stg_shopify__order"], "model.shopify_source.stg_shopify__metafield_tmp": ["model.shopify_source.stg_shopify__metafield"], "model.shopify_source.stg_shopify__collection_product_tmp": ["model.shopify_source.stg_shopify__collection_product"], "model.shopify_source.stg_shopify__location_tmp": ["model.shopify_source.stg_shopify__location"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"], "model.shopify.shopify__customer_email_cohorts": ["test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48", "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182"], "model.shopify.shopify__customer_cohorts": ["test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925", "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a"], "model.shopify.shopify__discounts": ["test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206", "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81"], "model.shopify.shopify__customer_emails": ["model.shopify.shopify__customer_email_cohorts", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886"], "model.shopify.shopify__inventory_levels": ["test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606", "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56", "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0"], "model.shopify.shopify__orders": ["model.shopify.int_shopify__daily_orders", "model.shopify.int_shopify__discounts__order_aggregates", "model.shopify.int_shopify__product__order_line_aggregates", "model.shopify.shopify__customer_cohorts", "model.shopify.shopify__customer_email_cohorts", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d"], "model.shopify.shopify__daily_shop": ["test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f"], "model.shopify.shopify__products": ["test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a"], "model.shopify.shopify__transactions": ["model.shopify.int_shopify__emails__order_aggregates", "model.shopify.shopify__customers__order_aggregates", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0"], "model.shopify.shopify__customers": ["model.shopify.shopify__customer_cohorts", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469"], "model.shopify.shopify__order_lines": ["model.shopify.int_shopify__daily_orders", "model.shopify.int_shopify__product__order_line_aggregates", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95"], "model.shopify.shopify__calendar": ["model.shopify.shopify__customer_cohorts", "model.shopify.shopify__customer_email_cohorts", "model.shopify.shopify__daily_shop"], "model.shopify.int_shopify__customer_email_rollup": ["model.shopify.shopify__customer_emails", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda"], "model.shopify.int_shopify__inventory_level__aggregates": ["model.shopify.shopify__inventory_levels", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114"], "model.shopify.int_shopify__products_with_aggregates": ["model.shopify.shopify__products", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c"], "model.shopify.int_shopify__discounts__order_aggregates": ["model.shopify.shopify__discounts", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca"], "model.shopify.shopify__orders__order_line_aggregates": ["model.shopify.int_shopify__emails__order_aggregates", "model.shopify.shopify__customers__order_aggregates", "model.shopify.shopify__orders", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473"], "model.shopify.int_shopify__order__shipping_aggregates": ["model.shopify.shopify__orders__order_line_aggregates", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867"], "model.shopify.int_shopify__product__order_line_aggregates": ["model.shopify.shopify__products", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683"], "model.shopify.int_shopify__discounts__abandoned_checkouts": ["model.shopify.shopify__discounts", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795"], "model.shopify.int_shopify__daily_abandoned_checkouts": ["model.shopify.shopify__daily_shop"], "model.shopify.shopify__customers__order_aggregates": ["model.shopify.shopify__customers", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9"], "model.shopify.shopify__orders__order_refunds": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__order_lines", "model.shopify.shopify__orders"], "model.shopify.int_shopify__daily_orders": ["model.shopify.shopify__daily_shop"], "model.shopify.int_shopify__emails__order_aggregates": ["model.shopify.shopify__customer_emails", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a"], "test.develop.unique_my_first_dbt_model_id.16e066b321": [], "test.develop.not_null_my_first_dbt_model_id.5fb22c2710": [], "test.develop.unique_my_second_dbt_model_id.57a0f8c493": [], "test.develop.not_null_my_second_dbt_model_id.151b76d778": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0": [], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58": [], "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a": [], "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e": [], "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878": [], "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd": [], "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f": [], "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172": [], "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e": [], "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a": [], "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84": [], "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e": [], "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7": [], "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9": [], "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca": [], "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446": [], "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0": [], "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933": [], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd": [], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d": [], "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2": [], "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07": [], "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325": [], "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf": [], "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0": [], "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008": [], "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee": [], "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead": [], "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019": [], "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc": [], "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415": [], "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b": [], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84": [], "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f": [], "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac": [], "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800": [], "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a": [], "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925": [], "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182": [], "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0": [], "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56": [], "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606": [], "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206": [], "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c": [], "source.shopify_source.shopify.order": ["model.shopify_source.stg_shopify__order_tmp"], "source.shopify_source.shopify.customer": ["model.shopify_source.stg_shopify__customer_tmp"], "source.shopify_source.shopify.order_line": ["model.shopify_source.stg_shopify__order_line_tmp"], "source.shopify_source.shopify.order_line_refund": ["model.shopify_source.stg_shopify__order_line_refund_tmp"], "source.shopify_source.shopify.product": ["model.shopify_source.stg_shopify__product_tmp"], "source.shopify_source.shopify.product_variant": ["model.shopify_source.stg_shopify__product_variant_tmp"], "source.shopify_source.shopify.transaction": ["model.shopify_source.stg_shopify__transaction_tmp"], "source.shopify_source.shopify.refund": ["model.shopify_source.stg_shopify__refund_tmp"], "source.shopify_source.shopify.order_adjustment": ["model.shopify_source.stg_shopify__order_adjustment_tmp"], "source.shopify_source.shopify.abandoned_checkout": ["model.shopify_source.stg_shopify__abandoned_checkout_tmp"], "source.shopify_source.shopify.collection_product": ["model.shopify_source.stg_shopify__collection_product_tmp"], "source.shopify_source.shopify.collection": ["model.shopify_source.stg_shopify__collection_tmp"], "source.shopify_source.shopify.customer_tag": ["model.shopify_source.stg_shopify__customer_tag_tmp"], "source.shopify_source.shopify.discount_code": ["model.shopify_source.stg_shopify__discount_code_tmp"], "source.shopify_source.shopify.fulfillment": ["model.shopify_source.stg_shopify__fulfillment_tmp"], "source.shopify_source.shopify.inventory_item": ["model.shopify_source.stg_shopify__inventory_item_tmp"], "source.shopify_source.shopify.inventory_level": ["model.shopify_source.stg_shopify__inventory_level_tmp"], "source.shopify_source.shopify.location": ["model.shopify_source.stg_shopify__location_tmp"], "source.shopify_source.shopify.metafield": ["model.shopify_source.stg_shopify__metafield_tmp"], "source.shopify_source.shopify.order_note_attribute": ["model.shopify_source.stg_shopify__order_note_attribute_tmp"], "source.shopify_source.shopify.order_shipping_line": ["model.shopify_source.stg_shopify__order_shipping_line_tmp"], "source.shopify_source.shopify.order_shipping_tax_line": ["model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"], "source.shopify_source.shopify.order_tag": ["model.shopify_source.stg_shopify__order_tag_tmp"], "source.shopify_source.shopify.order_url_tag": ["model.shopify_source.stg_shopify__order_url_tag_tmp"], "source.shopify_source.shopify.price_rule": ["model.shopify_source.stg_shopify__price_rule_tmp"], "source.shopify_source.shopify.product_image": ["model.shopify_source.stg_shopify__product_image_tmp"], "source.shopify_source.shopify.product_tag": ["model.shopify_source.stg_shopify__product_tag_tmp"], "source.shopify_source.shopify.shop": ["model.shopify_source.stg_shopify__shop_tmp"], "source.shopify_source.shopify.tender_transaction": ["model.shopify_source.stg_shopify__tender_transaction_tmp"], "source.shopify_source.shopify.abandoned_checkout_discount_code": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"], "source.shopify_source.shopify.order_discount_code": ["model.shopify_source.stg_shopify__order_discount_code_tmp"], "source.shopify_source.shopify.abandoned_checkout_shipping_line": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"], "source.shopify_source.shopify.fulfillment_event": [], "source.shopify_source.shopify.tax_line": ["model.shopify_source.stg_shopify__tax_line_tmp"]}, "group_map": {}, "semantic_models": {}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v11.json", "dbt_version": "1.7.9", "generated_at": "2024-03-05T04:40:00.019701Z", "invocation_id": "b8cf0abf-d17e-4c11-a5b8-383e8497b1df", "env": {}, "project_name": "shopify_integration_tests", "project_id": "c39719ba3d679fd569bed21921e72e32", "user_id": "81581f81-d5af-4143-8fbf-c2f0001e4f56", "send_anonymous_usage_stats": true, "adapter_type": "redshift"}, "nodes": {"seed.shopify_integration_tests.shopify_order_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_data.csv", "original_file_path": "seeds/shopify_order_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_data", "fqn": ["shopify_integration_tests", "shopify_order_data"], "alias": "shopify_order_data", "checksum": {"name": "sha256", "checksum": "a59539b5ef9f10d7b7dca0ea6ce3791e93cc9d311821dfaebbcb9f2f3cadeb8e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "processed_at": "timestamp", "cancelled_at": "timestamp", "_fivetran_synced": "timestamp", "id": "bigint", "customer_id": "bigint", "location_id": "bigint", "user_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "processed_at": "timestamp", "cancelled_at": "timestamp", "_fivetran_synced": "timestamp", "id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "customer_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "location_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "user_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"}}, "created_at": 1709613503.3432589, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_shipping_line_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_shipping_line_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_shipping_line_data.csv", "original_file_path": "seeds/shopify_order_shipping_line_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_shipping_line_data", "fqn": ["shopify_integration_tests", "shopify_order_shipping_line_data"], "alias": "shopify_order_shipping_line_data", "checksum": {"name": "sha256", "checksum": "7a83a6e1121c088d6cd6ab3a944c683bfe4ac72ac440fcf97d55c3ca709b88a8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"discounted_price": "float", "price": "float"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"discounted_price": "float", "price": "float"}}, "created_at": 1709613503.351388, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_line_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_fulfillment_event_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_fulfillment_event_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_fulfillment_event_data.csv", "original_file_path": "seeds/shopify_fulfillment_event_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_fulfillment_event_data", "fqn": ["shopify_integration_tests", "shopify_fulfillment_event_data"], "alias": "shopify_fulfillment_event_data", "checksum": {"name": "sha256", "checksum": "b2532c6d05669935d017ca595f6fda2e34af01fed7d2260963ab80db40486e75"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.352902, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_event_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_url_tag_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_url_tag_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_url_tag_data.csv", "original_file_path": "seeds/shopify_order_url_tag_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_url_tag_data", "fqn": ["shopify_integration_tests", "shopify_order_url_tag_data"], "alias": "shopify_order_url_tag_data", "checksum": {"name": "sha256", "checksum": "18d23ae4cb9bb569772db2a5622ab7f84281f3391b6c9295973a8fed3d887567"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.354191, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_url_tag_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_line_refund_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_line_refund_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_line_refund_data.csv", "original_file_path": "seeds/shopify_order_line_refund_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_line_refund_data", "fqn": ["shopify_integration_tests", "shopify_order_line_refund_data"], "alias": "shopify_order_line_refund_data", "checksum": {"name": "sha256", "checksum": "5d28c17ac30b49f32cb92c5ade7643c3322d0a18e38094140cf06ace9fc85e72"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint", "location_id": "bigint", "refund_id": "bigint", "order_line_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"_fivetran_synced": "timestamp", "id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "location_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "refund_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "order_line_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"}}, "created_at": 1709613503.3557918, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_refund_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_discount_code_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_discount_code_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_discount_code_data.csv", "original_file_path": "seeds/shopify_discount_code_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_discount_code_data", "fqn": ["shopify_integration_tests", "shopify_discount_code_data"], "alias": "shopify_discount_code_data", "checksum": {"name": "sha256", "checksum": "0c42fd48a5ae721d62c2ae6fa57bbe2584e27000650625249a95be0d89dbb51d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"usage_count": "float"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"usage_count": "float"}}, "created_at": 1709613503.3572, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_discount_code_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_adjustment_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_adjustment_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_adjustment_data.csv", "original_file_path": "seeds/shopify_order_adjustment_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_adjustment_data", "fqn": ["shopify_integration_tests", "shopify_order_adjustment_data"], "alias": "shopify_order_adjustment_data", "checksum": {"name": "sha256", "checksum": "48ce96540f19450088c661fd48bd8f6d58bb4ca13a1f048880e9984be367172e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"id": "bigint", "order_id": "bigint", "refund_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "order_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "refund_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"}}, "created_at": 1709613503.35856, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_adjustment_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_product_variant_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_product_variant_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_product_variant_data.csv", "original_file_path": "seeds/shopify_product_variant_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_product_variant_data", "fqn": ["shopify_integration_tests", "shopify_product_variant_data"], "alias": "shopify_product_variant_data", "checksum": {"name": "sha256", "checksum": "3430f8a8a9139a753a727caa7e10ac2ac02c4e2683a37ed933566367d2f6200e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"id": "bigint", "product_id": "bigint", "inventory_item_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "product_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "inventory_item_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"}}, "created_at": 1709613503.360055, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_variant_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_refund_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_refund_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_refund_data.csv", "original_file_path": "seeds/shopify_refund_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_refund_data", "fqn": ["shopify_integration_tests", "shopify_refund_data"], "alias": "shopify_refund_data", "checksum": {"name": "sha256", "checksum": "8d8bc98681d9b0d57a43af3fc99ff13cc42401d97e49bba41c1fafb28f858d23"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"id": "bigint", "order_id": "bigint", "user_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "order_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "user_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"}}, "created_at": 1709613503.3613591, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_refund_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_transaction_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_transaction_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_transaction_data.csv", "original_file_path": "seeds/shopify_transaction_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_transaction_data", "fqn": ["shopify_integration_tests", "shopify_transaction_data"], "alias": "shopify_transaction_data", "checksum": {"name": "sha256", "checksum": "def7b7fc64e42148b900dcd1f7327b470e5d3b0ed8e73f263e46a715ecb09199"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"id": "bigint", "order_id": "bigint", "refund_id": "bigint", "receipt": "varchar(100)"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "order_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "refund_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "receipt": "{{ 'varchar(100)' if target.name in ('redshift', 'postgres') else 'string' }}"}}, "created_at": 1709613503.362674, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_transaction_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_inventory_item_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_inventory_item_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_inventory_item_data.csv", "original_file_path": "seeds/shopify_inventory_item_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_inventory_item_data", "fqn": ["shopify_integration_tests", "shopify_inventory_item_data"], "alias": "shopify_inventory_item_data", "checksum": {"name": "sha256", "checksum": "6498a648e1f0468684f9a9e4bc0ce9d9ddd26568247afa3e063841744af66cdd"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"updated_at": "timestamp", "created_at": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"updated_at": "timestamp", "created_at": "timestamp"}}, "created_at": 1709613503.364162, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_item_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_product_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_product_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_product_data.csv", "original_file_path": "seeds/shopify_product_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_product_data", "fqn": ["shopify_integration_tests", "shopify_product_data"], "alias": "shopify_product_data", "checksum": {"name": "sha256", "checksum": "eb58631ac09737e98374464cc939598a1cdf41e63a2cbb6966155cefbe21c441"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "published_at": "timestamp", "_fivetran_synced": "timestamp", "id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "published_at": "timestamp", "_fivetran_synced": "timestamp", "id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"}}, "created_at": 1709613503.365459, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_location_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_location_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_location_data.csv", "original_file_path": "seeds/shopify_location_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_location_data", "fqn": ["shopify_integration_tests", "shopify_location_data"], "alias": "shopify_location_data", "checksum": {"name": "sha256", "checksum": "781bb070fbf96fd7e01d4229ccbac91f77bcd52726ffea2de9fa36abe6804b38"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.366737, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_location_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_metafield_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_metafield_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_metafield_data.csv", "original_file_path": "seeds/shopify_metafield_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_metafield_data", "fqn": ["shopify_integration_tests", "shopify_metafield_data"], "alias": "shopify_metafield_data", "checksum": {"name": "sha256", "checksum": "d36c8ae6b969db7f024106a61aaf889a2220f2f8cabdf4126485fb2d44627bc4"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"value_type": "varchar", "type": "varchar", "_fivetran_synced": "timestamp", "created_at": "timestamp", "updated_at": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"value_type": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}", "type": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}", "_fivetran_synced": "timestamp", "created_at": "timestamp", "updated_at": "timestamp"}}, "created_at": 1709613503.368169, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_metafield_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_note_attribute_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_note_attribute_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_note_attribute_data.csv", "original_file_path": "seeds/shopify_order_note_attribute_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_note_attribute_data", "fqn": ["shopify_integration_tests", "shopify_order_note_attribute_data"], "alias": "shopify_order_note_attribute_data", "checksum": {"name": "sha256", "checksum": "9076f469c15ad5e18c4365039836b6739c2d7fc79ed987564ab8c1849994309c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.369441, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_note_attribute_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_discount_code_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_discount_code_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_discount_code_data.csv", "original_file_path": "seeds/shopify_order_discount_code_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_discount_code_data", "fqn": ["shopify_integration_tests", "shopify_order_discount_code_data"], "alias": "shopify_order_discount_code_data", "checksum": {"name": "sha256", "checksum": "76474d953975c31e004c10a9ac4543c8cb88f69ebd3c888a1daf94764465d129"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"amount": "float"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"amount": "float"}}, "created_at": 1709613503.3706949, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_discount_code_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_product_tag_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_product_tag_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_product_tag_data.csv", "original_file_path": "seeds/shopify_product_tag_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_product_tag_data", "fqn": ["shopify_integration_tests", "shopify_product_tag_data"], "alias": "shopify_product_tag_data", "checksum": {"name": "sha256", "checksum": "10203c8ee30c2d400a7f5126732f6c17985017df02cd4eceff90ef483e1c0729"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.371954, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_tag_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_collection_product_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_collection_product_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_collection_product_data.csv", "original_file_path": "seeds/shopify_collection_product_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_collection_product_data", "fqn": ["shopify_integration_tests", "shopify_collection_product_data"], "alias": "shopify_collection_product_data", "checksum": {"name": "sha256", "checksum": "f0829ff9b0c3116846c83d4cb2dfae170594e230d3586b8abae97a31d4a51c55"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.373317, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_collection_product_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_shipping_tax_line_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_shipping_tax_line_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_shipping_tax_line_data.csv", "original_file_path": "seeds/shopify_order_shipping_tax_line_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_shipping_tax_line_data", "fqn": ["shopify_integration_tests", "shopify_order_shipping_tax_line_data"], "alias": "shopify_order_shipping_tax_line_data", "checksum": {"name": "sha256", "checksum": "279d995731cd3b85aa948f6721ada5f455324347f7ac3211a98bf2f3bb72f899"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"price": "float"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"price": "float"}}, "created_at": 1709613503.3745651, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_tax_line_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_collection_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_collection_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_collection_data.csv", "original_file_path": "seeds/shopify_collection_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_collection_data", "fqn": ["shopify_integration_tests", "shopify_collection_data"], "alias": "shopify_collection_data", "checksum": {"name": "sha256", "checksum": "7a8d57aca737d96491c62b2c0f8516e50d01b39bc98b1336839b99b2a3f08cd6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"disjunctive": "boolean", "published_at": "timestamp", "updated_at": "timestamp", "title": "varchar"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"disjunctive": "boolean", "published_at": "timestamp", "updated_at": "timestamp", "title": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}"}}, "created_at": 1709613503.375863, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_collection_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_price_rule_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_price_rule_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_price_rule_data.csv", "original_file_path": "seeds/shopify_price_rule_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_price_rule_data", "fqn": ["shopify_integration_tests", "shopify_price_rule_data"], "alias": "shopify_price_rule_data", "checksum": {"name": "sha256", "checksum": "a4c9db397e0993b4aabe3a9a2716c19d38555ba53c35d557b75606ed41669779"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"prerequisite_subtotal_range": "float", "value": "float"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"prerequisite_subtotal_range": "float", "value": "float"}}, "created_at": 1709613503.377312, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_price_rule_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_tag_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_tag_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_tag_data.csv", "original_file_path": "seeds/shopify_order_tag_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_tag_data", "fqn": ["shopify_integration_tests", "shopify_order_tag_data"], "alias": "shopify_order_tag_data", "checksum": {"name": "sha256", "checksum": "c448adfe655f83dcaf6370ad2ef36f0ad6991c1b6d001e3aab317fd17359b129"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.378565, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_tag_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_abandoned_checkout_shipping_line_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_shipping_line_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_abandoned_checkout_shipping_line_data.csv", "original_file_path": "seeds/shopify_abandoned_checkout_shipping_line_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_shipping_line_data", "fqn": ["shopify_integration_tests", "shopify_abandoned_checkout_shipping_line_data"], "alias": "shopify_abandoned_checkout_shipping_line_data", "checksum": {"name": "sha256", "checksum": "9b1e873b952f85626352f2ca85b67b7a14e54e7edd01467951653fc2716023d5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"markup": "varchar", "price": "float", "original_shop_markup": "varchar", "original_shop_price": "varchar"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"markup": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}", "price": "float", "original_shop_markup": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}", "original_shop_price": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}"}}, "created_at": 1709613503.37984, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_shipping_line_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_shop_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_shop_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_shop_data.csv", "original_file_path": "seeds/shopify_shop_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_shop_data", "fqn": ["shopify_integration_tests", "shopify_shop_data"], "alias": "shopify_shop_data", "checksum": {"name": "sha256", "checksum": "1029ea325d95c96dbdf0c52a9fd8ef272516b15f99f834a507bff27eda689bba"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"taxes_included": "boolean", "google_apps_login_enabled": "boolean", "county_taxes": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"taxes_included": "boolean", "google_apps_login_enabled": "boolean", "county_taxes": "boolean"}}, "created_at": 1709613503.381323, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_shop_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_product_image_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_product_image_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_product_image_data.csv", "original_file_path": "seeds/shopify_product_image_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_product_image_data", "fqn": ["shopify_integration_tests", "shopify_product_image_data"], "alias": "shopify_product_image_data", "checksum": {"name": "sha256", "checksum": "a5022f2d5a731c98f5df23cf2efd080d362cea1a10e74605c4eaa7f5f523cc38"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.382586, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_image_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_abandoned_checkout_discount_code_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_discount_code_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_abandoned_checkout_discount_code_data.csv", "original_file_path": "seeds/shopify_abandoned_checkout_discount_code_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_discount_code_data", "fqn": ["shopify_integration_tests", "shopify_abandoned_checkout_discount_code_data"], "alias": "shopify_abandoned_checkout_discount_code_data", "checksum": {"name": "sha256", "checksum": "f60365d56b94e348893476184122a98c6a4b939de1c7de1f7f3684e2ba344e48"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"checkout_id": "bigint", "discount_id": "bigint", "amount": "float", "_fivetran_synced": "timestamp", "created_at": "timestamp", "updated_at": "timestamp", "code": "varchar", "type": "varchar"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"checkout_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "discount_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "amount": "float", "_fivetran_synced": "timestamp", "created_at": "timestamp", "updated_at": "timestamp", "code": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}", "type": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}"}}, "created_at": 1709613503.38387, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_discount_code_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_abandoned_checkout_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_abandoned_checkout_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_abandoned_checkout_data.csv", "original_file_path": "seeds/shopify_abandoned_checkout_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_data", "fqn": ["shopify_integration_tests", "shopify_abandoned_checkout_data"], "alias": "shopify_abandoned_checkout_data", "checksum": {"name": "sha256", "checksum": "6fdd098b5d0b96240b13ff4fb9da7aae53c8ebd26725aaf91df0f7a7fbf90634"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"total_line_items_price": "float", "billing_address_phone": "varchar", "shipping_address_phone": "varchar", "closed_at": "timestamp", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_deleted": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"total_line_items_price": "float", "billing_address_phone": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}", "shipping_address_phone": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}", "closed_at": "timestamp", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_deleted": "boolean"}}, "created_at": 1709613503.38572, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_fulfillment_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_fulfillment_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_fulfillment_data.csv", "original_file_path": "seeds/shopify_fulfillment_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_fulfillment_data", "fqn": ["shopify_integration_tests", "shopify_fulfillment_data"], "alias": "shopify_fulfillment_data", "checksum": {"name": "sha256", "checksum": "36993dd7ab6cd0951d3229c9d72237f4115292350e2659bdb717866f8fe8ebd8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.38704, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_customer_tag_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_customer_tag_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_customer_tag_data.csv", "original_file_path": "seeds/shopify_customer_tag_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_customer_tag_data", "fqn": ["shopify_integration_tests", "shopify_customer_tag_data"], "alias": "shopify_customer_tag_data", "checksum": {"name": "sha256", "checksum": "47c458b03df6ffa372351d55106ce4241a896f87866c88db1db9d2e7b92bd7b2"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.3882601, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_customer_tag_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_customer_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_customer_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_customer_data.csv", "original_file_path": "seeds/shopify_customer_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_customer_data", "fqn": ["shopify_integration_tests", "shopify_customer_data"], "alias": "shopify_customer_data", "checksum": {"name": "sha256", "checksum": "dd5314eeba1300aaaf2c22eb7d733f1042dea639f694be31dc9df116b4ff4d55"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "_fivetran_synced": "timestamp", "id": "bigint", "default_address_id": "bigint", "email": "varchar"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "_fivetran_synced": "timestamp", "id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "default_address_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "email": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}"}}, "created_at": 1709613503.389533, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_customer_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_order_line_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_order_line_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_order_line_data.csv", "original_file_path": "seeds/shopify_order_line_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_order_line_data", "fqn": ["shopify_integration_tests", "shopify_order_line_data"], "alias": "shopify_order_line_data", "checksum": {"name": "sha256", "checksum": "a4e65b3c0ee73ff8755aec89198632427baa2dbcc39d2e97659a8a976a92b8cd"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "order_id": "bigint", "id": "bigint", "product_id": "bigint", "variant_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"_fivetran_synced": "timestamp", "order_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "product_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}", "variant_id": "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}"}}, "created_at": 1709613503.390989, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_tax_line_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_tax_line_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_tax_line_data.csv", "original_file_path": "seeds/shopify_tax_line_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_tax_line_data", "fqn": ["shopify_integration_tests", "shopify_tax_line_data"], "alias": "shopify_tax_line_data", "checksum": {"name": "sha256", "checksum": "af3615f675a22513590ef6a8abcce714b286f06c7532e650a56787c6afbd36de"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"price": "float", "rate": "float"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"price": "float", "rate": "float"}}, "created_at": 1709613503.392278, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_tax_line_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_inventory_level_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_inventory_level_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_inventory_level_data.csv", "original_file_path": "seeds/shopify_inventory_level_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_inventory_level_data", "fqn": ["shopify_integration_tests", "shopify_inventory_level_data"], "alias": "shopify_inventory_level_data", "checksum": {"name": "sha256", "checksum": "eb1b9119e07c9724fcfeaa8322276b14ca35efd5b5769095b5eb39d320b49fb3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"updated_at": "timestamp"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}", "column_types": {"updated_at": "timestamp"}}, "created_at": 1709613503.3935518, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_level_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "seed.shopify_integration_tests.shopify_tender_transaction_data": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shopify_tender_transaction_data", "resource_type": "seed", "package_name": "shopify_integration_tests", "path": "shopify_tender_transaction_data.csv", "original_file_path": "seeds/shopify_tender_transaction_data.csv", "unique_id": "seed.shopify_integration_tests.shopify_tender_transaction_data", "fqn": ["shopify_integration_tests", "shopify_tender_transaction_data"], "alias": "shopify_tender_transaction_data", "checksum": {"name": "sha256", "checksum": "7d1b7ebc547f9068b258e49431a3955f9143b99afa151664aa26a2ad9c5b479c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"quote_columns": "{{ true if target.type in ('redshift', 'postgres') else false }}"}, "created_at": 1709613503.3949828, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_tender_transaction_data\"", "raw_code": "", "root_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "depends_on": {"macros": []}}, "model.shopify_source.stg_shopify__customer_tag": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__customer_tag.sql", "original_file_path": "models/stg_shopify__customer_tag.sql", "unique_id": "model.shopify_source.stg_shopify__customer_tag", "fqn": ["shopify_source", "stg_shopify__customer_tag"], "alias": "stg_shopify__customer_tag", "checksum": {"name": "sha256", "checksum": "64167ac929ec348c5e6e7ba457170e8df1022a604ee7c61889992be9fde25e91"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Tags that the shop owner has attached to the customer. A customer can have up to 250 tags.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) representing when the tag was placed on the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.491342, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__customer_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__customer_tag_tmp')),\n staging_columns=get_customer_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n customer_id,\n index,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__customer_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_customer_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__customer_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__customer_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n customer_id,\n index,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_line.sql", "original_file_path": "models/stg_shopify__order_line.sql", "unique_id": "model.shopify_source.stg_shopify__order_line", "fqn": ["shopify_source", "stg_shopify__order_line"], "alias": "stg_shopify__order_line", "checksum": {"name": "sha256", "checksum": "dc621f9083529950bf12647e00bfac93e79078e91fde3f8ab1ad285ba697f25c"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a line item from an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillable_quantity": {"name": "fulfillable_quantity", "description": "The amount available to fulfill, calculated as follows: quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "How far along an order is in terms line items fulfilled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_gift_card": {"name": "is_gift_card", "description": "Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the related order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the item before discounts have been applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The number of items that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Whether the item requires shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The item's SKU (stock keeping unit).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_taxable": {"name": "is_taxable", "description": "Whether the item was taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount": {"name": "total_discount", "description": "The total amount of the discount allocated to the line item in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The ID of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the item's supplier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the order line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price": {"name": "pre_tax_price", "description": "The pre tax price of the line item in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price_set": {"name": "pre_tax_price_set", "description": "The pre tax price of the line item in shop currency and presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The price of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "Tax code applied to the line item. As multiple taxes can apply to a line item, we recommend referring to `stg_shopify__tax_line`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount_set": {"name": "total_discount_set", "description": "The total amount allocated to the line item in the presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "properties": {"name": "properties", "description": "Line item properties.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4681559, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_line_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_line_tmp')),\n staging_columns=get_order_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n \n select \n id as order_line_id,\n index,\n name,\n order_id,\n fulfillable_quantity,\n fulfillment_status,\n gift_card as is_gift_card,\n grams,\n pre_tax_price,\n pre_tax_price_set,\n price,\n price_set,\n product_id,\n quantity,\n requires_shipping as is_shipping_required,\n sku,\n taxable as is_taxable,\n tax_code,\n title,\n total_discount,\n total_discount_set,\n variant_id,\n variant_title,\n variant_inventory_management,\n vendor,\n properties,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('order_line_pass_through_columns') }}\n\n from fields\n\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__order_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n fulfillable_quantity\n \n as \n \n fulfillable_quantity\n \n, \n \n \n fulfillment_status\n \n as \n \n fulfillment_status\n \n, \n \n \n gift_card\n \n as \n \n gift_card\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n pre_tax_price\n \n as \n \n pre_tax_price\n \n, \n cast(null as TEXT) as \n \n pre_tax_price_set\n \n , \n \n \n price\n \n as \n \n price\n \n, \n cast(null as TEXT) as \n \n price_set\n \n , \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n requires_shipping\n \n as \n \n requires_shipping\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n cast(null as TEXT) as \n \n tax_code\n \n , \n \n \n title\n \n as \n \n title\n \n, \n \n \n total_discount\n \n as \n \n total_discount\n \n, \n cast(null as TEXT) as \n \n total_discount_set\n \n , \n \n \n variant_id\n \n as \n \n variant_id\n \n, \n cast(null as TEXT) as \n \n variant_title\n \n , \n cast(null as TEXT) as \n \n variant_inventory_management\n \n , \n \n \n vendor\n \n as \n \n vendor\n \n, \n cast(null as TEXT) as \n \n properties\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n \n select \n id as order_line_id,\n index,\n name,\n order_id,\n fulfillable_quantity,\n fulfillment_status,\n gift_card as is_gift_card,\n grams,\n pre_tax_price,\n pre_tax_price_set,\n price,\n price_set,\n product_id,\n quantity,\n requires_shipping as is_shipping_required,\n sku,\n taxable as is_taxable,\n tax_code,\n title,\n total_discount,\n total_discount_set,\n variant_id,\n variant_title,\n variant_inventory_management,\n vendor,\n properties,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tender_transaction": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tender_transaction", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__tender_transaction.sql", "original_file_path": "models/stg_shopify__tender_transaction.sql", "unique_id": "model.shopify_source.stg_shopify__tender_transaction", "fqn": ["shopify_source", "stg_shopify__tender_transaction"], "alias": "stg_shopify__tender_transaction", "checksum": {"name": "sha256", "checksum": "9a8b96c0a8d5a495084dca088d1c206d5b232444fb706abd9f487337fd6b5bea"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each tender transaction represents money passing between the merchant and a customer. A tender transaction with a positive amount represents a transaction where the customer paid money to the merchant. A negative amount represents a transaction where the merchant refunded money back to the customer. Tender transactions represent transactions that modify the shop's balance.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the tender transaction in the shop's currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the tender transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "transaction_id": {"name": "transaction_id", "description": "The ID of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that the tender transaction belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_method": {"name": "payment_method", "description": "Information about the payment method used for this transaction. Valid values include: - credit_card - cash - android_pay - apple_pay - google_pay - samsung_pay - shopify_pay - amazon - klarna - paypal - unknown - other\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time (ISO 8601 format) when the tender transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "remote_reference": {"name": "remote_reference", "description": "The remote (gateway) reference associated with the tender.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into the Shopify POS device that processed the tender transaction, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.5113962, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__tender_transaction_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__tender_transaction_tmp')),\n staging_columns=get_tender_transaction_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as transaction_id,\n order_id,\n amount,\n currency,\n payment_method,\n remote_reference,\n user_id,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(test, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__tender_transaction_tmp", "package": null, "version": null}, {"name": "stg_shopify__tender_transaction_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_tender_transaction_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__tender_transaction_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__tender_transaction.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n payment_method\n \n as \n \n payment_method\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n remote_reference\n \n as \n \n remote_reference\n \n, \n \n \n test\n \n as \n \n test\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as transaction_id,\n order_id,\n amount,\n currency,\n payment_method,\n remote_reference,\n user_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(test, false)\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__metafield": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__metafield", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__metafield.sql", "original_file_path": "models/stg_shopify__metafield.sql", "unique_id": "model.shopify_source.stg_shopify__metafield", "fqn": ["shopify_source", "stg_shopify__metafield"], "alias": "stg_shopify__metafield", "checksum": {"name": "sha256", "checksum": "c66c8d02922a76d8864ed48947864881a609b37a92b8945ff7fded8dd6a1d44b"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Metafields are a flexible way to attach additional information to a Shopify resource (e.g. Product, Collection, etc.). Some examples of data stored using metafields include specifications, size charts, downloadable documents, release dates, images, or part numbers. Metafields are identified by an owner resource, a namespace, and a key and they store a value along with type information for that context.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the metafield was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "description": {"name": "description", "description": "A description of the information that the metafield contains.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "metafield_id": {"name": "metafield_id", "description": "The unique ID of the metafield.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "The key of the metafield. Keys can be up to 64 characters long and can contain alphanumeric characters, hyphens, underscores, and periods.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "namespace": {"name": "namespace", "description": "A container for a group of metafields. Grouping metafields within a namespace prevents your metafields from conflicting with other metafields with the same key name. Must have between 3-255 characters.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_resource_id": {"name": "owner_resource_id", "description": "The unique ID of the resource that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_resource": {"name": "owner_resource", "description": "The type of resource (table) that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The type of data that the metafield stores in the `value` field. Refer to the [list](https://shopify.dev/apps/metafields/types) of supported types. Coalescing of type and value_type", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the metafield was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The data to store in the metafield. The value is always stored as a string, regardless of the metafield's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "metafield_reference": {"name": "metafield_reference", "description": "Combination of the namespace and key columns. This field is key for metafield mapping in downstream models.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_most_recent_record": {"name": "is_most_recent_record", "description": "Boolean indicating the most up to date record identified by the most recent updated_at field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.498652, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__metafield_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__metafield_tmp')),\n staging_columns=get_metafield_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as metafield_id,\n description,\n namespace,\n key,\n value,\n lower(coalesce(type, value_type)) as value_type,\n owner_id as owner_resource_id,\n lower(owner_resource) as owner_resource,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n lower({{ dbt.concat([\"namespace\",\"'_'\",\"key\"]) }}) as metafield_reference,\n case when id is null\n then row_number() over(partition by source_relation order by updated_at desc) = 1\n else row_number() over(partition by id, source_relation order by updated_at desc) = 1\n end as is_most_recent_record,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__metafield_tmp", "package": null, "version": null}, {"name": "stg_shopify__metafield_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_metafield_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.dbt.concat"], "nodes": ["model.shopify_source.stg_shopify__metafield_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__metafield.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n key\n \n as \n \n key\n \n, \n \n \n namespace\n \n as \n \n namespace\n \n, \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n owner_resource\n \n as \n \n owner_resource\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n value_type\n \n as \n \n value_type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as metafield_id,\n description,\n namespace,\n key,\n value,\n lower(coalesce(type, value_type)) as value_type,\n owner_id as owner_resource_id,\n lower(owner_resource) as owner_resource,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n lower(namespace || '_' || key) as metafield_reference,\n case when id is null\n then row_number() over(partition by source_relation order by updated_at desc) = 1\n else row_number() over(partition by id, source_relation order by updated_at desc) = 1\n end as is_most_recent_record,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__refund": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__refund", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__refund.sql", "original_file_path": "models/stg_shopify__refund.sql", "unique_id": "model.shopify_source.stg_shopify__refund", "fqn": ["shopify_source", "stg_shopify__refund"], "alias": "stg_shopify__refund", "checksum": {"name": "sha256", "checksum": "2f4179ac3908fdd3d0e500712b11fb963a5a49464415c853d1c70b09a8780bba"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a refund within Shopify.", "columns": {"refund_id": {"name": "refund_id", "description": "The unique numeric identifier for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of the date when the refund was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "Timestamp of the date when the refund was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "User generated note attached to the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock": {"name": "restock", "description": "Boolean indicating if the refund is a result of a restock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "Reference to the user id which generated the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties_set": {"name": "total_duties_set", "description": "Record representing total duties set for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the refund is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4861171, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"", "raw_code": "-- this model will be all NULL until you have made a refund in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__refund_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__refund_tmp')),\n staging_columns=get_refund_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n \n from base\n),\n\nfinal as (\n\n select\n id as refund_id,\n note,\n order_id,\n restock,\n total_duties_set,\n user_id,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__refund_tmp", "package": null, "version": null}, {"name": "stg_shopify__refund_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_refund_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__refund_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__refund.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made a refund in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n note\n \n as \n \n note\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n restock\n \n as \n \n restock\n \n, \n \n \n total_duties_set\n \n as \n \n total_duties_set\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as refund_id,\n note,\n order_id,\n restock,\n total_duties_set,\n user_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product.sql", "original_file_path": "models/stg_shopify__product.sql", "unique_id": "model.shopify_source.stg_shopify__product", "fqn": ["shopify_source", "stg_shopify__product"], "alias": "stg_shopify__product", "checksum": {"name": "sha256", "checksum": "ed47cad712c28fcab946646e471c8d118a800c52dc14702f6475bb6362322cc8"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a product in Shopify.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Whether the record has been deleted in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the product was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique human-friendly string for the product. Automatically generated from the product's title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "An unsigned 64-bit integer that's used as a unique identifier for the product. Each id is unique across the Shopify system. No two products will have the same id, even if they're from different shops.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_type": {"name": "product_type", "description": "A categorization for the product used for filtering and searching products.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_timestamp": {"name": "published_timestamp", "description": "The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the product is published to the Point of Sale channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the product was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the product's vendor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the product. Valid values: - active: The product is ready to sell and is available to customers on the online store, sales channels, and apps. By default, existing products are set to active. - archived: The product is no longer being sold and isn't available to customers on sales channels and apps. - draft: The product isn't ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4791338, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_tmp')),\n staging_columns=get_product_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n \n select\n id as product_id,\n handle,\n product_type,\n published_scope,\n title,\n vendor,\n status,\n _fivetran_deleted as is_deleted,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n {{ dbt_date.convert_timezone(column='cast(published_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as published_timestamp,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('product_pass_through_columns') }}\n\nfrom fields\n\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__product_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n handle\n \n as \n \n handle\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n product_type\n \n as \n \n product_type\n \n, \n \n \n published_at\n \n as \n \n published_at\n \n, \n \n \n published_scope\n \n as \n \n published_scope\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n vendor\n \n as \n \n vendor\n \n, \n cast(null as TEXT) as \n \n status\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n \n select\n id as product_id,\n handle,\n product_type,\n published_scope,\n title,\n vendor,\n status,\n _fivetran_deleted as is_deleted,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(published_at as timestamp) as timestamp)\n) as published_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\nfrom fields\n\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tax_line": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tax_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__tax_line.sql", "original_file_path": "models/stg_shopify__tax_line.sql", "unique_id": "model.shopify_source.stg_shopify__tax_line", "fqn": ["shopify_source", "stg_shopify__tax_line"], "alias": "stg_shopify__tax_line", "checksum": {"name": "sha256", "checksum": "db33097258560feb25e3ad0034f21ccbf2dcf3d510adb7cdede83f149b54c53a"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Represents a single tax applied to the associated line item.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "The index of the tax line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The order line that this tax line is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.515628, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__tax_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__tax_line_tmp')),\n staging_columns=get_tax_line_columns()\n )\n }}\n \n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n index,\n order_line_id,\n price,\n price_set,\n rate,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__tax_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__tax_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_tax_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__tax_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__tax_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_line_id\n \n as \n \n order_line_id\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n price_set\n \n as \n \n price_set\n \n, \n \n \n rate\n \n as \n \n rate\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n \n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n index,\n order_line_id,\n price,\n price_set,\n rate,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_variant": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_variant", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product_variant.sql", "original_file_path": "models/stg_shopify__product_variant.sql", "unique_id": "model.shopify_source.stg_shopify__product_variant", "fqn": ["shopify_source", "stg_shopify__product_variant"], "alias": "stg_shopify__product_variant", "checksum": {"name": "sha256", "checksum": "5ba770a0eb09e9bdbda8949796a3f1055f5e0199e969b334ee8403819bc6262e"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a product variant in Shopify", "columns": {"barcode": {"name": "barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "compare_at_price": {"name": "compare_at_price", "description": "The original price of the item before an adjustment or a sale in shop currency", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_service": {"name": "fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The unique numeric identifier for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "image_id": {"name": "image_id", "description": "The unique numeric identifier for a product's image. The image must be associated to the same product as the variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The unique identifier for the inventory item, which is used in the Inventory API to query for inventory information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_management": {"name": "inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_policy": {"name": "inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_quantity": {"name": "inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_1": {"name": "option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_2": {"name": "option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_3": {"name": "option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product variant in the list of product variants. The first position in the list is 1. The position of variants is indicated by the order in which they are listed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The unique numeric identifier for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "A unique identifier for the product variant in the shop. Required in order to connect to a FulfillmentService.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_taxable": {"name": "is_taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight": {"name": "weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.481456, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_variant_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_variant_tmp')),\n staging_columns=get_product_variant_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select\n id as variant_id,\n product_id,\n inventory_item_id,\n image_id,\n title,\n price,\n sku,\n position,\n inventory_policy,\n compare_at_price,\n fulfillment_service,\n inventory_management,\n taxable as is_taxable,\n barcode,\n grams,\n coalesce(inventory_quantity, old_inventory_quantity) as inventory_quantity,\n weight,\n weight_unit,\n option_1,\n option_2,\n option_3,\n tax_code,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('product_variant_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_variant_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_variant_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_variant_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__product_variant_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product_variant.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n id\n \n as \n \n id\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n inventory_item_id\n \n as \n \n inventory_item_id\n \n, \n \n \n image_id\n \n as \n \n image_id\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n position\n \n as \n \n position\n \n, \n \n \n inventory_policy\n \n as \n \n inventory_policy\n \n, \n \n \n compare_at_price\n \n as \n \n compare_at_price\n \n, \n \n \n fulfillment_service\n \n as \n \n fulfillment_service\n \n, \n \n \n inventory_management\n \n as \n \n inventory_management\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n barcode\n \n as \n \n barcode\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n old_inventory_quantity\n \n as \n \n old_inventory_quantity\n \n, \n \n \n inventory_quantity\n \n as \n \n inventory_quantity\n \n, \n \n \n weight\n \n as \n \n weight\n \n, \n \n \n weight_unit\n \n as \n \n weight_unit\n \n, \n \n \n option_1\n \n as \n \n option_1\n \n, \n \n \n option_2\n \n as \n \n option_2\n \n, \n \n \n option_3\n \n as \n \n option_3\n \n, \n \n \n tax_code\n \n as \n \n tax_code\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select\n id as variant_id,\n product_id,\n inventory_item_id,\n image_id,\n title,\n price,\n sku,\n position,\n inventory_policy,\n compare_at_price,\n fulfillment_service,\n inventory_management,\n taxable as is_taxable,\n barcode,\n grams,\n coalesce(inventory_quantity, old_inventory_quantity) as inventory_quantity,\n weight,\n weight_unit,\n option_1,\n option_2,\n option_3,\n tax_code,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_image": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_image", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product_image.sql", "original_file_path": "models/stg_shopify__product_image.sql", "unique_id": "model.shopify_source.stg_shopify__product_image", "fqn": ["shopify_source", "stg_shopify__product_image"], "alias": "stg_shopify__product_image", "checksum": {"name": "sha256", "checksum": "d8573a63122751655aa4168ff232fbca0c0a72391fc4f108a7af27e6c46fb686"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Table storing hosted images of products.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the product image was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "height": {"name": "height", "description": "Height dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_image_id": {"name": "product_image_id", "description": "Unique numeric identifier of the product image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The id of the product associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "src": {"name": "src", "description": "Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product image was last modified. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_ids": {"name": "variant_ids", "description": "An array of variant ids associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "width": {"name": "width", "description": "Width dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.505142, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_image_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_image_tmp')),\n staging_columns=get_product_image_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as product_image_id,\n product_id,\n height,\n position,\n src,\n variant_ids,\n width,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_image_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_image_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_image_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__product_image_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product_image.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n height\n \n as \n \n height\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n position\n \n as \n \n position\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n src\n \n as \n \n src\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n variant_ids\n \n as \n \n variant_ids\n \n, \n \n \n width\n \n as \n \n width\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as product_image_id,\n product_id,\n height,\n position,\n src,\n variant_ids,\n width,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_line": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_shipping_line.sql", "original_file_path": "models/stg_shopify__order_shipping_line.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_line", "fqn": ["shopify_source", "stg_shopify__order_shipping_line"], "alias": "stg_shopify__order_shipping_line", "checksum": {"name": "sha256", "checksum": "71dd93d6ebaf7f248a0ab17f4da25e0f1e2d56a9cb8568ee4907230c8cccb639"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Represents the shipping details that the customer chose for their order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price_set": {"name": "discounted_price_set", "description": "The pre-tax shipping price with discounts applied (JSON) in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_shipping_line_id": {"name": "order_shipping_line_id", "description": "A globally-unique identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the associated order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "Returns the price of the shipping line in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "Returns the price of the shipping line (JSON) in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_third_party_required": {"name": "is_third_party_required", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "Returns the rate source for the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "Returns the title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.5003588, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_shipping_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_shipping_line_tmp')),\n staging_columns=get_order_shipping_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as order_shipping_line_id,\n order_id,\n carrier_identifier,\n code,\n delivery_category,\n discounted_price,\n discounted_price_set,\n phone,\n price,\n price_set,\n requested_fulfillment_service_id is not null as is_third_party_required,\n source,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n carrier_identifier\n \n as \n \n carrier_identifier\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n delivery_category\n \n as \n \n delivery_category\n \n, \n \n \n discounted_price\n \n as \n \n discounted_price\n \n, \n \n \n discounted_price_set\n \n as \n \n discounted_price_set\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n price_set\n \n as \n \n price_set\n \n, \n \n \n requested_fulfillment_service_id\n \n as \n \n requested_fulfillment_service_id\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as order_shipping_line_id,\n order_id,\n carrier_identifier,\n code,\n delivery_category,\n discounted_price,\n discounted_price_set,\n phone,\n price,\n price_set,\n requested_fulfillment_service_id is not null as is_third_party_required,\n source,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__price_rule": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__price_rule", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__price_rule.sql", "original_file_path": "models/stg_shopify__price_rule.sql", "unique_id": "model.shopify_source.stg_shopify__price_rule", "fqn": ["shopify_source", "stg_shopify__price_rule"], "alias": "stg_shopify__price_rule", "checksum": {"name": "sha256", "checksum": "500b0aa40568341848b0aaa2937e6256f3f4f1170cfe9d7fccc0285800694046"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Table storing price rules. You can use price rules to create discounts dependent on conditions. Merchants can distribute the discount codes to their customers. Using price rules, you can create discounts that specify a discount as a percentage, a fixed amount, or free shipping. You use entitlements and prerequisites to dynamically build these discounts.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_limit": {"name": "allocation_limit", "description": "The number of times the discount can be allocated on the cart - if eligible. For example a Buy 1 hat Get 1 hat for free discount can be applied 3 times on a cart having more than 6 hats, where maximum of 3 hats get discounted - if the allocation_limit is 3. Empty (null) allocation_limit means unlimited number of allocations.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_method": {"name": "allocation_method", "description": "The allocation method of the price rule. Valid values include `each` (the discount is applied to each of the entitled items. For example, for a price rule that takes $15 off, each entitled line item in a checkout will be discounted by $15) and `across` (the calculated discount amount will be applied across the entitled items. For example, for a price rule that takes $15 off, the discount will be applied across all the entitled items).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the price rule was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_selection": {"name": "customer_selection", "description": "The customer selection for the price rule. Valid values include `all` (the price rule is valid for all customers) and `prerequisite` (the customer must either belong to one of the customer segments specified by customer_segment_prerequisite_ids, or be one of the customers specified by prerequisite_customer_ids).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ends_at": {"name": "ends_at", "description": "The date and time (ISO 8601 format) when the price rule ends. Must be after starts_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_once_per_customer": {"name": "is_once_per_customer", "description": "Boolean representing whether the generated discount code will be valid only for a single use per customer. This is tracked using customer ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_quantity": {"name": "prereq_min_quantity", "description": "If `customer_selection` is `prerequisite`, the minimum number of items for the price rule to be applicable. The quantity of an entitled cart item must be greater than or equal to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_max_shipping_price": {"name": "prereq_max_shipping_price", "description": "If `customer_selection` is `prerequisite`, the maximum shipping price for the price rule to be applicable. The shipping price must be less than or equal to this value", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_subtotal": {"name": "prereq_min_subtotal", "description": "If `customer_selection` is `prerequisite`, the minimum subtotal for the price rule to be applicable. The subtotal of the entitled cart items must be greater than or equal to this value for the discount to apply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_purchase_quantity_for_entitlement": {"name": "prereq_min_purchase_quantity_for_entitlement", "description": "If `customer_selection` is `prerequisite`, the prerequisite purchase for a Buy X Get Y discount. The minimum purchase amount required to be entitled to the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_x_get_this": {"name": "prereq_buy_x_get_this", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this is the offered 'get' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_this_get_y": {"name": "prereq_buy_this_get_y", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this defines the necessary 'buy' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "starts_at": {"name": "starts_at", "description": "The date and time (ISO 8601 format) when the price rule starts.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_selection": {"name": "target_selection", "description": "The target selection method of the price rule. Valid values include `all` (the price rule applies the discount to all line items in the checkout) and `entitled` (the price rule applies the discount to selected entitlements only).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_type": {"name": "target_type", "description": "The target type that the price rule applies to. Valid values include `line_item` (the price rule applies to the cart's line items) and `shipping_line` (the price rule applies to the cart's shipping lines).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the price rule. This is used by the Shopify admin search to retrieve discounts. It is also displayed on the Discounts page of the Shopify admin for bulk discounts. Shopify recommends that this map onto the associated `discount_code.code`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the price rule was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_limit": {"name": "usage_limit", "description": "The maximum number of times the price rule can be used, per discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the price rule. If if the value of `target_type` is `shipping_line`, then only -100 is accepted. The value must be negative.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The value type of the price rule. Valid values include `fixed_amount` (applies a discount of value as a unit of the store's currency. For example, if value is -30 and the store's currency is USD, then $30 USD is deducted when the discount is applied) and `percentage` (applies a percentage discount of value. For example, if value is -30, then 30% will be deducted when the discount is applied).\nIf `target_type` is `shipping_line`, then only `percentage` is accepted.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.504079, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__price_rule_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__price_rule_tmp')),\n staging_columns=get_price_rule_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select\n id as price_rule_id,\n allocation_limit,\n allocation_method,\n customer_selection,\n once_per_customer as is_once_per_customer,\n prerequisite_quantity_range as prereq_min_quantity,\n prerequisite_shipping_price_range as prereq_max_shipping_price,\n prerequisite_subtotal_range as prereq_min_subtotal,\n prerequisite_to_entitlement_purchase_prerequisite_amount as prereq_min_purchase_quantity_for_entitlement,\n quantity_ratio_entitled_quantity as prereq_buy_x_get_this,\n quantity_ratio_prerequisite_quantity as prereq_buy_this_get_y,\n target_selection,\n target_type,\n title,\n usage_limit,\n value,\n value_type,\n {{ dbt_date.convert_timezone(column='cast(starts_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as starts_at,\n {{ dbt_date.convert_timezone(column='cast(ends_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as ends_at,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__price_rule_tmp", "package": null, "version": null}, {"name": "stg_shopify__price_rule_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_price_rule_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__price_rule_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__price_rule.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n allocation_limit\n \n as \n \n allocation_limit\n \n, \n \n \n allocation_method\n \n as \n \n allocation_method\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n customer_selection\n \n as \n \n customer_selection\n \n, \n \n \n ends_at\n \n as \n \n ends_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n once_per_customer\n \n as \n \n once_per_customer\n \n, \n \n \n prerequisite_quantity_range\n \n as \n \n prerequisite_quantity_range\n \n, \n \n \n prerequisite_shipping_price_range\n \n as \n \n prerequisite_shipping_price_range\n \n, \n \n \n prerequisite_subtotal_range\n \n as \n \n prerequisite_subtotal_range\n \n, \n \n \n prerequisite_to_entitlement_purchase_prerequisite_amount\n \n as \n \n prerequisite_to_entitlement_purchase_prerequisite_amount\n \n, \n \n \n quantity_ratio_entitled_quantity\n \n as \n \n quantity_ratio_entitled_quantity\n \n, \n \n \n quantity_ratio_prerequisite_quantity\n \n as \n \n quantity_ratio_prerequisite_quantity\n \n, \n \n \n starts_at\n \n as \n \n starts_at\n \n, \n \n \n target_selection\n \n as \n \n target_selection\n \n, \n \n \n target_type\n \n as \n \n target_type\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n usage_limit\n \n as \n \n usage_limit\n \n, \n \n \n value\n \n as \n \n value\n \n, \n \n \n value_type\n \n as \n \n value_type\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select\n id as price_rule_id,\n allocation_limit,\n allocation_method,\n customer_selection,\n once_per_customer as is_once_per_customer,\n prerequisite_quantity_range as prereq_min_quantity,\n prerequisite_shipping_price_range as prereq_max_shipping_price,\n prerequisite_subtotal_range as prereq_min_subtotal,\n prerequisite_to_entitlement_purchase_prerequisite_amount as prereq_min_purchase_quantity_for_entitlement,\n quantity_ratio_entitled_quantity as prereq_buy_x_get_this,\n quantity_ratio_prerequisite_quantity as prereq_buy_this_get_y,\n target_selection,\n target_type,\n title,\n usage_limit,\n value,\n value_type,\n convert_timezone('UTC', 'UTC',\n cast(cast(starts_at as timestamp) as timestamp)\n) as starts_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(ends_at as timestamp) as timestamp)\n) as ends_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_item": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_item", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__inventory_item.sql", "original_file_path": "models/stg_shopify__inventory_item.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_item", "fqn": ["shopify_source", "stg_shopify__inventory_item"], "alias": "stg_shopify__inventory_item", "checksum": {"name": "sha256", "checksum": "2869b2901257505eeb8b0e0fb74a677a55d3b6c77e1d6238dba65f32780a658d"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "An inventory item represents a physical good. It holds essential information about the physical good, including its SKU and whether its inventory is tracked. There is a 1:1 relationship between a product variant and an inventory item.\n", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cost": {"name": "cost", "description": "The unit cost of the inventory item. The shop's default currency is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code_of_origin": {"name": "country_code_of_origin", "description": "The country code (ISO 3166-1 alpha-2) of where the item came from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the inventory item was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code_of_origin": {"name": "province_code_of_origin", "description": "The province code (ISO 3166-2 alpha-2) of where the item came from. The province code is only used if the shipping provider for the inventory item is Canada Post.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Boolean representing whether a customer needs to provide a shipping address when placing an order containing the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The unique SKU (stock keeping unit) of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_inventory_quantity_tracked": {"name": "is_inventory_quantity_tracked", "description": "Boolean representing whether inventory levels are tracked for the item. If true, then the inventory quantity changes are tracked by Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory item was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.494494, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__inventory_item_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__inventory_item_tmp')),\n staging_columns=get_inventory_item_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as inventory_item_id,\n sku,\n _fivetran_deleted as is_deleted, -- won't filter out for now\n cost,\n country_code_of_origin,\n province_code_of_origin,\n requires_shipping as is_shipping_required,\n tracked as is_inventory_quantity_tracked,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__inventory_item_tmp", "package": null, "version": null}, {"name": "stg_shopify__inventory_item_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_inventory_item_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__inventory_item_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__inventory_item.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n cost\n \n as \n \n cost\n \n, \n \n \n country_code_of_origin\n \n as \n \n country_code_of_origin\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n province_code_of_origin\n \n as \n \n province_code_of_origin\n \n, \n \n \n requires_shipping\n \n as \n \n requires_shipping\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n tracked\n \n as \n \n tracked\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as inventory_item_id,\n sku,\n _fivetran_deleted as is_deleted, -- won't filter out for now\n cost,\n country_code_of_origin,\n province_code_of_origin,\n requires_shipping as is_shipping_required,\n tracked as is_inventory_quantity_tracked,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order.sql", "original_file_path": "models/stg_shopify__order.sql", "unique_id": "model.shopify_source.stg_shopify__order", "fqn": ["shopify_source", "stg_shopify__order"], "alias": "stg_shopify__order", "checksum": {"name": "sha256", "checksum": "619b8393385729e0b58d2d557b7d34d954c10fd84393abd906fc8ae19984b5b7"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that created the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the order's checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_status_url": {"name": "order_status_url", "description": "The URL pointing to the order status web page, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city, town, or village of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the region of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "browser_ip": {"name": "browser_ip", "description": "The IP address of the browser used by the customer when they placed the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_buyer_accepted_marketing": {"name": "has_buyer_accepted_marketing", "description": "Whether the customer consented to receive email updates from the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancel_reason": {"name": "cancel_reason", "description": "The reason why the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancelled_timestamp": {"name": "cancelled_timestamp", "description": "The date and time when the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID of the cart that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_timestamp": {"name": "closed_timestamp", "description": "The date and time when the order was closed (archived).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The autogenerated date and time when the order was created in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code for the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the order's customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "financial_status": {"name": "financial_status", "description": "The status of payments associated with the order. Can only be set when the order is created", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "The order's status in terms of fulfilled line items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order, used for API purposes. This is different from the order_number property, which is the ID used by the shop owner and customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the buyer landed when they entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the order was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The order name, generated by combining the order_number property with the order prefix and suffix that are set in the merchant's general settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "An optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number": {"name": "number", "description": "The order's position in the shop's count of orders. Numbers are sequential and start at 1.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_number": {"name": "order_number", "description": "The order 's position in the shop's count of orders starting at 1001. Order numbers are sequential and start at 1001.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when an order was processed. This value is the date that appears on your orders and that's used in the analytic reports.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website where the customer clicked a link to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city, town, or village of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the region of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the order originated. Can be set only during order creation, and is not writeable afterwards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the order in the shop currency after discounts but before shipping, taxes, and tips.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included": {"name": "has_taxes_included", "description": "Whether taxes are included in the order subtotal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_test_order": {"name": "is_test_order", "description": "Whether this is a test order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique token for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total discounts applied to the price of the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all line item prices in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of all line item prices, discounts, shipping, taxes, and tips in the shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the order in th shop currency. Must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all line item weights in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time (ISO 8601 format) when the order was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into Shopify POS who processed the order, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_shipping_price_set": {"name": "total_shipping_price_set", "description": "The total shipping price of the order, excluding discounts and returns, in shop and presentment currencies. If taxes_included is set to true, then total_shipping_price_set includes taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_token": {"name": "checkout_token", "description": "A unique value when referencing the checkout that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "A two-letter or three-letter language code, optionally followed by a region modifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tip_received": {"name": "total_tip_received", "description": "The sum of all the tips in the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "Details of the browsing client, including software and operating versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax applied to the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts_set": {"name": "total_discounts_set", "description": "The total discounts applied to the price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The presentment currency that was used to display prices to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The ID of the order placed on the originating platform. This value doesn't correspond to the Shopify ID that's generated from a completed draft.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price_set": {"name": "total_line_items_price_set", "description": "The total of all line item prices in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_set": {"name": "total_price_set", "description": "The total price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_confirmed": {"name": "is_confirmed", "description": "Whether the order is confirmed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.478069, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_tmp')),\n staging_columns=get_order_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select \n id as order_id,\n user_id,\n total_discounts,\n total_discounts_set,\n total_line_items_price,\n total_line_items_price_set,\n total_price,\n total_price_set,\n total_tax_set,\n total_tax,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n total_weight,\n total_tip_received,\n landing_site_base_url,\n location_id,\n name,\n note,\n number,\n order_number,\n cancel_reason,\n cart_token,\n checkout_token,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(cancelled_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as cancelled_timestamp,\n {{ dbt_date.convert_timezone(column='cast(closed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as closed_timestamp,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n currency,\n customer_id,\n lower(email) as email,\n financial_status,\n fulfillment_status,\n referring_site,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n browser_ip,\n total_shipping_price_set,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n token,\n app_id,\n checkout_id,\n client_details_user_agent,\n customer_locale,\n order_status_url,\n presentment_currency,\n test as is_test_order,\n _fivetran_deleted as is_deleted,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n confirmed as is_confirmed,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('order_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(is_test_order, false)\nand not coalesce(is_deleted, false)", "language": "sql", "refs": [{"name": "stg_shopify__order_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__order_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n id\n \n as \n \n id\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n, \n \n \n total_discounts\n \n as \n \n total_discounts\n \n, \n cast(null as TEXT) as \n \n total_discounts_set\n \n , \n \n \n total_line_items_price\n \n as \n \n total_line_items_price\n \n, \n cast(null as TEXT) as \n \n total_line_items_price_set\n \n , \n \n \n total_price\n \n as \n \n total_price\n \n, \n cast(null as TEXT) as \n \n total_price_set\n \n , \n cast(null as TEXT) as \n \n total_tax_set\n \n , \n \n \n total_tax\n \n as \n \n total_tax\n \n, \n \n \n source_name\n \n as \n \n source_name\n \n, \n \n \n subtotal_price\n \n as \n \n subtotal_price\n \n, \n \n \n taxes_included\n \n as \n \n taxes_included\n \n, \n \n \n total_weight\n \n as \n \n total_weight\n \n, \n cast(null as float) as \n \n total_tip_received\n \n , \n \n \n landing_site_base_url\n \n as \n \n landing_site_base_url\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n note\n \n as \n \n note\n \n, \n \n \n number\n \n as \n \n number\n \n, \n \n \n order_number\n \n as \n \n order_number\n \n, \n \n \n cancel_reason\n \n as \n \n cancel_reason\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n cart_token\n \n as \n \n cart_token\n \n, \n \n \n checkout_token\n \n as \n \n checkout_token\n \n, \n \n \n closed_at\n \n as \n \n closed_at\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n financial_status\n \n as \n \n financial_status\n \n, \n \n \n fulfillment_status\n \n as \n \n fulfillment_status\n \n, \n \n \n referring_site\n \n as \n \n referring_site\n \n, \n \n \n billing_address_address_1\n \n as \n \n billing_address_address_1\n \n, \n \n \n billing_address_address_2\n \n as \n \n billing_address_address_2\n \n, \n \n \n billing_address_city\n \n as \n \n billing_address_city\n \n, \n \n \n billing_address_company\n \n as \n \n billing_address_company\n \n, \n \n \n billing_address_country\n \n as \n \n billing_address_country\n \n, \n \n \n billing_address_country_code\n \n as \n \n billing_address_country_code\n \n, \n \n \n billing_address_first_name\n \n as \n \n billing_address_first_name\n \n, \n \n \n billing_address_last_name\n \n as \n \n billing_address_last_name\n \n, \n \n \n billing_address_latitude\n \n as \n \n billing_address_latitude\n \n, \n \n \n billing_address_longitude\n \n as \n \n billing_address_longitude\n \n, \n \n \n billing_address_name\n \n as \n \n billing_address_name\n \n, \n \n \n billing_address_phone\n \n as \n \n billing_address_phone\n \n, \n \n \n billing_address_province\n \n as \n \n billing_address_province\n \n, \n \n \n billing_address_province_code\n \n as \n \n billing_address_province_code\n \n, \n \n \n billing_address_zip\n \n as \n \n billing_address_zip\n \n, \n \n \n browser_ip\n \n as \n \n browser_ip\n \n, \n \n \n buyer_accepts_marketing\n \n as \n \n buyer_accepts_marketing\n \n, \n cast(null as TEXT) as \n \n total_shipping_price_set\n \n , \n \n \n shipping_address_address_1\n \n as \n \n shipping_address_address_1\n \n, \n \n \n shipping_address_address_2\n \n as \n \n shipping_address_address_2\n \n, \n \n \n shipping_address_city\n \n as \n \n shipping_address_city\n \n, \n \n \n shipping_address_company\n \n as \n \n shipping_address_company\n \n, \n \n \n shipping_address_country\n \n as \n \n shipping_address_country\n \n, \n \n \n shipping_address_country_code\n \n as \n \n shipping_address_country_code\n \n, \n \n \n shipping_address_first_name\n \n as \n \n shipping_address_first_name\n \n, \n \n \n shipping_address_last_name\n \n as \n \n shipping_address_last_name\n \n, \n \n \n shipping_address_latitude\n \n as \n \n shipping_address_latitude\n \n, \n \n \n shipping_address_longitude\n \n as \n \n shipping_address_longitude\n \n, \n \n \n shipping_address_name\n \n as \n \n shipping_address_name\n \n, \n \n \n shipping_address_phone\n \n as \n \n shipping_address_phone\n \n, \n \n \n shipping_address_province\n \n as \n \n shipping_address_province\n \n, \n \n \n shipping_address_province_code\n \n as \n \n shipping_address_province_code\n \n, \n \n \n shipping_address_zip\n \n as \n \n shipping_address_zip\n \n, \n \n \n test\n \n as \n \n test\n \n, \n \n \n token\n \n as \n \n token\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as integer) as \n \n app_id\n \n , \n cast(null as integer) as \n \n checkout_id\n \n , \n cast(null as TEXT) as \n \n client_details_user_agent\n \n , \n cast(null as TEXT) as \n \n customer_locale\n \n , \n cast(null as TEXT) as \n \n order_status_url\n \n , \n cast(null as TEXT) as \n \n presentment_currency\n \n , \n cast(null as boolean) as \n \n confirmed\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as order_id,\n user_id,\n total_discounts,\n total_discounts_set,\n total_line_items_price,\n total_line_items_price_set,\n total_price,\n total_price_set,\n total_tax_set,\n total_tax,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n total_weight,\n total_tip_received,\n landing_site_base_url,\n location_id,\n name,\n note,\n number,\n order_number,\n cancel_reason,\n cart_token,\n checkout_token,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(cancelled_at as timestamp) as timestamp)\n) as cancelled_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(closed_at as timestamp) as timestamp)\n) as closed_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n currency,\n customer_id,\n lower(email) as email,\n financial_status,\n fulfillment_status,\n referring_site,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n browser_ip,\n total_shipping_price_set,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n token,\n app_id,\n checkout_id,\n client_details_user_agent,\n customer_locale,\n order_status_url,\n presentment_currency,\n test as is_test_order,\n _fivetran_deleted as is_deleted,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n confirmed as is_confirmed,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(is_test_order, false)\nand not coalesce(is_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_discount_code", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__abandoned_checkout_discount_code.sql", "original_file_path": "models/stg_shopify__abandoned_checkout_discount_code.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code", "fqn": ["shopify_source", "stg_shopify__abandoned_checkout_discount_code"], "alias": "stg_shopify__abandoned_checkout_discount_code", "checksum": {"name": "sha256", "checksum": "9b4c326876c400c0bf298509ded1e435407076615452dbe54ad85ba4557f30ef"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Abandoned checkouts that applied a discount code.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the discount in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "When the checkout discount application was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_id": {"name": "discount_id", "description": "ID of the discount. Deprecated, use `code` instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount. Valid values - percentage, shipping, fixed_amount. (default - fixed_amount)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "When the checkout's discount was last updated", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.512073, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__abandoned_checkout_discount_code_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__abandoned_checkout_discount_code_tmp')),\n staging_columns=get_abandoned_checkout_discount_code_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n checkout_id,\n upper(code) as code,\n discount_id,\n amount,\n type,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation, \n case when checkout_id is null and code is null\n then row_number() over(partition by source_relation order by index)\n else row_number() over(partition by checkout_id, upper(code), source_relation order by index desc)\n end as index\n\n from fields\n \n)\n\nselect *\nfrom final\nwhere index = 1", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_discount_code_tmp", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_discount_code_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_abandoned_checkout_discount_code_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__abandoned_checkout_discount_code.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n checkout_id\n \n as \n \n checkout_id\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n discount_id\n \n as \n \n discount_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n checkout_id,\n upper(code) as code,\n discount_id,\n amount,\n type,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation, \n case when checkout_id is null and code is null\n then row_number() over(partition by source_relation order by index)\n else row_number() over(partition by checkout_id, upper(code), source_relation order by index desc)\n end as index\n\n from fields\n \n)\n\nselect *\nfrom final\nwhere index = 1", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_tag": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__product_tag.sql", "original_file_path": "models/stg_shopify__product_tag.sql", "unique_id": "model.shopify_source.stg_shopify__product_tag", "fqn": ["shopify_source", "stg_shopify__product_tag"], "alias": "stg_shopify__product_tag", "checksum": {"name": "sha256", "checksum": "c662395d26414e5bd687ca60e9917e6f643884b3be11761cdf65c95daf684194"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Tags that the shop owner has attached to the product.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) representing when the tag was placed on the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID of the product being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.5054998, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__product_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__product_tag_tmp')),\n staging_columns=get_product_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n product_id,\n index,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__product_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__product_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_product_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__product_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__product_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n product_id,\n index,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_note_attribute": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_note_attribute", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_note_attribute.sql", "original_file_path": "models/stg_shopify__order_note_attribute.sql", "unique_id": "model.shopify_source.stg_shopify__order_note_attribute", "fqn": ["shopify_source", "stg_shopify__order_note_attribute"], "alias": "stg_shopify__order_note_attribute", "checksum": {"name": "sha256", "checksum": "832aeca916886700c864694209c65453e9ca46101ae5860805f2abe3445044d9"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Table storing custom attributes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID referencing the order the note attribute belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4990542, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_note_attribute_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_note_attribute_tmp')),\n staging_columns=get_order_note_attribute_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n name,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_note_attribute_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_note_attribute_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_note_attribute.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n name,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__fulfillment_event": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment_event", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__fulfillment_event.sql", "original_file_path": "models/stg_shopify__fulfillment_event.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment_event", "fqn": ["shopify_source", "stg_shopify__fulfillment_event"], "alias": "stg_shopify__fulfillment_event", "checksum": {"name": "sha256", "checksum": "94e98c5cae47673dbd20ee9c7ac02ece37d89fe745429a9a746fed7229524fff"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "The FulfillmentEvent resource represents tracking events that belong to a fulfillment of one or more items in an order. Fulfillment events are displayed on the order status page to update customers on the status of their shipment.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The street address where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "estimated_delivery_at": {"name": "estimated_delivery_at", "description": "The estimated delivery date based on the fulfillment's tracking number, as long as it's provided by one of the following carriers: USPS, FedEx, UPS, or Canada Post (Canada only). Value is `null` if no tracking number is available or if the tracking number is from an unsupported carrier. This property is available only when carrier calculated rates are in use.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_id": {"name": "fulfillment_id", "description": "An ID for the fulfillment that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "happened_at": {"name": "happened_at", "description": "The date and time (ISO 8601 format) when the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_event_id": {"name": "fulfillment_event_id", "description": "An ID for the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "A geographic coordinate specifying the latitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "A geographic coordinate specifying the longitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "An arbitrary message describing the status. Can be provided by a shipping carrier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "An ID for the shop that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment event. Valid values: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - picked_up: The fulfillment was successfully picked up. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was successfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip code of the location where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table", "enabled": true}, "created_at": 1709613504.5152519, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"", "raw_code": "{{ config(enabled=var('shopify_using_fulfillment_event', false)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__fulfillment_event_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__fulfillment_event_tmp')),\n staging_columns=get_fulfillment_event_columns()\n )\n }}\n \n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_event_id,\n fulfillment_id,\n shop_id,\n order_id,\n status,\n message,\n {{ dbt_date.convert_timezone(column='cast(estimated_delivery_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as estimated_delivery_at,\n {{ dbt_date.convert_timezone(column='cast(happened_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as happened_at,\n address_1,\n city,\n province,\n country,\n zip,\n latitude,\n longitude,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event_tmp", "package": null, "version": null}, {"name": "stg_shopify__fulfillment_event_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_fulfillment_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__fulfillment_event_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__fulfillment_event.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n address_1\n \n as \n \n address_1\n \n, \n \n \n city\n \n as \n \n city\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n estimated_delivery_at\n \n as \n \n estimated_delivery_at\n \n, \n \n \n fulfillment_id\n \n as \n \n fulfillment_id\n \n, \n \n \n happened_at\n \n as \n \n happened_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n message\n \n as \n \n message\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n province\n \n as \n \n province\n \n, \n \n \n shop_id\n \n as \n \n shop_id\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n zip\n \n as \n \n zip\n \n\n\n\n \n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_event_id,\n fulfillment_id,\n shop_id,\n order_id,\n status,\n message,\n convert_timezone('UTC', 'UTC',\n cast(cast(estimated_delivery_at as timestamp) as timestamp)\n) as estimated_delivery_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(happened_at as timestamp) as timestamp)\n) as happened_at,\n address_1,\n city,\n province,\n country,\n zip,\n latitude,\n longitude,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__collection.sql", "original_file_path": "models/stg_shopify__collection.sql", "unique_id": "model.shopify_source.stg_shopify__collection", "fqn": ["shopify_source", "stg_shopify__collection"], "alias": "stg_shopify__collection", "checksum": {"name": "sha256", "checksum": "a85c977c9701303f951ec8f6e6a9dc91838ecb5fdc7d304132e3a0d10938e87a"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "A collection is a grouping of products that merchants can create to make their stores easier to browse. Merchants can create collections by selecting products individually or by defining rules that automatically determine whether products are included (aka a \"smart collection\").\n", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rule_logic": {"name": "rule_logic", "description": "Whether the `rules` are disjunctive (logical `OR`) or conjunctive (logical `AND`)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique, human-readable string for the collection automatically generated from its title. This is used in themes by the Liquid templating language to refer to the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collection_id": {"name": "collection_id", "description": "The ID for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "The time and date (ISO 8601 format) when the collection was made visible. Returns null for a hidden collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the collection is published to the Point of Sale channel. Valid values `web` (the collection is published to the Online Store channel but not published to the Point of Sale channel) and `global` (the collection is published to both the Online Store channel and the Point of Sale channel).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rules": {"name": "rules", "description": "An array of rules that define what products go into the smart collection. Each rule (`column` -- `relation` --> `condition`) has these properties: - `column`: the property of a product being used to populate the smart collection. Ex: 'tag', 'type', 'vendor', 'variant_price', etc. - `relation`: The comparative relationship between the column choice, and the condition ('equals', 'contains', 'greater_than', etc.) - condition: Select products for a smart collection using a condition. Values are either strings or numbers, depending on the relation value. See the [Shopify docs](https://shopify.dev/api/admin-rest/2022-10/resources/smartcollection#resource-object) for more.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sort_order": {"name": "sort_order", "description": "The order of the products in the collection. Valid values incline - `alpha-asc`: The products are sorted alphabetically from A to Z. - `alpha-des`: The products are sorted alphabetically from Z to A. - `best-selling`: The products are sorted by number of sales. - `created`: The products are sorted by the date they were created, from oldest to newest. - `created-desc`: The products are sorted by the date they were created, from newest to oldest. - `manual`: The products are manually sorted by the shop owner. - `price-asc`: The products are sorted by price from lowest to highest. - `price-desc`: The products are sorted by price from highest to lowest.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the collection", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the collection was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.490636, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__collection_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__collection_tmp')),\n staging_columns=get_collection_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as collection_id,\n _fivetran_deleted as is_deleted,\n case \n when disjunctive is null then null\n when disjunctive then 'disjunctive'\n else 'conjunctive' end as rule_logic,\n handle,\n published_scope,\n rules,\n sort_order,\n title,\n {{ dbt_date.convert_timezone(column='cast(published_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as published_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__collection_tmp", "package": null, "version": null}, {"name": "stg_shopify__collection_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_collection_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__collection_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__collection.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n disjunctive\n \n as \n \n disjunctive\n \n, \n \n \n handle\n \n as \n \n handle\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n published_at\n \n as \n \n published_at\n \n, \n \n \n published_scope\n \n as \n \n published_scope\n \n, \n \n \n rules\n \n as \n \n rules\n \n, \n \n \n sort_order\n \n as \n \n sort_order\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as collection_id,\n _fivetran_deleted as is_deleted,\n case \n when disjunctive is null then null\n when disjunctive then 'disjunctive'\n else 'conjunctive' end as rule_logic,\n handle,\n published_scope,\n rules,\n sort_order,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(published_at as timestamp) as timestamp)\n) as published_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection_product": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection_product", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__collection_product.sql", "original_file_path": "models/stg_shopify__collection_product.sql", "unique_id": "model.shopify_source.stg_shopify__collection_product", "fqn": ["shopify_source", "stg_shopify__collection_product"], "alias": "stg_shopify__collection_product", "checksum": {"name": "sha256", "checksum": "acc85e6d33c8749705a7914e37fcd26b5bf7bafb2254781dcc0e2d3265478f92"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Table relating products to the collections they belong to. Use this instead of the deprecated `COLLECT` table.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collection_id": {"name": "collection_id", "description": "ID referencing the `collection` the product belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID referencing the `product`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.489718, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__collection_product_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__collection_product_tmp')),\n staging_columns=get_collection_product_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n collection_id,\n product_id,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__collection_product_tmp", "package": null, "version": null}, {"name": "stg_shopify__collection_product_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_collection_product_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__collection_product_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__collection_product.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n collection_id\n \n as \n \n collection_id\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n collection_id,\n product_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_level": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_level", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__inventory_level.sql", "original_file_path": "models/stg_shopify__inventory_level.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_level", "fqn": ["shopify_source", "stg_shopify__inventory_level"], "alias": "stg_shopify__inventory_level", "checksum": {"name": "sha256", "checksum": "ed710862c59a9a683b3adfe01f57378d38931737c64aeea8ef747feaf70f68bc"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "An inventory level represents the quantities of an inventory item for a location.\nEach inventory level belongs to one inventory item and has one location. For every location where an inventory item can be stocked, there's an inventory level that represents the inventory item's quantities relating to that location.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "available_quantity": {"name": "available_quantity", "description": "The available quantity of an inventory item at the inventory level's associated location. Returns null if the inventory item is not tracked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item associated with the inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location that the inventory level belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory level was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.495036, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__inventory_level_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__inventory_level_tmp')),\n staging_columns=get_inventory_level_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n inventory_item_id,\n location_id,\n available as available_quantity,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level_tmp", "package": null, "version": null}, {"name": "stg_shopify__inventory_level_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_inventory_level_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__inventory_level_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__inventory_level.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n available\n \n as \n \n available\n \n, \n \n \n inventory_item_id\n \n as \n \n inventory_item_id\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n inventory_item_id,\n location_id,\n available as available_quantity,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_tax_line": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_tax_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_shipping_tax_line.sql", "original_file_path": "models/stg_shopify__order_shipping_tax_line.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line", "fqn": ["shopify_source", "stg_shopify__order_shipping_tax_line"], "alias": "stg_shopify__order_shipping_tax_line", "checksum": {"name": "sha256", "checksum": "2d26b4c3c77a29cc51443659be44e6678ecbe3fd41dd109ba255492af23f1b68"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Represents taxes associated with order shipping lines.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (from 1) representing the order of shipping lines per order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_shipping_line_id": {"name": "order_shipping_line_id", "description": "ID of the order shipping line this record is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns (JSON).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.500947, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_shipping_tax_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_shipping_tax_line_tmp')),\n staging_columns=get_order_shipping_tax_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_shipping_line_id,\n index,\n price,\n price_set,\n rate,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_shipping_tax_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_shipping_tax_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_shipping_tax_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_shipping_line_id\n \n as \n \n order_shipping_line_id\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n price_set\n \n as \n \n price_set\n \n, \n \n \n rate\n \n as \n \n rate\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_shipping_line_id,\n index,\n price,\n price_set,\n rate,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__transaction": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__transaction", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__transaction.sql", "original_file_path": "models/stg_shopify__transaction.sql", "unique_id": "model.shopify_source.stg_shopify__transaction", "fqn": ["shopify_source", "stg_shopify__transaction"], "alias": "stg_shopify__transaction", "checksum": {"name": "sha256", "checksum": "4378ec6d13b03ec9ee7823d7716c5e3d80020f37fb505044dafa054473854746"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a transaction in Shopify.", "columns": {"transaction_id": {"name": "transaction_id", "description": "The ID for the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID for the order that the transaction is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID associated with a refund in the refund table.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of money included in the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_code": {"name": "authorization_code", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the transaction was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when a transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The name of the gateway the transaction was issued through.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "The origin of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "A string generated by the payment provider with additional information about why the transaction succeeded or failed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_id": {"name": "parent_id", "description": "The ID of an associated transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_avs_result_code": {"name": "payment_avs_result_code", "description": "The response code from the address verification system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_bin": {"name": "payment_credit_card_bin", "description": "The issuer identification number (IIN), formerly known as bank identification number (BIN) of the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_cvv_result_code": {"name": "payment_cvv_result_code", "description": "The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_number": {"name": "payment_credit_card_number", "description": "The customer's credit card number, with most of the leading digits redacted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_company": {"name": "payment_credit_card_company", "description": "The name of the company that issued the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The transaction's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt": {"name": "receipt", "description": "A transaction receipt attached to the transaction by the gateway.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_id": {"name": "currency_exchange_id", "description": "The ID of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_adjustment": {"name": "currency_exchange_adjustment", "description": "The difference between the amounts on the associated transaction and the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_original_amount": {"name": "currency_exchange_original_amount", "description": "The amount of the parent transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_final_amount": {"name": "currency_exchange_final_amount", "description": "The amount of the associated transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_currency": {"name": "currency_exchange_currency", "description": "The shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "error_code": {"name": "error_code", "description": "A standardized error code, independent of the payment provider.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether the transaction is a test transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID for the user who was logged into the Shopify POS device when the order was processed, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_expires_at": {"name": "authorization_expires_at", "description": "The date and time (ISO 8601 format) when the Shopify Payments authorization expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4851332, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction\"", "raw_code": "with base as (\n\n select * from {{ ref('stg_shopify__transaction_tmp') }}\n\n),\n\nfields as (\n\n select\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__transaction_tmp')),\n staging_columns=get_transaction_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select \n id as transaction_id,\n order_id,\n refund_id,\n amount,\n device_id,\n gateway,\n source_name,\n message,\n currency,\n location_id,\n parent_id,\n payment_avs_result_code,\n payment_credit_card_bin,\n payment_cvv_result_code,\n payment_credit_card_number,\n payment_credit_card_company,\n kind,\n receipt,\n currency_exchange_id,\n currency_exchange_adjustment,\n currency_exchange_original_amount,\n currency_exchange_final_amount,\n currency_exchange_currency,\n error_code,\n status,\n user_id,\n authorization_code,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(processed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as processed_timestamp,\n {{ dbt_date.convert_timezone(column='cast(authorization_expires_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as authorization_expires_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('transaction_pass_through_columns') }}\n\n from fields\n where not coalesce(test, false)\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__transaction_tmp", "package": null, "version": null}, {"name": "stg_shopify__transaction_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_transaction_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__transaction_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__transaction.sql", "compiled": true, "compiled_code": "with base as (\n\n select * from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction_tmp\"\n\n),\n\nfields as (\n\n select\n\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n refund_id\n \n as \n \n refund_id\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n device_id\n \n as \n \n device_id\n \n, \n \n \n gateway\n \n as \n \n gateway\n \n, \n \n \n source_name\n \n as \n \n source_name\n \n, \n \n \n message\n \n as \n \n message\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n parent_id\n \n as \n \n parent_id\n \n, \n \n \n payment_avs_result_code\n \n as \n \n payment_avs_result_code\n \n, \n \n \n payment_credit_card_bin\n \n as \n \n payment_credit_card_bin\n \n, \n \n \n payment_cvv_result_code\n \n as \n \n payment_cvv_result_code\n \n, \n \n \n payment_credit_card_number\n \n as \n \n payment_credit_card_number\n \n, \n \n \n payment_credit_card_company\n \n as \n \n payment_credit_card_company\n \n, \n \n \n kind\n \n as \n \n kind\n \n, \n \n \n receipt\n \n as \n \n receipt\n \n, \n \n \n currency_exchange_id\n \n as \n \n currency_exchange_id\n \n, \n \n \n currency_exchange_adjustment\n \n as \n \n currency_exchange_adjustment\n \n, \n \n \n currency_exchange_original_amount\n \n as \n \n currency_exchange_original_amount\n \n, \n \n \n currency_exchange_final_amount\n \n as \n \n currency_exchange_final_amount\n \n, \n \n \n currency_exchange_currency\n \n as \n \n currency_exchange_currency\n \n, \n \n \n error_code\n \n as \n \n error_code\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n test\n \n as \n \n test\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n cast(null as timestamp) as \n \n authorization_expires_at\n \n , \n \n \n \n \n \"authorization\"\n \n \n \n as authorization_code \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as transaction_id,\n order_id,\n refund_id,\n amount,\n device_id,\n gateway,\n source_name,\n message,\n currency,\n location_id,\n parent_id,\n payment_avs_result_code,\n payment_credit_card_bin,\n payment_cvv_result_code,\n payment_credit_card_number,\n payment_credit_card_company,\n kind,\n receipt,\n currency_exchange_id,\n currency_exchange_adjustment,\n currency_exchange_original_amount,\n currency_exchange_final_amount,\n currency_exchange_currency,\n error_code,\n status,\n user_id,\n authorization_code,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(authorization_expires_at as timestamp) as timestamp)\n) as authorization_expires_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n where not coalesce(test, false)\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_shipping_line", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__abandoned_checkout_shipping_line.sql", "original_file_path": "models/stg_shopify__abandoned_checkout_shipping_line.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line", "fqn": ["shopify_source", "stg_shopify__abandoned_checkout_shipping_line"], "alias": "stg_shopify__abandoned_checkout_shipping_line", "checksum": {"name": "sha256", "checksum": "937c51f7b9fe89ac87edbfe46da81486bddaa5b0a557e92e0bd2640c8db46a0a"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Shipping lines associated with abandoned checkouts.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout that was abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_code": {"name": "shipping_code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range": {"name": "delivery_expectation_range", "description": "Expected delivery date range.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_max": {"name": "delivery_expectation_range_max", "description": "Latest expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_min": {"name": "delivery_expectation_range_min", "description": "Earliest possible expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_type": {"name": "delivery_expectation_type", "description": "Type of expected delivery.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "abandoned_checkout_shipping_line_id": {"name": "abandoned_checkout_shipping_line_id", "description": "Unique ID of the abandoned checkout shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the line amongst shipping lines for this checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the shipping method in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requested_fulfillment_service_id": {"name": "requested_fulfillment_service_id", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The channel where the checkout originated. Example value - shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the shipping method. Example value - International Shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.513937, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__abandoned_checkout_shipping_line_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__abandoned_checkout_shipping_line_tmp')),\n staging_columns=get_abandoned_checkout_shipping_line_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as abandoned_checkout_shipping_line_id,\n checkout_id,\n index,\n carrier_identifier,\n code as shipping_code,\n delivery_category,\n delivery_expectation_range,\n delivery_expectation_range_max,\n delivery_expectation_range_min,\n delivery_expectation_type,\n discounted_price,\n phone,\n price,\n requested_fulfillment_service_id,\n source,\n title,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_abandoned_checkout_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__abandoned_checkout_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n carrier_identifier\n \n as \n \n carrier_identifier\n \n, \n \n \n checkout_id\n \n as \n \n checkout_id\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n delivery_category\n \n as \n \n delivery_category\n \n, \n \n \n delivery_expectation_range\n \n as \n \n delivery_expectation_range\n \n, \n \n \n delivery_expectation_range_max\n \n as \n \n delivery_expectation_range_max\n \n, \n \n \n delivery_expectation_range_min\n \n as \n \n delivery_expectation_range_min\n \n, \n \n \n delivery_expectation_type\n \n as \n \n delivery_expectation_type\n \n, \n \n \n discounted_price\n \n as \n \n discounted_price\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n requested_fulfillment_service_id\n \n as \n \n requested_fulfillment_service_id\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as abandoned_checkout_shipping_line_id,\n checkout_id,\n index,\n carrier_identifier,\n code as shipping_code,\n delivery_category,\n delivery_expectation_range,\n delivery_expectation_range_max,\n delivery_expectation_range_min,\n delivery_expectation_type,\n discounted_price,\n phone,\n price,\n requested_fulfillment_service_id,\n source,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_adjustment": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_adjustment", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_adjustment.sql", "original_file_path": "models/stg_shopify__order_adjustment.sql", "unique_id": "model.shopify_source.stg_shopify__order_adjustment", "fqn": ["shopify_source", "stg_shopify__order_adjustment"], "alias": "stg_shopify__order_adjustment", "checksum": {"name": "sha256", "checksum": "d8df6dc57342e397b676748f85715c57aa84dbe78af8d8cea64d7c3453d0d433"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents and adjustment to and order within Shopify.", "columns": {"order_adjustment_id": {"name": "order_adjustment_id", "description": "The unique numeric identifier for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "Reference to the refund which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "Amount of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount": {"name": "tax_amount", "description": "Tax amount applied to the order adjustment in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The kind of order adjustment (eg. refund, restock, etc.).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reason": {"name": "reason", "description": "The reason for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount_set": {"name": "amount_set", "description": "Amount set towards the order adjustment in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount_set": {"name": "tax_amount_set", "description": "Tax amount set towards the order adjustment in the shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4871309, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment\"", "raw_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__order_adjustment_tmp') }}\n\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_adjustment_tmp')),\n staging_columns=get_order_adjustment_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n \n from base\n),\n\nfinal as (\n\n select\n id as order_adjustment_id,\n order_id,\n refund_id,\n amount,\n amount_set,\n tax_amount,\n tax_amount_set,\n kind,\n reason,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_adjustment_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_adjustment_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_adjustment_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_adjustment_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_adjustment.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n refund_id\n \n as \n \n refund_id\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n amount_set\n \n as \n \n amount_set\n \n, \n \n \n tax_amount\n \n as \n \n tax_amount\n \n, \n \n \n tax_amount_set\n \n as \n \n tax_amount_set\n \n, \n \n \n kind\n \n as \n \n kind\n \n, \n \n \n reason\n \n as \n \n reason\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as order_adjustment_id,\n order_id,\n refund_id,\n amount,\n amount_set,\n tax_amount,\n tax_amount_set,\n kind,\n reason,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__customer": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__customer.sql", "original_file_path": "models/stg_shopify__customer.sql", "unique_id": "model.shopify_source.stg_shopify__customer", "fqn": ["shopify_source", "stg_shopify__customer"], "alias": "stg_shopify__customer", "checksum": {"name": "sha256", "checksum": "95a4e4c66f84d00f24561234200833d3e0994cff7dc72162d1bfb7afbcb10564"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a customer in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_state": {"name": "marketing_consent_state", "description": "Field indicating if the customer has consented to receive marketing material via email. Coalescing of the new `email_marketing_consent_state` field and the deprecated `accepts_marketing` field. Records with the old field will be marked with '(legacy)'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_updated_at": {"name": "marketing_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer. Attempting to assign the same email address to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "A unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "orders_count": {"name": "orders_count", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The unique phone number (E.164 format) for this customer. Attempting to assign the same phone number to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "account_state": {"name": "account_state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_tax_exempt": {"name": "is_tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_spent": {"name": "total_spent", "description": "The total amount of money that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_verified_email": {"name": "is_verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4272819, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__customer_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__customer_tmp')),\n staging_columns=get_customer_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select \n id as customer_id,\n lower(email) as email,\n first_name,\n last_name,\n orders_count,\n default_address_id,\n phone,\n lower(state) as account_state,\n tax_exempt as is_tax_exempt,\n total_spent,\n verified_email as is_verified_email,\n note,\n currency,\n case \n when email_marketing_consent_state is null then\n case \n when accepts_marketing is null then null\n when accepts_marketing then 'subscribed (legacy)' \n else 'not_subscribed (legacy)' end\n else lower(email_marketing_consent_state) end as marketing_consent_state,\n lower(coalesce(email_marketing_consent_opt_in_level, marketing_opt_in_level)) as marketing_opt_in_level,\n\n {{ dbt_date.convert_timezone(column='cast(coalesce(accepts_marketing_updated_at, email_marketing_consent_consent_updated_at) as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as marketing_consent_updated_at,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_timestamp,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_timestamp,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n {{ fivetran_utils.fill_pass_through_columns('customer_pass_through_columns') }}\n\n from fields\n \n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__customer_tmp", "package": null, "version": null}, {"name": "stg_shopify__customer_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_customer_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__customer_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__customer.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n accepts_marketing\n \n as \n \n accepts_marketing\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n default_address_id\n \n as \n \n default_address_id\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n orders_count\n \n as \n \n orders_count\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n state\n \n as \n \n state\n \n, \n \n \n tax_exempt\n \n as \n \n tax_exempt\n \n, \n \n \n total_spent\n \n as \n \n total_spent\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n verified_email\n \n as \n \n verified_email\n \n, \n cast(null as timestamp) as \n \n email_marketing_consent_consent_updated_at\n \n , \n cast(null as TEXT) as \n \n email_marketing_consent_opt_in_level\n \n , \n cast(null as TEXT) as \n \n email_marketing_consent_state\n \n , \n cast(null as TEXT) as \n \n note\n \n , \n cast(null as timestamp) as \n \n accepts_marketing_updated_at\n \n , \n cast(null as TEXT) as \n \n marketing_opt_in_level\n \n , \n cast(null as TEXT) as \n \n currency\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as customer_id,\n lower(email) as email,\n first_name,\n last_name,\n orders_count,\n default_address_id,\n phone,\n lower(state) as account_state,\n tax_exempt as is_tax_exempt,\n total_spent,\n verified_email as is_verified_email,\n note,\n currency,\n case \n when email_marketing_consent_state is null then\n case \n when accepts_marketing is null then null\n when accepts_marketing then 'subscribed (legacy)' \n else 'not_subscribed (legacy)' end\n else lower(email_marketing_consent_state) end as marketing_consent_state,\n lower(coalesce(email_marketing_consent_opt_in_level, marketing_opt_in_level)) as marketing_opt_in_level,\n\n convert_timezone('UTC', 'UTC',\n cast(cast(coalesce(accepts_marketing_updated_at, email_marketing_consent_consent_updated_at) as timestamp) as timestamp)\n) as marketing_consent_updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n \n\n\n\n\n\n from fields\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__location": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__location", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__location.sql", "original_file_path": "models/stg_shopify__location.sql", "unique_id": "model.shopify_source.stg_shopify__location", "fqn": ["shopify_source", "stg_shopify__location"], "alias": "stg_shopify__location", "checksum": {"name": "sha256", "checksum": "9a04253c06618c2f67eb397591d4b4b7d446e5972c0ab225234017e8e6ee091e"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "A location represents a geographical location where your stores, pop-up stores, headquarters, and warehouses exist.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_active": {"name": "is_active", "description": "Boolean representing whether the location is active. If true, then the location can be used to sell products, stock inventory, and fulfill orders.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country the location is in (two-letter code).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) corresponding to country the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "Full name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the location was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_legacy": {"name": "is_legacy", "description": "Boolean representing whether this is a fulfillment service location. If true, then the location is a fulfillment service location. If false, then the location was created by the merchant and isn't tied to a fulfillment service.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_country_name": {"name": "localized_country_name", "description": "The localized name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_province_name": {"name": "localized_province_name", "description": "The localized name of the location's region. Typically a province, state, or district.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number of the location. This value can contain special characters, such as - or +.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province, state, or district of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The province, state, or district code (ISO 3166-2 alpha-2 format) of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the location was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.497165, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__location_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__location_tmp')),\n staging_columns=get_location_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as location_id,\n name,\n _fivetran_deleted as is_deleted,\n active as is_active,\n address_1,\n address_2,\n city,\n country,\n country_code,\n country_name,\n legacy as is_legacy,\n localized_country_name,\n localized_province_name,\n phone,\n province,\n province_code,\n zip,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__location_tmp", "package": null, "version": null}, {"name": "stg_shopify__location_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_location_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__location_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__location.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n address_1\n \n as \n \n address_1\n \n, \n \n \n address_2\n \n as \n \n address_2\n \n, \n \n \n city\n \n as \n \n city\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n \n \n country_name\n \n as \n \n country_name\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n legacy\n \n as \n \n legacy\n \n, \n \n \n localized_country_name\n \n as \n \n localized_country_name\n \n, \n \n \n localized_province_name\n \n as \n \n localized_province_name\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n province\n \n as \n \n province\n \n, \n \n \n province_code\n \n as \n \n province_code\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n zip\n \n as \n \n zip\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as location_id,\n name,\n _fivetran_deleted as is_deleted,\n active as is_active,\n address_1,\n address_2,\n city,\n country,\n country_code,\n country_name,\n legacy as is_legacy,\n localized_country_name,\n localized_province_name,\n phone,\n province,\n province_code,\n zip,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__shop": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__shop", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__shop.sql", "original_file_path": "models/stg_shopify__shop.sql", "unique_id": "model.shopify_source.stg_shopify__shop", "fqn": ["shopify_source", "stg_shopify__shop"], "alias": "stg_shopify__shop", "checksum": {"name": "sha256", "checksum": "113126c7819996888b1ab6753c310e0f4c177a97a459bd5c0a1b74f685380a88"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "The Shop resource is a collection of general business and store management settings and information about the store.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_checkout_api_supported": {"name": "has_checkout_api_supported", "description": "Boolean representing whether the shop is capable of accepting payments directly through the Checkout API.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The shop's city.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cookie_consent_level": {"name": "cookie_consent_level", "description": "The cookie consent level defined on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The shop's country. In most cases, this value matches the country_code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter country code corresponding to the shop's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "The shop's normalized country name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_county_taxes": {"name": "has_county_taxes", "description": "Boolean representing whether the shop is applying taxes on a per-county basis. Only applicable to shops based in the US. Either `true` or `null` (not false, according to Shopify API docs).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601) when the shop was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the shop's default currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_email": {"name": "customer_email", "description": "The contact email used for communication between the shop owner and the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "domain": {"name": "domain", "description": "The shop's domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_eligible_for_card_reader_giveaway": {"name": "is_eligible_for_card_reader_giveaway", "description": "Boolean representing whether the shop is eligible to receive a free credit card reader from Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_eligible_for_payments": {"name": "is_eligible_for_payments", "description": "Boolean representing whether the shop is eligible to use Shopify Payments.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The contact email used for communication between Shopify and the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "enabled_presentment_currencies": {"name": "enabled_presentment_currencies", "description": "An array of of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify Admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_apps_domain": {"name": "google_apps_domain", "description": "The GSuite URL for the store, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_google_apps_login_enabled": {"name": "is_google_apps_login_enabled", "description": "Boolean representing whether the GSuite login is enabled. Shops with this feature will be able to log in through the GSuite login page. Valid values are `true` and `null`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_discounts": {"name": "has_discounts", "description": "Boolean representing whether any active discounts exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_gift_cards": {"name": "has_gift_cards", "description": "Boolean representing whether any active gift cards exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_storefront": {"name": "has_storefront", "description": "Boolean representing whether this shop has an online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "iana_timezone": {"name": "iana_timezone", "description": "The name of the timezone assigned by the [IANA](https://www.iana.org/time-zones).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "The ID for the shop. A 64-bit unsigned integer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The latitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The longitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_format": {"name": "money_format", "description": "A string representing the way currency is formatted when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_in_emails_format": {"name": "money_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_format": {"name": "money_with_currency_format", "description": "A string representing the way currency is formatted when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_in_emails_format": {"name": "money_with_currency_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "myshopify_domain": {"name": "myshopify_domain", "description": "The shop's .myshopify.com domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_password_enabled": {"name": "is_password_enabled", "description": "Boolean representing whether the password protection page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The contact phone number for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_display_name": {"name": "plan_display_name", "description": "The display name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_name": {"name": "plan_name", "description": "The name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_pre_launch_enabled": {"name": "is_pre_launch_enabled", "description": "Boolean representing whether the pre-launch page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "primary_locale": {"name": "primary_locale", "description": "The shop's primary locale, as configured in the language settings of the shop's theme.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The shop's normalized province or state name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The two- or three-letter code for the shop's province or state.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_extra_payments_agreement_required": {"name": "is_extra_payments_agreement_required", "description": "Boolean representing whether the shop requires an extra Shopify Payments agreement.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_setup_required": {"name": "is_setup_required", "description": "Boolean representing whether the shop has any outstanding setup steps.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_owner": {"name": "shop_owner", "description": "The username of the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The handle of the partner account that referred the merchant to Shopify, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_shipping_taxes": {"name": "has_shipping_taxes", "description": "Boolean representing whether taxes are charged for shipping. Valid values are true or false.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included_in_price": {"name": "has_taxes_included_in_price", "description": "Boolean representing whether applicable taxes are included in product prices. Valid values are true or null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The name of the timezone the shop is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601) when the shop was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The default unit of weight measurement for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The shop's zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.5106728, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__shop_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__shop_tmp')),\n staging_columns=get_shop_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as shop_id,\n name,\n _fivetran_deleted as is_deleted,\n address_1,\n address_2,\n city,\n province,\n province_code,\n country,\n country_code,\n country_name,\n zip,\n latitude,\n longitude,\n case when county_taxes is null then false else county_taxes end as has_county_taxes,\n currency,\n enabled_presentment_currencies,\n customer_email,\n email,\n domain,\n phone,\n timezone,\n iana_timezone,\n primary_locale,\n weight_unit,\n myshopify_domain,\n cookie_consent_level,\n shop_owner,\n source,\n tax_shipping as has_shipping_taxes,\n case when taxes_included is null then false else taxes_included end as has_taxes_included_in_price,\n has_discounts,\n has_gift_cards,\n has_storefront,\n checkout_api_supported as has_checkout_api_supported,\n eligible_for_card_reader_giveaway as is_eligible_for_card_reader_giveaway,\n eligible_for_payments as is_eligible_for_payments,\n google_apps_domain,\n case when google_apps_login_enabled is null then false else google_apps_login_enabled end as is_google_apps_login_enabled,\n money_format,\n money_in_emails_format,\n money_with_currency_format,\n money_with_currency_in_emails_format,\n plan_display_name,\n plan_name,\n password_enabled as is_password_enabled,\n pre_launch_enabled as is_pre_launch_enabled,\n requires_extra_payments_agreement as is_extra_payments_agreement_required,\n setup_required as is_setup_required,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__shop_tmp", "package": null, "version": null}, {"name": "stg_shopify__shop_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_shop_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__shop_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__shop.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n address_1\n \n as \n \n address_1\n \n, \n \n \n address_2\n \n as \n \n address_2\n \n, \n \n \n checkout_api_supported\n \n as \n \n checkout_api_supported\n \n, \n \n \n city\n \n as \n \n city\n \n, \n \n \n cookie_consent_level\n \n as \n \n cookie_consent_level\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n \n \n country_name\n \n as \n \n country_name\n \n, \n \n \n county_taxes\n \n as \n \n county_taxes\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n customer_email\n \n as \n \n customer_email\n \n, \n \n \n domain\n \n as \n \n domain\n \n, \n \n \n eligible_for_card_reader_giveaway\n \n as \n \n eligible_for_card_reader_giveaway\n \n, \n \n \n eligible_for_payments\n \n as \n \n eligible_for_payments\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n enabled_presentment_currencies\n \n as \n \n enabled_presentment_currencies\n \n, \n \n \n google_apps_domain\n \n as \n \n google_apps_domain\n \n, \n \n \n google_apps_login_enabled\n \n as \n \n google_apps_login_enabled\n \n, \n \n \n has_discounts\n \n as \n \n has_discounts\n \n, \n \n \n has_gift_cards\n \n as \n \n has_gift_cards\n \n, \n \n \n has_storefront\n \n as \n \n has_storefront\n \n, \n \n \n iana_timezone\n \n as \n \n iana_timezone\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n money_format\n \n as \n \n money_format\n \n, \n \n \n money_in_emails_format\n \n as \n \n money_in_emails_format\n \n, \n \n \n money_with_currency_format\n \n as \n \n money_with_currency_format\n \n, \n \n \n money_with_currency_in_emails_format\n \n as \n \n money_with_currency_in_emails_format\n \n, \n \n \n myshopify_domain\n \n as \n \n myshopify_domain\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n password_enabled\n \n as \n \n password_enabled\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n plan_display_name\n \n as \n \n plan_display_name\n \n, \n \n \n plan_name\n \n as \n \n plan_name\n \n, \n \n \n pre_launch_enabled\n \n as \n \n pre_launch_enabled\n \n, \n \n \n primary_locale\n \n as \n \n primary_locale\n \n, \n \n \n province\n \n as \n \n province\n \n, \n \n \n province_code\n \n as \n \n province_code\n \n, \n \n \n requires_extra_payments_agreement\n \n as \n \n requires_extra_payments_agreement\n \n, \n \n \n setup_required\n \n as \n \n setup_required\n \n, \n \n \n shop_owner\n \n as \n \n shop_owner\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n tax_shipping\n \n as \n \n tax_shipping\n \n, \n \n \n taxes_included\n \n as \n \n taxes_included\n \n, \n \n \n timezone\n \n as \n \n timezone\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n weight_unit\n \n as \n \n weight_unit\n \n, \n \n \n zip\n \n as \n \n zip\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as shop_id,\n name,\n _fivetran_deleted as is_deleted,\n address_1,\n address_2,\n city,\n province,\n province_code,\n country,\n country_code,\n country_name,\n zip,\n latitude,\n longitude,\n case when county_taxes is null then false else county_taxes end as has_county_taxes,\n currency,\n enabled_presentment_currencies,\n customer_email,\n email,\n domain,\n phone,\n timezone,\n iana_timezone,\n primary_locale,\n weight_unit,\n myshopify_domain,\n cookie_consent_level,\n shop_owner,\n source,\n tax_shipping as has_shipping_taxes,\n case when taxes_included is null then false else taxes_included end as has_taxes_included_in_price,\n has_discounts,\n has_gift_cards,\n has_storefront,\n checkout_api_supported as has_checkout_api_supported,\n eligible_for_card_reader_giveaway as is_eligible_for_card_reader_giveaway,\n eligible_for_payments as is_eligible_for_payments,\n google_apps_domain,\n case when google_apps_login_enabled is null then false else google_apps_login_enabled end as is_google_apps_login_enabled,\n money_format,\n money_in_emails_format,\n money_with_currency_format,\n money_with_currency_in_emails_format,\n plan_display_name,\n plan_name,\n password_enabled as is_password_enabled,\n pre_launch_enabled as is_pre_launch_enabled,\n requires_extra_payments_agreement as is_extra_payments_agreement_required,\n setup_required as is_setup_required,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line_refund": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line_refund", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_line_refund.sql", "original_file_path": "models/stg_shopify__order_line_refund.sql", "unique_id": "model.shopify_source.stg_shopify__order_line_refund", "fqn": ["shopify_source", "stg_shopify__order_line_refund"], "alias": "stg_shopify__order_line_refund", "checksum": {"name": "sha256", "checksum": "aee38fee6746e57a79fab6b2a5942e9e074801b8d071e8351fc1de9178dfa0f1"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a line item from an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_refund_id": {"name": "order_line_refund_id", "description": "The unique identifier of the line item in the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "TThe unique identifier of the location where the items will be restockedBD", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the related line item in the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The quantity of the associated line item that was returned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID of the related refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock_type": {"name": "restock_type", "description": "How this refund line item affects inventory levels.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal": {"name": "subtotal", "description": "Subtotal amount of the order line refund in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The total tax applied to the refund in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_set": {"name": "subtotal_set", "description": "The subtotal of the refund line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.429146, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"", "raw_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__order_line_refund_tmp') }}\n\n),\n\nfields as (\n\n select\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_line_refund_tmp')),\n staging_columns=get_order_line_refund_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n\n),\n\nfinal as (\n\n select\n id as order_line_refund_id,\n location_id,\n order_line_id,\n subtotal,\n subtotal_set,\n total_tax,\n total_tax_set,\n quantity,\n refund_id,\n restock_type,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n {{ fivetran_utils.fill_pass_through_columns('order_line_refund_pass_through_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_line_refund_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_line_refund_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_line_refund_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__order_line_refund_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_line_refund.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n order_line_id\n \n as \n \n order_line_id\n \n, \n \n \n subtotal\n \n as \n \n subtotal\n \n, \n \n \n subtotal_set\n \n as \n \n subtotal_set\n \n, \n \n \n total_tax\n \n as \n \n total_tax\n \n, \n \n \n total_tax_set\n \n as \n \n total_tax_set\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n refund_id\n \n as \n \n refund_id\n \n, \n \n \n restock_type\n \n as \n \n restock_type\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select\n id as order_line_refund_id,\n location_id,\n order_line_id,\n subtotal,\n subtotal_set,\n total_tax,\n total_tax_set,\n quantity,\n refund_id,\n restock_type,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_discount_code": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_discount_code", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_discount_code.sql", "original_file_path": "models/stg_shopify__order_discount_code.sql", "unique_id": "model.shopify_source.stg_shopify__order_discount_code", "fqn": ["shopify_source", "stg_shopify__order_discount_code"], "alias": "stg_shopify__order_discount_code", "checksum": {"name": "sha256", "checksum": "f6ff2da1397d8e097145f6d7f136d93601bb63f0cc118c1b5f518e2e6ade5bef"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Discount codes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount that's deducted from the order total.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "This property returns the discount code that was entered at checkout. Otherwise this property returns the title of the discount that was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Associated order ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount - `fixed_amount`, `percentage`, or `shipping`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.5125198, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_discount_code_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_discount_code_tmp')),\n staging_columns=get_order_discount_code_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n upper(code) as code,\n type,\n amount,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n where index = 1 -- Sanity check. index should not > 1 but open an issue if that's not the case in your data\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_discount_code_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_discount_code_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_discount_code.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n type\n \n as \n \n type\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n upper(code) as code,\n type,\n amount,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n where index = 1 -- Sanity check. index should not > 1 but open an issue if that's not the case in your data\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__discount_code": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__discount_code", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__discount_code.sql", "original_file_path": "models/stg_shopify__discount_code.sql", "unique_id": "model.shopify_source.stg_shopify__discount_code", "fqn": ["shopify_source", "stg_shopify__discount_code"], "alias": "stg_shopify__discount_code", "checksum": {"name": "sha256", "checksum": "6cb9a295adf1ec3d94ff13989106bea8e84731df40c7c76a8b7ab4b865ec1e72"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Table storing discount codes that enable specific discounts to be redeemed. Merchants can distribute discount codes to their customers using a variety of means, such as an email or URL, and customers can apply these codes at checkout. Each discount code belongs to a price rule, which holds the logic for the discount.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The case-insensitive discount code that customers use at checkout. Shopify recommends this map onto the associated `price_rule.title`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the discount code was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_code_id": {"name": "discount_code_id", "description": "The ID for the discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule that this discount code belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the discount code was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_count": {"name": "usage_count", "description": "The number of times that the discount code has been redeemed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.492193, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\"", "raw_code": "-- this model will be all NULL until you create a discount code in Shopify\n\nwith base as (\n\n select * \n from {{ ref('stg_shopify__discount_code_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__discount_code_tmp')),\n staging_columns=get_discount_code_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as discount_code_id,\n upper(code) as code,\n price_rule_id,\n usage_count,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__discount_code_tmp", "package": null, "version": null}, {"name": "stg_shopify__discount_code_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_discount_code_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__discount_code_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__discount_code.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a discount code in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n price_rule_id\n \n as \n \n price_rule_id\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n usage_count\n \n as \n \n usage_count\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as discount_code_id,\n upper(code) as code,\n price_rule_id,\n usage_count,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_tag": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_tag.sql", "original_file_path": "models/stg_shopify__order_tag.sql", "unique_id": "model.shopify_source.stg_shopify__order_tag", "fqn": ["shopify_source", "stg_shopify__order_tag"], "alias": "stg_shopify__order_tag", "checksum": {"name": "sha256", "checksum": "9e47e8e3c12370881c706b96a061d1ce9d9ac0d91dc4b1f2b5e875e318ff7fb8"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Tags that the shop owner has attached to the order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) representing when the tag was placed on the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.501288, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_tag_tmp')),\n staging_columns=get_order_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n index,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n index,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__abandoned_checkout.sql", "original_file_path": "models/stg_shopify__abandoned_checkout.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout", "fqn": ["shopify_source", "stg_shopify__abandoned_checkout"], "alias": "stg_shopify__abandoned_checkout", "checksum": {"name": "sha256", "checksum": "dc1a658ad559a4a4a25368b9185b402ab992a312d334cff81da707b1e44c620e"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "A checkout is considered abandoned after the customer has added contact information, but before the customer has completed their purchase.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "abandoned_checkout_url": {"name": "abandoned_checkout_url", "description": "The recovery URL that's sent to a customer so they can recover their checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The zip or postal code of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_buyer_accepted_marketing": {"name": "has_buyer_accepted_marketing", "description": "Whether the customer would like to receive email updates from the shop. This is set by the 'I want to receive occasional emails about new products, promotions and other news' checkbox during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID for the cart that's attached to the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date and time (ISO 8601 format) when the checkout was closed. If the checkout was not closed, then this value is null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_currency": {"name": "shop_currency", "description": "The three-letter code (ISO 4217 format) of the shop's default currency at the time of checkout. For the currency that the customer used at checkout, see `presentment_currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer with the abandoned checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "The two or three-letter language code, optionally followed by a region modifier. Example values - en, en-CA.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID of the Shopify POS device that created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The payment gateway used by the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "The ID for the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the customer entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Checkout order number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "The text of an optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The customer's phone number for receiving SMS notifications.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The three-letter code (ISO 4217 format) of the currency that the customer used at checkout. For the shop's default currency, see `currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website that referred the customer to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The zip or postal code of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the checkout originated. Valid values include `web`, `pos`, `iphone`, `android`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the checkout in _presentment_ (customer) currency before shipping and taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included": {"name": "has_taxes_included", "description": "Boolean representing whether taxes are included in the price.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique ID for a checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total amount of discounts to be applied in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties": {"name": "total_duties", "description": "The total duties of the checkout in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of the prices of all line items in the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of line item prices, all discounts, shipping costs, and taxes for the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all the weights in grams of the line items in the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the checkout was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user who created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.489253, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__abandoned_checkout_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__abandoned_checkout_tmp')),\n staging_columns=get_abandoned_checkout_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n _fivetran_deleted as is_deleted,\n abandoned_checkout_url,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n cart_token,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(closed_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as closed_at,\n currency as shop_currency,\n customer_id,\n customer_locale,\n device_id,\n email,\n gateway,\n id as checkout_id,\n landing_site_base_url,\n location_id,\n name,\n note,\n phone,\n presentment_currency,\n referring_site,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n token,\n total_discounts,\n total_duties,\n total_line_items_price,\n total_price,\n total_tax,\n total_weight,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n user_id,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_tmp", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_abandoned_checkout_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__abandoned_checkout.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n abandoned_checkout_url\n \n as \n \n abandoned_checkout_url\n \n, \n \n \n billing_address_address_1\n \n as \n \n billing_address_address_1\n \n, \n cast(null as TEXT) as \n \n billing_address_address_2\n \n , \n \n \n billing_address_city\n \n as \n \n billing_address_city\n \n, \n \n \n billing_address_company\n \n as \n \n billing_address_company\n \n, \n \n \n billing_address_country\n \n as \n \n billing_address_country\n \n, \n \n \n billing_address_country_code\n \n as \n \n billing_address_country_code\n \n, \n \n \n billing_address_first_name\n \n as \n \n billing_address_first_name\n \n, \n \n \n billing_address_last_name\n \n as \n \n billing_address_last_name\n \n, \n \n \n billing_address_latitude\n \n as \n \n billing_address_latitude\n \n, \n \n \n billing_address_longitude\n \n as \n \n billing_address_longitude\n \n, \n \n \n billing_address_name\n \n as \n \n billing_address_name\n \n, \n \n \n billing_address_phone\n \n as \n \n billing_address_phone\n \n, \n \n \n billing_address_province\n \n as \n \n billing_address_province\n \n, \n \n \n billing_address_province_code\n \n as \n \n billing_address_province_code\n \n, \n \n \n billing_address_zip\n \n as \n \n billing_address_zip\n \n, \n \n \n buyer_accepts_marketing\n \n as \n \n buyer_accepts_marketing\n \n, \n \n \n cart_token\n \n as \n \n cart_token\n \n, \n \n \n closed_at\n \n as \n \n closed_at\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n customer_locale\n \n as \n \n customer_locale\n \n, \n \n \n device_id\n \n as \n \n device_id\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n gateway\n \n as \n \n gateway\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n landing_site_base_url\n \n as \n \n landing_site_base_url\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n note\n \n as \n \n note\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n presentment_currency\n \n as \n \n presentment_currency\n \n, \n \n \n referring_site\n \n as \n \n referring_site\n \n, \n \n \n shipping_address_address_1\n \n as \n \n shipping_address_address_1\n \n, \n cast(null as TEXT) as \n \n shipping_address_address_2\n \n , \n \n \n shipping_address_city\n \n as \n \n shipping_address_city\n \n, \n \n \n shipping_address_company\n \n as \n \n shipping_address_company\n \n, \n \n \n shipping_address_country\n \n as \n \n shipping_address_country\n \n, \n \n \n shipping_address_country_code\n \n as \n \n shipping_address_country_code\n \n, \n \n \n shipping_address_first_name\n \n as \n \n shipping_address_first_name\n \n, \n \n \n shipping_address_last_name\n \n as \n \n shipping_address_last_name\n \n, \n \n \n shipping_address_latitude\n \n as \n \n shipping_address_latitude\n \n, \n \n \n shipping_address_longitude\n \n as \n \n shipping_address_longitude\n \n, \n \n \n shipping_address_name\n \n as \n \n shipping_address_name\n \n, \n \n \n shipping_address_phone\n \n as \n \n shipping_address_phone\n \n, \n \n \n shipping_address_province\n \n as \n \n shipping_address_province\n \n, \n \n \n shipping_address_province_code\n \n as \n \n shipping_address_province_code\n \n, \n \n \n shipping_address_zip\n \n as \n \n shipping_address_zip\n \n, \n \n \n source_name\n \n as \n \n source_name\n \n, \n \n \n subtotal_price\n \n as \n \n subtotal_price\n \n, \n \n \n taxes_included\n \n as \n \n taxes_included\n \n, \n \n \n token\n \n as \n \n token\n \n, \n \n \n total_discounts\n \n as \n \n total_discounts\n \n, \n \n \n total_duties\n \n as \n \n total_duties\n \n, \n \n \n total_line_items_price\n \n as \n \n total_line_items_price\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n total_tax\n \n as \n \n total_tax\n \n, \n \n \n total_weight\n \n as \n \n total_weight\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n _fivetran_deleted as is_deleted,\n abandoned_checkout_url,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n cart_token,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(closed_at as timestamp) as timestamp)\n) as closed_at,\n currency as shop_currency,\n customer_id,\n customer_locale,\n device_id,\n email,\n gateway,\n id as checkout_id,\n landing_site_base_url,\n location_id,\n name,\n note,\n phone,\n presentment_currency,\n referring_site,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n token,\n total_discounts,\n total_duties,\n total_line_items_price,\n total_price,\n total_tax,\n total_weight,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n user_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_url_tag": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_url_tag", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__order_url_tag.sql", "original_file_path": "models/stg_shopify__order_url_tag.sql", "unique_id": "model.shopify_source.stg_shopify__order_url_tag", "fqn": ["shopify_source", "stg_shopify__order_url_tag"], "alias": "stg_shopify__order_url_tag", "checksum": {"name": "sha256", "checksum": "2c09fe1ab9a70f3c3e7026295357aeebb8989bf724c5e165321afa39913a8092"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Key-value tags that the shop owner has attached to the order url.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "Key of the tag pair.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order url being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.501633, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__order_url_tag_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__order_url_tag_tmp')),\n staging_columns=get_order_url_tag_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n key,\n value,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag_tmp", "package": null, "version": null}, {"name": "stg_shopify__order_url_tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_order_url_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__order_url_tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n key\n \n as \n \n key\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n key,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__fulfillment": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment", "resource_type": "model", "package_name": "shopify_source", "path": "stg_shopify__fulfillment.sql", "original_file_path": "models/stg_shopify__fulfillment.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment", "fqn": ["shopify_source", "stg_shopify__fulfillment"], "alias": "stg_shopify__fulfillment", "checksum": {"name": "sha256", "checksum": "eb9b540cf89a19d6317939176a7f04e5b6b325dc586d7d8c69a620bee1c2d757"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "A fulfillment order represents a group of one or more items in an order that will be fulfilled from the same location. A fulfillment represents work that is completed as part of a fulfillment order and can include one or more items.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the fulfillment was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_id": {"name": "fulfillment_id", "description": "The ID for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The unique identifier of the location that the fulfillment was processed at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The uniquely identifying fulfillment name, consisting of two parts separated by a .. The first part represents the order name and the second part represents the fulfillment number. The fulfillment number automatically increments depending on how many fulfillments are in an order (e.g. #1001.1, #1001.2).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The unique numeric identifier for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "service": {"name": "service", "description": "The fulfillment service associated with the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipment_status": {"name": "shipment_status", "description": "The current shipment status of the fulfillment. Valid values include: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was successfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment. Valid values include: - pending: Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to 'open' or 'success'. - open: The fulfillment has been acknowledged by the service and is in processing. - success: The fulfillment was successful. - cancelled: The fulfillment was cancelled. - error: There was an error with the fulfillment request. - failure: The fulfillment request failed.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_company": {"name": "tracking_company", "description": "The name of the tracking company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_number": {"name": "tracking_number", "description": "Primary tracking number for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_numbers": {"name": "tracking_numbers", "description": "A list of tracking numbers, provided by the shipping company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_urls": {"name": "tracking_urls", "description": "The URLs of tracking pages for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify_source://models/stg_shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.4935749, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_shopify__fulfillment_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_shopify__fulfillment_tmp')),\n staging_columns=get_fulfillment_columns()\n )\n }}\n\n {{ fivetran_utils.source_relation(\n union_schema_variable='shopify_union_schemas', \n union_database_variable='shopify_union_databases') \n }}\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_id,\n location_id,\n order_id,\n name,\n service,\n shipment_status,\n lower(status) as status,\n tracking_company,\n tracking_number,\n tracking_numbers,\n tracking_urls,\n {{ dbt_date.convert_timezone(column='cast(created_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as created_at,\n {{ dbt_date.convert_timezone(column='cast(updated_at as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as updated_at,\n {{ dbt_date.convert_timezone(column='cast(_fivetran_synced as ' ~ dbt.type_timestamp() ~ ')', target_tz=var('shopify_timezone', \"UTC\"), source_tz=\"UTC\") }} as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_tmp", "package": null, "version": null}, {"name": "stg_shopify__fulfillment_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify_source.get_fulfillment_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.source_relation", "macro.dbt.type_timestamp", "macro.dbt_date.convert_timezone"], "nodes": ["model.shopify_source.stg_shopify__fulfillment_tmp"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify__fulfillment.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n service\n \n as \n \n service\n \n, \n \n \n shipment_status\n \n as \n \n shipment_status\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n tracking_company\n \n as \n \n tracking_company\n \n, \n \n \n tracking_number\n \n as \n \n tracking_number\n \n, \n \n \n tracking_numbers\n \n as \n \n tracking_numbers\n \n, \n \n \n tracking_urls\n \n as \n \n tracking_urls\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_id,\n location_id,\n order_id,\n name,\n service,\n shipment_status,\n lower(status) as status,\n tracking_company,\n tracking_number,\n tracking_numbers,\n tracking_urls,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__discount_code_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__discount_code_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__discount_code_tmp.sql", "original_file_path": "models/tmp/stg_shopify__discount_code_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__discount_code_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__discount_code_tmp"], "alias": "stg_shopify__discount_code_tmp", "checksum": {"name": "sha256", "checksum": "75b5f6a40ed1e1994990c77aae0fb05b73124cffdb875d2445f62c47adab7956"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613503.983864, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code_tmp\"", "raw_code": "-- this model will be all NULL until you create a discount code in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='discount_code', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='discount_code_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "discount_code"], ["shopify", "discount_code"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__discount_code_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a discount code in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_discount_code_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_line_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_shipping_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_shipping_line_tmp"], "alias": "stg_shopify__order_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "83cf2872050f187260405a85fb694c5961b77a3cfd9a2b602b4942ad80167195"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.001359, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_shipping_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_shipping_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_shipping_line"], ["shopify", "order_shipping_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_shipping_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_line_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__price_rule_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__price_rule_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__price_rule_tmp.sql", "original_file_path": "models/tmp/stg_shopify__price_rule_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__price_rule_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__price_rule_tmp"], "alias": "stg_shopify__price_rule_tmp", "checksum": {"name": "sha256", "checksum": "a4f9e2b9ae901e0d7ab22ea8af0d0aa1639d4688047e2aa3e297f62ccd86de30"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0053408, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='price_rule', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='price_rule_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "price_rule"], ["shopify", "price_rule"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__price_rule_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_price_rule_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__customer_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__customer_tmp.sql", "original_file_path": "models/tmp/stg_shopify__customer_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__customer_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__customer_tmp"], "alias": "stg_shopify__customer_tmp", "checksum": {"name": "sha256", "checksum": "1f896e84164292f48db1c4eddfd6b3afef9ce4661ad2ab160c8721c8e620026c"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.009241, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='customer', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='customer_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "customer"], ["shopify", "customer"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.customer"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__customer_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_customer_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_note_attribute_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_note_attribute_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_note_attribute_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_note_attribute_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_note_attribute_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_note_attribute_tmp"], "alias": "stg_shopify__order_note_attribute_tmp", "checksum": {"name": "sha256", "checksum": "fa82230c5baa81cbaabc08de31b1374ea2b0f3356ca2293070e361d32ada273e"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0129468, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_note_attribute', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_note_attribute_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_note_attribute"], ["shopify", "order_note_attribute"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_note_attribute_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_note_attribute_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_line_tmp"], "alias": "stg_shopify__order_line_tmp", "checksum": {"name": "sha256", "checksum": "778359b2c17590b95d7b5709bfdd28b50d323b905e4277c74203416f08ee458e"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.017353, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_line"], ["shopify", "order_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_shipping_tax_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_shipping_tax_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_shipping_tax_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_shipping_tax_line_tmp"], "alias": "stg_shopify__order_shipping_tax_line_tmp", "checksum": {"name": "sha256", "checksum": "202ce4c08e35c7d94394c5e1f6f43e723820cb1c3c3c2af7731cfc52aa799a2d"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0210319, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_shipping_tax_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_shipping_tax_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_shipping_tax_line"], ["shopify", "order_shipping_tax_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_shipping_tax_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_tax_line_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_level_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_level_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__inventory_level_tmp.sql", "original_file_path": "models/tmp/stg_shopify__inventory_level_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_level_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__inventory_level_tmp"], "alias": "stg_shopify__inventory_level_tmp", "checksum": {"name": "sha256", "checksum": "2fb3c6829eb4d07f5c4e3a1ae87f961cc2c9ff9144b2ccd64ab123ec65539fd1"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0247822, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='inventory_level', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='inventory_level_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "inventory_level"], ["shopify", "inventory_level"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__inventory_level_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_level_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_discount_code_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_discount_code_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_discount_code_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_discount_code_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_discount_code_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_discount_code_tmp"], "alias": "stg_shopify__order_discount_code_tmp", "checksum": {"name": "sha256", "checksum": "70c73559798945dcd92924b915c85155ba87ca864977da07a8ad66c6c6d92e3e"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.028521, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_discount_code', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_discount_code_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_discount_code"], ["shopify", "order_discount_code"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_discount_code_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_discount_code_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tax_line_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tax_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__tax_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__tax_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__tax_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__tax_line_tmp"], "alias": "stg_shopify__tax_line_tmp", "checksum": {"name": "sha256", "checksum": "177f1462891a4814a5807d94f5ac8da65d3ddfa12298a4551ca4ce329840ab15"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0328178, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='tax_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='tax_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "tax_line"], ["shopify", "tax_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__tax_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_tax_line_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__shop_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__shop_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__shop_tmp.sql", "original_file_path": "models/tmp/stg_shopify__shop_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__shop_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__shop_tmp"], "alias": "stg_shopify__shop_tmp", "checksum": {"name": "sha256", "checksum": "0bae086f72705137b9a69f8a767e3f7886c54c2640484aa25118cf9818e6823a"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0364642, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='shop', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='shop_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "shop"], ["shopify", "shop"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.shop"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__shop_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_shop_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_url_tag_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_url_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_url_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_url_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_url_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_url_tag_tmp"], "alias": "stg_shopify__order_url_tag_tmp", "checksum": {"name": "sha256", "checksum": "f084499e62e0bc0af985345ee836745224e0a03631be646a9328732a6e3eaee4"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.040042, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_url_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_url_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_url_tag"], ["shopify", "order_url_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_url_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_url_tag_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__fulfillment_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__fulfillment_tmp.sql", "original_file_path": "models/tmp/stg_shopify__fulfillment_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__fulfillment_tmp"], "alias": "stg_shopify__fulfillment_tmp", "checksum": {"name": "sha256", "checksum": "1ac3752e10682798a52745e29d02ebb2d9aeddf8a4ac50e4c98e89279214cc67"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.043655, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='fulfillment', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='fulfillment_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "fulfillment"], ["shopify", "fulfillment"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__fulfillment_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__collection_tmp.sql", "original_file_path": "models/tmp/stg_shopify__collection_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__collection_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__collection_tmp"], "alias": "stg_shopify__collection_tmp", "checksum": {"name": "sha256", "checksum": "dbfbc3e8f3703ee2def19bb9453b4ef5aec7b14b318e58840ba6a343d0c536c3"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0479622, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='collection', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='collection_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "collection"], ["shopify", "collection"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.collection"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__collection_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_collection_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__refund_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__refund_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__refund_tmp.sql", "original_file_path": "models/tmp/stg_shopify__refund_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__refund_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__refund_tmp"], "alias": "stg_shopify__refund_tmp", "checksum": {"name": "sha256", "checksum": "c4a1b0453eca44661bd68fe6bf82623b753ae4efc6a977b980d99fb78aa4aef1"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.051574, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund_tmp\"", "raw_code": "-- this model will be all NULL until you create a refund in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='refund', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='refund_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "refund"], ["shopify", "refund"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.refund"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__refund_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a refund in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_refund_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__fulfillment_event_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__fulfillment_event_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__fulfillment_event_tmp.sql", "original_file_path": "models/tmp/stg_shopify__fulfillment_event_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__fulfillment_event_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__fulfillment_event_tmp"], "alias": "stg_shopify__fulfillment_event_tmp", "checksum": {"name": "sha256", "checksum": "76e7737501a3cb8a84d26ee212c1134ec8ad8f90d268fce93d8cab7e3462c246"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table", "enabled": true}, "created_at": 1709613504.05516, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event_tmp\"", "raw_code": "{{ config(enabled=var('shopify_using_fulfillment_event', false)) }}\n\n{{\n fivetran_utils.union_data(\n table_identifier='fulfillment_event', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='fulfillment_event_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "fulfillment_event"], ["shopify", "fulfillment_event"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.fulfillment_event"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__fulfillment_event_tmp.sql", "compiled": true, "compiled_code": "\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_event_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_tmp"], "alias": "stg_shopify__product_tmp", "checksum": {"name": "sha256", "checksum": "4c88fa0dabe17fa99b7509af7b3518c844df1747e28e6c7ac4f0a8262424e91a"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.059099, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product"], ["shopify", "product"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_adjustment_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_adjustment_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_adjustment_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_adjustment_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_adjustment_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_adjustment_tmp"], "alias": "stg_shopify__order_adjustment_tmp", "checksum": {"name": "sha256", "checksum": "65ac038da01363641bf9ea6baaac2ef267d44c41430fffea3ca4e82a08c42139"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0633311, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment_tmp\"", "raw_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='order_adjustment', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_adjustment_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_adjustment"], ["shopify", "order_adjustment"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_adjustment"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_adjustment_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_adjustment_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__inventory_item_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__inventory_item_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__inventory_item_tmp.sql", "original_file_path": "models/tmp/stg_shopify__inventory_item_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__inventory_item_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__inventory_item_tmp"], "alias": "stg_shopify__inventory_item_tmp", "checksum": {"name": "sha256", "checksum": "72d78b9eb0cb184fe1ea252e95a370d5efe0887b3b6efa81f073989a9c3d5371"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.066934, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='inventory_item', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='inventory_item_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "inventory_item"], ["shopify", "inventory_item"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.inventory_item"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__inventory_item_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_item_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_tag_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_tag_tmp"], "alias": "stg_shopify__order_tag_tmp", "checksum": {"name": "sha256", "checksum": "7b17ee588816bf027c09990381fbbe611bfee3adc412a18cad397ac1fdba6d0e"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.070504, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_tag"], ["shopify", "order_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_tag_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_tag_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_tag_tmp"], "alias": "stg_shopify__product_tag_tmp", "checksum": {"name": "sha256", "checksum": "103f88b9e33b9b9dd63a09c9e13bd5afd5bed59331e642ff3ddbc6d729e30287"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.074066, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product_tag"], ["shopify", "product_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_tag_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_line_refund_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_line_refund_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_line_refund_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_line_refund_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_line_refund_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_line_refund_tmp"], "alias": "stg_shopify__order_line_refund_tmp", "checksum": {"name": "sha256", "checksum": "a56ebd65257bd6f493549770daf3139f92646d9e60f40be3bc31f32c093dedab"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.078372, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund_tmp\"", "raw_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\n{{\n fivetran_utils.union_data(\n table_identifier='order_line_refund', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_line_refund_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order_line_refund"], ["shopify", "order_line_refund"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order_line_refund"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_line_refund_tmp.sql", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_refund_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__customer_tag_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__customer_tag_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__customer_tag_tmp.sql", "original_file_path": "models/tmp/stg_shopify__customer_tag_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__customer_tag_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__customer_tag_tmp"], "alias": "stg_shopify__customer_tag_tmp", "checksum": {"name": "sha256", "checksum": "b3ff7bd1bf185210b4f005f8fcfc831a705e46910ce9ddb811dbe552684e1c98"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.0819468, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='customer_tag', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='customer_tag_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "customer_tag"], ["shopify", "customer_tag"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__customer_tag_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_customer_tag_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_image_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_image_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_image_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_image_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_image_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_image_tmp"], "alias": "stg_shopify__product_image_tmp", "checksum": {"name": "sha256", "checksum": "9cc04164a926ea48146dbd1936f15c9ef871ccfa1c31bcc149809012fe4429f6"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.085643, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product_image', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_image_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product_image"], ["shopify", "product_image"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product_image"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_image_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_image_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__tender_transaction_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__tender_transaction_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__tender_transaction_tmp.sql", "original_file_path": "models/tmp/stg_shopify__tender_transaction_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__tender_transaction_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__tender_transaction_tmp"], "alias": "stg_shopify__tender_transaction_tmp", "checksum": {"name": "sha256", "checksum": "8f2b7f602daba8fdd6c960288e14de3e34e8517304425096e934e69decb39c24"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.089768, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='tender_transaction', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='tender_transaction_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "tender_transaction"], ["shopify", "tender_transaction"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.tender_transaction"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__tender_transaction_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_tender_transaction_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__transaction_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__transaction_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__transaction_tmp.sql", "original_file_path": "models/tmp/stg_shopify__transaction_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__transaction_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__transaction_tmp"], "alias": "stg_shopify__transaction_tmp", "checksum": {"name": "sha256", "checksum": "9a4cf0c7a2495c01fd10f0d88655aaffe63ef8b3cc94883e10507b034285f978"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.093332, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='transaction', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='transaction_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "transaction"], ["shopify", "transaction"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.transaction"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__transaction_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_transaction_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_discount_code_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__abandoned_checkout_discount_code_tmp.sql", "original_file_path": "models/tmp/stg_shopify__abandoned_checkout_discount_code_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__abandoned_checkout_discount_code_tmp"], "alias": "stg_shopify__abandoned_checkout_discount_code_tmp", "checksum": {"name": "sha256", "checksum": "79bfc5003e90318dca76978fb10d955c503b613d5470441ac559bbbdc014c4a4"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.096902, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='abandoned_checkout_discount_code', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='abandoned_checkout_discount_code_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "abandoned_checkout_discount_code"], ["shopify", "abandoned_checkout_discount_code"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.abandoned_checkout_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__abandoned_checkout_discount_code_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_discount_code_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__product_variant_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__product_variant_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__product_variant_tmp.sql", "original_file_path": "models/tmp/stg_shopify__product_variant_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__product_variant_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__product_variant_tmp"], "alias": "stg_shopify__product_variant_tmp", "checksum": {"name": "sha256", "checksum": "cbb9a84c332f17d90ad953536a449714fac6f77f871da604d43ffb846f6d5621"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.1004689, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='product_variant', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='product_variant_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "product_variant"], ["shopify", "product_variant"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.product_variant"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__product_variant_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_variant_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__abandoned_checkout_tmp.sql", "original_file_path": "models/tmp/stg_shopify__abandoned_checkout_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__abandoned_checkout_tmp"], "alias": "stg_shopify__abandoned_checkout_tmp", "checksum": {"name": "sha256", "checksum": "af75a7118d699b437951e7de9f6275f46ef8684d56dc5e2dda4ff3cfd2e9852c"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.104619, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='abandoned_checkout', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='abandoned_checkout_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "abandoned_checkout"], ["shopify", "abandoned_checkout"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.abandoned_checkout"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__abandoned_checkout_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__order_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__order_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__order_tmp.sql", "original_file_path": "models/tmp/stg_shopify__order_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__order_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__order_tmp"], "alias": "stg_shopify__order_tmp", "checksum": {"name": "sha256", "checksum": "15e3ee6de99527743387105e80865aa2566b898af1f8bb7d5593882a3119ca36"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.108203, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='order',\n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='order_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "order"], ["shopify", "order"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.order"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__order_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__metafield_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__metafield_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__metafield_tmp.sql", "original_file_path": "models/tmp/stg_shopify__metafield_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__metafield_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__metafield_tmp"], "alias": "stg_shopify__metafield_tmp", "checksum": {"name": "sha256", "checksum": "5d4ec318b2f188cfd3f764cea4b9aaac5d723a2365894e730b5703e89529520f"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.111924, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='metafield', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='metafield_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "metafield"], ["shopify", "metafield"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.metafield"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__metafield_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_metafield_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__collection_product_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__collection_product_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__collection_product_tmp.sql", "original_file_path": "models/tmp/stg_shopify__collection_product_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__collection_product_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__collection_product_tmp"], "alias": "stg_shopify__collection_product_tmp", "checksum": {"name": "sha256", "checksum": "3972179c81705eef1c9d24ff0efd2ffbd43b8d5331a6fe745482296a43ca03e4"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.11548, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='collection_product', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='collection_product_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "collection_product"], ["shopify", "collection_product"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__collection_product_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_collection_product_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__location_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__location_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__location_tmp.sql", "original_file_path": "models/tmp/stg_shopify__location_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__location_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__location_tmp"], "alias": "stg_shopify__location_tmp", "checksum": {"name": "sha256", "checksum": "acc2e7e4031d4fe0c0949ab24998944f1b6efbd4bb83dc148dbfe887e8ec10cd"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.119748, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='location', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='location_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "location"], ["shopify", "location"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.location"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__location_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_location_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": {"database": "dev", "schema": "shopify_integration_tests_6_stg_shopify", "name": "stg_shopify__abandoned_checkout_shipping_line_tmp", "resource_type": "model", "package_name": "shopify_source", "path": "tmp/stg_shopify__abandoned_checkout_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_shopify__abandoned_checkout_shipping_line_tmp.sql", "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp", "fqn": ["shopify_source", "tmp", "stg_shopify__abandoned_checkout_shipping_line_tmp"], "alias": "stg_shopify__abandoned_checkout_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "6de5a98cf69e7e517197b12273734173cc352a8992d7d1593212b595028a6cc8"}, "config": {"enabled": true, "alias": null, "schema": "stg_shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "stg_shopify", "materialized": "table"}, "created_at": 1709613504.123322, "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line_tmp\"", "raw_code": "{{\n fivetran_utils.union_data(\n table_identifier='abandoned_checkout_shipping_line', \n database_variable='shopify_database', \n schema_variable='shopify_schema', \n default_database=target.database,\n default_schema='shopify',\n default_variable='abandoned_checkout_shipping_line_source',\n union_schema_variable='shopify_union_schemas',\n union_database_variable='shopify_union_databases'\n )\n}}", "language": "sql", "refs": [], "sources": [["shopify", "abandoned_checkout_shipping_line"], ["shopify", "abandoned_checkout_shipping_line"]], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.union_data"], "nodes": ["source.shopify_source.shopify.abandoned_checkout_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/tmp/stg_shopify__abandoned_checkout_shipping_line_tmp.sql", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_shipping_line_data\"", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customer_email_cohorts": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customer_email_cohorts", "resource_type": "model", "package_name": "shopify", "path": "shopify__customer_email_cohorts.sql", "original_file_path": "models/shopify__customer_email_cohorts.sql", "unique_id": "model.shopify.shopify__customer_email_cohorts", "fqn": ["shopify", "shopify__customer_email_cohorts"], "alias": "shopify__customer_email_cohorts", "checksum": {"name": "sha256", "checksum": "3b04aa78c16c6de9079b2da9a52ac8aee23fdfcae8da9f80610f0c4920e49275"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a customer's (on the EMAIL grain) performance in a calendar month.", "columns": {"cohort_month": {"name": "cohort_month", "description": "The month the cohort belongs to, i.e the first month the customer had an order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cohort_month_number": {"name": "cohort_month_number", "description": "The 'number' of the `date_month` of the record, i.e. how many months from their start month this cohort occurred", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_cohort_id": {"name": "customer_cohort_id", "description": "Unique key representing a customer in a given month. Hashed on 'date_month','email', and 'source_relation'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The ID of the related customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "date_month": {"name": "date_month", "description": "The calendar month the customer stats relate to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp of the customer's first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_in_month": {"name": "line_item_count_in_month", "description": "Number of line items purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_lifetime": {"name": "line_item_count_lifetime", "description": "Number of line items purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_in_month": {"name": "order_count_in_month", "description": "Number of orders purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_lifetime": {"name": "order_count_lifetime", "description": "Number of orders purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_in_month": {"name": "total_price_in_month", "description": "Total amount (in shop currency) purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_lifetime": {"name": "total_price_lifetime", "description": "Total amount (in shop currency) up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.766436, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_email_cohorts\"", "raw_code": "with calendar as (\n\n select *\n from {{ ref('shopify__calendar') }}\n where cast({{ dbt.date_trunc('month','date_day') }} as date) = date_day\n\n), customers as (\n\n select *\n from {{ ref('shopify__customer_emails') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__orders') }}\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.email,\n customers.first_order_timestamp,\n customers.source_relation,\n {{ dbt.date_trunc('month', 'first_order_timestamp') }} as cohort_month\n from calendar\n inner join customers\n on cast({{ dbt.date_trunc('month', 'first_order_timestamp') }} as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.email, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.email = orders.email\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast({{ dbt.date_trunc('month', 'created_timestamp') }} as date)\n {{ dbt_utils.group_by(n=5) }}\n\n), windows as (\n\n {% set partition_string = 'partition by email, source_relation order by date_month rows between unbounded preceding and current row' %}\n\n select\n *,\n sum(total_price_in_month) over ({{ partition_string }}) as total_price_lifetime,\n sum(order_count_in_month) over ({{ partition_string }}) as order_count_lifetime,\n sum(line_item_count_in_month) over ({{ partition_string }}) as line_item_count_lifetime,\n row_number() over (partition by email, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['date_month','email','source_relation']) }} as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "language": "sql", "refs": [{"name": "shopify__calendar", "package": null, "version": null}, {"name": "shopify__customer_emails", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt_utils.group_by", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.shopify.shopify__calendar", "model.shopify.shopify__customer_emails", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/shopify__customer_email_cohorts.sql", "compiled": true, "compiled_code": "with calendar as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\"\n where cast(date_trunc('month', date_day) as date) = date_day\n\n), customers as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_emails\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.email,\n customers.first_order_timestamp,\n customers.source_relation,\n date_trunc('month', first_order_timestamp) as cohort_month\n from calendar\n inner join customers\n on cast(date_trunc('month', first_order_timestamp) as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.email, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.email = orders.email\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast(date_trunc('month', created_timestamp) as date)\n group by 1,2,3,4,5\n\n), windows as (\n\n \n\n select\n *,\n sum(total_price_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as total_price_lifetime,\n sum(order_count_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as order_count_lifetime,\n sum(line_item_count_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as line_item_count_lifetime,\n row_number() over (partition by email, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n md5(cast(coalesce(cast(date_month as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(email as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customer_cohorts": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customer_cohorts", "resource_type": "model", "package_name": "shopify", "path": "shopify__customer_cohorts.sql", "original_file_path": "models/shopify__customer_cohorts.sql", "unique_id": "model.shopify.shopify__customer_cohorts", "fqn": ["shopify", "shopify__customer_cohorts"], "alias": "shopify__customer_cohorts", "checksum": {"name": "sha256", "checksum": "e6062d8a5e6dfffe23aa7f7810a1c0643f6b458bfe1a7623f3df896a222e9275"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a customer's performance in a calendar month.", "columns": {"cohort_month": {"name": "cohort_month", "description": "The month the cohort belongs to, i.e the first month the customer had an order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cohort_month_number": {"name": "cohort_month_number", "description": "The 'number' of the `date_month` of the record, i.e. how many months from their start month this cohort occurred", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_cohort_id": {"name": "customer_cohort_id", "description": "Unique key representing a customer in a given month. Hashed on 'date_month', 'customer_id', and 'source_relation'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the related customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "date_month": {"name": "date_month", "description": "The calendar month the customer stats relate to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp of the customer's first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_in_month": {"name": "line_item_count_in_month", "description": "Number of line items purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count_lifetime": {"name": "line_item_count_lifetime", "description": "Number of line items purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_in_month": {"name": "order_count_in_month", "description": "Number of orders purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_count_lifetime": {"name": "order_count_lifetime", "description": "Number of orders purchased up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_in_month": {"name": "total_price_in_month", "description": "Total amount (in shop currency) purchased in the `date_month`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_lifetime": {"name": "total_price_lifetime", "description": "Total amount (in shop currency) up until and including this `date_month`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.765882, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_cohorts\"", "raw_code": "with calendar as (\n\n select *\n from {{ ref('shopify__calendar') }}\n where cast({{ dbt.date_trunc('month','date_day') }} as date) = date_day\n\n), customers as (\n\n select *\n from {{ ref('shopify__customers') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__orders') }}\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.customer_id,\n customers.first_order_timestamp,\n customers.source_relation,\n {{ dbt.date_trunc('month', 'first_order_timestamp') }} as cohort_month\n from calendar\n inner join customers\n on cast({{ dbt.date_trunc('month', 'first_order_timestamp') }} as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.customer_id, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.customer_id = orders.customer_id\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast({{ dbt.date_trunc('month', 'created_timestamp') }} as date)\n {{ dbt_utils.group_by(n=5) }}\n\n), windows as (\n\n {% set partition_string = 'partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row' %}\n\n select\n *,\n sum(total_price_in_month) over ({{ partition_string }}) as total_price_lifetime,\n sum(order_count_in_month) over ({{ partition_string }}) as order_count_lifetime,\n sum(line_item_count_in_month) over ({{ partition_string }}) as line_item_count_lifetime,\n row_number() over (partition by customer_id, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n {{ dbt_utils.generate_surrogate_key(['date_month','customer_id','source_relation']) }} as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "language": "sql", "refs": [{"name": "shopify__calendar", "package": null, "version": null}, {"name": "shopify__customers", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt_utils.group_by", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.shopify.shopify__calendar", "model.shopify.shopify__customers", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/shopify__customer_cohorts.sql", "compiled": true, "compiled_code": "with calendar as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\"\n where cast(date_trunc('month', date_day) as date) = date_day\n\n), customers as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customers\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.customer_id,\n customers.first_order_timestamp,\n customers.source_relation,\n date_trunc('month', first_order_timestamp) as cohort_month\n from calendar\n inner join customers\n on cast(date_trunc('month', first_order_timestamp) as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.customer_id, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.customer_id = orders.customer_id\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast(date_trunc('month', created_timestamp) as date)\n group by 1,2,3,4,5\n\n), windows as (\n\n \n\n select\n *,\n sum(total_price_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as total_price_lifetime,\n sum(order_count_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as order_count_lifetime,\n sum(line_item_count_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as line_item_count_lifetime,\n row_number() over (partition by customer_id, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n md5(cast(coalesce(cast(date_month as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(customer_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__discounts": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__discounts", "resource_type": "model", "package_name": "shopify", "path": "shopify__discounts.sql", "original_file_path": "models/shopify__discounts.sql", "unique_id": "model.shopify.shopify__discounts", "fqn": ["shopify", "shopify__discounts"], "alias": "shopify__discounts", "checksum": {"name": "sha256", "checksum": "0a3fbe9929cdeb89d42cc46dacbfc0da7d9c3999464508f6f40cbf6b72c1ebac"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a unique discount, enriched with information about its associated `price_rule` and metrics regarding orders and abandoned checkouts.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The case-insensitive discount code that customers use at checkout. Shopify recommends this map onto the associated `price_rule.title`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the discount code was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_code_id": {"name": "discount_code_id", "description": "The ID for the discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the discount code was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_count": {"name": "usage_count", "description": "The number of times that the discount code has been redeemed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_limit": {"name": "allocation_limit", "description": "The number of times the discount can be allocated on the cart - if eligible. For example a Buy 1 hat Get 1 hat for free discount can be applied 3 times on a cart having more than 6 hats, where maximum of 3 hats get discounted - if the allocation_limit is 3. Empty (null) allocation_limit means unlimited number of allocations.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_method": {"name": "allocation_method", "description": "The allocation method of the price rule. Valid values include `each` (the discount is applied to each of the entitled items. For example, for a price rule that takes $15 off, each entitled line item in a checkout will be discounted by $15) and `across` (the calculated discount amount will be applied across the entitled items. For example, for a price rule that takes $15 off, the discount will be applied across all the entitled items).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_created_at": {"name": "price_rule_created_at", "description": "The date and time (ISO 8601 format) when the price rule was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_selection": {"name": "customer_selection", "description": "The customer selection for the price rule. Valid values include `all` (the price rule is valid for all customers) and `prerequisite` (the customer must either belong to one of the customer segments specified by customer_segment_prerequisite_ids, or be one of the customers specified by prerequisite_customer_ids).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ends_at": {"name": "ends_at", "description": "The date and time (ISO 8601 format) when the price rule ends. Must be after starts_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_once_per_customer": {"name": "is_once_per_customer", "description": "Boolean representing whether the generated discount code will be valid only for a single use per customer. This is tracked using customer ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_quantity": {"name": "prereq_min_quantity", "description": "If `customer_selection` is `prerequisite`, the minimum number of items for the price rule to be applicable. The quantity of an entitled cart item must be greater than or equal to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_max_shipping_price": {"name": "prereq_max_shipping_price", "description": "If `customer_selection` is `prerequisite`, the maximum shipping price for the price rule to be applicable. The shipping price must be less than or equal to this value", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_subtotal": {"name": "prereq_min_subtotal", "description": "If `customer_selection` is `prerequisite`, the minimum subtotal for the price rule to be applicable. The subtotal of the entitled cart items must be greater than or equal to this value for the discount to apply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_min_purchase_quantity_for_entitlement": {"name": "prereq_min_purchase_quantity_for_entitlement", "description": "If `customer_selection` is `prerequisite`, the prerequisite purchase for a Buy X Get Y discount. The minimum purchase amount required to be entitled to the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_x_get_this": {"name": "prereq_buy_x_get_this", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this is the offered 'get' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prereq_buy_this_get_y": {"name": "prereq_buy_this_get_y", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this defines the necessary 'buy' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "starts_at": {"name": "starts_at", "description": "The date and time (ISO 8601 format) when the price rule starts.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_selection": {"name": "target_selection", "description": "The target selection method of the price rule. Valid values include `all` (the price rule applies the discount to all line items in the checkout) and `entitled` (the price rule applies the discount to selected entitlements only).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_type": {"name": "target_type", "description": "The target type that the price rule applies to. Valid values include `line_item` (the price rule applies to the cart's line items) and `shipping_line` (the price rule applies to the cart's shipping lines).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the price rule. This is used by the Shopify admin search to retrieve discounts. It is also displayed on the Discounts page of the Shopify admin for bulk discounts. Shopify recommends that this map onto the associated `discount_code.code`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_updated_at": {"name": "price_rule_updated_at", "description": "The date and time (ISO 8601 format) when the price rule was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_limit": {"name": "usage_limit", "description": "The maximum number of times the price rule can be used, per discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the price rule. If if the value of `target_type` is `shipping_line`, then only -100 is accepted. The value must be negative.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The value type of the price rule. Valid values include `fixed_amount` (applies a discount of value as a unit of the store's currency. For example, if value is -30 and the store's currency is USD, then $30 USD is deducted when the discount is applied) and `percentage` (applies a percentage discount of value. For example, if value is -30, then 30% will be deducted when the discount is applied).\nIf `target_type` is `shipping_line`, then only `percentage` is accepted.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_discount_amount": {"name": "total_order_discount_amount", "description": "Total monetary amount (in shop currency) of discounts taken off of orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_abandoned_checkout_discount_amount": {"name": "total_abandoned_checkout_discount_amount", "description": "Total monetary amount (in shop currency) of discounts taken off abandoned checkout orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_line_items_price": {"name": "total_order_line_items_price", "description": "Total monetary amount (in shop currency) of line items for orders that have used this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_shipping_cost": {"name": "total_order_shipping_cost", "description": "Total shipping costs for orders that used this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_abandoned_checkout_shipping_price": {"name": "total_abandoned_checkout_shipping_price", "description": "Total projected shipping costs for abandoned checkouts that applied this discount first.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_order_refund_amount": {"name": "total_order_refund_amount", "description": "Total refunded amount (in shop currency) for orders that used this discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customers": {"name": "count_customers", "description": "Count of distinct customers who placed orders using this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customer_emails": {"name": "count_customer_emails", "description": "Count of distinct customer emails who placed orders using this discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_discount_amount": {"name": "avg_order_discount_amount", "description": "Average amount (in shop currency) of discount taken off orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders": {"name": "count_orders", "description": "Count of orders in which this discount code was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkouts": {"name": "count_abandoned_checkouts", "description": "Count of abandoned checkouts in which this discount code was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkout_customers": {"name": "count_abandoned_checkout_customers", "description": "Distinct count of customers who applied this discount in a checkout that they abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkout_customer_emails": {"name": "count_abandoned_checkout_customer_emails", "description": "Distinct count of customer emails who applied this discount in a checkout that they abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.7901812, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\"", "raw_code": "with discount as (\n\n select *\n from {{ var('shopify_discount_code') }}\n),\n\nprice_rule as (\n\n select *\n from {{ var('shopify_price_rule') }}\n),\n\norders_aggregated as (\n\n select *\n from {{ ref('int_shopify__discounts__order_aggregates')}}\n),\n\nabandoned_checkouts_aggregated as (\n\n select *\n from {{ ref('int_shopify__discounts__abandoned_checkouts')}}\n),\n\ndiscount_price_rule_joined as (\n\n select\n discount.*,\n price_rule.target_selection,\n price_rule.target_type,\n price_rule.title,\n price_rule.usage_limit,\n price_rule.value,\n price_rule.value_type,\n price_rule.allocation_limit,\n price_rule.allocation_method,\n price_rule.is_once_per_customer,\n price_rule.customer_selection,\n -- the below are NULL if customer_selection = all\n price_rule.prereq_min_quantity,\n price_rule.prereq_max_shipping_price,\n price_rule.prereq_min_subtotal,\n price_rule.prereq_min_purchase_quantity_for_entitlement,\n price_rule.prereq_buy_x_get_this,\n price_rule.prereq_buy_this_get_y,\n price_rule.starts_at,\n price_rule.ends_at,\n price_rule.created_at as price_rule_created_at,\n price_rule.updated_at as price_rule_updated_at\n\n from discount\n left join price_rule\n on discount.price_rule_id = price_rule.price_rule_id\n and discount.source_relation = price_rule.source_relation\n),\n\naggregates_joined as (\n\n select \n discount_price_rule_joined.*,\n coalesce(orders_aggregated.count_orders, 0) as count_orders,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n orders_aggregated.avg_order_discount_amount,\n coalesce(orders_aggregated.total_order_discount_amount, 0) as total_order_discount_amount,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_discount_amount, 0) as total_abandoned_checkout_discount_amount,\n coalesce(orders_aggregated.total_order_line_items_price, 0) as total_order_line_items_price,\n coalesce(orders_aggregated.total_order_shipping_cost, 0) as total_order_shipping_cost,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_shipping_price, 0) as total_abandoned_checkout_shipping_price,\n coalesce(orders_aggregated.total_order_refund_amount, 0) as total_order_refund_amount,\n coalesce(orders_aggregated.count_customers, 0) as count_customers,\n coalesce(orders_aggregated.count_customer_emails, 0) as count_customer_emails,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customers, 0) as count_abandoned_checkout_customers,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customer_emails, 0) as count_abandoned_checkout_customer_emails\n\n from discount_price_rule_joined\n left join orders_aggregated\n on discount_price_rule_joined.code = orders_aggregated.code\n and discount_price_rule_joined.source_relation = orders_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = orders_aggregated.type\n \n left join abandoned_checkouts_aggregated\n on discount_price_rule_joined.code = abandoned_checkouts_aggregated.code\n and discount_price_rule_joined.source_relation = abandoned_checkouts_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = abandoned_checkouts_aggregated.type \n)\n\nselect * \nfrom aggregates_joined", "language": "sql", "refs": [{"name": "stg_shopify__discount_code", "package": null, "version": null}, {"name": "stg_shopify__price_rule", "package": null, "version": null}, {"name": "int_shopify__discounts__order_aggregates", "package": null, "version": null}, {"name": "int_shopify__discounts__abandoned_checkouts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__discount_code", "model.shopify_source.stg_shopify__price_rule", "model.shopify.int_shopify__discounts__order_aggregates", "model.shopify.int_shopify__discounts__abandoned_checkouts"]}, "compiled_path": "target/compiled/shopify/models/shopify__discounts.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n), __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n), discount as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\"\n),\n\nprice_rule as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n),\n\norders_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__discounts__order_aggregates\n),\n\nabandoned_checkouts_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__discounts__abandoned_checkouts\n),\n\ndiscount_price_rule_joined as (\n\n select\n discount.*,\n price_rule.target_selection,\n price_rule.target_type,\n price_rule.title,\n price_rule.usage_limit,\n price_rule.value,\n price_rule.value_type,\n price_rule.allocation_limit,\n price_rule.allocation_method,\n price_rule.is_once_per_customer,\n price_rule.customer_selection,\n -- the below are NULL if customer_selection = all\n price_rule.prereq_min_quantity,\n price_rule.prereq_max_shipping_price,\n price_rule.prereq_min_subtotal,\n price_rule.prereq_min_purchase_quantity_for_entitlement,\n price_rule.prereq_buy_x_get_this,\n price_rule.prereq_buy_this_get_y,\n price_rule.starts_at,\n price_rule.ends_at,\n price_rule.created_at as price_rule_created_at,\n price_rule.updated_at as price_rule_updated_at\n\n from discount\n left join price_rule\n on discount.price_rule_id = price_rule.price_rule_id\n and discount.source_relation = price_rule.source_relation\n),\n\naggregates_joined as (\n\n select \n discount_price_rule_joined.*,\n coalesce(orders_aggregated.count_orders, 0) as count_orders,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n orders_aggregated.avg_order_discount_amount,\n coalesce(orders_aggregated.total_order_discount_amount, 0) as total_order_discount_amount,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_discount_amount, 0) as total_abandoned_checkout_discount_amount,\n coalesce(orders_aggregated.total_order_line_items_price, 0) as total_order_line_items_price,\n coalesce(orders_aggregated.total_order_shipping_cost, 0) as total_order_shipping_cost,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_shipping_price, 0) as total_abandoned_checkout_shipping_price,\n coalesce(orders_aggregated.total_order_refund_amount, 0) as total_order_refund_amount,\n coalesce(orders_aggregated.count_customers, 0) as count_customers,\n coalesce(orders_aggregated.count_customer_emails, 0) as count_customer_emails,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customers, 0) as count_abandoned_checkout_customers,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customer_emails, 0) as count_abandoned_checkout_customer_emails\n\n from discount_price_rule_joined\n left join orders_aggregated\n on discount_price_rule_joined.code = orders_aggregated.code\n and discount_price_rule_joined.source_relation = orders_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = orders_aggregated.type\n \n left join abandoned_checkouts_aggregated\n on discount_price_rule_joined.code = abandoned_checkouts_aggregated.code\n and discount_price_rule_joined.source_relation = abandoned_checkouts_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = abandoned_checkouts_aggregated.type \n)\n\nselect * \nfrom aggregates_joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__discounts__order_aggregates", "sql": " __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n)"}, {"id": "model.shopify.int_shopify__discounts__abandoned_checkouts", "sql": " __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customer_emails": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customer_emails", "resource_type": "model", "package_name": "shopify", "path": "shopify__customer_emails.sql", "original_file_path": "models/shopify__customer_emails.sql", "unique_id": "model.shopify.shopify__customer_emails", "fqn": ["shopify", "shopify__customer_emails"], "alias": "shopify__customer_emails", "checksum": {"name": "sha256", "checksum": "da3060f24db9bdc184175c548d307bfbd98b73e384e26d0291c8d9e8373f0d31"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a customer email in Shopify.", "columns": {"last_fivetran_synced": {"name": "last_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_ids": {"name": "customer_ids", "description": "Comma-separated list of customer IDs associated with the email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_count_orders": {"name": "lifetime_count_orders", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone_numbers": {"name": "phone_numbers", "description": "Comma-separated list of phone numbers associated with this email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "account_state": {"name": "account_state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_tax_exempt": {"name": "is_tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_verified_email": {"name": "is_verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp the customer completed their first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "most_recent_order_timestamp": {"name": "most_recent_order_timestamp", "description": "The timestamp the customer completed their most recent order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_value": {"name": "avg_order_value", "description": "The average order value for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_spent": {"name": "lifetime_total_spent", "description": "The total amount of money that the customer has spent on orders across their order history (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_refunded": {"name": "lifetime_total_refunded", "description": "The total amount of money that the customer has been refunded on orders across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_net": {"name": "lifetime_total_net", "description": "The total amount of money (minus refunds) that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_account_created_at": {"name": "first_account_created_at", "description": "Timestamp of when the first account associated with this email was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_account_created_at": {"name": "last_account_created_at", "description": "Timestamp of when the last account associated with this email was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_abandoned_checkouts": {"name": "lifetime_abandoned_checkouts", "description": "Total number of abandoned checkouts abandoned by the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_tags": {"name": "customer_tags", "description": "A string aggregated list of all tags associated with a customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_per_order": {"name": "avg_quantity_per_order", "description": "Average quantity of items per order customer orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_tax": {"name": "lifetime_total_tax", "description": "Total amount of tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_tax_per_order": {"name": "avg_tax_per_order", "description": "Average tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_discount": {"name": "lifetime_total_discount", "description": "Total discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_discount_per_order": {"name": "avg_discount_per_order", "description": "Average discount per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping": {"name": "lifetime_total_shipping", "description": "Total shipping costs attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_per_order": {"name": "avg_shipping_per_order", "description": "Average shipping cost per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_with_discounts": {"name": "lifetime_total_shipping_with_discounts", "description": "Total shipping costs after discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_with_discounts_per_order": {"name": "avg_shipping_with_discounts_per_order", "description": "Average shipping costs after discounts per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_tax": {"name": "lifetime_total_shipping_tax", "description": "Total shipping tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_tax_per_order": {"name": "avg_shipping_tax_per_order", "description": "Average shipping tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_updated_at": {"name": "marketing_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_state": {"name": "marketing_consent_state", "description": "Field indicating if the customer has consented to receive marketing material via email. Coalescing of the new `email_marketing_consent_state` field and the deprecated `accepts_marketing` field. Records with the old field will be marked with '(legacy)'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.775269, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_emails\"", "raw_code": "with customer_emails as (\n\n select \n {{ dbt_utils.star(from=ref('int_shopify__customer_email_rollup'), except=[\"orders_count\", \"total_spent\"]) }}\n from {{ ref('int_shopify__customer_email_rollup') }}\n\n), orders as (\n\n select *\n from {{ ref('int_shopify__emails__order_aggregates' )}}\n where email is not null\n\n), abandoned as (\n\n select \n lower(email) as email,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from {{ var('shopify_abandoned_checkout' )}}\n where email is not null\n group by 1,2\n\n), joined as (\n\n select \n customer_emails.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customer_emails\n left join orders\n on customer_emails.email = orders.email\n and customer_emails.source_relation = orders.source_relation\n left join abandoned\n on customer_emails.email = abandoned.email\n and customer_emails.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "int_shopify__customer_email_rollup", "package": null, "version": null}, {"name": "int_shopify__customer_email_rollup", "package": null, "version": null}, {"name": "int_shopify__emails__order_aggregates", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.int_shopify__emails__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify/models/shopify__customer_emails.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n), customer_emails as (\n\n select \n \"email\",\n \"source_relation\",\n \"customer_ids\",\n \"phone_numbers\",\n \"customer_tags\",\n \"first_account_created_at\",\n \"last_account_created_at\",\n \"last_updated_at\",\n \"marketing_consent_updated_at\",\n \"last_fivetran_synced\",\n \"is_tax_exempt\",\n \"is_verified_email\",\n \"first_name\",\n \"last_name\",\n \"default_address_id\",\n \"account_state\",\n \"note\",\n \"currency\",\n \"marketing_consent_state\",\n \"marketing_opt_in_level\"\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"int_shopify__customer_email_rollup\"\n\n), orders as (\n\n select *\n from __dbt__cte__int_shopify__emails__order_aggregates\n where email is not null\n\n), abandoned as (\n\n select \n lower(email) as email,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n where email is not null\n group by 1,2\n\n), joined as (\n\n select \n customer_emails.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customer_emails\n left join orders\n on customer_emails.email = orders.email\n and customer_emails.source_relation = orders.source_relation\n left join abandoned\n on customer_emails.email = abandoned.email\n and customer_emails.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.int_shopify__emails__order_aggregates", "sql": " __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__inventory_levels": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__inventory_levels", "resource_type": "model", "package_name": "shopify", "path": "shopify__inventory_levels.sql", "original_file_path": "models/shopify__inventory_levels.sql", "unique_id": "model.shopify.shopify__inventory_levels", "fqn": ["shopify", "shopify__inventory_levels"], "alias": "shopify__inventory_levels", "checksum": {"name": "sha256", "checksum": "a490695446ee438fb554af8a9c4c52fa04cac19af25266ceb88bf83bd43e8051"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Model representing the current status of an inventory level in Shopify. Inventory Levels are unique pairings of inventory items (which have a 1:1 relationship with product variants) and locations. \nInventory Level = Inventory item @ a Location.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "available_quantity": {"name": "available_quantity", "description": "The available quantity of an inventory item at the inventory level's associated location. Returns null if the inventory item is not tracked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item associated with the inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location that the inventory level belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory level was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_inventory_item_deleted": {"name": "is_inventory_item_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The unique SKU (stock keeping unit) of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cost": {"name": "cost", "description": "The unit cost of the inventory item. The shop's default currency is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code_of_origin": {"name": "province_code_of_origin", "description": "The province code (ISO 3166-2 alpha-2) of where the item came from. The province code is only used if the shipping provider for the inventory item is Canada Post.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code_of_origin": {"name": "country_code_of_origin", "description": "The country code (ISO 3166-1 alpha-2) of where the item came from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Boolean representing whether a customer needs to provide a shipping address when placing an order containing the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_inventory_quantity_tracked": {"name": "is_inventory_quantity_tracked", "description": "Boolean representing whether inventory levels are tracked for the item. If true, then the inventory quantity changes are tracked by Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_created_at": {"name": "inventory_item_created_at", "description": "The date and time (ISO 8601 format) when the inventory item was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_updated_at": {"name": "inventory_item_updated_at", "description": "The date and time (ISO 8601 format) when the inventory item was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_location_deleted": {"name": "is_location_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_location_active": {"name": "is_location_active", "description": "Boolean representing whether the location is active. If true, then the location can be used to sell products, stock inventory, and fulfill orders.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country the location is in (two-letter code).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) corresponding to country the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_created_at": {"name": "location_created_at", "description": "The date and time (ISO 8601 format) when the location was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_legacy_location": {"name": "is_legacy_location", "description": "Boolean representing whether this is a fulfillment service location. If true, then the location is a fulfillment service location. If false, then the location was created by the merchant and isn't tied to a fulfillment service.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_name": {"name": "location_name", "description": "The name of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number of the location. This value can contain special characters, such as - or +.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province, state, or district of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The province, state, or district code (ISO 3166-2 alpha-2 format) of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_updated_at": {"name": "location_updated_at", "description": "The date and time (ISO 8601 format) when the location was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_barcode": {"name": "variant_barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_created_at": {"name": "variant_created_at", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_fulfillment_service": {"name": "variant_fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_grams": {"name": "variant_grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The unique numeric identifier for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_image_id": {"name": "variant_image_id", "description": "The unique numeric identifier for a product's image. The image must be associated to the same product as the variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_policy": {"name": "variant_inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_quantity": {"name": "variant_inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_1": {"name": "variant_option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_2": {"name": "variant_option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_3": {"name": "variant_option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_price": {"name": "variant_price", "description": "The price of the product variant in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The unique numeric identifier for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_variant_taxable": {"name": "is_variant_taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_tax_code": {"name": "variant_tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_updated_at": {"name": "variant_updated_at", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight": {"name": "variant_weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight_unit": {"name": "variant_weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold": {"name": "subtotal_sold", "description": "Total amount (monetary, in shop currency) sold from the inventory level. Includes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold": {"name": "quantity_sold", "description": "Total quantity sold from the inventory level. Includes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_distinct_orders": {"name": "count_distinct_orders", "description": "The number of distinct orders placed from this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_distinct_customers": {"name": "count_distinct_customers", "description": "The number of distinct customers (based on customer_id) that have placed orders against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_distinct_customer_emails": {"name": "count_distinct_customer_emails", "description": "The number of distinct customer emails that have placed orders against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timetamp of the first order against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_order_timestamp": {"name": "last_order_timestamp", "description": "The timestamp of the first order against this inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold_refunds": {"name": "subtotal_sold_refunds", "description": "The monetary amount (in shop currency) of inventory level goods that have been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold_refunds": {"name": "quantity_sold_refunds", "description": "The quantity of inventory level goods that have been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "net_subtotal_sold": {"name": "net_subtotal_sold", "description": "Net monetary amount sold (in shop currency) from the inventory level. Excludes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "net_quantity_sold": {"name": "net_quantity_sold", "description": "Net quantity sold from this inventory level. Excludes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_pending": {"name": "count_fulfillment_pending", "description": "Count of currently pending distinct fulfillments for this inventory level. \"Pending\" = Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to 'open' or 'success'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_open": {"name": "count_fulfillment_open", "description": "Count of currently open distinct fulfillments for this inventory level. \"Open\" = The fulfillment has been acknowledged by the service and is in processing.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_success": {"name": "count_fulfillment_success", "description": "Count of successful distinct fulfillments for this inventory level. \"Success\" = The fulfillment was successful.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_cancelled": {"name": "count_fulfillment_cancelled", "description": "Count of cancelled distinct fulfillments for this inventory level. \"Cancelled\" = The fulfillment was cancelled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_error": {"name": "count_fulfillment_error", "description": "Count of distinct fulfillments for this inventory level that encountered an error. \"Error\" = There was an error with the fulfillment request.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_failure": {"name": "count_fulfillment_failure", "description": "Count of distinct fulfillments for this inventory level that failed. \"Failure\" = The fulfillment request failed.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.787481, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\"", "raw_code": "with inventory_level as (\n\n select *\n from {{ var('shopify_inventory_level') }}\n), \n\ninventory_item as (\n\n select *\n from {{ var('shopify_inventory_item') }}\n),\n\nlocation as (\n\n select *\n from {{ var('shopify_location') }}\n),\n\nproduct_variant as (\n\n select *\n from {{ var('shopify_product_variant') }}\n),\n\nproduct as (\n\n select *\n from {{ var('shopify_product') }}\n),\n\ninventory_level_aggregated as (\n\n select *\n from {{ ref('int_shopify__inventory_level__aggregates') }}\n),\n\njoined_info as (\n\n select \n inventory_level.*,\n inventory_item.sku,\n inventory_item.is_deleted as is_inventory_item_deleted,\n inventory_item.cost,\n inventory_item.country_code_of_origin,\n inventory_item.province_code_of_origin,\n inventory_item.is_shipping_required,\n inventory_item.is_inventory_quantity_tracked,\n inventory_item.created_at as inventory_item_created_at,\n inventory_item.updated_at as inventory_item_updated_at,\n\n location.name as location_name, \n location.is_deleted as is_location_deleted,\n location.is_active as is_location_active,\n location.address_1,\n location.address_2,\n location.city,\n location.country,\n location.country_code,\n location.is_legacy as is_legacy_location,\n location.province,\n location.province_code,\n location.phone,\n location.zip,\n location.created_at as location_created_at,\n location.updated_at as location_updated_at,\n\n product_variant.variant_id,\n product_variant.product_id,\n product_variant.title as variant_title,\n product_variant.inventory_policy as variant_inventory_policy,\n product_variant.price as variant_price,\n product_variant.image_id as variant_image_id,\n product_variant.fulfillment_service as variant_fulfillment_service,\n product_variant.inventory_management as variant_inventory_management,\n product_variant.is_taxable as is_variant_taxable,\n product_variant.barcode as variant_barcode,\n product_variant.grams as variant_grams, \n product_variant.inventory_quantity as variant_inventory_quantity,\n product_variant.weight as variant_weight,\n product_variant.weight_unit as variant_weight_unit,\n product_variant.option_1 as variant_option_1,\n product_variant.option_2 as variant_option_2,\n product_variant.option_3 as variant_option_3,\n product_variant.tax_code as variant_tax_code,\n product_variant.created_timestamp as variant_created_at,\n product_variant.updated_timestamp as variant_updated_at\n\n {{ fivetran_utils.persist_pass_through_columns('product_variant_pass_through_columns', identifier='product_variant') }}\n\n from inventory_level\n join inventory_item \n on inventory_level.inventory_item_id = inventory_item.inventory_item_id \n and inventory_level.source_relation = inventory_item.source_relation \n join location \n on inventory_level.location_id = location.location_id \n and inventory_level.source_relation = location.source_relation \n join product_variant \n on inventory_item.inventory_item_id = product_variant.inventory_item_id \n and inventory_item.source_relation = product_variant.source_relation\n\n),\n\njoined_aggregates as (\n\n select \n joined_info.*,\n coalesce(inventory_level_aggregated.subtotal_sold, 0) as subtotal_sold,\n coalesce(inventory_level_aggregated.quantity_sold, 0) as quantity_sold,\n coalesce(inventory_level_aggregated.count_distinct_orders, 0) as count_distinct_orders,\n coalesce(inventory_level_aggregated.count_distinct_customers, 0) as count_distinct_customers,\n coalesce(inventory_level_aggregated.count_distinct_customer_emails, 0) as count_distinct_customer_emails,\n inventory_level_aggregated.first_order_timestamp,\n inventory_level_aggregated.last_order_timestamp,\n coalesce(inventory_level_aggregated.subtotal_sold_refunds, 0) as subtotal_sold_refunds,\n coalesce(inventory_level_aggregated.quantity_sold_refunds, 0) as quantity_sold_refunds\n\n {% for status in ['pending', 'open', 'success', 'cancelled', 'error', 'failure'] %}\n , coalesce(count_fulfillment_{{ status }}, 0) as count_fulfillment_{{ status }}\n {% endfor %}\n\n from joined_info\n left join inventory_level_aggregated\n on joined_info.location_id = inventory_level_aggregated.location_id\n and joined_info.variant_id = inventory_level_aggregated.variant_id\n and joined_info.source_relation = inventory_level_aggregated.source_relation\n),\n\nfinal as (\n\n select \n *,\n subtotal_sold - subtotal_sold_refunds as net_subtotal_sold,\n quantity_sold - quantity_sold_refunds as net_quantity_sold\n from joined_aggregates\n)\n\nselect * \nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}, {"name": "stg_shopify__inventory_item", "package": null, "version": null}, {"name": "stg_shopify__location", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__product", "package": null, "version": null}, {"name": "int_shopify__inventory_level__aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.persist_pass_through_columns"], "nodes": ["model.shopify_source.stg_shopify__inventory_level", "model.shopify_source.stg_shopify__inventory_item", "model.shopify_source.stg_shopify__location", "model.shopify_source.stg_shopify__product_variant", "model.shopify_source.stg_shopify__product", "model.shopify.int_shopify__inventory_level__aggregates"]}, "compiled_path": "target/compiled/shopify/models/shopify__inventory_levels.sql", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n),\n\nfulfillment as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), inventory_level as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\n), \n\ninventory_item as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\"\n),\n\nlocation as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n),\n\ninventory_level_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__inventory_level__aggregates\n),\n\njoined_info as (\n\n select \n inventory_level.*,\n inventory_item.sku,\n inventory_item.is_deleted as is_inventory_item_deleted,\n inventory_item.cost,\n inventory_item.country_code_of_origin,\n inventory_item.province_code_of_origin,\n inventory_item.is_shipping_required,\n inventory_item.is_inventory_quantity_tracked,\n inventory_item.created_at as inventory_item_created_at,\n inventory_item.updated_at as inventory_item_updated_at,\n\n location.name as location_name, \n location.is_deleted as is_location_deleted,\n location.is_active as is_location_active,\n location.address_1,\n location.address_2,\n location.city,\n location.country,\n location.country_code,\n location.is_legacy as is_legacy_location,\n location.province,\n location.province_code,\n location.phone,\n location.zip,\n location.created_at as location_created_at,\n location.updated_at as location_updated_at,\n\n product_variant.variant_id,\n product_variant.product_id,\n product_variant.title as variant_title,\n product_variant.inventory_policy as variant_inventory_policy,\n product_variant.price as variant_price,\n product_variant.image_id as variant_image_id,\n product_variant.fulfillment_service as variant_fulfillment_service,\n product_variant.inventory_management as variant_inventory_management,\n product_variant.is_taxable as is_variant_taxable,\n product_variant.barcode as variant_barcode,\n product_variant.grams as variant_grams, \n product_variant.inventory_quantity as variant_inventory_quantity,\n product_variant.weight as variant_weight,\n product_variant.weight_unit as variant_weight_unit,\n product_variant.option_1 as variant_option_1,\n product_variant.option_2 as variant_option_2,\n product_variant.option_3 as variant_option_3,\n product_variant.tax_code as variant_tax_code,\n product_variant.created_timestamp as variant_created_at,\n product_variant.updated_timestamp as variant_updated_at\n\n \n\n\n\n\n\n from inventory_level\n join inventory_item \n on inventory_level.inventory_item_id = inventory_item.inventory_item_id \n and inventory_level.source_relation = inventory_item.source_relation \n join location \n on inventory_level.location_id = location.location_id \n and inventory_level.source_relation = location.source_relation \n join product_variant \n on inventory_item.inventory_item_id = product_variant.inventory_item_id \n and inventory_item.source_relation = product_variant.source_relation\n\n),\n\njoined_aggregates as (\n\n select \n joined_info.*,\n coalesce(inventory_level_aggregated.subtotal_sold, 0) as subtotal_sold,\n coalesce(inventory_level_aggregated.quantity_sold, 0) as quantity_sold,\n coalesce(inventory_level_aggregated.count_distinct_orders, 0) as count_distinct_orders,\n coalesce(inventory_level_aggregated.count_distinct_customers, 0) as count_distinct_customers,\n coalesce(inventory_level_aggregated.count_distinct_customer_emails, 0) as count_distinct_customer_emails,\n inventory_level_aggregated.first_order_timestamp,\n inventory_level_aggregated.last_order_timestamp,\n coalesce(inventory_level_aggregated.subtotal_sold_refunds, 0) as subtotal_sold_refunds,\n coalesce(inventory_level_aggregated.quantity_sold_refunds, 0) as quantity_sold_refunds\n\n \n , coalesce(count_fulfillment_pending, 0) as count_fulfillment_pending\n \n , coalesce(count_fulfillment_open, 0) as count_fulfillment_open\n \n , coalesce(count_fulfillment_success, 0) as count_fulfillment_success\n \n , coalesce(count_fulfillment_cancelled, 0) as count_fulfillment_cancelled\n \n , coalesce(count_fulfillment_error, 0) as count_fulfillment_error\n \n , coalesce(count_fulfillment_failure, 0) as count_fulfillment_failure\n \n\n from joined_info\n left join inventory_level_aggregated\n on joined_info.location_id = inventory_level_aggregated.location_id\n and joined_info.variant_id = inventory_level_aggregated.variant_id\n and joined_info.source_relation = inventory_level_aggregated.source_relation\n),\n\nfinal as (\n\n select \n *,\n subtotal_sold - subtotal_sold_refunds as net_subtotal_sold,\n quantity_sold - quantity_sold_refunds as net_quantity_sold\n from joined_aggregates\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}, {"id": "model.shopify.int_shopify__inventory_level__aggregates", "sql": " __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n),\n\nfulfillment as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__orders": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__orders", "resource_type": "model", "package_name": "shopify", "path": "shopify__orders.sql", "original_file_path": "models/shopify__orders.sql", "unique_id": "model.shopify.shopify__orders", "fqn": ["shopify", "shopify__orders"], "alias": "shopify__orders", "checksum": {"name": "sha256", "checksum": "24789dd6f5db45f6fb430dfcc24e5802cd6b38f900c8d2eff4e1dbd928cd2fea"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that created the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city, town, or village of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the region of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "browser_ip": {"name": "browser_ip", "description": "The IP address of the browser used by the customer when they placed the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_buyer_accepted_marketing": {"name": "has_buyer_accepted_marketing", "description": "Whether the customer consented to receive email updates from the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancel_reason": {"name": "cancel_reason", "description": "The reason why the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancelled_timestamp": {"name": "cancelled_timestamp", "description": "The date and time when the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID of the cart that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_timestamp": {"name": "closed_timestamp", "description": "The date and time when the order was closed (archived).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The autogenerated date and time when the order was created in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code for the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the order's customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "financial_status": {"name": "financial_status", "description": "The status of payments associated with the order. Can only be set when the order is created", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "The order's status in terms of fulfilled line items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order, used for API purposes. This is different from the order_number property, which is the ID used by the shop owner and customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the buyer landed when they entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the order was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The order name, generated by combining the order_number property with the order prefix and suffix that are set in the merchant's general settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "An optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number": {"name": "number", "description": "The order's position in the shop's count of orders. Numbers are sequential and start at 1.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_number": {"name": "order_number", "description": "The order 's position in the shop's count of orders starting at 1001. Order numbers are sequential and start at 1001.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when an order was processed. This value is the date that appears on your orders and that's used in the analytic reports.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website where the customer clicked a link to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city, town, or village of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the region of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the order originated. Can be set only during order creation, and is not writeable afterwards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The ID of the order placed on the originating platform. This value doesn't correspond to the Shopify ID that's generated from a completed draft.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the order in the shop currency after discounts but before shipping, taxes, and tips.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_taxes_included": {"name": "has_taxes_included", "description": "Whether taxes are included in the order subtotal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_test_order": {"name": "is_test_order", "description": "Whether this is a test order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique token for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total discounts applied to the price of the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all line item prices in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of all line item prices, discounts, shipping, taxes, and tips in the shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the order in th shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all line item weights in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time (ISO 8601 format) when the order was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into Shopify POS who processed the order, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "line_item_count": {"name": "line_item_count", "description": "Number of line items included in the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_order_seq_number": {"name": "customer_order_seq_number", "description": "The sequential number of the order as it relates to the customer", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "new_vs_repeat": {"name": "new_vs_repeat", "description": "Whether the order was a new or repeat order for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_cost": {"name": "shipping_cost", "description": "The shipping cost of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_amount": {"name": "order_adjustment_amount", "description": "Total adjustment amount applied to the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_tax_amount": {"name": "order_adjustment_tax_amount", "description": "Total tax applied to the adjustment on the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_subtotal": {"name": "refund_subtotal", "description": "Total refund amount applied to the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_total_tax": {"name": "refund_total_tax", "description": "Total tax applied to the refund on the order in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjusted_total": {"name": "order_adjusted_total", "description": "Order total adjusted for refunds and other adjustments. The calculation used for this field is as follows: total price listed on the original order (including shipping costs and discounts) + adjustments + adjustments tax - total refunds - refunds tax The order_adjusted_total will equate to the total sales - refunds listed within the transactions table for the order (after currency exchange).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_token": {"name": "checkout_token", "description": "The checkout token applied to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_shipping_price_set": {"name": "total_shipping_price_set", "description": "The total shipping price set to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_total_shipping_tax": {"name": "order_total_shipping_tax", "description": "Total shipping tax attributed to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_tags": {"name": "order_tags", "description": "List of tags associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_url_tags": {"name": "order_url_tags", "description": "List of url tags associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number_of_fulfillments": {"name": "number_of_fulfillments", "description": "Total fulfillments for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_services": {"name": "fulfillment_services", "description": "List of fulfillment services for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_companies": {"name": "tracking_companies", "description": "List of tracking companies for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_numbers": {"name": "tracking_numbers", "description": "List of tracking numbers for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tip_received": {"name": "total_tip_received", "description": "The sum of all the tips in the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "The ID for the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "Details of the browsing client, including software and operating versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "The two or three-letter language code, optionally followed by a region modifier. Example values - en, en-CA.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_status_url": {"name": "order_status_url", "description": "The URL pointing to the order status web page, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The three-letter code (ISO 4217 format) of the currency that the customer used at checkout. For the shop's default currency, see `currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts_set": {"name": "total_discounts_set", "description": "The total discounts applied to the price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price_set": {"name": "total_line_items_price_set", "description": "The total of all line item prices in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_set": {"name": "total_price_set", "description": "The total price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax applied to the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_confirmed": {"name": "is_confirmed", "description": "Whether the order is confirmed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_discount_amount": {"name": "shipping_discount_amount", "description": "The total amount of discount (in shop currency) allocated toward shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "percentage_calc_discount_amount": {"name": "percentage_calc_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a percentage-based discount", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fixed_amount_discount_amount": {"name": "fixed_amount_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a fixed-amount discount", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_discount_codes_applied": {"name": "count_discount_codes_applied", "description": "Distinct discount codes applied on the order", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.770596, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"", "raw_code": "with orders as (\n\n select *\n from {{ var('shopify_order') }}\n\n), order_lines as (\n\n select *\n from {{ ref('shopify__orders__order_line_aggregates') }}\n\n), order_adjustments as (\n\n select *\n from {{ var('shopify_order_adjustment') }}\n\n), order_adjustments_aggregates as (\n select\n order_id,\n source_relation,\n sum(amount) as order_adjustment_amount,\n sum(tax_amount) as order_adjustment_tax_amount\n from order_adjustments\n group by 1,2\n\n), refunds as (\n\n select *\n from {{ ref('shopify__orders__order_refunds') }}\n\n), refund_aggregates as (\n select\n order_id,\n source_relation,\n sum(subtotal) as refund_subtotal,\n sum(total_tax) as refund_total_tax\n from refunds\n group by 1,2\n\n), order_discount_code as (\n \n select *\n from {{ var('shopify_order_discount_code') }}\n\n), discount_aggregates as (\n\n select \n order_id,\n source_relation,\n sum(case when type = 'shipping' then amount else 0 end) as shipping_discount_amount,\n sum(case when type = 'percentage' then amount else 0 end) as percentage_calc_discount_amount,\n sum(case when type = 'shipping' then amount else 0 end) as fixed_amount_discount_amount,\n count(distinct code) as count_discount_codes_applied\n\n from order_discount_code\n group by 1,2\n\n), order_tag as (\n\n select\n order_id,\n source_relation,\n {{ fivetran_utils.string_agg(\"distinct cast(value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as order_tags\n \n from {{ var('shopify_order_tag') }}\n group by 1,2\n\n), order_url_tag as (\n\n select\n order_id,\n source_relation,\n {{ fivetran_utils.string_agg(\"distinct cast(value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as order_url_tags\n \n from {{ var('shopify_order_url_tag') }}\n group by 1,2\n\n), fulfillments as (\n\n select \n order_id,\n source_relation,\n count(fulfillment_id) as number_of_fulfillments,\n {{ fivetran_utils.string_agg(\"distinct cast(service as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as fulfillment_services,\n {{ fivetran_utils.string_agg(\"distinct cast(tracking_company as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as tracking_companies,\n {{ fivetran_utils.string_agg(\"distinct cast(tracking_number as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as tracking_numbers\n\n from {{ var('shopify_fulfillment') }}\n group by 1,2\n\n), joined as (\n\n select\n orders.*,\n coalesce(cast({{ fivetran_utils.json_parse(\"total_shipping_price_set\",[\"shop_money\",\"amount\"]) }} as {{ dbt.type_float() }}) ,0) as shipping_cost,\n \n order_adjustments_aggregates.order_adjustment_amount,\n order_adjustments_aggregates.order_adjustment_tax_amount,\n\n refund_aggregates.refund_subtotal,\n refund_aggregates.refund_total_tax,\n\n (orders.total_price\n + coalesce(order_adjustments_aggregates.order_adjustment_amount,0) + coalesce(order_adjustments_aggregates.order_adjustment_tax_amount,0) \n - coalesce(refund_aggregates.refund_subtotal,0) - coalesce(refund_aggregates.refund_total_tax,0)) as order_adjusted_total,\n order_lines.line_item_count,\n\n coalesce(discount_aggregates.shipping_discount_amount, 0) as shipping_discount_amount,\n coalesce(discount_aggregates.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n coalesce(discount_aggregates.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n coalesce(discount_aggregates.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(order_lines.order_total_shipping_tax, 0) as order_total_shipping_tax,\n order_tag.order_tags,\n order_url_tag.order_url_tags,\n fulfillments.number_of_fulfillments,\n fulfillments.fulfillment_services,\n fulfillments.tracking_companies,\n fulfillments.tracking_numbers\n\n\n from orders\n left join order_lines\n on orders.order_id = order_lines.order_id\n and orders.source_relation = order_lines.source_relation\n left join refund_aggregates\n on orders.order_id = refund_aggregates.order_id\n and orders.source_relation = refund_aggregates.source_relation\n left join order_adjustments_aggregates\n on orders.order_id = order_adjustments_aggregates.order_id\n and orders.source_relation = order_adjustments_aggregates.source_relation\n left join discount_aggregates\n on orders.order_id = discount_aggregates.order_id \n and orders.source_relation = discount_aggregates.source_relation\n left join order_tag\n on orders.order_id = order_tag.order_id\n and orders.source_relation = order_tag.source_relation\n left join order_url_tag\n on orders.order_id = order_url_tag.order_id\n and orders.source_relation = order_url_tag.source_relation\n left join fulfillments\n on orders.order_id = fulfillments.order_id\n and orders.source_relation = fulfillments.source_relation\n\n), windows as (\n\n select \n *,\n row_number() over (partition by customer_id, source_relation order by created_timestamp) as customer_order_seq_number\n from joined\n\n), new_vs_repeat as (\n\n select \n *,\n case \n when customer_order_seq_number = 1 then 'new'\n else 'repeat'\n end as new_vs_repeat\n from windows\n\n)\n\nselect *\nfrom new_vs_repeat", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}, {"name": "stg_shopify__order_adjustment", "package": null, "version": null}, {"name": "shopify__orders__order_refunds", "package": null, "version": null}, {"name": "stg_shopify__order_discount_code", "package": null, "version": null}, {"name": "stg_shopify__order_tag", "package": null, "version": null}, {"name": "stg_shopify__order_url_tag", "package": null, "version": null}, {"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.fivetran_utils.json_parse", "macro.dbt.type_float"], "nodes": ["model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_line_aggregates", "model.shopify_source.stg_shopify__order_adjustment", "model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__order_discount_code", "model.shopify_source.stg_shopify__order_tag", "model.shopify_source.stg_shopify__order_url_tag", "model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify/models/shopify__orders.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_lines as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), order_adjustments as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment\"\n\n), order_adjustments_aggregates as (\n select\n order_id,\n source_relation,\n sum(amount) as order_adjustment_amount,\n sum(tax_amount) as order_adjustment_tax_amount\n from order_adjustments\n group by 1,2\n\n), refunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refund_aggregates as (\n select\n order_id,\n source_relation,\n sum(subtotal) as refund_subtotal,\n sum(total_tax) as refund_total_tax\n from refunds\n group by 1,2\n\n), order_discount_code as (\n \n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n\n), discount_aggregates as (\n\n select \n order_id,\n source_relation,\n sum(case when type = 'shipping' then amount else 0 end) as shipping_discount_amount,\n sum(case when type = 'percentage' then amount else 0 end) as percentage_calc_discount_amount,\n sum(case when type = 'shipping' then amount else 0 end) as fixed_amount_discount_amount,\n count(distinct code) as count_discount_codes_applied\n\n from order_discount_code\n group by 1,2\n\n), order_tag as (\n\n select\n order_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as order_tags\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\n group by 1,2\n\n), order_url_tag as (\n\n select\n order_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as order_url_tags\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\n group by 1,2\n\n), fulfillments as (\n\n select \n order_id,\n source_relation,\n count(fulfillment_id) as number_of_fulfillments,\n \n listagg(distinct cast(service as TEXT), ', ')\n\n as fulfillment_services,\n \n listagg(distinct cast(tracking_company as TEXT), ', ')\n\n as tracking_companies,\n \n listagg(distinct cast(tracking_number as TEXT), ', ')\n\n as tracking_numbers\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n group by 1,2\n\n), joined as (\n\n select\n orders.*,\n coalesce(cast(\n\n json_extract_path_text(total_shipping_price_set,'shop_money','amount')\n\n as float) ,0) as shipping_cost,\n \n order_adjustments_aggregates.order_adjustment_amount,\n order_adjustments_aggregates.order_adjustment_tax_amount,\n\n refund_aggregates.refund_subtotal,\n refund_aggregates.refund_total_tax,\n\n (orders.total_price\n + coalesce(order_adjustments_aggregates.order_adjustment_amount,0) + coalesce(order_adjustments_aggregates.order_adjustment_tax_amount,0) \n - coalesce(refund_aggregates.refund_subtotal,0) - coalesce(refund_aggregates.refund_total_tax,0)) as order_adjusted_total,\n order_lines.line_item_count,\n\n coalesce(discount_aggregates.shipping_discount_amount, 0) as shipping_discount_amount,\n coalesce(discount_aggregates.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n coalesce(discount_aggregates.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n coalesce(discount_aggregates.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(order_lines.order_total_shipping_tax, 0) as order_total_shipping_tax,\n order_tag.order_tags,\n order_url_tag.order_url_tags,\n fulfillments.number_of_fulfillments,\n fulfillments.fulfillment_services,\n fulfillments.tracking_companies,\n fulfillments.tracking_numbers\n\n\n from orders\n left join order_lines\n on orders.order_id = order_lines.order_id\n and orders.source_relation = order_lines.source_relation\n left join refund_aggregates\n on orders.order_id = refund_aggregates.order_id\n and orders.source_relation = refund_aggregates.source_relation\n left join order_adjustments_aggregates\n on orders.order_id = order_adjustments_aggregates.order_id\n and orders.source_relation = order_adjustments_aggregates.source_relation\n left join discount_aggregates\n on orders.order_id = discount_aggregates.order_id \n and orders.source_relation = discount_aggregates.source_relation\n left join order_tag\n on orders.order_id = order_tag.order_id\n and orders.source_relation = order_tag.source_relation\n left join order_url_tag\n on orders.order_id = order_url_tag.order_id\n and orders.source_relation = order_url_tag.source_relation\n left join fulfillments\n on orders.order_id = fulfillments.order_id\n and orders.source_relation = fulfillments.source_relation\n\n), windows as (\n\n select \n *,\n row_number() over (partition by customer_id, source_relation order by created_timestamp) as customer_order_seq_number\n from joined\n\n), new_vs_repeat as (\n\n select \n *,\n case \n when customer_order_seq_number = 1 then 'new'\n else 'repeat'\n end as new_vs_repeat\n from windows\n\n)\n\nselect *\nfrom new_vs_repeat", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__daily_shop": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__daily_shop", "resource_type": "model", "package_name": "shopify", "path": "shopify__daily_shop.sql", "original_file_path": "models/shopify__daily_shop.sql", "unique_id": "model.shopify.shopify__daily_shop", "fqn": ["shopify", "shopify__daily_shop"], "alias": "shopify__daily_shop", "checksum": {"name": "sha256", "checksum": "4e4ac5fe54e22fa3b5a9a77d0616d2525c75f43b50292b4f4021bef3ee04f039"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a day in your Shop, enriched with a suite of metrics.\n", "columns": {"date_day": {"name": "date_day", "description": "Day for which the shop activity is being measured.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "The ID for the shop. A 64-bit unsigned integer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "domain": {"name": "domain", "description": "The shop's domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the shop's default currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "enabled_presentment_currencies": {"name": "enabled_presentment_currencies", "description": "An array of of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify Admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "iana_timezone": {"name": "iana_timezone", "description": "The name of the timezone assigned by the [IANA](https://www.iana.org/time-zones).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601) when the shop was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders": {"name": "count_orders", "description": "Count of the distinct orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_line_items": {"name": "count_line_items", "description": "Count of the line items included in orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customers": {"name": "count_customers", "description": "Count of distinct customers who placed an order on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customer_emails": {"name": "count_customer_emails", "description": "Count of distinct customer email addresses who placed an order on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjusted_total": {"name": "order_adjusted_total", "description": "Order total adjusted for refunds and other adjustments. The calculation used for this field is as follows: total price listed on the original order (including shipping costs and discounts) + adjustments + adjustments tax - total refunds - refunds tax The order_adjusted_total will equate to the total sales - refunds listed within the transactions table for the order (after currency exchange).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_value": {"name": "avg_order_value", "description": "Average adjusted total per order placed on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_cost": {"name": "shipping_cost", "description": "The shipping cost of the orders placed on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_amount": {"name": "order_adjustment_amount", "description": "Total adjustment amount (in shop currency) applied to the orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_adjustment_tax_amount": {"name": "order_adjustment_tax_amount", "description": "Total tax applied to adjustments (in shop currency) on the orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_subtotal": {"name": "refund_subtotal", "description": "Total refund amount applied to the orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_total_tax": {"name": "refund_total_tax", "description": "Total tax applied to the refund on the orders placed on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total amount of the discount allocated to this day's orders in the shop's currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_discount_amount": {"name": "shipping_discount_amount", "description": "The total amount of discount (in shop currency) allocated toward shipping for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "percentage_calc_discount_amount": {"name": "percentage_calc_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a percentage-based discount for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fixed_amount_discount_amount": {"name": "fixed_amount_discount_amount", "description": "The total amount of discount (in shop currency) allocated via a fixed-amount discount for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_discount_codes_applied": {"name": "count_discount_codes_applied", "description": "Distinct discount codes applied by customers on orders for this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_locations_ordered_from": {"name": "count_locations_ordered_from", "description": "Distinct locations with orders placed against them on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders_with_discounts": {"name": "count_orders_with_discounts", "description": "Count of orders in which a discount was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_orders_with_refunds": {"name": "count_orders_with_refunds", "description": "Count of orders in which there was a refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "Timestamp of the first order of the day for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_order_timestamp": {"name": "last_order_timestamp", "description": "Timestamp of the last order of the day for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold": {"name": "quantity_sold", "description": "Total quantity sold from the inventory level. Includes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_refunded": {"name": "quantity_refunded", "description": "The quantity of goods ORDERED on this day that have been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_net": {"name": "quantity_net", "description": "Net quantity sold from this shop on this day. Excludes refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_variants_sold": {"name": "count_variants_sold", "description": "Distinct product variants sold on this day (includes refunds).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_products_sold": {"name": "count_products_sold", "description": "Distinct products sold on this day (includes refunds).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_gift_cards_sold": {"name": "quantity_gift_cards_sold", "description": "Quantity of gift cards sold on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_requiring_shipping": {"name": "quantity_requiring_shipping", "description": "Quantity of goods sold on this day that require shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_abandoned_checkouts": {"name": "count_abandoned_checkouts", "description": "Count of abandoned checkouts on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customers_abandoned_checkout": {"name": "count_customers_abandoned_checkout", "description": "Count of distinct customers who abandoned checkouts on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_customer_emails_abandoned_checkout": {"name": "count_customer_emails_abandoned_checkout", "description": "Count of distinct customer emails who abandoned checkouts on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_attempted_delivery": {"name": "count_fulfillment_attempted_delivery", "description": "Count of distinct fulfillments on this day where the delivery of the shipment was attempted, but unable to be completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_delivered": {"name": "count_fulfillment_delivered", "description": "Count of successful distinct fulfillments successfully delivered on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_failure": {"name": "count_fulfillment_failure", "description": "Count of failed distinct fulfillments on this day. Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_in_transit": {"name": "count_fulfillment_in_transit", "description": "Count of distinct fulfillments in transit on this day. Each shipment is being transported between shipping facilities on the way to its destination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_out_for_delivery": {"name": "count_fulfillment_out_for_delivery", "description": "Count of distinct fulfillments being delivered to their final destination.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_ready_for_pickup": {"name": "count_fulfillment_ready_for_pickup", "description": "Count of distinct fulfillments ready for pickup at a shipping depot.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_picked_up": {"name": "count_fulfillment_picked_up", "description": "Count of distinct fulfillments successfully picked up on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_label_printed": {"name": "count_fulfillment_label_printed", "description": "Count of distinct fulfillments for which a purchased shipping label has been printed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_label_purchased": {"name": "count_fulfillment_label_purchased", "description": "Count of distinct fulfillments for which a shipping label has been purchased (but not printed yet) on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_fulfillment_confirmed": {"name": "count_fulfillment_confirmed", "description": "Count of confirmed distinct fulfillments. This is the default status when no other information is available about a fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_line_item_count": {"name": "avg_line_item_count", "description": "Average line item count for orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_discount": {"name": "avg_discount", "description": "Average total discount placed on orders on this day (in shop currency).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_discount_amount": {"name": "avg_shipping_discount_amount", "description": "Average discount amount (in shop currency) allocated toward shipping on orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_percentage_calc_discount_amount": {"name": "avg_percentage_calc_discount_amount", "description": "Average discount amount (in shop currency) allocated via a percentage-based-discount on orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_fixed_amount_discount_amount": {"name": "avg_fixed_amount_discount_amount", "description": "Average discount amount (in shop currency) allocated via a fixed-amount-discount on orders placed on this day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_sold": {"name": "avg_quantity_sold", "description": "Average quantity sold per order on this day. Includes refunds. (in shop currency)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_net": {"name": "avg_quantity_net", "description": "Average net quantity sold per order on this day. Excludes refunds. (in shop currency)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.7947369, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__daily_shop\"", "raw_code": "with shop as (\n\n select *\n from {{ var('shopify_shop') }}\n),\n\ncalendar as (\n\n select *\n from {{ ref('shopify__calendar') }}\n where cast({{ dbt.date_trunc('day','date_day') }} as date) = date_day\n),\n\ndaily_orders as (\n\n select *\n from {{ ref('int_shopify__daily_orders') }}\n),\n\ndaily_abandoned_checkouts as (\n\n select *\n from {{ ref('int_shopify__daily_abandoned_checkouts') }}\n),\n\n{% if var('shopify_using_fulfillment_event', false) %}\ndaily_fulfillment as (\n\n select *\n from {{ ref('int_shopify__daily_fulfillment') }}\n),\n{% endif %}\n\nshop_calendar as (\n\n select\n cast({{ dbt.date_trunc('day','calendar.date_day') }} as date) as date_day,\n shop.shop_id,\n shop.name,\n shop.domain,\n shop.is_deleted,\n shop.currency,\n shop.enabled_presentment_currencies,\n shop.iana_timezone,\n shop.created_at,\n shop.source_relation\n\n from calendar\n join shop \n on cast(shop.created_at as date) <= calendar.date_day\n),\n\nfinal as (\n\n select \n shop_calendar.*,\n\n coalesce(daily_orders.count_orders, 0) as count_orders,\n coalesce(daily_orders.count_line_items, 0) as count_line_items,\n daily_orders.avg_line_item_count,\n coalesce(daily_orders.count_customers, 0) as count_customers,\n coalesce(daily_orders.count_customer_emails, 0) as count_customer_emails,\n coalesce(daily_orders.order_adjusted_total, 0) as order_adjusted_total,\n daily_orders.avg_order_value,\n coalesce(daily_orders.shipping_cost, 0) as shipping_cost,\n coalesce(daily_orders.order_adjustment_amount, 0) as order_adjustment_amount,\n coalesce(daily_orders.order_adjustment_tax_amount, 0) as order_adjustment_tax_amount,\n coalesce(daily_orders.refund_subtotal, 0) as refund_subtotal,\n coalesce(daily_orders.refund_total_tax, 0) as refund_total_tax,\n coalesce(daily_orders.total_discounts, 0) as total_discounts,\n daily_orders.avg_discount,\n coalesce(daily_orders.shipping_discount_amount, 0) as shipping_discount_amount,\n daily_orders.avg_shipping_discount_amount,\n coalesce(daily_orders.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n daily_orders.avg_percentage_calc_discount_amount,\n coalesce(daily_orders.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n daily_orders.avg_fixed_amount_discount_amount,\n coalesce(daily_orders.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(daily_orders.count_locations_ordered_from, 0) as count_locations_ordered_from,\n coalesce(daily_orders.count_orders_with_discounts, 0) as count_orders_with_discounts,\n coalesce(daily_orders.count_orders_with_refunds, 0) as count_orders_with_refunds,\n daily_orders.first_order_timestamp,\n daily_orders.last_order_timestamp,\n\n coalesce(daily_orders.quantity_sold, 0) as quantity_sold,\n coalesce(daily_orders.quantity_refunded, 0) as quantity_refunded,\n coalesce(daily_orders.quantity_net, 0) as quantity_net,\n daily_orders.avg_quantity_sold,\n daily_orders.avg_quantity_net,\n coalesce(daily_orders.count_variants_sold, 0) as count_variants_sold,\n coalesce(daily_orders.count_products_sold, 0) as count_products_sold,\n coalesce(daily_orders.quantity_gift_cards_sold, 0) as quantity_gift_cards_sold,\n coalesce(daily_orders.quantity_requiring_shipping, 0) as quantity_requiring_shipping,\n\n coalesce(daily_abandoned_checkouts.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n coalesce(daily_abandoned_checkouts.count_customers_abandoned_checkout, 0) as count_customers_abandoned_checkout,\n coalesce(daily_abandoned_checkouts.count_customer_emails_abandoned_checkout, 0) as count_customer_emails_abandoned_checkout\n\n {% if var('shopify_using_fulfillment_event', false) %}\n {% for status in ['attempted_delivery', 'delivered', 'failure', 'in_transit', 'out_for_delivery', 'ready_for_pickup', 'picked_up', 'label_printed', 'label_purchased', 'confirmed']%}\n , coalesce(count_fulfillment_{{ status }}, 0) as count_fulfillment_{{ status }}\n {% endfor %}\n {% endif %}\n\n from shop_calendar\n left join daily_orders \n on shop_calendar.source_relation = daily_orders.source_relation\n and shop_calendar.date_day = daily_orders.date_day\n left join daily_abandoned_checkouts \n on shop_calendar.source_relation = daily_abandoned_checkouts.source_relation\n and shop_calendar.date_day = daily_abandoned_checkouts.date_day\n {% if var('shopify_using_fulfillment_event', false) %}\n left join daily_fulfillment \n on shop_calendar.source_relation = daily_fulfillment.source_relation\n and shop_calendar.date_day = daily_fulfillment.date_day\n {% endif %}\n \n)\n\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__shop", "package": null, "version": null}, {"name": "shopify__calendar", "package": null, "version": null}, {"name": "int_shopify__daily_orders", "package": null, "version": null}, {"name": "int_shopify__daily_abandoned_checkouts", "package": null, "version": null}, {"name": "int_shopify__daily_fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.shopify_source.stg_shopify__shop", "model.shopify.shopify__calendar", "model.shopify.int_shopify__daily_orders", "model.shopify.int_shopify__daily_abandoned_checkouts", "model.shopify.int_shopify__daily_fulfillment"]}, "compiled_path": "target/compiled/shopify/models/shopify__daily_shop.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__daily_orders as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_timestamp) as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast(date_trunc('day', orders.created_timestamp) as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__daily_abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_at) as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates\n), __dbt__cte__int_shopify__daily_fulfillment as (\n\n\nwith fulfillment_event as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n),\n\nfulfillment_aggregates as (\n\n select \n source_relation,\n cast(date_trunc('day', happened_at) as date) as date_day\n\n \n , count(distinct case when lower(status) = 'attempted_delivery' then fulfillment_id end) as count_fulfillment_attempted_delivery\n \n , count(distinct case when lower(status) = 'delivered' then fulfillment_id end) as count_fulfillment_delivered\n \n , count(distinct case when lower(status) = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n , count(distinct case when lower(status) = 'in_transit' then fulfillment_id end) as count_fulfillment_in_transit\n \n , count(distinct case when lower(status) = 'out_for_delivery' then fulfillment_id end) as count_fulfillment_out_for_delivery\n \n , count(distinct case when lower(status) = 'ready_for_pickup' then fulfillment_id end) as count_fulfillment_ready_for_pickup\n \n , count(distinct case when lower(status) = 'picked_up' then fulfillment_id end) as count_fulfillment_picked_up\n \n , count(distinct case when lower(status) = 'label_printed' then fulfillment_id end) as count_fulfillment_label_printed\n \n , count(distinct case when lower(status) = 'label_purchased' then fulfillment_id end) as count_fulfillment_label_purchased\n \n , count(distinct case when lower(status) = 'confirmed' then fulfillment_id end) as count_fulfillment_confirmed\n \n \n from fulfillment_event\n group by 1,2\n\n)\n\nselect *\nfrom fulfillment_aggregates\n), shop as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\"\n),\n\ncalendar as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\"\n where cast(date_trunc('day', date_day) as date) = date_day\n),\n\ndaily_orders as (\n\n select *\n from __dbt__cte__int_shopify__daily_orders\n),\n\ndaily_abandoned_checkouts as (\n\n select *\n from __dbt__cte__int_shopify__daily_abandoned_checkouts\n),\n\n\ndaily_fulfillment as (\n\n select *\n from __dbt__cte__int_shopify__daily_fulfillment\n),\n\n\nshop_calendar as (\n\n select\n cast(date_trunc('day', calendar.date_day) as date) as date_day,\n shop.shop_id,\n shop.name,\n shop.domain,\n shop.is_deleted,\n shop.currency,\n shop.enabled_presentment_currencies,\n shop.iana_timezone,\n shop.created_at,\n shop.source_relation\n\n from calendar\n join shop \n on cast(shop.created_at as date) <= calendar.date_day\n),\n\nfinal as (\n\n select \n shop_calendar.*,\n\n coalesce(daily_orders.count_orders, 0) as count_orders,\n coalesce(daily_orders.count_line_items, 0) as count_line_items,\n daily_orders.avg_line_item_count,\n coalesce(daily_orders.count_customers, 0) as count_customers,\n coalesce(daily_orders.count_customer_emails, 0) as count_customer_emails,\n coalesce(daily_orders.order_adjusted_total, 0) as order_adjusted_total,\n daily_orders.avg_order_value,\n coalesce(daily_orders.shipping_cost, 0) as shipping_cost,\n coalesce(daily_orders.order_adjustment_amount, 0) as order_adjustment_amount,\n coalesce(daily_orders.order_adjustment_tax_amount, 0) as order_adjustment_tax_amount,\n coalesce(daily_orders.refund_subtotal, 0) as refund_subtotal,\n coalesce(daily_orders.refund_total_tax, 0) as refund_total_tax,\n coalesce(daily_orders.total_discounts, 0) as total_discounts,\n daily_orders.avg_discount,\n coalesce(daily_orders.shipping_discount_amount, 0) as shipping_discount_amount,\n daily_orders.avg_shipping_discount_amount,\n coalesce(daily_orders.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n daily_orders.avg_percentage_calc_discount_amount,\n coalesce(daily_orders.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n daily_orders.avg_fixed_amount_discount_amount,\n coalesce(daily_orders.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(daily_orders.count_locations_ordered_from, 0) as count_locations_ordered_from,\n coalesce(daily_orders.count_orders_with_discounts, 0) as count_orders_with_discounts,\n coalesce(daily_orders.count_orders_with_refunds, 0) as count_orders_with_refunds,\n daily_orders.first_order_timestamp,\n daily_orders.last_order_timestamp,\n\n coalesce(daily_orders.quantity_sold, 0) as quantity_sold,\n coalesce(daily_orders.quantity_refunded, 0) as quantity_refunded,\n coalesce(daily_orders.quantity_net, 0) as quantity_net,\n daily_orders.avg_quantity_sold,\n daily_orders.avg_quantity_net,\n coalesce(daily_orders.count_variants_sold, 0) as count_variants_sold,\n coalesce(daily_orders.count_products_sold, 0) as count_products_sold,\n coalesce(daily_orders.quantity_gift_cards_sold, 0) as quantity_gift_cards_sold,\n coalesce(daily_orders.quantity_requiring_shipping, 0) as quantity_requiring_shipping,\n\n coalesce(daily_abandoned_checkouts.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n coalesce(daily_abandoned_checkouts.count_customers_abandoned_checkout, 0) as count_customers_abandoned_checkout,\n coalesce(daily_abandoned_checkouts.count_customer_emails_abandoned_checkout, 0) as count_customer_emails_abandoned_checkout\n\n \n \n , coalesce(count_fulfillment_attempted_delivery, 0) as count_fulfillment_attempted_delivery\n \n , coalesce(count_fulfillment_delivered, 0) as count_fulfillment_delivered\n \n , coalesce(count_fulfillment_failure, 0) as count_fulfillment_failure\n \n , coalesce(count_fulfillment_in_transit, 0) as count_fulfillment_in_transit\n \n , coalesce(count_fulfillment_out_for_delivery, 0) as count_fulfillment_out_for_delivery\n \n , coalesce(count_fulfillment_ready_for_pickup, 0) as count_fulfillment_ready_for_pickup\n \n , coalesce(count_fulfillment_picked_up, 0) as count_fulfillment_picked_up\n \n , coalesce(count_fulfillment_label_printed, 0) as count_fulfillment_label_printed\n \n , coalesce(count_fulfillment_label_purchased, 0) as count_fulfillment_label_purchased\n \n , coalesce(count_fulfillment_confirmed, 0) as count_fulfillment_confirmed\n \n \n\n from shop_calendar\n left join daily_orders \n on shop_calendar.source_relation = daily_orders.source_relation\n and shop_calendar.date_day = daily_orders.date_day\n left join daily_abandoned_checkouts \n on shop_calendar.source_relation = daily_abandoned_checkouts.source_relation\n and shop_calendar.date_day = daily_abandoned_checkouts.date_day\n \n left join daily_fulfillment \n on shop_calendar.source_relation = daily_fulfillment.source_relation\n and shop_calendar.date_day = daily_fulfillment.date_day\n \n \n)\n\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__daily_orders", "sql": " __dbt__cte__int_shopify__daily_orders as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_timestamp) as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast(date_trunc('day', orders.created_timestamp) as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.int_shopify__daily_abandoned_checkouts", "sql": " __dbt__cte__int_shopify__daily_abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_at) as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates\n)"}, {"id": "model.shopify.int_shopify__daily_fulfillment", "sql": " __dbt__cte__int_shopify__daily_fulfillment as (\n\n\nwith fulfillment_event as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n),\n\nfulfillment_aggregates as (\n\n select \n source_relation,\n cast(date_trunc('day', happened_at) as date) as date_day\n\n \n , count(distinct case when lower(status) = 'attempted_delivery' then fulfillment_id end) as count_fulfillment_attempted_delivery\n \n , count(distinct case when lower(status) = 'delivered' then fulfillment_id end) as count_fulfillment_delivered\n \n , count(distinct case when lower(status) = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n , count(distinct case when lower(status) = 'in_transit' then fulfillment_id end) as count_fulfillment_in_transit\n \n , count(distinct case when lower(status) = 'out_for_delivery' then fulfillment_id end) as count_fulfillment_out_for_delivery\n \n , count(distinct case when lower(status) = 'ready_for_pickup' then fulfillment_id end) as count_fulfillment_ready_for_pickup\n \n , count(distinct case when lower(status) = 'picked_up' then fulfillment_id end) as count_fulfillment_picked_up\n \n , count(distinct case when lower(status) = 'label_printed' then fulfillment_id end) as count_fulfillment_label_printed\n \n , count(distinct case when lower(status) = 'label_purchased' then fulfillment_id end) as count_fulfillment_label_purchased\n \n , count(distinct case when lower(status) = 'confirmed' then fulfillment_id end) as count_fulfillment_confirmed\n \n \n from fulfillment_event\n group by 1,2\n\n)\n\nselect *\nfrom fulfillment_aggregates\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__products": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__products", "resource_type": "model", "package_name": "shopify", "path": "shopify__products.sql", "original_file_path": "models/shopify__products.sql", "unique_id": "model.shopify.shopify__products", "fqn": ["shopify", "shopify__products"], "alias": "shopify__products", "checksum": {"name": "sha256", "checksum": "8309d2ec598065b10841326f064dfe2dba9d373329e88af3f4455c11e045323f"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a product in Shopify.", "columns": {"is_deleted": {"name": "is_deleted", "description": "Whether the record has been deleted in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the product was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique human-friendly string for the product. Automatically generated from the product's title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "An unsigned 64-bit integer that's used as a unique identifier for the product. Each id is unique across the Shopify system. No two products will have the same id, even if they're from different shops.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_type": {"name": "product_type", "description": "A categorization for the product used for filtering and searching products.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_timestamp": {"name": "published_timestamp", "description": "The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the product is published to the Point of Sale channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the product was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the product's vendor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_quantity_sold": {"name": "total_quantity_sold", "description": "Quantity of the product sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold": {"name": "subtotal_sold", "description": "Total amount (in shop currency) of the product sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_sold_net_refunds": {"name": "quantity_sold_net_refunds", "description": "Quantity of the product sold, excluding refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_sold_net_refunds": {"name": "subtotal_sold_net_refunds", "description": "Total amount (in shop currency) of the product sold, excluding refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp the product was first ordered.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "most_recent_order_timestamp": {"name": "most_recent_order_timestamp", "description": "The timestamp the product was most recently ordered.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_per_order_line": {"name": "avg_quantity_per_order_line", "description": "Average quantity per order line with this product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_total_discount": {"name": "product_total_discount", "description": "Total discounts associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_avg_discount_per_order_line": {"name": "product_avg_discount_per_order_line", "description": "Average discount per order line with this product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_total_tax": {"name": "product_total_tax", "description": "Total taxes associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_avg_tax_per_order_line": {"name": "product_avg_tax_per_order_line", "description": "Average taxes per order line with this product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "count_variants": {"name": "count_variants", "description": "Count of product variants.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_product_image": {"name": "has_product_image", "description": "If the product has an image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the product. Valid values: - active: The product is ready to sell and is available to customers on the online store, sales channels, and apps. By default, existing products are set to active. - archived: The product is no longer being sold and isn't available to customers on sales channels and apps. - draft: The product isn't ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collections": {"name": "collections", "description": "Comma-separated list of collections associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tags": {"name": "tags", "description": "Comma-separated list of tags associated with the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.777487, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__products\"", "raw_code": "with products as (\n\n select *\n from {{ ref('int_shopify__products_with_aggregates') }}\n\n), product_order_lines as (\n\n select *\n from {{ ref('int_shopify__product__order_line_aggregates')}}\n\n), joined as (\n\n select\n products.*,\n coalesce(product_order_lines.quantity_sold,0) as total_quantity_sold,\n coalesce(product_order_lines.subtotal_sold,0) as subtotal_sold,\n coalesce(product_order_lines.quantity_sold_net_refunds,0) as quantity_sold_net_refunds,\n coalesce(product_order_lines.subtotal_sold_net_refunds,0) as subtotal_sold_net_refunds,\n product_order_lines.first_order_timestamp,\n product_order_lines.most_recent_order_timestamp,\n product_order_lines.avg_quantity_per_order_line as avg_quantity_per_order_line,\n coalesce(product_order_lines.product_total_discount,0) as product_total_discount,\n product_order_lines.product_avg_discount_per_order_line as product_avg_discount_per_order_line,\n coalesce(product_order_lines.product_total_tax,0) as product_total_tax,\n product_order_lines.product_avg_tax_per_order_line as product_avg_tax_per_order_line\n\n from products\n left join product_order_lines\n on products.product_id = product_order_lines.product_id\n and products.source_relation = product_order_lines.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "int_shopify__products_with_aggregates", "package": null, "version": null}, {"name": "int_shopify__product__order_line_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify.int_shopify__products_with_aggregates", "model.shopify.int_shopify__product__order_line_aggregates"]}, "compiled_path": "target/compiled/shopify/models/shopify__products.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n), \n\ncollection_product as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n),\n\ncollection as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct_image as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n listagg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n listagg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n), products as (\n\n select *\n from __dbt__cte__int_shopify__products_with_aggregates\n\n), product_order_lines as (\n\n select *\n from __dbt__cte__int_shopify__product__order_line_aggregates\n\n), joined as (\n\n select\n products.*,\n coalesce(product_order_lines.quantity_sold,0) as total_quantity_sold,\n coalesce(product_order_lines.subtotal_sold,0) as subtotal_sold,\n coalesce(product_order_lines.quantity_sold_net_refunds,0) as quantity_sold_net_refunds,\n coalesce(product_order_lines.subtotal_sold_net_refunds,0) as subtotal_sold_net_refunds,\n product_order_lines.first_order_timestamp,\n product_order_lines.most_recent_order_timestamp,\n product_order_lines.avg_quantity_per_order_line as avg_quantity_per_order_line,\n coalesce(product_order_lines.product_total_discount,0) as product_total_discount,\n product_order_lines.product_avg_discount_per_order_line as product_avg_discount_per_order_line,\n coalesce(product_order_lines.product_total_tax,0) as product_total_tax,\n product_order_lines.product_avg_tax_per_order_line as product_avg_tax_per_order_line\n\n from products\n left join product_order_lines\n on products.product_id = product_order_lines.product_id\n and products.source_relation = product_order_lines.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__products_with_aggregates", "sql": " __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n), \n\ncollection_product as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n),\n\ncollection as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct_image as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n listagg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n listagg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.shopify.int_shopify__product__order_line_aggregates", "sql": " __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__transactions": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__transactions", "resource_type": "model", "package_name": "shopify", "path": "shopify__transactions.sql", "original_file_path": "models/shopify__transactions.sql", "unique_id": "model.shopify.shopify__transactions", "fqn": ["shopify", "shopify__transactions"], "alias": "shopify__transactions", "checksum": {"name": "sha256", "checksum": "3ff2f53c9a7cad2703ebb92e2f4c7f1da33074640af677051eeded5df3c11c90"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a transaction in Shopify.", "columns": {"transaction_id": {"name": "transaction_id", "description": "The ID for the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID for the order that the transaction is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID associated with a refund in the refund table.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of money included in the transaction in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization": {"name": "authorization", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the transaction was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_timestamp": {"name": "processed_timestamp", "description": "The date and time when a transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The name of the gateway the transaction was issued through.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "The origin of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "A string generated by the payment provider with additional information about why the transaction succeeded or failed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_id": {"name": "parent_id", "description": "The ID of an associated transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_avs_result_code": {"name": "payment_avs_result_code", "description": "The response code from the address verification system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_bin": {"name": "payment_credit_card_bin", "description": "The issuer identification number (IIN), formerly known as bank identification number (BIN) of the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_cvv_result_code": {"name": "payment_cvv_result_code", "description": "The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_number": {"name": "payment_credit_card_number", "description": "The customer's credit card number, with most of the leading digits redacted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_company": {"name": "payment_credit_card_company", "description": "The name of the company that issued the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The transaction's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt": {"name": "receipt", "description": "A transaction receipt attached to the transaction by the gateway.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_id": {"name": "currency_exchange_id", "description": "The ID of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_adjustment": {"name": "currency_exchange_adjustment", "description": "The difference between the amounts on the associated transaction and the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_original_amount": {"name": "currency_exchange_original_amount", "description": "The amount of the parent transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_final_amount": {"name": "currency_exchange_final_amount", "description": "The amount of the associated transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_currency": {"name": "currency_exchange_currency", "description": "The shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "error_code": {"name": "error_code", "description": "A standardized error code, independent of the payment provider.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID for the user who was logged into the Shopify POS device when the order was processed, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of the date the record was synced by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "exchange_rate": {"name": "exchange_rate", "description": "The exchange rate between the home currency and the currency of sale at the time of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_calculated_amount": {"name": "currency_exchange_calculated_amount", "description": "The total amount of the transaction with the currency exchange rate applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_method": {"name": "payment_method", "description": "Method of payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_created_timestamp": {"name": "parent_created_timestamp", "description": "Created on timestamp of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_kind": {"name": "parent_kind", "description": "Kind of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_amount": {"name": "parent_amount", "description": "Amount of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_status": {"name": "parent_status", "description": "Status of the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_expires_at": {"name": "authorization_expires_at", "description": "Timestamp when the authorization expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_code": {"name": "authorization_code", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.7831008, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"", "raw_code": "with transactions as (\n select *\n from {{ var('shopify_transaction') }}\n\n), tender_transactions as (\n\n select *\n from {{ var('shopify_tender_transaction') }}\n\n), joined as (\n select \n transactions.*,\n tender_transactions.payment_method,\n parent_transactions.created_timestamp as parent_created_timestamp,\n parent_transactions.kind as parent_kind,\n parent_transactions.amount as parent_amount,\n parent_transactions.status as parent_status\n from transactions\n left join tender_transactions\n on transactions.transaction_id = tender_transactions.transaction_id\n and transactions.source_relation = tender_transactions.source_relation\n left join transactions as parent_transactions\n on transactions.parent_id = parent_transactions.transaction_id\n and transactions.source_relation = parent_transactions.source_relation\n\n), exchange_rate as (\n\n select\n *,\n coalesce(cast(nullif({{ fivetran_utils.json_parse(\"receipt\",[\"charges\",\"data\",0,\"balance_transaction\",\"exchange_rate\"]) }}, '') as {{ dbt.type_numeric() }} ),1) as exchange_rate,\n coalesce(cast(nullif({{ fivetran_utils.json_parse(\"receipt\",[\"charges\",\"data\",0,\"balance_transaction\",\"exchange_rate\"]) }}, '') as {{ dbt.type_numeric() }} ),1) * amount as currency_exchange_calculated_amount\n from joined\n\n)\n\nselect *\nfrom exchange_rate", "language": "sql", "refs": [{"name": "stg_shopify__transaction", "package": null, "version": null}, {"name": "stg_shopify__tender_transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.json_parse", "macro.dbt.type_numeric"], "nodes": ["model.shopify_source.stg_shopify__transaction", "model.shopify_source.stg_shopify__tender_transaction"]}, "compiled_path": "target/compiled/shopify/models/shopify__transactions.sql", "compiled": true, "compiled_code": "with transactions as (\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction\"\n\n), tender_transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\"\n\n), joined as (\n select \n transactions.*,\n tender_transactions.payment_method,\n parent_transactions.created_timestamp as parent_created_timestamp,\n parent_transactions.kind as parent_kind,\n parent_transactions.amount as parent_amount,\n parent_transactions.status as parent_status\n from transactions\n left join tender_transactions\n on transactions.transaction_id = tender_transactions.transaction_id\n and transactions.source_relation = tender_transactions.source_relation\n left join transactions as parent_transactions\n on transactions.parent_id = parent_transactions.transaction_id\n and transactions.source_relation = parent_transactions.source_relation\n\n), exchange_rate as (\n\n select\n *,\n coalesce(cast(nullif(\n\n json_extract_path_text(receipt,'charges','data','0','balance_transaction','exchange_rate')\n\n, '') as numeric(28,6) ),1) as exchange_rate,\n coalesce(cast(nullif(\n\n json_extract_path_text(receipt,'charges','data','0','balance_transaction','exchange_rate')\n\n, '') as numeric(28,6) ),1) * amount as currency_exchange_calculated_amount\n from joined\n\n)\n\nselect *\nfrom exchange_rate", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customers": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customers", "resource_type": "model", "package_name": "shopify", "path": "shopify__customers.sql", "original_file_path": "models/shopify__customers.sql", "unique_id": "model.shopify.shopify__customers", "fqn": ["shopify", "shopify__customers"], "alias": "shopify__customers", "checksum": {"name": "sha256", "checksum": "2bc611281a0bc522901c9e94cb1d5475b96dfff868db15893993da94fc6c3be1"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a customer in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_timestamp": {"name": "created_timestamp", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer. Attempting to assign the same email address to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "A unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_count_orders": {"name": "lifetime_count_orders", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The unique phone number (E.164 format) for this customer. Attempting to assign the same phone number to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "account_state": {"name": "account_state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_tax_exempt": {"name": "is_tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_timestamp": {"name": "updated_timestamp", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_verified_email": {"name": "is_verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_order_timestamp": {"name": "first_order_timestamp", "description": "The timestamp the customer completed their first order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "most_recent_order_timestamp": {"name": "most_recent_order_timestamp", "description": "The timestamp the customer completed their most recent order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_order_value": {"name": "avg_order_value", "description": "The average order value for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_spent": {"name": "lifetime_total_spent", "description": "The total amount of money in shop currency that the customer has spent on orders across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_refunded": {"name": "lifetime_total_refunded", "description": "The total amount of money that the customer has been refunded on orders across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_net": {"name": "lifetime_total_net", "description": "The total amount of money (minus refunds) that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_abandoned_checkouts": {"name": "lifetime_abandoned_checkouts", "description": "Total number of abandoned checkouts abandoned by the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_tags": {"name": "customer_tags", "description": "A string aggregated list of all tags associated with a customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_quantity_per_order": {"name": "avg_quantity_per_order", "description": "Average quantity of items per order customer orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_tax": {"name": "lifetime_total_tax", "description": "Total amount of tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_tax_per_order": {"name": "avg_tax_per_order", "description": "Average tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_discount": {"name": "lifetime_total_discount", "description": "Total discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_discount_per_order": {"name": "avg_discount_per_order", "description": "Average discount per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping": {"name": "lifetime_total_shipping", "description": "Total shipping costs attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_per_order": {"name": "avg_shipping_per_order", "description": "Average shipping cost per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_with_discounts": {"name": "lifetime_total_shipping_with_discounts", "description": "Total shipping costs after discounts attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_with_discounts_per_order": {"name": "avg_shipping_with_discounts_per_order", "description": "Average shipping costs after discounts per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "lifetime_total_shipping_tax": {"name": "lifetime_total_shipping_tax", "description": "Total shipping tax attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "avg_shipping_tax_per_order": {"name": "avg_shipping_tax_per_order", "description": "Average shipping tax per order attributed to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_updated_at": {"name": "marketing_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_consent_state": {"name": "marketing_consent_state", "description": "Field indicating if the customer has consented to receive marketing material via email. Coalescing of the new `email_marketing_consent_state` field and the deprecated `accepts_marketing` field. Records with the old field will be marked with '(legacy)'.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.773605, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customers\"", "raw_code": "with customers as (\n\n select \n {{ dbt_utils.star(from=ref('stg_shopify__customer'), except=[\"orders_count\", \"total_spent\"]) }}\n from {{ var('shopify_customer') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__customers__order_aggregates' )}}\n\n), abandoned as (\n\n select \n customer_id,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from {{ var('shopify_abandoned_checkout' )}}\n where customer_id is not null\n group by 1,2\n\n), joined as (\n\n select \n customers.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.customer_tags,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customers\n left join orders\n on customers.customer_id = orders.customer_id\n and customers.source_relation = orders.source_relation\n left join abandoned\n on customers.customer_id = abandoned.customer_id\n and customers.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "shopify__customers__order_aggregates", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": ["model.shopify_source.stg_shopify__customer", "model.shopify.shopify__customers__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify/models/shopify__customers.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), customers as (\n\n select \n \"customer_id\",\n \"email\",\n \"first_name\",\n \"last_name\",\n \"default_address_id\",\n \"phone\",\n \"account_state\",\n \"is_tax_exempt\",\n \"is_verified_email\",\n \"note\",\n \"currency\",\n \"marketing_consent_state\",\n \"marketing_opt_in_level\",\n \"marketing_consent_updated_at\",\n \"created_timestamp\",\n \"updated_timestamp\",\n \"_fivetran_synced\",\n \"source_relation\"\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n\n), orders as (\n\n select *\n from __dbt__cte__shopify__customers__order_aggregates\n\n), abandoned as (\n\n select \n customer_id,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n where customer_id is not null\n group by 1,2\n\n), joined as (\n\n select \n customers.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.customer_tags,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customers\n left join orders\n on customers.customer_id = orders.customer_id\n and customers.source_relation = orders.source_relation\n left join abandoned\n on customers.customer_id = abandoned.customer_id\n and customers.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.shopify__customers__order_aggregates", "sql": " __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__order_lines": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__order_lines", "resource_type": "model", "package_name": "shopify", "path": "shopify__order_lines.sql", "original_file_path": "models/shopify__order_lines.sql", "unique_id": "model.shopify.shopify__order_lines", "fqn": ["shopify", "shopify__order_lines"], "alias": "shopify__order_lines", "checksum": {"name": "sha256", "checksum": "53207a3ea3e20844391411a6d4428d2bcbfb9cbd7f175581b0b45a1031384b8d"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Each record represents a line item of an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillable_quantity": {"name": "fulfillable_quantity", "description": "The amount available to fulfill, calculated as follows: quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "How far along an order is in terms line items fulfilled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_gift_card": {"name": "is_gift_card", "description": "Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the related order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the item before discounts have been applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The number of items that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_shipping_required": {"name": "is_shipping_required", "description": "Whether the item requires shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The item's SKU (stock keeping unit).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_taxable": {"name": "is_taxable", "description": "Whether the item was taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount": {"name": "total_discount", "description": "The total amount of the discount allocated to the line item in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The ID of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the item's supplier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refunded_quantity": {"name": "refunded_quantity", "description": "Quantity of the item that has been refunded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_net_refunds": {"name": "quantity_net_refunds", "description": "Quantity ordered, excluding refunds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_barcode": {"name": "variant_barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_compare_at_price": {"name": "variant_compare_at_price", "description": "The original price of the item before an adjustment or a sale in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_created_at": {"name": "variant_created_at", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_fulfillment_service": {"name": "variant_fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_grams": {"name": "variant_grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The unique identifier for the inventory item, which is used in the Inventory API to query for inventory information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_policy": {"name": "variant_inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_quantity": {"name": "variant_inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_1": {"name": "variant_option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_2": {"name": "variant_option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_option_3": {"name": "variant_option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_position": {"name": "variant_position", "description": "The order of the product variant in the list of product variants. The first position in the list is 1. The position of variants is indicated by the order in which they are listed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_price": {"name": "variant_price", "description": "The price of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_sku": {"name": "variant_sku", "description": "A unique identifier for the product variant in the shop. Required in order to connect to a FulfillmentService.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_is_taxable": {"name": "variant_is_taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_tax_code": {"name": "variant_tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_updated_at": {"name": "variant_updated_at", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight": {"name": "variant_weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_weight_unit": {"name": "variant_weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refunded_subtotal": {"name": "refunded_subtotal", "description": "Subtotal amount of the refund applied to the order line in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_net_refunds": {"name": "subtotal_net_refunds", "description": "Subtotal of the order line with refunds subtracted in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "image_id": {"name": "image_id", "description": "Image id of the product variant associated with the order line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_relation": {"name": "source_relation", "description": "The schema or database this record came from, if you are unioning multiple connectors. Null if not.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock_types": {"name": "restock_types", "description": "List of how this refund line item affects inventory levels.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_tax": {"name": "order_line_tax", "description": "Total taxes for the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "The index associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price": {"name": "pre_tax_price", "description": "The total pre tax price of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price_set": {"name": "pre_tax_price_set", "description": "The pre tax price of the line item in shop currency and presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The price of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount_set": {"name": "total_discount_set", "description": "The total amount allocated to the line item in the presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "properties": {"name": "properties", "description": "Line item properties.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/shopify.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.7813408, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"", "raw_code": "with order_lines as (\n\n select *\n from {{ var('shopify_order_line') }}\n\n), product_variants as (\n\n select *\n from {{ var('shopify_product_variant') }}\n\n), refunds as (\n\n select *\n from {{ ref('shopify__orders__order_refunds') }}\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal,\n {{ fivetran_utils.string_agg(\"distinct cast(refunds.restock_type as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as restock_types\n from refunds\n group by 1,2\n\n), tax_lines as (\n\n select *\n from {{ var('shopify_tax_line')}}\n\n), tax_lines_aggregated as (\n\n select\n tax_lines.order_line_id,\n tax_lines.source_relation,\n sum(tax_lines.price) as order_line_tax\n\n from tax_lines\n group by 1,2\n\n), joined as (\n\n select\n order_lines.*,\n \n refunds_aggregated.restock_types,\n\n coalesce(refunds_aggregated.quantity,0) as refunded_quantity,\n coalesce(refunds_aggregated.subtotal,0) as refunded_subtotal,\n order_lines.quantity - coalesce(refunds_aggregated.quantity,0) as quantity_net_refunds,\n order_lines.pre_tax_price - coalesce(refunds_aggregated.subtotal,0) as subtotal_net_refunds,\n \n product_variants.created_timestamp as variant_created_at,\n product_variants.updated_timestamp as variant_updated_at,\n product_variants.inventory_item_id,\n product_variants.image_id,\n\n product_variants.price as variant_price,\n product_variants.sku as variant_sku,\n product_variants.position as variant_position,\n product_variants.inventory_policy as variant_inventory_policy,\n product_variants.compare_at_price as variant_compare_at_price,\n product_variants.fulfillment_service as variant_fulfillment_service,\n\n product_variants.is_taxable as variant_is_taxable,\n product_variants.barcode as variant_barcode,\n product_variants.grams as variant_grams,\n product_variants.inventory_quantity as variant_inventory_quantity,\n product_variants.weight as variant_weight,\n product_variants.weight_unit as variant_weight_unit,\n product_variants.option_1 as variant_option_1,\n product_variants.option_2 as variant_option_2,\n product_variants.option_3 as variant_option_3,\n product_variants.tax_code as variant_tax_code,\n\n tax_lines_aggregated.order_line_tax\n\n from order_lines\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n left join product_variants\n on product_variants.variant_id = order_lines.variant_id\n and product_variants.source_relation = order_lines.source_relation\n left join tax_lines_aggregated\n on tax_lines_aggregated.order_line_id = order_lines.order_line_id\n and tax_lines_aggregated.source_relation = order_lines.source_relation\n\n\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "shopify__orders__order_refunds", "package": null, "version": null}, {"name": "stg_shopify__tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg"], "nodes": ["model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__product_variant", "model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__tax_line"]}, "compiled_path": "target/compiled/shopify/models/shopify__order_lines.sql", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), product_variants as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n\n), refunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal,\n \n listagg(distinct cast(refunds.restock_type as TEXT), ', ')\n\n as restock_types\n from refunds\n group by 1,2\n\n), tax_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), tax_lines_aggregated as (\n\n select\n tax_lines.order_line_id,\n tax_lines.source_relation,\n sum(tax_lines.price) as order_line_tax\n\n from tax_lines\n group by 1,2\n\n), joined as (\n\n select\n order_lines.*,\n \n refunds_aggregated.restock_types,\n\n coalesce(refunds_aggregated.quantity,0) as refunded_quantity,\n coalesce(refunds_aggregated.subtotal,0) as refunded_subtotal,\n order_lines.quantity - coalesce(refunds_aggregated.quantity,0) as quantity_net_refunds,\n order_lines.pre_tax_price - coalesce(refunds_aggregated.subtotal,0) as subtotal_net_refunds,\n \n product_variants.created_timestamp as variant_created_at,\n product_variants.updated_timestamp as variant_updated_at,\n product_variants.inventory_item_id,\n product_variants.image_id,\n\n product_variants.price as variant_price,\n product_variants.sku as variant_sku,\n product_variants.position as variant_position,\n product_variants.inventory_policy as variant_inventory_policy,\n product_variants.compare_at_price as variant_compare_at_price,\n product_variants.fulfillment_service as variant_fulfillment_service,\n\n product_variants.is_taxable as variant_is_taxable,\n product_variants.barcode as variant_barcode,\n product_variants.grams as variant_grams,\n product_variants.inventory_quantity as variant_inventory_quantity,\n product_variants.weight as variant_weight,\n product_variants.weight_unit as variant_weight_unit,\n product_variants.option_1 as variant_option_1,\n product_variants.option_2 as variant_option_2,\n product_variants.option_3 as variant_option_3,\n product_variants.tax_code as variant_tax_code,\n\n tax_lines_aggregated.order_line_tax\n\n from order_lines\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n left join product_variants\n on product_variants.variant_id = order_lines.variant_id\n and product_variants.source_relation = order_lines.source_relation\n left join tax_lines_aggregated\n on tax_lines_aggregated.order_line_id = order_lines.order_line_id\n and tax_lines_aggregated.source_relation = order_lines.source_relation\n\n\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__calendar": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__calendar", "resource_type": "model", "package_name": "shopify", "path": "utils/shopify__calendar.sql", "original_file_path": "models/utils/shopify__calendar.sql", "unique_id": "model.shopify.shopify__calendar", "fqn": ["shopify", "utils", "shopify__calendar"], "alias": "shopify__calendar", "checksum": {"name": "sha256", "checksum": "330711091f6b47526ac5e8bc39960b2d171633362c0e10b666931be500abeddd"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table"}, "created_at": 1709613504.250546, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\"", "raw_code": "{{ dbt_utils.date_spine(\n datepart=\"day\",\n start_date=\"cast('2019-01-01' as date)\",\n end_date=\"current_date\"\n )\n}}", "language": "sql", "refs": [], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.date_spine"], "nodes": []}, "compiled_path": "target/compiled/shopify/models/utils/shopify__calendar.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 1890\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n dateadd(\n day,\n row_number() over (order by 1) - 1,\n cast('2019-01-01' as date)\n )\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= current_date\n\n)\n\nselect * from filtered\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__customer_email_rollup": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__customer_email_rollup", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__customer_email_rollup.sql", "original_file_path": "models/intermediate/int_shopify__customer_email_rollup.sql", "unique_id": "model.shopify.int_shopify__customer_email_rollup", "fqn": ["shopify", "intermediate", "int_shopify__customer_email_rollup"], "alias": "int_shopify__customer_email_rollup", "checksum": {"name": "sha256", "checksum": "e443b71ccafee8c248ba8ddc72775ee9a1a7cf65a2a62154e9d51d0005cf424e"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "view"}, "created_at": 1709613504.827822, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"int_shopify__customer_email_rollup\"", "raw_code": "with customers as (\n\n select \n *,\n row_number() over(partition by email, source_relation order by created_timestamp desc) as customer_index\n\n from {{ var('shopify_customer') }}\n where email is not null -- nonsensical to include any null emails here\n\n), customer_tags as (\n\n select \n *\n from {{ var('shopify_customer_tag' )}}\n\n), rollup_customers as (\n\n select\n -- fields to group by\n lower(customers.email) as email,\n customers.source_relation,\n\n -- fields to string agg together\n {{ fivetran_utils.string_agg(\"distinct cast(customers.customer_id as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as customer_ids,\n {{ fivetran_utils.string_agg(\"distinct cast(customers.phone as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as phone_numbers,\n {{ fivetran_utils.string_agg(\"distinct cast(customer_tags.value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as customer_tags,\n\n -- fields to take aggregates of\n min(customers.created_timestamp) as first_account_created_at,\n max(customers.created_timestamp) as last_account_created_at,\n max(customers.updated_timestamp) as last_updated_at,\n max(customers.marketing_consent_updated_at) as marketing_consent_updated_at,\n max(customers._fivetran_synced) as last_fivetran_synced,\n\n -- take true if ever given for boolean fields\n {{ fivetran_utils.max_bool(\"case when customers.customer_index = 1 then customers.is_tax_exempt else null end\") }} as is_tax_exempt, -- since this changes every year\n {{ fivetran_utils.max_bool(\"customers.is_verified_email\") }} as is_verified_email\n\n -- for all other fields, just take the latest value\n {% set cols = adapter.get_columns_in_relation(ref('stg_shopify__customer')) %}\n {% set except_cols = ['_fivetran_synced', 'email', 'source_relation', 'customer_id', 'phone', 'created_at', \n 'marketing_consent_updated_at', 'orders_count', 'total_spent', 'created_timestamp', 'updated_timestamp',\n 'is_tax_exempt', 'is_verified_email'] %}\n {% for col in cols %}\n {% if col.column|lower not in except_cols %}\n , max(case when customers.customer_index = 1 then customers.{{ col.column }} else null end) as {{ col.column }}\n {% endif %}\n {% endfor %}\n\n from customers \n left join customer_tags\n on customers.customer_id = customer_tags.customer_id\n and customers.source_relation = customer_tags.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom rollup_customers", "language": "sql", "refs": [{"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__customer_tag", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.fivetran_utils.max_bool"], "nodes": ["model.shopify_source.stg_shopify__customer", "model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__customer_email_rollup.sql", "compiled": true, "compiled_code": "with customers as (\n\n select \n *,\n row_number() over(partition by email, source_relation order by created_timestamp desc) as customer_index\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null -- nonsensical to include any null emails here\n\n), customer_tags as (\n\n select \n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), rollup_customers as (\n\n select\n -- fields to group by\n lower(customers.email) as email,\n customers.source_relation,\n\n -- fields to string agg together\n \n listagg(distinct cast(customers.customer_id as TEXT), ', ')\n\n as customer_ids,\n \n listagg(distinct cast(customers.phone as TEXT), ', ')\n\n as phone_numbers,\n \n listagg(distinct cast(customer_tags.value as TEXT), ', ')\n\n as customer_tags,\n\n -- fields to take aggregates of\n min(customers.created_timestamp) as first_account_created_at,\n max(customers.created_timestamp) as last_account_created_at,\n max(customers.updated_timestamp) as last_updated_at,\n max(customers.marketing_consent_updated_at) as marketing_consent_updated_at,\n max(customers._fivetran_synced) as last_fivetran_synced,\n\n -- take true if ever given for boolean fields\n \n\n bool_or( case when customers.customer_index = 1 then customers.is_tax_exempt else null end )\n\n as is_tax_exempt, -- since this changes every year\n \n\n bool_or( customers.is_verified_email )\n\n as is_verified_email\n\n -- for all other fields, just take the latest value\n \n \n \n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.first_name else null end) as first_name\n \n \n \n , max(case when customers.customer_index = 1 then customers.last_name else null end) as last_name\n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.default_address_id else null end) as default_address_id\n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.account_state else null end) as account_state\n \n \n \n \n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.note else null end) as note\n \n \n \n , max(case when customers.customer_index = 1 then customers.currency else null end) as currency\n \n \n \n , max(case when customers.customer_index = 1 then customers.marketing_consent_state else null end) as marketing_consent_state\n \n \n \n , max(case when customers.customer_index = 1 then customers.marketing_opt_in_level else null end) as marketing_opt_in_level\n \n \n \n \n \n \n \n \n \n \n \n \n\n from customers \n left join customer_tags\n on customers.customer_id = customer_tags.customer_id\n and customers.source_relation = customer_tags.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom rollup_customers", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__inventory_level__aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__inventory_level__aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__inventory_level__aggregates.sql", "original_file_path": "models/intermediate/int_shopify__inventory_level__aggregates.sql", "unique_id": "model.shopify.int_shopify__inventory_level__aggregates", "fqn": ["shopify", "intermediate", "int_shopify__inventory_level__aggregates"], "alias": "int_shopify__inventory_level__aggregates", "checksum": {"name": "sha256", "checksum": "058b7a288667703f9eb3e15b60c057fd1764b987f886f1f3b21e00712bba7854"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.8280299, "relation_name": null, "raw_code": "with order_lines as (\n\n select *\n from {{ var('shopify_order_line') }}\n),\n\nfulfillment as (\n\n select *\n from {{ var('shopify_fulfillment') }}\n),\n\norders as (\n\n select *\n from {{ var('shopify_order') }}\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from {{ ref('shopify__orders__order_refunds') }}\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n {% for status in ['pending', 'open', 'success', 'cancelled', 'error', 'failure'] %}\n , count(distinct case when fulfillment_status = '{{ status }}' then fulfillment_id end) as count_fulfillment_{{ status }}\n {% endfor %}\n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n {{ dbt_utils.group_by(n=3) }}\n)\n\nselect *\nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}, {"name": "stg_shopify__fulfillment", "package": null, "version": null}, {"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_refunds", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.group_by"], "nodes": ["model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__fulfillment", "model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_refunds"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__inventory_level__aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n),\n\nfulfillment as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__products_with_aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__products_with_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__products_with_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__products_with_aggregates.sql", "unique_id": "model.shopify.int_shopify__products_with_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__products_with_aggregates"], "alias": "int_shopify__products_with_aggregates", "checksum": {"name": "sha256", "checksum": "71bf61e809b881cc782ecd8fecacb86fafde06d9b92b587e5d9ba4410f568def"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.829049, "relation_name": null, "raw_code": "with products as (\n\n select *\n from {{ var('shopify_product') }}\n), \n\ncollection_product as (\n\n select *\n from {{ var('shopify_collection_product') }}\n),\n\ncollection as (\n\n select *\n from {{ var('shopify_collection') }}\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from {{ var('shopify_product_tag') }}\n),\n\nproduct_variant as (\n\n select *\n from {{ var('shopify_product_variant') }}\n),\n\nproduct_image as (\n\n select *\n from {{ var('shopify_product_image') }}\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n {{ fivetran_utils.string_agg(field_to_agg='collection.title', delimiter=\"', '\") }} as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n {{ fivetran_utils.string_agg(field_to_agg='value', delimiter=\"', '\") }} as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined", "language": "sql", "refs": [{"name": "stg_shopify__product", "package": null, "version": null}, {"name": "stg_shopify__collection_product", "package": null, "version": null}, {"name": "stg_shopify__collection", "package": null, "version": null}, {"name": "stg_shopify__product_tag", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__product_image", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.shopify_source.stg_shopify__product", "model.shopify_source.stg_shopify__collection_product", "model.shopify_source.stg_shopify__collection", "model.shopify_source.stg_shopify__product_tag", "model.shopify_source.stg_shopify__product_variant", "model.shopify_source.stg_shopify__product_image"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__products_with_aggregates.sql", "compiled": true, "compiled_code": "with products as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n), \n\ncollection_product as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n),\n\ncollection as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct_image as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n listagg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n listagg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__discounts__order_aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__discounts__order_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__discounts__order_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__discounts__order_aggregates.sql", "unique_id": "model.shopify.int_shopify__discounts__order_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__discounts__order_aggregates"], "alias": "int_shopify__discounts__order_aggregates", "checksum": {"name": "sha256", "checksum": "4beb1b1d58378cfd7da7cc12d8fa5b63c869432ad2d5700740a65e30a4495b5d"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.828232, "relation_name": null, "raw_code": "with order_discount_code as (\n\n select *\n from {{ var('shopify_order_discount_code') }}\n),\n\norders as (\n\n select *\n from {{ ref('shopify__orders') }}\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__order_discount_code", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__discounts__order_aggregates.sql", "compiled": true, "compiled_code": "with order_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__orders__order_line_aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__orders__order_line_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/shopify__orders__order_line_aggregates.sql", "original_file_path": "models/intermediate/shopify__orders__order_line_aggregates.sql", "unique_id": "model.shopify.shopify__orders__order_line_aggregates", "fqn": ["shopify", "intermediate", "shopify__orders__order_line_aggregates"], "alias": "shopify__orders__order_line_aggregates", "checksum": {"name": "sha256", "checksum": "1e0a2c3fe172c4f3e7fc371071b0efee84bb1e927b5047d54528b02af2298118"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.827033, "relation_name": null, "raw_code": "with order_line as (\n\n select *\n from {{ var('shopify_order_line') }}\n\n), tax as (\n\n select\n *\n from {{ var('shopify_tax_line') }}\n\n), shipping as (\n\n select\n *\n from {{ ref('int_shopify__order__shipping_aggregates')}}\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}, {"name": "stg_shopify__tax_line", "package": null, "version": null}, {"name": "int_shopify__order__shipping_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__tax_line", "model.shopify.int_shopify__order__shipping_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/shopify__orders__order_line_aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__order__shipping_aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__order__shipping_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__order__shipping_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__order__shipping_aggregates.sql", "unique_id": "model.shopify.int_shopify__order__shipping_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__order__shipping_aggregates"], "alias": "int_shopify__order__shipping_aggregates", "checksum": {"name": "sha256", "checksum": "86c15f2aa0570dc71557db52cdd9c433b5b6a9dca050f981ab8136012f0f470f"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.8286421, "relation_name": null, "raw_code": "with order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from {{ var('shopify_order_shipping_line') }}\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from {{ var('shopify_order_shipping_tax_line') }}\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line", "package": null, "version": null}, {"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line", "model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__order__shipping_aggregates.sql", "compiled": true, "compiled_code": "with order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__product__order_line_aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__product__order_line_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__product__order_line_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__product__order_line_aggregates.sql", "unique_id": "model.shopify.int_shopify__product__order_line_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__product__order_line_aggregates"], "alias": "int_shopify__product__order_line_aggregates", "checksum": {"name": "sha256", "checksum": "a1d9197bb23b4599a4ac7fad74e9b1efe64f4850934a1b3ce02eea3bc80e3937"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.828846, "relation_name": null, "raw_code": "with order_lines as (\n\n select *\n from {{ ref('shopify__order_lines') }}\n\n), orders as (\n\n select *\n from {{ ref('shopify__orders')}}\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated", "language": "sql", "refs": [{"name": "shopify__order_lines", "package": null, "version": null}, {"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__product__order_line_aggregates.sql", "compiled": true, "compiled_code": "with order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__discounts__abandoned_checkouts": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__discounts__abandoned_checkouts", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__discounts__abandoned_checkouts.sql", "original_file_path": "models/intermediate/int_shopify__discounts__abandoned_checkouts.sql", "unique_id": "model.shopify.int_shopify__discounts__abandoned_checkouts", "fqn": ["shopify", "intermediate", "int_shopify__discounts__abandoned_checkouts"], "alias": "int_shopify__discounts__abandoned_checkouts", "checksum": {"name": "sha256", "checksum": "f6667434b4e7ef90881420d0754e12c9060d116ef7748e98e542d0a4dc718cba"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.82844, "relation_name": null, "raw_code": "with abandoned_checkout as (\n\n select *\n from {{ var('shopify_abandoned_checkout') }}\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from {{ var('shopify_abandoned_checkout_discount_code') }}\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from {{ var('shopify_abandoned_checkout_shipping_line') }}\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_discount_code", "package": null, "version": null}, {"name": "stg_shopify__abandoned_checkout_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout", "model.shopify_source.stg_shopify__abandoned_checkout_discount_code", "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__discounts__abandoned_checkouts.sql", "compiled": true, "compiled_code": "with abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__daily_abandoned_checkouts": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__daily_abandoned_checkouts", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__daily_abandoned_checkouts.sql", "original_file_path": "models/intermediate/int_shopify__daily_abandoned_checkouts.sql", "unique_id": "model.shopify.int_shopify__daily_abandoned_checkouts", "fqn": ["shopify", "intermediate", "int_shopify__daily_abandoned_checkouts"], "alias": "int_shopify__daily_abandoned_checkouts", "checksum": {"name": "sha256", "checksum": "0c9550713bf2ad25f31456ac6c605c0d3c04ac578424c275b9d1b75d6c886df9"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.344466, "relation_name": null, "raw_code": "with abandoned_checkout as (\n\n select *\n from {{ var('shopify_abandoned_checkout') }}\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast({{ dbt.date_trunc('day','created_at') }} as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__daily_abandoned_checkouts.sql", "compiled": true, "compiled_code": "with abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_at) as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__customers__order_aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customers__order_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/shopify__customers__order_aggregates.sql", "original_file_path": "models/intermediate/shopify__customers__order_aggregates.sql", "unique_id": "model.shopify.shopify__customers__order_aggregates", "fqn": ["shopify", "intermediate", "shopify__customers__order_aggregates"], "alias": "shopify__customers__order_aggregates", "checksum": {"name": "sha256", "checksum": "dec7d27bd72381b16e7e49286431e89f89ca1689e18b73068a451dc924965174"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.826821, "relation_name": null, "raw_code": "with orders as (\n\n select *\n from {{ var('shopify_order') }}\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from {{ ref('shopify__orders__order_line_aggregates') }}\n\n), transactions as (\n\n select *\n from {{ ref('shopify__transactions')}}\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n {{ dbt_utils.group_by(n=3) }}\n\n), customer_tags as (\n\n select *\n from {{ var('shopify_customer_tag' )}}\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n {{ fivetran_utils.string_agg(\"distinct cast(value as \" ~ dbt.type_string() ~ \")\", \"', '\") }} as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n {{ dbt_utils.group_by(n=3) }}\n)\n\nselect *\nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}, {"name": "shopify__transactions", "package": null, "version": null}, {"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.group_by", "macro.dbt.type_string", "macro.fivetran_utils.string_agg"], "nodes": ["model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify/models/intermediate/shopify__customers__order_aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.shopify__orders__order_refunds": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__orders__order_refunds", "resource_type": "model", "package_name": "shopify", "path": "intermediate/shopify__orders__order_refunds.sql", "original_file_path": "models/intermediate/shopify__orders__order_refunds.sql", "unique_id": "model.shopify.shopify__orders__order_refunds", "fqn": ["shopify", "intermediate", "shopify__orders__order_refunds"], "alias": "shopify__orders__order_refunds", "checksum": {"name": "sha256", "checksum": "b3ef35b4caf837155133c8e3023704d7591c4dedd83597fb26fd2c35b3ef2103"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.827221, "relation_name": null, "raw_code": "with refunds as (\n\n select *\n from {{ var('shopify_refund') }}\n\n), order_line_refunds as (\n\n select *\n from {{ var('shopify_order_line_refund') }}\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join", "language": "sql", "refs": [{"name": "stg_shopify__refund", "package": null, "version": null}, {"name": "stg_shopify__order_line_refund", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.shopify_source.stg_shopify__refund", "model.shopify_source.stg_shopify__order_line_refund"]}, "compiled_path": "target/compiled/shopify/models/intermediate/shopify__orders__order_refunds.sql", "compiled": true, "compiled_code": "with refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__daily_orders": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__daily_orders", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__daily_orders.sql", "original_file_path": "models/intermediate/int_shopify__daily_orders.sql", "unique_id": "model.shopify.int_shopify__daily_orders", "fqn": ["shopify", "intermediate", "int_shopify__daily_orders"], "alias": "int_shopify__daily_orders", "checksum": {"name": "sha256", "checksum": "7c36ff8121f95cc7cb439601be47bb4da2aed71d5ad1fc7cd7cc0332b4df5811"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.3597739, "relation_name": null, "raw_code": "with orders as (\n\n select *\n from {{ ref('shopify__orders') }}\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from {{ ref('shopify__order_lines') }}\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast({{ dbt.date_trunc('day','created_timestamp') }} as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast({{ dbt.date_trunc('day','orders.created_timestamp') }} as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "shopify__orders", "package": null, "version": null}, {"name": "shopify__order_lines", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.shopify.shopify__orders", "model.shopify.shopify__order_lines"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__daily_orders.sql", "compiled": true, "compiled_code": "with orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_timestamp) as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast(date_trunc('day', orders.created_timestamp) as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__daily_fulfillment": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__daily_fulfillment", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__daily_fulfillment.sql", "original_file_path": "models/intermediate/int_shopify__daily_fulfillment.sql", "unique_id": "model.shopify.int_shopify__daily_fulfillment", "fqn": ["shopify", "intermediate", "int_shopify__daily_fulfillment"], "alias": "int_shopify__daily_fulfillment", "checksum": {"name": "sha256", "checksum": "ccab4cdfda36f6aed414af7691d2aa50d53f4b392d64bfb6b26701358f260bd5"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral", "enabled": true}, "created_at": 1709613504.36359, "relation_name": null, "raw_code": "{{ config(enabled=var('shopify_using_fulfillment_event', false)) }}\n\nwith fulfillment_event as (\n\n select *\n from {{ var('shopify_fulfillment_event') }}\n),\n\nfulfillment_aggregates as (\n\n select \n source_relation,\n cast({{ dbt.date_trunc('day','happened_at') }} as date) as date_day\n\n {% for status in ['attempted_delivery', 'delivered', 'failure', 'in_transit', 'out_for_delivery', 'ready_for_pickup', 'picked_up', 'label_printed', 'label_purchased', 'confirmed']%}\n , count(distinct case when lower(status) = '{{ status }}' then fulfillment_id end) as count_fulfillment_{{ status }}\n {% endfor %}\n \n from fulfillment_event\n group by 1,2\n\n)\n\nselect *\nfrom fulfillment_aggregates", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.shopify_source.stg_shopify__fulfillment_event"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__daily_fulfillment.sql", "compiled": true, "compiled_code": "\n\nwith fulfillment_event as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n),\n\nfulfillment_aggregates as (\n\n select \n source_relation,\n cast(date_trunc('day', happened_at) as date) as date_day\n\n \n , count(distinct case when lower(status) = 'attempted_delivery' then fulfillment_id end) as count_fulfillment_attempted_delivery\n \n , count(distinct case when lower(status) = 'delivered' then fulfillment_id end) as count_fulfillment_delivered\n \n , count(distinct case when lower(status) = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n , count(distinct case when lower(status) = 'in_transit' then fulfillment_id end) as count_fulfillment_in_transit\n \n , count(distinct case when lower(status) = 'out_for_delivery' then fulfillment_id end) as count_fulfillment_out_for_delivery\n \n , count(distinct case when lower(status) = 'ready_for_pickup' then fulfillment_id end) as count_fulfillment_ready_for_pickup\n \n , count(distinct case when lower(status) = 'picked_up' then fulfillment_id end) as count_fulfillment_picked_up\n \n , count(distinct case when lower(status) = 'label_printed' then fulfillment_id end) as count_fulfillment_label_printed\n \n , count(distinct case when lower(status) = 'label_purchased' then fulfillment_id end) as count_fulfillment_label_purchased\n \n , count(distinct case when lower(status) = 'confirmed' then fulfillment_id end) as count_fulfillment_confirmed\n \n \n from fulfillment_event\n group by 1,2\n\n)\n\nselect *\nfrom fulfillment_aggregates", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "model.shopify.int_shopify__emails__order_aggregates": {"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "int_shopify__emails__order_aggregates", "resource_type": "model", "package_name": "shopify", "path": "intermediate/int_shopify__emails__order_aggregates.sql", "original_file_path": "models/intermediate/int_shopify__emails__order_aggregates.sql", "unique_id": "model.shopify.int_shopify__emails__order_aggregates", "fqn": ["shopify", "intermediate", "int_shopify__emails__order_aggregates"], "alias": "int_shopify__emails__order_aggregates", "checksum": {"name": "sha256", "checksum": "a634e4aae220414328b7ab66cf8f782b7c6b722bf70dc8fa6c0888e84a8075a2"}, "config": {"enabled": true, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/intermediate/intermediate.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "ephemeral"}, "created_at": 1709613504.827612, "relation_name": null, "raw_code": "with orders as (\n\n select *\n from {{ var('shopify_order') }}\n\n), order_aggregates as (\n\n select *\n from {{ ref('shopify__orders__order_line_aggregates') }}\n\n), transactions as (\n\n select *\n from {{ ref('shopify__transactions')}}\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n {{ dbt_utils.group_by(n=3) }}\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from {{ var('shopify_customer') }}\n where email is not null\n {{ dbt_utils.group_by(n=3) }}\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}, {"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}, {"name": "shopify__transactions", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.group_by"], "nodes": ["model.shopify_source.stg_shopify__order", "model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer"]}, "compiled_path": "target/compiled/shopify/models/intermediate/int_shopify__emails__order_aggregates.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__customer')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be"}, "created_at": 1709613504.5556648, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be\") }}", "language": "sql", "refs": [{"name": "stg_shopify__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_d00da641d0cc06ebef083c43ddfae4be.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__customer", "attached_node": "model.shopify_source.stg_shopify__customer"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_refund_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_line_refund')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation"], "alias": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3"}, "created_at": 1709613504.5625842, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_line_refund", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_line_refund"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_33b2f20dc9ea13a94a10a635383becf3.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_refund_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n group by order_line_refund_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_line_refund", "attached_node": "model.shopify_source.stg_shopify__order_line_refund"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_line')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec"}, "created_at": 1709613504.565078, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_d47b5ce640a9316320c17565339223ec.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n group by order_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_line", "attached_node": "model.shopify_source.stg_shopify__order_line"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e"}, "created_at": 1709613504.567351, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_3f5201314db17428b709b11583cd0f7e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order", "attached_node": "model.shopify_source.stg_shopify__order"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d"}, "created_at": 1709613504.569719, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_eb9efccfbdaff32f938da98287403a1d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product", "attached_node": "model.shopify_source.stg_shopify__product"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["variant_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product_variant')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation"], "alias": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e"}, "created_at": 1709613504.5726988, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product_variant", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_variant"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_84d19b85e52ebcaca03bcefe4191b60e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n variant_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n group by variant_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product_variant", "attached_node": "model.shopify_source.stg_shopify__product_variant"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["transaction_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__transaction')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation"], "alias": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92"}, "created_at": 1709613504.5750709, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92\") }}", "language": "sql", "refs": [{"name": "stg_shopify__transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__transaction"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_47aceb0b987e9f3279b4301c10167f92.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction\"\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__transaction", "attached_node": "model.shopify_source.stg_shopify__transaction"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["refund_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__refund')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation"], "alias": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659"}, "created_at": 1709613504.577323, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659\") }}", "language": "sql", "refs": [{"name": "stg_shopify__refund", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__refund"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_b6b83918833e84e9f886aa4151e4e659.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n refund_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n group by refund_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__refund", "attached_node": "model.shopify_source.stg_shopify__refund"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_adjustment_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_adjustment')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation"], "alias": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207"}, "created_at": 1709613504.5797079, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_adjustment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_adjustment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_8c4679057a756bef5907cd3799634207.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_adjustment_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment\"\n group by order_adjustment_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_adjustment", "attached_node": "model.shopify_source.stg_shopify__order_adjustment"}, "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__abandoned_checkout_checkout_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__abandoned_checkout_checkout_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db", "fqn": ["shopify_source", "not_null_stg_shopify__abandoned_checkout_checkout_id"], "alias": "not_null_stg_shopify__abandoned_checkout_checkout_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.5820842, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__abandoned_checkout_checkout_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect checkout_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\nwhere checkout_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_shopify__abandoned_checkout", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["checkout_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation"], "alias": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f"}, "created_at": 1709613504.5831318, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_510de7fe9fed2e764ff993311b24512f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n group by checkout_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__abandoned_checkout", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout"}, "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "collection_id", "model": "{{ get_where_subquery(ref('stg_shopify__collection_product')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__collection_product_collection_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__collection_product_collection_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a", "fqn": ["shopify_source", "not_null_stg_shopify__collection_product_collection_id"], "alias": "not_null_stg_shopify__collection_product_collection_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.58558, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__collection_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__collection_product_collection_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\nwhere collection_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "collection_id", "file_key_name": "models.stg_shopify__collection_product", "attached_node": "model.shopify_source.stg_shopify__collection_product"}, "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "product_id", "model": "{{ get_where_subquery(ref('stg_shopify__collection_product')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__collection_product_product_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__collection_product_product_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1", "fqn": ["shopify_source", "not_null_stg_shopify__collection_product_product_id"], "alias": "not_null_stg_shopify__collection_product_product_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.586604, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__collection_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__collection_product_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\nwhere product_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "product_id", "file_key_name": "models.stg_shopify__collection_product", "attached_node": "model.shopify_source.stg_shopify__collection_product"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["collection_id", "product_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__collection_product')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e"}, "created_at": 1709613504.587797, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__collection_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection_product"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_81b2e792631c9528308baec995c4457e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n collection_id, product_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n group by collection_id, product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__collection_product", "attached_node": "model.shopify_source.stg_shopify__collection_product"}, "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "collection_id", "model": "{{ get_where_subquery(ref('stg_shopify__collection')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__collection_collection_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__collection_collection_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2", "fqn": ["shopify_source", "not_null_stg_shopify__collection_collection_id"], "alias": "not_null_stg_shopify__collection_collection_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.590092, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__collection", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__collection_collection_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\nwhere collection_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "collection_id", "file_key_name": "models.stg_shopify__collection", "attached_node": "model.shopify_source.stg_shopify__collection"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["collection_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__collection')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation"], "alias": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad"}, "created_at": 1709613504.5912802, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad\") }}", "language": "sql", "refs": [{"name": "stg_shopify__collection", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__collection"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_14fee6f32c2b11b1aeb15a320b269cad.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n collection_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n group by collection_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__collection", "attached_node": "model.shopify_source.stg_shopify__collection"}, "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__customer_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__customer_tag_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__customer_tag_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd", "fqn": ["shopify_source", "not_null_stg_shopify__customer_tag_index"], "alias": "not_null_stg_shopify__customer_tag_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.593589, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__customer_tag_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__customer_tag", "attached_node": "model.shopify_source.stg_shopify__customer_tag"}, "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_id", "model": "{{ get_where_subquery(ref('stg_shopify__customer_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__customer_tag_customer_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__customer_tag_customer_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351", "fqn": ["shopify_source", "not_null_stg_shopify__customer_tag_customer_id"], "alias": "not_null_stg_shopify__customer_tag_customer_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.5947561, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__customer_tag_customer_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\nwhere customer_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "customer_id", "file_key_name": "models.stg_shopify__customer_tag", "attached_node": "model.shopify_source.stg_shopify__customer_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__customer_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6"}, "created_at": 1709613504.595764, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6\") }}", "language": "sql", "refs": [{"name": "stg_shopify__customer_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__customer_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_74413a4ba1ed7489c529e1eb66cfc7d6.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n group by customer_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__customer_tag", "attached_node": "model.shopify_source.stg_shopify__customer_tag"}, "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "discount_code_id", "model": "{{ get_where_subquery(ref('stg_shopify__discount_code')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__discount_code_discount_code_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__discount_code_discount_code_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e", "fqn": ["shopify_source", "not_null_stg_shopify__discount_code_discount_code_id"], "alias": "not_null_stg_shopify__discount_code_discount_code_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.598274, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__discount_code_discount_code_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_code_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\"\nwhere discount_code_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "discount_code_id", "file_key_name": "models.stg_shopify__discount_code", "attached_node": "model.shopify_source.stg_shopify__discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["discount_code_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__discount_code')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation"], "alias": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9"}, "created_at": 1709613504.599513, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9\") }}", "language": "sql", "refs": [{"name": "stg_shopify__discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_ff98664e6a6ffb256c8444968402bec9.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n discount_code_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\"\n group by discount_code_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__discount_code", "attached_node": "model.shopify_source.stg_shopify__discount_code"}, "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "fulfillment_id", "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__fulfillment_fulfillment_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__fulfillment_fulfillment_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e", "fqn": ["shopify_source", "not_null_stg_shopify__fulfillment_fulfillment_id"], "alias": "not_null_stg_shopify__fulfillment_fulfillment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.602206, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__fulfillment_fulfillment_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect fulfillment_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\nwhere fulfillment_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "fulfillment_id", "file_key_name": "models.stg_shopify__fulfillment", "attached_node": "model.shopify_source.stg_shopify__fulfillment"}, "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["pending", "open", "success", "cancelled", "error", "failure"], "column_name": "status", "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70", "fqn": ["shopify_source", "accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure"], "alias": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd"}, "created_at": 1709613504.603478, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/accepted_values_stg_shopify__f_3835f4e405a07a7e446c888723f749dd.sql", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n status as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n group by status\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'pending','open','success','cancelled','error','failure'\n)\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "status", "file_key_name": "models.stg_shopify__fulfillment", "attached_node": "model.shopify_source.stg_shopify__fulfillment"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["fulfillment_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation"], "alias": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01"}, "created_at": 1709613504.6094651, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_a4515a9e34ff568617e6377b2b76ee01.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n fulfillment_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n group by fulfillment_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__fulfillment", "attached_node": "model.shopify_source.stg_shopify__fulfillment"}, "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "inventory_item_id", "model": "{{ get_where_subquery(ref('stg_shopify__inventory_item')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__inventory_item_inventory_item_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__inventory_item_inventory_item_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe", "fqn": ["shopify_source", "not_null_stg_shopify__inventory_item_inventory_item_id"], "alias": "not_null_stg_shopify__inventory_item_inventory_item_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.613054, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_item"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__inventory_item_inventory_item_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\"\nwhere inventory_item_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "inventory_item_id", "file_key_name": "models.stg_shopify__inventory_item", "attached_node": "model.shopify_source.stg_shopify__inventory_item"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["inventory_item_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__inventory_item')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation"], "alias": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f"}, "created_at": 1709613504.614725, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_item"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_1b834d07642aae61e7bdfd8f8caa7d1f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\"\n group by inventory_item_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__inventory_item", "attached_node": "model.shopify_source.stg_shopify__inventory_item"}, "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "inventory_item_id", "model": "{{ get_where_subquery(ref('stg_shopify__inventory_level')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__inventory_level_inventory_item_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__inventory_level_inventory_item_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e", "fqn": ["shopify_source", "not_null_stg_shopify__inventory_level_inventory_item_id"], "alias": "not_null_stg_shopify__inventory_level_inventory_item_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.6178792, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__inventory_level_inventory_item_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\nwhere inventory_item_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "inventory_item_id", "file_key_name": "models.stg_shopify__inventory_level", "attached_node": "model.shopify_source.stg_shopify__inventory_level"}, "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "location_id", "model": "{{ get_where_subquery(ref('stg_shopify__inventory_level')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__inventory_level_location_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__inventory_level_location_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f", "fqn": ["shopify_source", "not_null_stg_shopify__inventory_level_location_id"], "alias": "not_null_stg_shopify__inventory_level_location_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.619025, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__inventory_level_location_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\nwhere location_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "location_id", "file_key_name": "models.stg_shopify__inventory_level", "attached_node": "model.shopify_source.stg_shopify__inventory_level"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["inventory_item_id", "location_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__inventory_level')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0"}, "created_at": 1709613504.620137, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0\") }}", "language": "sql", "refs": [{"name": "stg_shopify__inventory_level", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__inventory_level"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_e020eedc6975d46e792ab2a994f5ced0.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, location_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\n group by inventory_item_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__inventory_level", "attached_node": "model.shopify_source.stg_shopify__inventory_level"}, "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "location_id", "model": "{{ get_where_subquery(ref('stg_shopify__location')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__location_location_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__location_location_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf", "fqn": ["shopify_source", "not_null_stg_shopify__location_location_id"], "alias": "not_null_stg_shopify__location_location_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.623293, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__location", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__location"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__location_location_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\"\nwhere location_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "location_id", "file_key_name": "models.stg_shopify__location", "attached_node": "model.shopify_source.stg_shopify__location"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["location_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__location')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646"}, "created_at": 1709613504.624508, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646\") }}", "language": "sql", "refs": [{"name": "stg_shopify__location", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__location"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_92f84e20530e94b3733829189b68c646.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n location_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\"\n group by location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__location", "attached_node": "model.shopify_source.stg_shopify__location"}, "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "metafield_id", "model": "{{ get_where_subquery(ref('stg_shopify__metafield')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__metafield_metafield_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__metafield_metafield_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6", "fqn": ["shopify_source", "not_null_stg_shopify__metafield_metafield_id"], "alias": "not_null_stg_shopify__metafield_metafield_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.627521, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__metafield"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__metafield_metafield_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect metafield_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield\"\nwhere metafield_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "metafield_id", "file_key_name": "models.stg_shopify__metafield", "attached_node": "model.shopify_source.stg_shopify__metafield"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["metafield_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__metafield')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation"], "alias": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea"}, "created_at": 1709613504.628661, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea\") }}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__metafield"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_74ae57137307ee916678ddd420fa6cea.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n metafield_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield\"\n group by metafield_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__metafield", "attached_node": "model.shopify_source.stg_shopify__metafield"}, "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "name", "model": "{{ get_where_subquery(ref('stg_shopify__order_note_attribute')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_note_attribute_name", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_note_attribute_name.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446", "fqn": ["shopify_source", "not_null_stg_shopify__order_note_attribute_name"], "alias": "not_null_stg_shopify__order_note_attribute_name", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.6313999, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_note_attribute_name.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect name\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\"\nwhere name is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "name", "file_key_name": "models.stg_shopify__order_note_attribute", "attached_node": "model.shopify_source.stg_shopify__order_note_attribute"}, "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_note_attribute')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_note_attribute_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_note_attribute_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375", "fqn": ["shopify_source", "not_null_stg_shopify__order_note_attribute_order_id"], "alias": "not_null_stg_shopify__order_note_attribute_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.63251, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_note_attribute_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\"\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_note_attribute", "attached_node": "model.shopify_source.stg_shopify__order_note_attribute"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "name", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_note_attribute')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation"], "alias": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d"}, "created_at": 1709613504.6338282, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_note_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_note_attribute"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_1a5482ed4d7508998a8a2744236cbc8d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, name, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\"\n group by order_id, name, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_note_attribute", "attached_node": "model.shopify_source.stg_shopify__order_note_attribute"}, "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_shipping_line_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_line')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_shipping_line_order_shipping_line_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613", "fqn": ["shopify_source", "not_null_stg_shopify__order_shipping_line_order_shipping_line_id"], "alias": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1"}, "created_at": 1709613504.636415, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_sh_86443a6f8dd3d3da0124c88dd13eb1e1.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_shipping_line_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\nwhere order_shipping_line_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "order_shipping_line_id", "file_key_name": "models.stg_shopify__order_shipping_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_line"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_shipping_line_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_line')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation"], "alias": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36"}, "created_at": 1709613504.6377401, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_96b74beca4d46eeb1a7384d2398e0b36.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_shipping_line_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by order_shipping_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_shipping_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_line"}, "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_tax_line')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_shipping_tax_line_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_shipping_tax_line_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd", "fqn": ["shopify_source", "not_null_stg_shopify__order_shipping_tax_line_index"], "alias": "not_null_stg_shopify__order_shipping_tax_line_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.6403809, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_shipping_tax_line_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__order_shipping_tax_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_shipping_line_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_tax_line')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295", "fqn": ["shopify_source", "not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id"], "alias": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858"}, "created_at": 1709613504.6416829, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_sh_137b227fc325b653b67bedefafe7c858.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_shipping_line_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\nwhere order_shipping_line_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "order_shipping_line_id", "file_key_name": "models.stg_shopify__order_shipping_tax_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_shipping_line_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_shipping_tax_line')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f"}, "created_at": 1709613504.6427782, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_shipping_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_shipping_tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_18c4e2d8267e37548fa60a289a5bf46f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_shipping_line_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by order_shipping_line_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_shipping_tax_line", "attached_node": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__order_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_tag_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_tag_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2", "fqn": ["shopify_source", "not_null_stg_shopify__order_tag_index"], "alias": "not_null_stg_shopify__order_tag_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.645525, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_tag_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__order_tag", "attached_node": "model.shopify_source.stg_shopify__order_tag"}, "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_tag_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_tag_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6", "fqn": ["shopify_source", "not_null_stg_shopify__order_tag_order_id"], "alias": "not_null_stg_shopify__order_tag_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.646571, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_tag_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_tag", "attached_node": "model.shopify_source.stg_shopify__order_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a"}, "created_at": 1709613504.647601, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_5f838ea6459b134d86a68deaaf116f0a.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\n group by order_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_tag", "attached_node": "model.shopify_source.stg_shopify__order_tag"}, "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "key", "model": "{{ get_where_subquery(ref('stg_shopify__order_url_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_url_tag_key", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_url_tag_key.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325", "fqn": ["shopify_source", "not_null_stg_shopify__order_url_tag_key"], "alias": "not_null_stg_shopify__order_url_tag_key", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.650072, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_url_tag_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect key\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\nwhere key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "key", "file_key_name": "models.stg_shopify__order_url_tag", "attached_node": "model.shopify_source.stg_shopify__order_url_tag"}, "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_url_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_url_tag_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_url_tag_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1", "fqn": ["shopify_source", "not_null_stg_shopify__order_url_tag_order_id"], "alias": "not_null_stg_shopify__order_url_tag_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.651107, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_url_tag_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_url_tag", "attached_node": "model.shopify_source.stg_shopify__order_url_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "key", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_url_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation"], "alias": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f"}, "created_at": 1709613504.6522949, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_url_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_url_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_769c59c667cf83d77cd784311068258f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, key, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\n group by order_id, key, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_url_tag", "attached_node": "model.shopify_source.stg_shopify__order_url_tag"}, "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "price_rule_id", "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__price_rule_price_rule_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__price_rule_price_rule_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0", "fqn": ["shopify_source", "not_null_stg_shopify__price_rule_price_rule_id"], "alias": "not_null_stg_shopify__price_rule_price_rule_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.6545742, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__price_rule_price_rule_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect price_rule_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\nwhere price_rule_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "price_rule_id", "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["line_item", "shipping_line"], "column_name": "target_type", "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008", "fqn": ["shopify_source", "accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line"], "alias": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903"}, "created_at": 1709613504.655777, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903\") }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/accepted_values_stg_shopify__p_7e8fea07e957a95f467cebae83944903.sql", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n target_type as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n group by target_type\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'line_item','shipping_line'\n)\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "target_type", "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["percentage", "fixed_amount"], "column_name": "value_type", "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909", "fqn": ["shopify_source", "accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount"], "alias": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5"}, "created_at": 1709613504.65891, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5\") }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/accepted_values_stg_shopify__p_82ced49ce7b741b71a2e77766d6912e5.sql", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n value_type as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n group by value_type\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'percentage','fixed_amount'\n)\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "value_type", "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["price_rule_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__price_rule')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation"], "alias": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35"}, "created_at": 1709613504.661572, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35\") }}", "language": "sql", "refs": [{"name": "stg_shopify__price_rule", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__price_rule"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_bbdd53a660cd334530c0ba821c9dba35.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n price_rule_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n group by price_rule_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__price_rule", "attached_node": "model.shopify_source.stg_shopify__price_rule"}, "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "product_image_id", "model": "{{ get_where_subquery(ref('stg_shopify__product_image')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__product_image_product_image_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__product_image_product_image_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c", "fqn": ["shopify_source", "not_null_stg_shopify__product_image_product_image_id"], "alias": "not_null_stg_shopify__product_image_product_image_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.6639569, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__product_image", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_image"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__product_image_product_image_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_image_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\nwhere product_image_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "product_image_id", "file_key_name": "models.stg_shopify__product_image", "attached_node": "model.shopify_source.stg_shopify__product_image"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_image_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product_image')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation"], "alias": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93"}, "created_at": 1709613504.664993, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product_image", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_image"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_f117364724e0106c39d8652ef082ff93.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_image_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n group by product_image_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product_image", "attached_node": "model.shopify_source.stg_shopify__product_image"}, "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "index", "model": "{{ get_where_subquery(ref('stg_shopify__product_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__product_tag_index", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__product_tag_index.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019", "fqn": ["shopify_source", "not_null_stg_shopify__product_tag_index"], "alias": "not_null_stg_shopify__product_tag_index", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.667375, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__product_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__product_tag_index.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\nwhere index is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "index", "file_key_name": "models.stg_shopify__product_tag", "attached_node": "model.shopify_source.stg_shopify__product_tag"}, "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "product_id", "model": "{{ get_where_subquery(ref('stg_shopify__product_tag')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__product_tag_product_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__product_tag_product_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3", "fqn": ["shopify_source", "not_null_stg_shopify__product_tag_product_id"], "alias": "not_null_stg_shopify__product_tag_product_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.668405, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__product_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__product_tag_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\nwhere product_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "product_id", "file_key_name": "models.stg_shopify__product_tag", "attached_node": "model.shopify_source.stg_shopify__product_tag"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__product_tag')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed"}, "created_at": 1709613504.66958, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed\") }}", "language": "sql", "refs": [{"name": "stg_shopify__product_tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__product_tag"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_98d97143f1533b4b0a8748d153cc10ed.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n group by product_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__product_tag", "attached_node": "model.shopify_source.stg_shopify__product_tag"}, "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "shop_id", "model": "{{ get_where_subquery(ref('stg_shopify__shop')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__shop_shop_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__shop_shop_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe", "fqn": ["shopify_source", "not_null_stg_shopify__shop_shop_id"], "alias": "not_null_stg_shopify__shop_shop_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.671824, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__shop", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__shop"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__shop_shop_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect shop_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\"\nwhere shop_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "shop_id", "file_key_name": "models.stg_shopify__shop", "attached_node": "model.shopify_source.stg_shopify__shop"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["shop_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__shop')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation"], "alias": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e"}, "created_at": 1709613504.673009, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e\") }}", "language": "sql", "refs": [{"name": "stg_shopify__shop", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__shop"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_4a46d039ec9d10e9bd7b51862590e22e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n shop_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\"\n group by shop_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__shop", "attached_node": "model.shopify_source.stg_shopify__shop"}, "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "transaction_id", "model": "{{ get_where_subquery(ref('stg_shopify__tender_transaction')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__tender_transaction_transaction_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__tender_transaction_transaction_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1", "fqn": ["shopify_source", "not_null_stg_shopify__tender_transaction_transaction_id"], "alias": "not_null_stg_shopify__tender_transaction_transaction_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.6754088, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__tender_transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__tender_transaction"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__tender_transaction_transaction_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect transaction_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\"\nwhere transaction_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "transaction_id", "file_key_name": "models.stg_shopify__tender_transaction", "attached_node": "model.shopify_source.stg_shopify__tender_transaction"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["transaction_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__tender_transaction')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473"}, "created_at": 1709613504.6764412, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473\") }}", "language": "sql", "refs": [{"name": "stg_shopify__tender_transaction", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__tender_transaction"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_d660b0e13029a1c24d5e54734a14b473.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\"\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__tender_transaction", "attached_node": "model.shopify_source.stg_shopify__tender_transaction"}, "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout_discount_code')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7", "fqn": ["shopify_source", "not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id"], "alias": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c"}, "created_at": 1709613504.678783, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__abandone_69cca4dad786feddbb78552d60221d7c.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect checkout_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\nwhere checkout_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_shopify__abandoned_checkout_discount_code", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["checkout_id", "code", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout_discount_code')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation"], "alias": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1"}, "created_at": 1709613504.679831, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_eb754e8b225c2d759ca01324f4b23cf1.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, code, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n group by checkout_id, code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__abandoned_checkout_discount_code", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code"}, "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "code", "model": "{{ get_where_subquery(ref('stg_shopify__order_discount_code')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_discount_code_code", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_discount_code_code.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f", "fqn": ["shopify_source", "not_null_stg_shopify__order_discount_code_code"], "alias": "not_null_stg_shopify__order_discount_code_code", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.682164, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_discount_code_code.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect code\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\nwhere code is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "code", "file_key_name": "models.stg_shopify__order_discount_code", "attached_node": "model.shopify_source.stg_shopify__order_discount_code"}, "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_shopify__order_discount_code')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_stg_shopify__order_discount_code_order_id", "resource_type": "test", "package_name": "shopify_source", "path": "not_null_stg_shopify__order_discount_code_order_id.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d", "fqn": ["shopify_source", "not_null_stg_shopify__order_discount_code_order_id"], "alias": "not_null_stg_shopify__order_discount_code_order_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.683191, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/not_null_stg_shopify__order_discount_code_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\nwhere order_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_shopify__order_discount_code", "attached_node": "model.shopify_source.stg_shopify__order_discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "code", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__order_discount_code')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation"], "alias": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07"}, "created_at": 1709613504.684222, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07\") }}", "language": "sql", "refs": [{"name": "stg_shopify__order_discount_code", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__order_discount_code"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_57c5d9ca573ddef4ad0efb8ee6cb1d07.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, code, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n group by order_id, code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__order_discount_code", "attached_node": "model.shopify_source.stg_shopify__order_discount_code"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["checkout_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__abandoned_checkout_shipping_line')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2"}, "created_at": 1709613504.68664, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2\") }}", "language": "sql", "refs": [{"name": "stg_shopify__abandoned_checkout_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_863aca0c0b1501c521a5008248acfee2.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n group by checkout_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__abandoned_checkout_shipping_line", "attached_node": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"}, "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601": {"test_metadata": {"name": "accepted_values", "kwargs": {"values": ["attempted_delivery", "delivered", "failure", "in_transit", "out_for_delivery", "ready_for_pickup", "picked_up", "label_printed", "label_purchased", "confirmed"], "column_name": "status", "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment_event')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed", "resource_type": "test", "package_name": "shopify_source", "path": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601", "fqn": ["shopify_source", "accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed"], "alias": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f"}, "created_at": 1709613504.689037, "relation_name": null, "raw_code": "{{ test_accepted_values(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_accepted_values", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment_event"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/accepted_values_stg_shopify__f_dedeafd665959576232d68017a86f88f.sql", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n status as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n group by status\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'attempted_delivery','delivered','failure','in_transit','out_for_delivery','ready_for_pickup','picked_up','label_printed','label_purchased','confirmed'\n)\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "status", "file_key_name": "models.stg_shopify__fulfillment_event", "attached_node": "model.shopify_source.stg_shopify__fulfillment_event"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["fulfillment_event_id", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__fulfillment_event')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation"], "alias": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd"}, "created_at": 1709613504.6927161, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd\") }}", "language": "sql", "refs": [{"name": "stg_shopify__fulfillment_event", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__fulfillment_event"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_ef0e8a476c13ca4460eccfe485b12fbd.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n fulfillment_event_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n group by fulfillment_event_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__fulfillment_event", "attached_node": "model.shopify_source.stg_shopify__fulfillment_event"}, "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_id", "index", "source_relation"], "model": "{{ get_where_subquery(ref('stg_shopify__tax_line')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation", "resource_type": "test", "package_name": "shopify_source", "path": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136.sql", "original_file_path": "models/stg_shopify.yml", "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800", "fqn": ["shopify_source", "dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation"], "alias": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136"}, "created_at": 1709613504.6950662, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136\") }}", "language": "sql", "refs": [{"name": "stg_shopify__tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify_source.stg_shopify__tax_line"]}, "compiled_path": "target/compiled/shopify_source/models/stg_shopify.yml/dbt_utils_unique_combination_o_1132518eed0ecad0770b55067f192136.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n group by order_line_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.stg_shopify__tax_line", "attached_node": "model.shopify_source.stg_shopify__tax_line"}, "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_cohorts')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "unique_shopify__customer_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "unique_shopify__customer_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a", "fqn": ["shopify", "unique_shopify__customer_cohorts_customer_cohort_id"], "alias": "unique_shopify__customer_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.79526, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/unique_shopify__customer_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n customer_cohort_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_cohorts\"\nwhere customer_cohort_id is not null\ngroup by customer_cohort_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_cohorts", "attached_node": "model.shopify.shopify__customer_cohorts"}, "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_cohorts')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_shopify__customer_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__customer_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925", "fqn": ["shopify", "not_null_shopify__customer_cohorts_customer_cohort_id"], "alias": "not_null_shopify__customer_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.7964249, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__customer_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_cohort_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_cohorts\"\nwhere customer_cohort_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_cohorts", "attached_node": "model.shopify.shopify__customer_cohorts"}, "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_email_cohorts')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "unique_shopify__customer_email_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "unique_shopify__customer_email_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182", "fqn": ["shopify", "unique_shopify__customer_email_cohorts_customer_cohort_id"], "alias": "unique_shopify__customer_email_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.7974741, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_email_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_email_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/unique_shopify__customer_email_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n customer_cohort_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_email_cohorts\"\nwhere customer_cohort_id is not null\ngroup by customer_cohort_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_email_cohorts", "attached_node": "model.shopify.shopify__customer_email_cohorts"}, "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_cohort_id", "model": "{{ get_where_subquery(ref('shopify__customer_email_cohorts')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_shopify__customer_email_cohorts_customer_cohort_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__customer_email_cohorts_customer_cohort_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48", "fqn": ["shopify", "not_null_shopify__customer_email_cohorts_customer_cohort_id"], "alias": "not_null_shopify__customer_email_cohorts_customer_cohort_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.7986538, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__customer_email_cohorts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_email_cohorts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__customer_email_cohorts_customer_cohort_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_cohort_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_email_cohorts\"\nwhere customer_cohort_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "customer_cohort_id", "file_key_name": "models.shopify__customer_email_cohorts", "attached_node": "model.shopify.shopify__customer_email_cohorts"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__orders')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce"}, "created_at": 1709613504.799685, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce\") }}", "language": "sql", "refs": [{"name": "shopify__orders", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__orders"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_0e30d4742af59bda60aa3c3f634a72ce.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__orders", "attached_node": "model.shopify.shopify__orders"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__customers')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation"], "alias": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696"}, "created_at": 1709613504.802229, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696\") }}", "language": "sql", "refs": [{"name": "shopify__customers", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customers"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_93b849a7493f07ea332b58b74fbb6696.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customers\"\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__customers", "attached_node": "model.shopify.shopify__customers"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["email", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__customer_emails')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation"], "alias": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f"}, "created_at": 1709613504.8046122, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f\") }}", "language": "sql", "refs": [{"name": "shopify__customer_emails", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customer_emails"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_a037bdcec34d5e6ecbd4cfad6b54088f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n email, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_emails\"\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__customer_emails", "attached_node": "model.shopify.shopify__customer_emails"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__products')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa"}, "created_at": 1709613504.806834, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa\") }}", "language": "sql", "refs": [{"name": "shopify__products", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__products"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_64adf669e5f645d81dbdf6d5d3a930fa.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__products\"\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__products", "attached_node": "model.shopify.shopify__products"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_line_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__order_lines')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation"], "alias": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40"}, "created_at": 1709613504.809205, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40\") }}", "language": "sql", "refs": [{"name": "shopify__order_lines", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__order_lines"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_0bd7a3e6d2ce7dc1c5c09d9f9d5f6b40.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n group by order_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__order_lines", "attached_node": "model.shopify.shopify__order_lines"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["transaction_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__transactions')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation"], "alias": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb"}, "created_at": 1709613504.8117278, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb\") }}", "language": "sql", "refs": [{"name": "shopify__transactions", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__transactions"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_8e8f17b2e5241cc1e3a33f9fa479a3fb.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__transactions", "attached_node": "model.shopify.shopify__transactions"}, "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "inventory_item_id", "model": "{{ get_where_subquery(ref('shopify__inventory_levels')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_shopify__inventory_levels_inventory_item_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__inventory_levels_inventory_item_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56", "fqn": ["shopify", "not_null_shopify__inventory_levels_inventory_item_id"], "alias": "not_null_shopify__inventory_levels_inventory_item_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.814077, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__inventory_levels", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__inventory_levels"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__inventory_levels_inventory_item_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\"\nwhere inventory_item_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "inventory_item_id", "file_key_name": "models.shopify__inventory_levels", "attached_node": "model.shopify.shopify__inventory_levels"}, "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "location_id", "model": "{{ get_where_subquery(ref('shopify__inventory_levels')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_shopify__inventory_levels_location_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__inventory_levels_location_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0", "fqn": ["shopify", "not_null_shopify__inventory_levels_location_id"], "alias": "not_null_shopify__inventory_levels_location_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.8150988, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__inventory_levels", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__inventory_levels"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__inventory_levels_location_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\"\nwhere location_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "location_id", "file_key_name": "models.shopify__inventory_levels", "attached_node": "model.shopify.shopify__inventory_levels"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["inventory_item_id", "location_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__inventory_levels')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b"}, "created_at": 1709613504.816124, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b\") }}", "language": "sql", "refs": [{"name": "shopify__inventory_levels", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__inventory_levels"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_dfc251380c6ee155deabda0cc246b36b.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, location_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\"\n group by inventory_item_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__inventory_levels", "attached_node": "model.shopify.shopify__inventory_levels"}, "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "discount_code_id", "model": "{{ get_where_subquery(ref('shopify__discounts')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_shopify__discounts_discount_code_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__discounts_discount_code_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81", "fqn": ["shopify", "not_null_shopify__discounts_discount_code_id"], "alias": "not_null_shopify__discounts_discount_code_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.81849, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__discounts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__discounts_discount_code_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_code_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\"\nwhere discount_code_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "discount_code_id", "file_key_name": "models.shopify__discounts", "attached_node": "model.shopify.shopify__discounts"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["code", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__discounts')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation"], "alias": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "warn", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "warn", "alias": "dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e"}, "created_at": 1709613504.819524, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(severity=\"warn\",alias=\"dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e\") }}", "language": "sql", "refs": [{"name": "shopify__discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__discounts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_3619981b09484efc5c9e587980d5d04e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n code, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\"\n group by code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__discounts", "attached_node": "model.shopify.shopify__discounts"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["discount_code_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__discounts')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206", "fqn": ["shopify", "dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "error", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"severity": "error", "alias": "dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373"}, "created_at": 1709613504.821922, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(severity=\"error\",alias=\"dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373\") }}", "language": "sql", "refs": [{"name": "shopify__discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__discounts"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/dbt_utils_unique_combination_o_d741fa0b332c04fff7cf2062334fd373.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n discount_code_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\"\n group by discount_code_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__discounts", "attached_node": "model.shopify.shopify__discounts"}, "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "shop_id", "model": "{{ get_where_subquery(ref('shopify__daily_shop')) }}"}, "namespace": null}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "not_null_shopify__daily_shop_shop_id", "resource_type": "test", "package_name": "shopify", "path": "not_null_shopify__daily_shop_shop_id.sql", "original_file_path": "models/shopify.yml", "unique_id": "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f", "fqn": ["shopify", "not_null_shopify__daily_shop_shop_id"], "alias": "not_null_shopify__daily_shop_shop_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {}, "created_at": 1709613504.824299, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "shopify__daily_shop", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__daily_shop"]}, "compiled_path": "target/compiled/shopify/models/shopify.yml/not_null_shopify__daily_shop_shop_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect shop_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__daily_shop\"\nwhere shop_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "shop_id", "file_key_name": "models.shopify__daily_shop", "attached_node": "model.shopify.shopify__daily_shop"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["customer_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__customers__order_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation"], "alias": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3"}, "created_at": 1709613504.82947, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3\") }}", "language": "sql", "refs": [{"name": "shopify__customers__order_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__customers__order_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_4d1af0d9338b2b5b246e23c580e294e3.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n customer_id, source_relation\n from __dbt__cte__shopify__customers__order_aggregates\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.shopify__customers__order_aggregates", "sql": " __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__customers__order_aggregates", "attached_node": "model.shopify.shopify__customers__order_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('shopify__orders__order_line_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04"}, "created_at": 1709613504.8317802, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04\") }}", "language": "sql", "refs": [{"name": "shopify__orders__order_line_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.shopify__orders__order_line_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_3ae1e43ee344b59ccef000bf524f1f04.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), validation_errors as (\n\n select\n order_id, source_relation\n from __dbt__cte__shopify__orders__order_line_aggregates\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.shopify__orders__order_line_aggregates", "attached_node": "model.shopify.shopify__orders__order_line_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["email", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__emails__order_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation"], "alias": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1"}, "created_at": 1709613504.834103, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1\") }}", "language": "sql", "refs": [{"name": "int_shopify__emails__order_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__emails__order_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_3413ddd831f02d9d3d2775f9dfc10df1.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n email, source_relation\n from __dbt__cte__int_shopify__emails__order_aggregates\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}, {"id": "model.shopify.shopify__orders__order_line_aggregates", "sql": " __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n)"}, {"id": "model.shopify.int_shopify__emails__order_aggregates", "sql": " __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__emails__order_aggregates", "attached_node": "model.shopify.int_shopify__emails__order_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["email", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__customer_email_rollup')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation"], "alias": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce"}, "created_at": 1709613504.836467, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce\") }}", "language": "sql", "refs": [{"name": "int_shopify__customer_email_rollup", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__customer_email_rollup"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_b2d9beab50cba4ec68a90514dcea01ce.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n email, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"int_shopify__customer_email_rollup\"\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__customer_email_rollup", "attached_node": "model.shopify.int_shopify__customer_email_rollup"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["variant_id", "location_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__inventory_level__aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation"], "alias": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e"}, "created_at": 1709613504.8387089, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e\") }}", "language": "sql", "refs": [{"name": "int_shopify__inventory_level__aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__inventory_level__aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_d6a2a160f207229d97b648f0069fee1e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n),\n\nfulfillment as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n variant_id, location_id, source_relation\n from __dbt__cte__int_shopify__inventory_level__aggregates\n group by variant_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.shopify__orders__order_refunds", "sql": " __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n)"}, {"id": "model.shopify.int_shopify__inventory_level__aggregates", "sql": " __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n),\n\nfulfillment as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__inventory_level__aggregates", "attached_node": "model.shopify.int_shopify__inventory_level__aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["code", "type", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__discounts__order_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation"], "alias": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13"}, "created_at": 1709613504.841058, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13\") }}", "language": "sql", "refs": [{"name": "int_shopify__discounts__order_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__discounts__order_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_16fa63126d6426682f1ed1d07e35ca13.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n), validation_errors as (\n\n select\n code, type, source_relation\n from __dbt__cte__int_shopify__discounts__order_aggregates\n group by code, type, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__discounts__order_aggregates", "sql": " __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__discounts__order_aggregates", "attached_node": "model.shopify.int_shopify__discounts__order_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["code", "type", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__discounts__abandoned_checkouts')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation"], "alias": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936"}, "created_at": 1709613504.8433878, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936\") }}", "language": "sql", "refs": [{"name": "int_shopify__discounts__abandoned_checkouts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__discounts__abandoned_checkouts"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_400e4c10f4dc60b813509ec48670e936.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n), validation_errors as (\n\n select\n code, type, source_relation\n from __dbt__cte__int_shopify__discounts__abandoned_checkouts\n group by code, type, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__discounts__abandoned_checkouts", "sql": " __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__discounts__abandoned_checkouts", "attached_node": "model.shopify.int_shopify__discounts__abandoned_checkouts"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__order__shipping_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation"], "alias": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac"}, "created_at": 1709613504.8457139, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac\") }}", "language": "sql", "refs": [{"name": "int_shopify__order__shipping_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__order__shipping_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_eb3690dd1b28b990285c194e64469aac.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), validation_errors as (\n\n select\n order_id, source_relation\n from __dbt__cte__int_shopify__order__shipping_aggregates\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__order__shipping_aggregates", "sql": " __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__order__shipping_aggregates", "attached_node": "model.shopify.int_shopify__order__shipping_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__product__order_line_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28"}, "created_at": 1709613504.848471, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28\") }}", "language": "sql", "refs": [{"name": "int_shopify__product__order_line_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__product__order_line_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_3567d8646c8635cb0bb0c90d50675c28.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n), validation_errors as (\n\n select\n product_id, source_relation\n from __dbt__cte__int_shopify__product__order_line_aggregates\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__product__order_line_aggregates", "sql": " __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__product__order_line_aggregates", "attached_node": "model.shopify.int_shopify__product__order_line_aggregates"}, "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["product_id", "source_relation"], "model": "{{ get_where_subquery(ref('int_shopify__products_with_aggregates')) }}"}, "namespace": "dbt_utils"}, "database": "dev", "schema": "shopify_integration_tests_6_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation", "resource_type": "test", "package_name": "shopify", "path": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04.sql", "original_file_path": "models/intermediate/intermediate.yml", "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c", "fqn": ["shopify", "intermediate", "dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation"], "alias": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "deferred": false, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04"}, "created_at": 1709613504.850702, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04\") }}", "language": "sql", "refs": [{"name": "int_shopify__products_with_aggregates", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.shopify.int_shopify__products_with_aggregates"]}, "compiled_path": "target/compiled/shopify/models/intermediate/intermediate.yml/dbt_utils_unique_combination_o_347b53509430f5e2ea1bbc3d54e6dd04.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n), \n\ncollection_product as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n),\n\ncollection as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct_image as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n listagg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n listagg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n), validation_errors as (\n\n select\n product_id, source_relation\n from __dbt__cte__int_shopify__products_with_aggregates\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.shopify.int_shopify__products_with_aggregates", "sql": " __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n), \n\ncollection_product as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n),\n\ncollection as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct_image as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n listagg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n listagg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": null, "file_key_name": "models.int_shopify__products_with_aggregates", "attached_node": "model.shopify.int_shopify__products_with_aggregates"}}, "sources": {"source.shopify_source.shopify.order": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order", "fqn": ["shopify_source", "shopify", "order"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_data", "quoting": {"database": null, "schema": null, "identifier": true, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "The ID of the app that created the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city, town, or village of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the region of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "browser_ip": {"name": "browser_ip", "description": "The IP address of the browser used by the customer when they placed the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Whether the customer consented to receive email updates from the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancel_reason": {"name": "cancel_reason", "description": "The reason why the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cancelled_at": {"name": "cancelled_at", "description": "The date and time when the order was canceled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID of the cart that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date and time when the order was closed (archived).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The autogenerated date and time when the order was created in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code for the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "The ID of the order's customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "financial_status": {"name": "financial_status", "description": "The status of payments associated with the order. Can only be set when the order is created", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "The order's status in terms of fulfilled line items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the order, used for API purposes. This is different from the order_number property, which is the ID used by the shop owner and customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the buyer landed when they entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the order was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The order name, generated by combining the order_number property with the order prefix and suffix that are set in the merchant's general settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "An optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "number": {"name": "number", "description": "The order's position in the shop's count of orders. Numbers are sequential and start at 1.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_number": {"name": "order_number", "description": "The order 's position in the shop's count of orders starting at 1001. Order numbers are sequential and start at 1001.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time when an order was processed. This value is the date that appears on your orders and that's used in the analytic reports.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website where the customer clicked a link to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city, town, or village of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the region (province, state, prefecture, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the region of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The postal code (zip, postcode, Eircode, \u2026) of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the order originated. Can be set only during order creation, and is not writeable afterwards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the order in the shop currency after discounts but before shipping, taxes, and tips in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxes_included": {"name": "taxes_included", "description": "Whether taxes are included in the order subtotal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether this is a test order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique token for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total discounts applied to the price of the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all line item prices in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of all line item prices, discounts, shipping, taxes, and tips in the shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the order in th shop currency. Must be positive.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all line item weights in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the order was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into Shopify POS who processed the order, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_token": {"name": "checkout_token", "description": "A unique value when referencing the checkout that's associated with the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "confirmed": {"name": "confirmed", "description": "Whether inventory has been reserved for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "A two-letter or three-letter language code, optionally followed by a region modifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the order's checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_status_url": {"name": "order_status_url", "description": "The URL pointing to the order status web page, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tip_received": {"name": "total_tip_received", "description": "The sum of all the tips in the order in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The presentment currency that was used to display prices to the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_shipping_price_set": {"name": "total_shipping_price_set", "description": "The total shipping price of the order, excluding discounts and returns, in shop and presentment currencies. If taxes_included is set to true, then total_shipping_price_set includes taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "Details of the browsing client, including software and operating versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax applied to the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts_set": {"name": "total_discounts_set", "description": "The total discounts applied to the price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price_set": {"name": "total_line_items_price_set", "description": "The total of all line item prices in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price_set": {"name": "total_price_set", "description": "The total price of the order in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "is_confirmed": {"name": "is_confirmed", "description": "Whether the order is confirmed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_identifier": {"name": "source_identifier", "description": "The ID of the order placed on the originating platform. This value doesn't correspond to the Shopify ID that's generated from a completed draft.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_data\"", "created_at": 1709613504.8545952}, "source.shopify_source.shopify.customer": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "customer", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.customer", "fqn": ["shopify_source", "shopify", "customer"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_customer_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a customer in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "accepts_marketing": {"name": "accepts_marketing", "description": "Whether the customer has consented to receive marketing material via email. Deprecated and will be coalesced with `email_marketing_consent_state`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "default_address_id": {"name": "default_address_id", "description": "The default address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The unique email address of the customer. Attempting to assign the same email address to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "A unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "orders_count": {"name": "orders_count", "description": "The number of orders associated with this customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The unique phone number (E.164 format) for this customer. Attempting to assign the same phone number to multiple customers returns an error.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "state": {"name": "state", "description": "The state of the customer's account with a shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_exempt": {"name": "tax_exempt", "description": "Whether the customer is exempt from paying taxes on their order. If true, then taxes won't be applied to an order at checkout. If false, then taxes will be applied at checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_spent": {"name": "total_spent", "description": "The total amount of money that the customer has spent across their order history.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the customer information was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "verified_email": {"name": "verified_email", "description": "Whether the customer has verified their email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_marketing_consent_state": {"name": "email_marketing_consent_state", "description": "The current email marketing state for the customer. New version of `accepts_marketing` field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_marketing_consent_opt_in_level": {"name": "email_marketing_consent_opt_in_level", "description": "The marketing subscription opt-in level, as described in the M3AAWG Sender Best Common Practices, that the customer gave when they consented to receive marketing material by email. New version of `marketing_opt_in_level` field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email_marketing_consent_consent_updated_at": {"name": "email_marketing_consent_consent_updated_at", "description": "The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is used. New version of `accepts_marketing_updated_at` field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "accepts_marketing_updated_at": {"name": "accepts_marketing_updated_at", "description": "Deprecated. The package will coalesce with `email_marketing_consent_consent_updated_at`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "marketing_opt_in_level": {"name": "marketing_opt_in_level", "description": "Deprecated. The package will coalesce with `email_marketing_consent_opt_in_level`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "A note about the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency that the customer used when they paid for their last order. Defaults to the shop currency. Returns the shop currency for test orders.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_customer_data\"", "created_at": 1709613504.854878}, "source.shopify_source.shopify.order_line": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_line", "fqn": ["shopify_source", "shopify", "order_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a line item for an order in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillable_quantity": {"name": "fulfillable_quantity", "description": "The amount available to fulfill, calculated as follows: quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_status": {"name": "fulfillment_status", "description": "How far along an order is in terms line items fulfilled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gift_card": {"name": "gift_card", "description": "Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the related order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the item before discounts have been applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The number of items that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_shipping": {"name": "requires_shipping", "description": "Whether the item requires shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The item's SKU (stock keeping unit).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxable": {"name": "taxable", "description": "Whether the item was taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount": {"name": "total_discount", "description": "The total amount of the discount allocated to the line item in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_id": {"name": "variant_id", "description": "The ID of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the item's supplier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the order line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price": {"name": "pre_tax_price", "description": "The pre tax price of the line item in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_tax_price_set": {"name": "pre_tax_price_set", "description": "The pre tax price of the line item in shop currency and presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The price of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "Tax code applied to the line item. As multiple taxes can apply to a line item, we recommend referring to `stg_shopify__tax_line`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discount_set": {"name": "total_discount_set", "description": "The total amount allocated to the line item in the presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_inventory_management": {"name": "variant_inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "properties": {"name": "properties", "description": "Line item properties.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_data\"", "created_at": 1709613504.85502}, "source.shopify_source.shopify.order_line_refund": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_line_refund", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_line_refund", "fqn": ["shopify_source", "shopify", "order_line_refund"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_line_refund_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a line item refund in Shopify.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique identifier of the line item in the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "TThe unique identifier of the location where the items will be restockedBD", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The ID of the related line item in the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity": {"name": "quantity", "description": "The quantity of the associated line item that was returned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID of the related refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock_type": {"name": "restock_type", "description": "How this refund line item affects inventory levels.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal": {"name": "subtotal", "description": "Subtotal amount of the order line refund in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The total tax applied to the refund in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_set": {"name": "subtotal_set", "description": "The subtotal of the refund line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax_set": {"name": "total_tax_set", "description": "The total tax of the line item in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_refund_data\"", "created_at": 1709613504.8551328}, "source.shopify_source.shopify.product": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "product", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product", "fqn": ["shopify_source", "shopify", "product"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_product_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a product in Shopify.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Whether the record has been deleted in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the product was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique human-friendly string for the product. Automatically generated from the product's title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "An unsigned 64-bit integer that's used as a unique identifier for the product. Each id is unique across the Shopify system. No two products will have the same id, even if they're from different shops.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_type": {"name": "product_type", "description": "A categorization for the product used for filtering and searching products.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the product is published to the Point of Sale channel.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "vendor": {"name": "vendor", "description": "The name of the product's vendor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the product. Valid values: - active: The product is ready to sell and is available to customers on the online store, sales channels, and apps. By default, existing products are set to active. - archived: The product is no longer being sold and isn't available to customers on sales channels and apps. - draft: The product isn't ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_data\"", "created_at": 1709613504.855244}, "source.shopify_source.shopify.product_variant": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "product_variant", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product_variant", "fqn": ["shopify_source", "shopify", "product_variant"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_product_variant_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a product variant in Shopify", "columns": {"barcode": {"name": "barcode", "description": "The barcode, UPC, or ISBN number for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "compare_at_price": {"name": "compare_at_price", "description": "The original price of the item before an adjustment or a sale in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the product variant was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_service": {"name": "fulfillment_service", "description": "The fulfillment service associated with the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "grams": {"name": "grams", "description": "The weight of the product variant in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique numeric identifier for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "image_id": {"name": "image_id", "description": "The unique numeric identifier for a product's image. The image must be associated to the same product as the variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The unique identifier for the inventory item, which is used in the Inventory API to query for inventory information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_management": {"name": "inventory_management", "description": "The fulfillment service that tracks the number of items in stock for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_policy": {"name": "inventory_policy", "description": "Whether customers are allowed to place an order for the product variant when it's out of stock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_quantity": {"name": "inventory_quantity", "description": "An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "old_inventory_quantity": {"name": "old_inventory_quantity", "description": "This property is deprecated. Use the InventoryLevel resource instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_1": {"name": "option_1", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_2": {"name": "option_2", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "option_3": {"name": "option_3", "description": "The custom properties that a shop owner uses to define product variants. You can define three options for a product variant: option1, option2, option3.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product variant in the list of product variants. The first position in the list is 1. The position of variants is indicated by the order in which they are listed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the product variant in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The unique numeric identifier for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_shipping": {"name": "requires_shipping", "description": "This property is deprecated. Use the `requires_shipping` property on the InventoryItem resource instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "A unique identifier for the product variant in the shop. Required in order to connect to a FulfillmentService.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxable": {"name": "taxable", "description": "Whether a tax is charged when the product variant is sold.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_code": {"name": "tax_code", "description": "This parameter applies only to the stores that have the Avalara AvaTax app installed. Specifies the Avalara tax code for the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the product variant. The title field is a concatenation of the option1, option2, and option3 fields. You can only update title indirectly using the option fields.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product variant was last modified. Gets returned in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight": {"name": "weight", "description": "The weight of the product variant in the unit system specified with weight_unit.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The unit of measurement that applies to the product variant's weight. If you don't specify a value for weight_unit, then the shop's default unit of measurement is applied. Valid values: g, kg, oz, and lb.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_variant_data\"", "created_at": 1709613504.8553689}, "source.shopify_source.shopify.transaction": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "transaction", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.transaction", "fqn": ["shopify_source", "shopify", "transaction"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_transaction_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a transaction in Shopify.", "columns": {"id": {"name": "id", "description": "The ID for the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID for the order that the transaction is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "The ID associated with a refund in the refund table.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of money included in the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization": {"name": "authorization", "description": "The authorization code associated with the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the transaction was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time when a transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID for the device.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The name of the gateway the transaction was issued through.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "The origin of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "A string generated by the payment provider with additional information about why the transaction succeeded or failed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the payment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "parent_id": {"name": "parent_id", "description": "The ID of an associated transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_avs_result_code": {"name": "payment_avs_result_code", "description": "The response code from the address verification system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_bin": {"name": "payment_credit_card_bin", "description": "The issuer identification number (IIN), formerly known as bank identification number (BIN) of the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_cvv_result_code": {"name": "payment_cvv_result_code", "description": "The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_number": {"name": "payment_credit_card_number", "description": "The customer's credit card number, with most of the leading digits redacted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_credit_card_company": {"name": "payment_credit_card_company", "description": "The name of the company that issued the customer's credit card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The transaction's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt": {"name": "receipt", "description": "A transaction receipt attached to the transaction by the gateway.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_id": {"name": "currency_exchange_id", "description": "The ID of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_adjustment": {"name": "currency_exchange_adjustment", "description": "The difference between the amounts on the associated transaction and the parent transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_original_amount": {"name": "currency_exchange_original_amount", "description": "The amount of the parent transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_final_amount": {"name": "currency_exchange_final_amount", "description": "The amount of the associated transaction in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency_exchange_currency": {"name": "currency_exchange_currency", "description": "The shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "error_code": {"name": "error_code", "description": "A standardized error code, independent of the payment provider.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether the transaction is a test transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID for the user who was logged into the Shopify POS device when the order was processed, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "authorization_expires_at": {"name": "authorization_expires_at", "description": "The date and time (ISO 8601 format) when the Shopify Payments authorization expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_transaction_data\"", "created_at": 1709613504.855498}, "source.shopify_source.shopify.refund": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "refund", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.refund", "fqn": ["shopify_source", "shopify", "refund"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_refund_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents a refund within Shopify.", "columns": {"id": {"name": "id", "description": "The unique numeric identifier for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of the date when the refund was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "Timestamp of the date when the refund was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "User generated note attached to the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "restock": {"name": "restock", "description": "Boolean indicating if the refund is a result of a restock.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "Reference to the user id which generated the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties_set": {"name": "total_duties_set", "description": "Record representing total duties set for the refund.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the refund is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_refund_data\"", "created_at": 1709613504.855597}, "source.shopify_source.shopify.order_adjustment": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_adjustment", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_adjustment", "fqn": ["shopify_source", "shopify", "order_adjustment"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_adjustment_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each record represents and adjustment to and order within Shopify.", "columns": {"id": {"name": "id", "description": "The unique numeric identifier for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Reference to the order which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "refund_id": {"name": "refund_id", "description": "Reference to the refund which the adjustment is associated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "Amount of the adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount": {"name": "tax_amount", "description": "Tax amount applied to the order adjustment in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "kind": {"name": "kind", "description": "The kind of order adjustment (eg. refund, restock, etc.).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "reason": {"name": "reason", "description": "The reason for the order adjustment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount_set": {"name": "amount_set", "description": "Amount set towards the order adjustment in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_amount_set": {"name": "tax_amount_set", "description": "Tax amount set towards the order adjustment in shop and presentment currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_adjustment_data\"", "created_at": 1709613504.855734}, "source.shopify_source.shopify.abandoned_checkout": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "abandoned_checkout", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.abandoned_checkout", "fqn": ["shopify_source", "shopify", "abandoned_checkout"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_abandoned_checkout_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A checkout is considered abandoned after the customer has added contact information, but before the customer has completed their purchase.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "abandoned_checkout_url": {"name": "abandoned_checkout_url", "description": "The recovery URL that's sent to a customer so they can recover their checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_1": {"name": "billing_address_address_1", "description": "The street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_address_2": {"name": "billing_address_address_2", "description": "An optional additional field for the street address of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_city": {"name": "billing_address_city", "description": "The city of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_company": {"name": "billing_address_company", "description": "The company of the person associated with the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country": {"name": "billing_address_country", "description": "The name of the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_country_code": {"name": "billing_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_first_name": {"name": "billing_address_first_name", "description": "The first name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_last_name": {"name": "billing_address_last_name", "description": "The last name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_latitude": {"name": "billing_address_latitude", "description": "The latitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_longitude": {"name": "billing_address_longitude", "description": "The longitude of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_name": {"name": "billing_address_name", "description": "The full name of the person associated with the payment method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_phone": {"name": "billing_address_phone", "description": "The phone number at the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province": {"name": "billing_address_province", "description": "The name of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_province_code": {"name": "billing_address_province_code", "description": "The two-letter abbreviation of the state or province of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "billing_address_zip": {"name": "billing_address_zip", "description": "The zip or postal code of the billing address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Whether the customer would like to receive email updates from the shop. This is set by the 'I want to receive occasional emails about new products, promotions and other news' checkbox during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cart_token": {"name": "cart_token", "description": "The ID for the cart that's attached to the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "closed_at": {"name": "closed_at", "description": "The date and time (ISO 8601 format) when the checkout was closed. If the checkout was not closed, then this value is null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) of the shop's default currency at the time of checkout. For the currency that the customer used at checkout, see `presentment_currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer with the abandoned checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_locale": {"name": "customer_locale", "description": "The two or three-letter language code, optionally followed by a region modifier. Example values - en, en-CA.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "device_id": {"name": "device_id", "description": "The ID of the Shopify POS device that created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The customer's email address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "gateway": {"name": "gateway", "description": "The payment gateway used by the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "landing_site_base_url": {"name": "landing_site_base_url", "description": "The URL for the page where the customer entered the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the physical location where the checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Checkout order number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "note": {"name": "note", "description": "The text of an optional note that a shop owner can attach to the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The customer's phone number for receiving SMS notifications.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "presentment_currency": {"name": "presentment_currency", "description": "The three-letter code (ISO 4217 format) of the currency that the customer used at checkout. For the shop's default currency, see `currency`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "referring_site": {"name": "referring_site", "description": "The website that referred the customer to the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_1": {"name": "shipping_address_address_1", "description": "The street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_address_2": {"name": "shipping_address_address_2", "description": "An optional additional field for the street address of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_city": {"name": "shipping_address_city", "description": "The city of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_company": {"name": "shipping_address_company", "description": "The company of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country": {"name": "shipping_address_country", "description": "The name of the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_country_code": {"name": "shipping_address_country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) for the country of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_first_name": {"name": "shipping_address_first_name", "description": "The first name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_last_name": {"name": "shipping_address_last_name", "description": "The last name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_latitude": {"name": "shipping_address_latitude", "description": "The latitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_longitude": {"name": "shipping_address_longitude", "description": "The longitude of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_name": {"name": "shipping_address_name", "description": "The full name of the person associated with the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_phone": {"name": "shipping_address_phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province": {"name": "shipping_address_province", "description": "The name of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_province_code": {"name": "shipping_address_province_code", "description": "The two-letter abbreviation of the state or province of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipping_address_zip": {"name": "shipping_address_zip", "description": "The zip or postal code of the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source_name": {"name": "source_name", "description": "Where the checkout originated. Valid values include `web`, `pos`, `iphone`, `android`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "subtotal_price": {"name": "subtotal_price", "description": "The price of the checkout in _presentment_ (customer) currency before shipping and taxes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxes_included": {"name": "taxes_included", "description": "Boolean representing whether taxes are included in the price.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "token": {"name": "token", "description": "A unique ID for a checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_discounts": {"name": "total_discounts", "description": "The total amount of discounts to be applied in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_duties": {"name": "total_duties", "description": "The total duties of the checkout in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of the prices of all line items in the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_price": {"name": "total_price", "description": "The sum of line item prices, all discounts, shipping costs, and taxes for the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_tax": {"name": "total_tax", "description": "The sum of all the taxes applied to the checkout in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "total_weight": {"name": "total_weight", "description": "The sum of all the weights in grams of the line items in the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the checkout was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user who created the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_data\"", "created_at": 1709613504.8558989}, "source.shopify_source.shopify.collection_product": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "collection_product", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.collection_product", "fqn": ["shopify_source", "shopify", "collection_product"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_collection_product_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table relating products to the collections they belong to. Use this instead of the deprecated `COLLECT` table.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "collection_id": {"name": "collection_id", "description": "ID referencing the `collection` the product belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID referencing the `product`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_collection_product_data\"", "created_at": 1709613504.855992}, "source.shopify_source.shopify.collection": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "collection", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.collection", "fqn": ["shopify_source", "shopify", "collection"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_collection_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A collection is a grouping of products that merchants can create to make their stores easier to browse. Merchants can create collections by selecting products individually or by defining rules that automatically determine whether products are included (aka a \"smart collection\").\n", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "disjunctive": {"name": "disjunctive", "description": "Boolean representing whether the `rules` or disjuctive (logical `OR`) or not. True = disjuctive, false = conjunctive (logical `AND`).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "handle": {"name": "handle", "description": "A unique, human-readable string for the collection automatically generated from its title. This is used in themes by the Liquid templating language to refer to the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "The time and date (ISO 8601 format) when the collection was made visible. Returns null for a hidden collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "published_scope": {"name": "published_scope", "description": "Whether the collection is published to the Point of Sale channel. Valid values `web` (the collection is published to the Online Store channel but not published to the Point of Sale channel) and `global` (the collection is published to both the Online Store channel and the Point of Sale channel).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rules": {"name": "rules", "description": "An array of rules that define what products go into the smart collection. Each rule (`column` -- `relation` --> `condition`) has these properties: - `column`: the property of a product being used to populate the smart collection. Ex: 'tag', 'type', 'vendor', 'variant_price', etc. - `relation`: The comparitive relationship between the column choice, and the condition ('equals', 'contains', 'greater_than', etc.) - condition: Select products for a smart collection using a condition. Values are either strings or numbers, depending on the relation value. See the [Shopify docs](https://shopify.dev/api/admin-rest/2022-10/resources/smartcollection#resource-object) for more.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sort_order": {"name": "sort_order", "description": "The order of the products in the collection. Valid values inclide - `alpha-asc`: The products are sorted alphabetically from A to Z. - `alpha-des`: The products are sorted alphabetically from Z to A. - `best-selling`: The products are sorted by number of sales. - `created`: The products are sorted by the date they were created, from oldest to newest. - `created-desc`: The products are sorted by the date they were created, from newest to oldest. - `manual`: The products are manually sorted by the shop owner. - `price-asc`: The products are sorted by price from lowest to highest. - `price-desc`: The products are sorted by price from highest to lowest.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the collection", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the collection was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_collection_data\"", "created_at": 1709613504.856094}, "source.shopify_source.shopify.customer_tag": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "customer_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.customer_tag", "fqn": ["shopify_source", "shopify", "customer_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_customer_tag_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Tags that the shop owner has attached to the customer. A customer can have up to 250 tags.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) represnting when the tag was placed on the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_id": {"name": "customer_id", "description": "ID of the customer being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_customer_tag_data\"", "created_at": 1709613504.8561878}, "source.shopify_source.shopify.discount_code": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "discount_code", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.discount_code", "fqn": ["shopify_source", "shopify", "discount_code"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_discount_code_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing discount codes that enable specific discounts to be redeemed. Merchants can distribute discount codes to their customers using a variety of means, such as an email or URL, and customers can apply these codes at checkout. Each discount code belongs to a price rule, which holds the logic for the discount.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The case-insensitive discount code that customers use at checkout. Shopify recommends this map onto the associated `price_rule.title`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the discount code was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_rule_id": {"name": "price_rule_id", "description": "The ID for the price rule that this discount code belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the discount code was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_count": {"name": "usage_count", "description": "The number of times that the discount code has been redeemed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_discount_code_data\"", "created_at": 1709613504.856283}, "source.shopify_source.shopify.fulfillment": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "fulfillment", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.fulfillment", "fqn": ["shopify_source", "shopify", "fulfillment"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_fulfillment_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A fulfillment order represents a group of one or more items in an order that will be fulfilled from the same location. A fulfillment represents work that is completed as part of a fulfillment order and can include one or more items.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the fulfillment was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The unique identifier of the location that the fulfillment was processed at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The uniquely identifying fulfillment name, consisting of two parts separated by a .. The first part represents the order name and the second part represents the fulfillment number. The fulfillment number automatically increments depending on how many fulfillments are in an order (e.g. #1001.1, #1001.2).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The unique numeric identifier for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "receipt_authorization": {"name": "receipt_authorization", "description": "The authorization code from the receipt.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "service": {"name": "service", "description": "The fulfillment service associated with the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shipment_status": {"name": "shipment_status", "description": "The current shipment status of the fulfillment. Valid values include: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was succesfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment. Valid values include: - pending: Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to 'open' or 'success'. - open: The fulfillment has been acknowledged by the service and is in processing. - success: The fulfillment was successful. - cancelled: The fulfillment was cancelled. - error: There was an error with the fulfillment request. - failure: The fulfillment request failed.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_company": {"name": "tracking_company", "description": "The name of the tracking company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_number": {"name": "tracking_number", "description": "Primary tracking number for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_numbers": {"name": "tracking_numbers", "description": "A list of tracking numbers, provided by the shipping company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracking_urls": {"name": "tracking_urls", "description": "The URLs of tracking pages for the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_data\"", "created_at": 1709613504.8563871}, "source.shopify_source.shopify.inventory_item": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "inventory_item", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.inventory_item", "fqn": ["shopify_source", "shopify", "inventory_item"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_inventory_item_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "An inventory item represents a physical good. It holds essential information about the physical good, including its SKU and whether its inventory is tracked. There is a 1:1 relationship between a product variant and an inventory item.\n", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cost": {"name": "cost", "description": "The unit cost of the inventory item. The shop's default currency is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code_of_origin": {"name": "country_code_of_origin", "description": "The country code (ISO 3166-1 alpha-2) of where the item came from.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the inventory item was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code_of_origin": {"name": "province_code_of_origin", "description": "The province code (ISO 3166-2 alpha-2) of where the item came from. The province code is only used if the shipping provider for the inventory item is Canada Post.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_shipping": {"name": "requires_shipping", "description": "Boolean representing whether a customer needs to provide a shipping address when placing an order containing the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "sku": {"name": "sku", "description": "The unique SKU (stock keeping unit) of the inventory item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tracked": {"name": "tracked", "description": "Boolean representing whether inventory levels are tracked for the item. If true, then the inventory quantity changes are tracked by Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory item was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_item_data\"", "created_at": 1709613504.856488}, "source.shopify_source.shopify.inventory_level": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "inventory_level", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.inventory_level", "fqn": ["shopify_source", "shopify", "inventory_level"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_inventory_level_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "An inventory level represents the quantities of an inventory item for a location.\nEach inventory level belongs to one inventory item and has one location. For every location where an inventory item can be stocked, there's an inventory level that represents the inventory item's quantities relating to that location.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "available": {"name": "available", "description": "The available quantity of an inventory item at the inventory level's associated location. Returns null if the inventory item is not tracked.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "inventory_item_id": {"name": "inventory_item_id", "description": "The ID of the inventory item associated with the inventory level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "location_id": {"name": "location_id", "description": "The ID of the location that the inventory level belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the inventory level was last modified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_level_data\"", "created_at": 1709613504.8566148}, "source.shopify_source.shopify.location": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "location", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.location", "fqn": ["shopify_source", "shopify", "location"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_location_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "A location represents a geographical location where your stores, pop-up stores, headquarters, and warehouses exist.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "active": {"name": "active", "description": "Boolean representing whether the location is active. If true, then the location can be used to sell products, stock inventory, and fulfill orders.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the location's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country the location is in (two-letter code).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter code (ISO 3166-1 alpha-2 format) corresponding to country the location is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "Full name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the location was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "legacy": {"name": "legacy", "description": "Boolean representing whether this is a fulfillment service location. If true, then the location is a fulfillment service location. If false, then the location was created by the merchant and isn't tied to a fulfillment service.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_country_name": {"name": "localized_country_name", "description": "The localized name of the location's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "localized_province_name": {"name": "localized_province_name", "description": "The localized name of the location's region. Typically a province, state, or district.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number of the location. This value can contain special characters, such as - or +.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province, state, or district of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The province, state, or district code (ISO 3166-2 alpha-2 format) of the location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the location was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_location_data\"", "created_at": 1709613504.8567271}, "source.shopify_source.shopify.metafield": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "metafield", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.metafield", "fqn": ["shopify_source", "shopify", "metafield"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_metafield_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Metafields are a flexible way to attach additional information to a Shopify resource (e.g. Product, Collection, etc.). Some examples of data stored using metafields include specifications, size charts, downloadable documents, release dates, images, or part numbers. Metafields are identified by an owner resource, a namespace, and a key and they store a value along with type information for that context.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the metafield was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "description": {"name": "description", "description": "A description of the information that the metafield contains.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The unique ID of the metafield.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "The key of the metafield. Keys can be up to 64 characters long and can contain alphanumeric characters, hyphens, underscores, and periods.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "namespace": {"name": "namespace", "description": "A container for a group of metafields. Grouping metafields within a namespace prevents your metafields from conflicting with other metafields with the same key name. Must have between 3-255 characters.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_id": {"name": "owner_id", "description": "The unique ID of the resource that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "owner_resource": {"name": "owner_resource", "description": "The type of resource (table) that the metafield is attached to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of data that the metafield stores in the `value` field. Refer to the [list](https://shopify.dev/apps/metafields/types) of supported types. Use this instead of `value_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the metafield was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The data to store in the metafield. The value is always stored as a string, regardless of the metafield's type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "DEPRECATED as of [June 2022](https://fivetran.com/docs/applications/shopify/changelog#june2022). Use `type` instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_metafield_data\"", "created_at": 1709613504.85683}, "source.shopify_source.shopify.order_note_attribute": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_note_attribute", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_note_attribute", "fqn": ["shopify_source", "shopify", "order_note_attribute"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_note_attribute_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing custom attributes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID referencing the order the note attribute belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the attribute.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_note_attribute_data\"", "created_at": 1709613504.8569238}, "source.shopify_source.shopify.order_shipping_line": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_shipping_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_shipping_line", "fqn": ["shopify_source", "shopify", "order_shipping_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_shipping_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Represents the shipping details that the customer chose for their order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in the shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price_set": {"name": "discounted_price_set", "description": "The pre-tax shipping price with discounts applied (JSON) in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "A globally-unique identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the associated order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "Returns the price of the shipping line in shop currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "Returns the price of the shipping line (JSON) in presentment and shop currencies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requested_fulfillment_service_id": {"name": "requested_fulfillment_service_id", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "Returns the rate source for the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "Returns the title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_line_data\"", "created_at": 1709613504.8570318}, "source.shopify_source.shopify.order_shipping_tax_line": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_shipping_tax_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_shipping_tax_line", "fqn": ["shopify_source", "shopify", "order_shipping_tax_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_shipping_tax_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Represents taxes associated with order shipping lines.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (from 1) representing the order of shipping lines per order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_shipping_line_id": {"name": "order_shipping_line_id", "description": "ID of the order shipping line this recod is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns (JSON).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_tax_line_data\"", "created_at": 1709613504.8571289}, "source.shopify_source.shopify.order_tag": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_tag", "fqn": ["shopify_source", "shopify", "order_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_tag_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Tags that the shop owner has attached to the order.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) represnting when the tag was placed on the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_tag_data\"", "created_at": 1709613504.8572228}, "source.shopify_source.shopify.order_url_tag": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_url_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_url_tag", "fqn": ["shopify_source", "shopify", "order_url_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_url_tag_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Key-value tags that the shop owner has attached to the order url.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "key": {"name": "key", "description": "Key of the tag pair.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "ID of the order url being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_url_tag_data\"", "created_at": 1709613504.857316}, "source.shopify_source.shopify.price_rule": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "price_rule", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.price_rule", "fqn": ["shopify_source", "shopify", "price_rule"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_price_rule_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing price rules. You can use price rules to create discounts dependent on conditions. Merchants can distribute the discount codes to their customers. Using price rules, you can create discounts that specify a discount as a percentage, a fixed amount, or free shipping. You use entitlements and prerequisites to dynamically build these discounts.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_limit": {"name": "allocation_limit", "description": "The number of times the discount can be allocated on the cart - if eligible. For example a Buy 1 hat Get 1 hat for free discount can be applied 3 times on a cart having more than 6 hats, where maximum of 3 hats get discounted - if the allocation_limit is 3. Empty (null) allocation_limit means unlimited number of allocations.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "allocation_method": {"name": "allocation_method", "description": "The allocation method of the price rule. Valid values include `each` (the discount is applied to each of the entitled items. For example, for a price rule that takes $15 off, each entitled line item in a checkout will be discounted by $15) and `across` (the calculated discount amount will be applied across the entitled items. For example, for a price rule that takes $15 off, the discount will be applied across all the entitled items).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the price rule was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_selection": {"name": "customer_selection", "description": "The customer selection for the price rule. Valid values include `all` (the price rule is valid for all customers) and `prerequisite` (the customer must either belong to one of the customer segments specified by customer_segment_prerequisite_ids, or be one of the customers specified by prerequisite_customer_ids).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "ends_at": {"name": "ends_at", "description": "The date and time (ISO 8601 format) when the price rule ends. Must be after starts_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the price rule.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "once_per_customer": {"name": "once_per_customer", "description": "Boolean representing whether the generated discount code will be valid only for a single use per customer. This is tracked using customer ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_quantity_range": {"name": "prerequisite_quantity_range", "description": "If `customer_selection` is `prerequisite`, the minimum number of items for the price rule to be applicable. The quantity of an entitled cart item must be greater than or equal to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_shipping_price_range": {"name": "prerequisite_shipping_price_range", "description": "If `customer_selection` is `prerequisite`, the maximum shipping price for the price rule to be applicable. The shipping price must be less than or equal to this value", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_subtotal_range": {"name": "prerequisite_subtotal_range", "description": "If `customer_selection` is `prerequisite`, the minimum subtotal for the price rule to be applicable. The subtotal of the entitled cart items must be greater than or equal to this value for the discount to apply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "prerequisite_to_entitlement_purchase_prerequisite_amount": {"name": "prerequisite_to_entitlement_purchase_prerequisite_amount", "description": "If `customer_selection` is `prerequisite`, the prerequisite purchase for a Buy X Get Y discount. The minimum purchase amount required to be entitled to the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_ratio_entitled_quantity": {"name": "quantity_ratio_entitled_quantity", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this is the offered 'get' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "quantity_ratio_prerequisite_quantity": {"name": "quantity_ratio_prerequisite_quantity", "description": "If `customer_selection` is `prerequisite`, in a Buy/Get ratio for a Buy X Get Y discount, this defines the necessary 'buy' quantity.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "starts_at": {"name": "starts_at", "description": "The date and time (ISO 8601 format) when the price rule starts.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_selection": {"name": "target_selection", "description": "The target selection method of the price rule. Valid values include `all` (the price rule applies the discount to all line items in the checkout) and `entitled` (the price rule applies the discount to selected entitlements only).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "target_type": {"name": "target_type", "description": "The target type that the price rule applies to. Valid values include `line_item` (the price rule applies to the cart's line items) and `shipping_line` (the price rule applies to the cart's shipping lines).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the price rule. This is used by the Shopify admin search to retrieve discounts. It is also displayed on the Discounts page of the Shopify admin for bulk discounts. Shopify recommends that this map onto the associated `discount_code.code`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the price rule was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "usage_limit": {"name": "usage_limit", "description": "The maximum number of times the price rule can be used, per discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "The value of the price rule. If if the value of `target_type` is `shipping_line`, then only -100 is accepted. The value must be negative.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value_type": {"name": "value_type", "description": "The value type of the price rule. Valid values include `fixed_amount` (applies a discount of value as a unit of the store's currency. For example, if value is -30 and the store's currency is USD, then $30 USD is deducted when the discount is applied) and `percentage` (applies a percentage discount of value. For example, if value is -30, then 30% will be deducted when the discount is applied).\nIf `target_type` is `shipping_line`, then only `percentage` is accepted.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_price_rule_data\"", "created_at": 1709613504.857429}, "source.shopify_source.shopify.product_image": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "product_image", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product_image", "fqn": ["shopify_source", "shopify", "product_image"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_product_image_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table storing hosted images of products.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time when the product image was created. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "height": {"name": "height", "description": "Height dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique numeric identifier of the product image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "position": {"name": "position", "description": "The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "The id of the product associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "src": {"name": "src", "description": "Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the product image was last modified. The API returns this value in ISO 8601 format.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "variant_ids": {"name": "variant_ids", "description": "An array of variant ids associated with the image.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "width": {"name": "width", "description": "Width dimension of the image which is determined on upload.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_image_data\"", "created_at": 1709613504.85753}, "source.shopify_source.shopify.product_tag": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "product_tag", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.product_tag", "fqn": ["shopify_source", "shopify", "product_tag"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_product_tag_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Tags that the shop owner has attached to the product.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (starting from 1) represnting when the tag was placed on the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "product_id": {"name": "product_id", "description": "ID of the product being tagged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "value": {"name": "value", "description": "Value of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_product_tag_data\"", "created_at": 1709613504.857656}, "source.shopify_source.shopify.shop": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "shop", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.shop", "fqn": ["shopify_source", "shopify", "shop"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_shop_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "The Shop resource is a collection of general business and store management settings and information about the store.", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_2": {"name": "address_2", "description": "The optional second line of the shop's street address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_api_supported": {"name": "checkout_api_supported", "description": "Boolean representing whether the shop is capable of accepting payments directly through the Checkout API.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The shop's city.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "cookie_consent_level": {"name": "cookie_consent_level", "description": "The cookie consent level defined on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The shop's country. In most cases, this value matches the country_code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_code": {"name": "country_code", "description": "The two-letter country code corresponding to the shop's country.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country_name": {"name": "country_name", "description": "The shop's normalized country name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "county_taxes": {"name": "county_taxes", "description": "Boolean representing whether the shop is applying taxes on a per-county basis. Only applicable to shops based in the US. Either `true` or `null` (not false, according to Shopify API docs).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601) when the shop was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the shop's default currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "customer_email": {"name": "customer_email", "description": "The contact email used for communication between the shop owner and the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "domain": {"name": "domain", "description": "The shop's domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "eligible_for_card_reader_giveaway": {"name": "eligible_for_card_reader_giveaway", "description": "Boolean representing whether the shop is eligible to receive a free credit card reader from Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "eligible_for_payments": {"name": "eligible_for_payments", "description": "Boolean representing whether the shop is eligible to use Shopify Payments.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "email": {"name": "email", "description": "The contact email used for communication between Shopify and the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "enabled_presentment_currencies": {"name": "enabled_presentment_currencies", "description": "An array of of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify Admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "force_ssl": {"name": "force_ssl", "description": "DEPRECATED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_apps_domain": {"name": "google_apps_domain", "description": "The GSuite URL for the store, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "google_apps_login_enabled": {"name": "google_apps_login_enabled", "description": "Boolean representing whether the GSuite login is enabled. Shops with this feature will be able to log in through the GSuite login page. Valid values are `true` and `null`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_discounts": {"name": "has_discounts", "description": "Boolean representing whether any active discounts exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_gift_cards": {"name": "has_gift_cards", "description": "Boolean representing whether any active gift cards exist for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "has_storefront": {"name": "has_storefront", "description": "Boolean representing whether this shop has an online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "iana_timezone": {"name": "iana_timezone", "description": "The name of the timezone assigned by the [IANA](https://www.iana.org/time-zones).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID for the shop. A 64-bit unsigned integer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "The latitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "The longitude of the shop's location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_format": {"name": "money_format", "description": "A string representing the way currency is formatted when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_in_emails_format": {"name": "money_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency isn't specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_format": {"name": "money_with_currency_format", "description": "A string representing the way currency is formatted when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "money_with_currency_in_emails_format": {"name": "money_with_currency_in_emails_format", "description": "A string representing the way currency is formatted in email notifications when the currency is specified.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "multi_location_enabled": {"name": "multi_location_enabled", "description": "DEPRECATED and hard-coded to `true`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "myshopify_domain": {"name": "myshopify_domain", "description": "The shop's .myshopify.com domain.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "name": {"name": "name", "description": "The name of the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "password_enabled": {"name": "password_enabled", "description": "Boolean representing whether the password protection page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The contact phone number for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_display_name": {"name": "plan_display_name", "description": "The display name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "plan_name": {"name": "plan_name", "description": "The name of the Shopify plan the shop is on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "pre_launch_enabled": {"name": "pre_launch_enabled", "description": "Boolen representing whether the pre-launch page is enabled on the shop's online store.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "primary_locale": {"name": "primary_locale", "description": "The shop's primary locale, as configured in the language settings of the shop's theme.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "primary_location_id": {"name": "primary_location_id", "description": "DEPRECATED. Formerly used for the ID of the shipping origin location.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The shop's normalized province or state name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province_code": {"name": "province_code", "description": "The two- or three-letter code for the shop's province or state.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requires_extra_payments_agreement": {"name": "requires_extra_payments_agreement", "description": "Boolean representing whether the shop requires an extra Shopify Payments agreement.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "setup_required": {"name": "setup_required", "description": "Boolean representing whether the shop has any outstanding setup steps.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_owner": {"name": "shop_owner", "description": "The username of the shop owner.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The handle of the partner account that referred the merchant to Shopify, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "tax_shipping": {"name": "tax_shipping", "description": "Boolean representing whether taxes are charged for shipping. Valid values are true or false.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "taxes_included": {"name": "taxes_included", "description": "Boolean representing whether applicable taxes are included in product prices. Valid values are true or null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "timezone": {"name": "timezone", "description": "The name of the timezone the shop is in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601) when the shop was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "weight_unit": {"name": "weight_unit", "description": "The default unit of weight measurement for the shop.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The shop's zip or postal code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_shop_data\"", "created_at": 1709613504.85781}, "source.shopify_source.shopify.tender_transaction": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "tender_transaction", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.tender_transaction", "fqn": ["shopify_source", "shopify", "tender_transaction"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_tender_transaction_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Each tender transaction represents money passing between the merchant and a customer. A tender transaction with a positive amount represents a transaction where the customer paid money to the merchant. A negative amount represents a transaction where the merchant refunded money back to the customer. Tender transactions represent transactions that modify the shop's balance.\n", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the tender transaction in the shop's currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "currency": {"name": "currency", "description": "The three-letter code (ISO 4217 format) for the currency used for the tender transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "The ID of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that the tender transaction belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "payment_method": {"name": "payment_method", "description": "Information about the payment method used for this transaction. Valid values include: - credit_card - cash - android_pay - apple_pay - google_pay - samsung_pay - shopify_pay - amazon - klarna - paypal - unknown - other\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "processed_at": {"name": "processed_at", "description": "The date and time (ISO 8601 format) when the tender transaction was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "remote_reference": {"name": "remote_reference", "description": "The remote (gateway) reference associated with the tender.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "test": {"name": "test", "description": "Whether the tender transaction is a test transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "The ID of the user logged into the Shopify POS device that processed the tender transaction, if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_tender_transaction_data\"", "created_at": 1709613504.857909}, "source.shopify_source.shopify.abandoned_checkout_discount_code": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "abandoned_checkout_discount_code", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.abandoned_checkout_discount_code", "fqn": ["shopify_source", "shopify", "abandoned_checkout_discount_code"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_abandoned_checkout_discount_code_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Abandoned checkouts that applied a discount code.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount of the discount in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "The discount code.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "When the checkout discount application was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discount_id": {"name": "discount_id", "description": "ID of the discount. Deprecated, use `code` instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index (from 1) representing the application of the discount to the checkout. Use the latest (highest index)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount. Valid values - percentage, shipping, fixed_amount. (default - fixed_amount)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "When the checkout's discount was last updated", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_discount_code_data\"", "created_at": 1709613504.8580108}, "source.shopify_source.shopify.order_discount_code": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "order_discount_code", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.order_discount_code", "fqn": ["shopify_source", "shopify", "order_discount_code"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_order_discount_code_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Discount codes placed on orders.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "amount": {"name": "amount", "description": "The amount that's deducted from the order total.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "This property returns the discount code that was entered at checkout. Otherwise this property returns the title of the discount that was applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "Associated order ID.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "type": {"name": "type", "description": "The type of discount - `fixed_amount`, `percentage`, or `shipping`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_order_discount_code_data\"", "created_at": 1709613504.8581061}, "source.shopify_source.shopify.abandoned_checkout_shipping_line": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "abandoned_checkout_shipping_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.abandoned_checkout_shipping_line", "fqn": ["shopify_source", "shopify", "abandoned_checkout_shipping_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_abandoned_checkout_shipping_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Shipping lines associated with abandoned checkouts.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "carrier_identifier": {"name": "carrier_identifier", "description": "A reference to the carrier service that provided the rate. Present when the rate was computed by a third-party carrier service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "checkout_id": {"name": "checkout_id", "description": "ID of the checkout that was abandoned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "code": {"name": "code", "description": "A reference to the shipping method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_category": {"name": "delivery_category", "description": "The general classification of the delivery method.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range": {"name": "delivery_expectation_range", "description": "Expected delivery date range.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_max": {"name": "delivery_expectation_range_max", "description": "Latest expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_range_min": {"name": "delivery_expectation_range_min", "description": "Earliest possible expected delivery date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "delivery_expectation_type": {"name": "delivery_expectation_type", "description": "Type of expected delivery.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "discounted_price": {"name": "discounted_price", "description": "The pre-tax shipping price with discounts applied in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique ID of the abandoned checkout shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "Index of the line amongst shipping lines for this checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "original_shop_price": {"name": "original_shop_price", "description": "The pre-tax shipping price without any discounts applied in _presentment_ (customer) currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "phone": {"name": "phone", "description": "The phone number at the shipping address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The price of the shipping method in presentment currency.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "requested_fulfillment_service_id": {"name": "requested_fulfillment_service_id", "description": "The fulfillment service requested for the shipping method. Present if the shipping method requires processing by a third party fulfillment service.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "source": {"name": "source", "description": "The channel where the checkout originated. Example value - shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The title of the shipping method. Example value - International Shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_shipping_line_data\"", "created_at": 1709613504.858214}, "source.shopify_source.shopify.fulfillment_event": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "fulfillment_event", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.fulfillment_event", "fqn": ["shopify_source", "shopify", "fulfillment_event"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_fulfillment_event_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "The FulfillmentEvent resource represents tracking events that belong to a fulfillment of one or more items in an order. Fulfillment events are displayed on the order status page to update customers on the status of their shipment.\n", "columns": {"_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean representing whether the record was soft-deleted in Shopify.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "address_1": {"name": "address_1", "description": "The street address where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "city": {"name": "city", "description": "The city where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "country": {"name": "country", "description": "The country where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "estimated_delivery_at": {"name": "estimated_delivery_at", "description": "The estimated delivery date based on the fulfillment's tracking number, as long as it's provided by one of the following carriers: USPS, FedEx, UPS, or Canada Post (Canada only). Value is `null` if no tracking number is available or if the tracking number is from an unsupported carrier. This property is available only when carrier calculated rates are in use.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "fulfillment_id": {"name": "fulfillment_id", "description": "An ID for the fulfillment that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "happened_at": {"name": "happened_at", "description": "The date and time (ISO 8601 format) when the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "id": {"name": "id", "description": "An ID for the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "A geographic coordinate specifying the latitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "A geographic coordinate specifying the longitude of the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "message": {"name": "message", "description": "An arbitrary message describing the status. Can be provided by a shipping carrier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_id": {"name": "order_id", "description": "The ID of the order that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "province": {"name": "province", "description": "The province where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "shop_id": {"name": "shop_id", "description": "An ID for the shop that's associated with the fulfillment event.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "status": {"name": "status", "description": "The status of the fulfillment event. Valid values: - label_printed: A label for the shipment was purchased and printed. - label_purchased: A label for the shipment was purchased, but not printed. - attempted_delivery: Delivery of the shipment was attempted, but unable to be completed. - ready_for_pickup: The shipment is ready for pickup at a shipping depot. - picked_up: The fulfillment was successfully picked up. - confirmed: The carrier is aware of the shipment, but hasn't received it yet. - in_transit: The shipment is being transported between shipping facilities on the way to its destination. - out_for_delivery: The shipment is being delivered to its final destination. - delivered: The shipment was successfully delivered. - failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "updated_at": {"name": "updated_at", "description": "The date and time (ISO 8601 format) when the fulfillment event was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "zip": {"name": "zip", "description": "The zip code of the location where the fulfillment event occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_event_data\"", "created_at": 1709613504.8583229}, "source.shopify_source.shopify.tax_line": {"database": "dev", "schema": "shopify_integration_tests_6", "name": "tax_line", "resource_type": "source", "package_name": "shopify_source", "path": "models/src_shopify.yml", "original_file_path": "models/src_shopify.yml", "unique_id": "source.shopify_source.shopify.tax_line", "fqn": ["shopify_source", "shopify", "tax_line"], "source_name": "shopify", "source_description": "", "loader": "", "identifier": "shopify_tax_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Represents a single tax applied to the associated line item.", "columns": {"_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "index": {"name": "index", "description": "The index of the tax line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "order_line_id": {"name": "order_line_id", "description": "The order line that this tax line is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price": {"name": "price", "description": "The amount of tax, in shop currency, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "price_set": {"name": "price_set", "description": "The amount of tax, in shop and presentment currencies, after discounts and before returns.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "rate": {"name": "rate", "description": "The proportion of the line item price that the tax represents as a decimal.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}, "title": {"name": "title", "description": "The name of the tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "\"dev\".\"shopify_integration_tests_6\".\"shopify_tax_line_data\"", "created_at": 1709613504.85845}}, "macros": {"macro.dbt_redshift.redshift__current_timestamp": {"name": "redshift__current_timestamp", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__current_timestamp", "macro_sql": "{% macro redshift__current_timestamp() -%}\n getdate()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.471594, "supported_languages": null}, "macro.dbt_redshift.redshift__snapshot_get_time": {"name": "redshift__snapshot_get_time", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__snapshot_get_time", "macro_sql": "{% macro redshift__snapshot_get_time() -%}\n {{ current_timestamp() }}::timestamp\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.471725, "supported_languages": null}, "macro.dbt_redshift.redshift__snapshot_string_as_time": {"name": "redshift__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__snapshot_string_as_time", "macro_sql": "{% macro redshift__snapshot_string_as_time(timestamp) -%}\n {%- set result = \"'\" ~ timestamp ~ \"'::timestamp\" -%}\n {{ return(result) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.47192, "supported_languages": null}, "macro.dbt_redshift.redshift__current_timestamp_backcompat": {"name": "redshift__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__current_timestamp_backcompat", "macro_sql": "{% macro redshift__current_timestamp_backcompat() -%}\n getdate()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.471997, "supported_languages": null}, "macro.dbt_redshift.redshift__current_timestamp_in_utc_backcompat": {"name": "redshift__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_redshift.redshift__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro redshift__current_timestamp_in_utc_backcompat() -%}\n getdate()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.472065, "supported_languages": null}, "macro.dbt_redshift.redshift__get_relations": {"name": "redshift__get_relations", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_redshift.redshift__get_relations", "macro_sql": "{% macro redshift__get_relations() -%}\n\n{%- call statement('relations', fetch_result=True) -%}\n\nwith\n relation as (\n select\n pg_class.oid as relation_id,\n pg_class.relname as relation_name,\n pg_class.relnamespace as schema_id,\n pg_namespace.nspname as schema_name,\n pg_class.relkind as relation_type\n from pg_class\n join pg_namespace\n on pg_class.relnamespace = pg_namespace.oid\n where pg_namespace.nspname != 'information_schema'\n and pg_namespace.nspname not like 'pg\\_%'\n ),\n dependency as (\n select distinct\n coalesce(pg_rewrite.ev_class, pg_depend.objid) as dep_relation_id,\n pg_depend.refobjid as ref_relation_id,\n pg_depend.refclassid as ref_class_id\n from pg_depend\n left join pg_rewrite\n on pg_depend.objid = pg_rewrite.oid\n where coalesce(pg_rewrite.ev_class, pg_depend.objid) != pg_depend.refobjid\n )\n\nselect distinct\n dep.schema_name as dependent_schema,\n dep.relation_name as dependent_name,\n ref.schema_name as referenced_schema,\n ref.relation_name as referenced_name\nfrom dependency\njoin relation ref\n on dependency.ref_relation_id = ref.relation_id\njoin relation dep\n on dependency.dep_relation_id = dep.relation_id\n\n{%- endcall -%}\n\n{{ return(load_result('relations').table) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.472561, "supported_languages": null}, "macro.dbt_redshift.dist": {"name": "dist", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.dist", "macro_sql": "{% macro dist(dist) %}\n {%- if dist is not none -%}\n {%- set dist = dist.strip().lower() -%}\n\n {%- if dist in ['all', 'even'] -%}\n diststyle {{ dist }}\n {%- elif dist == \"auto\" -%}\n {%- else -%}\n diststyle key distkey ({{ dist }})\n {%- endif -%}\n\n {%- endif -%}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.4860349, "supported_languages": null}, "macro.dbt_redshift.sort": {"name": "sort", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.sort", "macro_sql": "{% macro sort(sort_type, sort) %}\n {%- if sort is not none %}\n {{ sort_type | default('compound', boolean=true) }} sortkey(\n {%- if sort is string -%}\n {%- set sort = [sort] -%}\n {%- endif -%}\n {%- for item in sort -%}\n {{ item }}\n {%- if not loop.last -%},{%- endif -%}\n {%- endfor -%}\n )\n {%- endif %}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.486507, "supported_languages": null}, "macro.dbt_redshift.redshift__create_table_as": {"name": "redshift__create_table_as", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__create_table_as", "macro_sql": "{% macro redshift__create_table_as(temporary, relation, sql) -%}\n\n {%- set _dist = config.get('dist') -%}\n {%- set _sort_type = config.get(\n 'sort_type',\n validator=validation.any['compound', 'interleaved']) -%}\n {%- set _sort = config.get(\n 'sort',\n validator=validation.any[list, basestring]) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n {%- set backup = config.get('backup') -%}\n\n {{ sql_header if sql_header is not none }}\n\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n\n create {% if temporary -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n {{ get_table_columns_and_constraints() }}\n {{ get_assert_columns_equivalent(sql) }}\n {%- set sql = get_select_subquery(sql) %}\n {% if backup == false -%}backup no{%- endif %}\n {{ dist(_dist) }}\n {{ sort(_sort_type, _sort) }}\n ;\n\n insert into {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n (\n {{ sql }}\n )\n ;\n\n {%- else %}\n\n create {% if temporary -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n {% if backup == false -%}backup no{%- endif %}\n {{ dist(_dist) }}\n {{ sort(_sort_type, _sort) }}\n as (\n {{ sql }}\n );\n\n {%- endif %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_select_subquery", "macro.dbt_redshift.dist", "macro.dbt_redshift.sort"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.488169, "supported_languages": null}, "macro.dbt_redshift.redshift__create_view_as": {"name": "redshift__create_view_as", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__create_view_as", "macro_sql": "{% macro redshift__create_view_as(relation, sql) -%}\n {%- set binding = config.get('bind', default=True) -%}\n\n {% set bind_qualifier = '' if binding else 'with no schema binding' %}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create view {{ relation }}\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %} as (\n {{ sql }}\n ) {{ bind_qualifier }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.4887402, "supported_languages": null}, "macro.dbt_redshift.redshift__create_schema": {"name": "redshift__create_schema", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__create_schema", "macro_sql": "{% macro redshift__create_schema(relation) -%}\n {{ postgres__create_schema(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.488864, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_schema": {"name": "redshift__drop_schema", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__drop_schema", "macro_sql": "{% macro redshift__drop_schema(relation) -%}\n {{ postgres__drop_schema(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.489107, "supported_languages": null}, "macro.dbt_redshift.redshift__get_columns_in_relation": {"name": "redshift__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__get_columns_in_relation", "macro_sql": "{% macro redshift__get_columns_in_relation(relation) -%}\n {% call statement('get_columns_in_relation', fetch_result=True) %}\n with bound_views as (\n select\n ordinal_position,\n table_schema,\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from information_schema.\"columns\"\n where table_name = '{{ relation.identifier }}'\n ),\n\n unbound_views as (\n select\n ordinal_position,\n view_schema,\n col_name,\n case\n when col_type ilike 'character varying%' then\n 'character varying'\n when col_type ilike 'numeric%' then 'numeric'\n else col_type\n end as col_type,\n case\n when col_type like 'character%'\n then nullif(REGEXP_SUBSTR(col_type, '[0-9]+'), '')::int\n else null\n end as character_maximum_length,\n case\n when col_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(col_type, '[0-9,]+'), ',', 1),\n '')::int\n else null\n end as numeric_precision,\n case\n when col_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(col_type, '[0-9,]+'), ',', 2),\n '')::int\n else null\n end as numeric_scale\n\n from pg_get_late_binding_view_cols()\n cols(view_schema name, view_name name, col_name name,\n col_type varchar, ordinal_position int)\n where view_name = '{{ relation.identifier }}'\n ),\n\n external_views as (\n select\n columnnum,\n schemaname,\n columnname,\n case\n when external_type ilike 'character varying%' or external_type ilike 'varchar%'\n then 'character varying'\n when external_type ilike 'numeric%' then 'numeric'\n else external_type\n end as external_type,\n case\n when external_type like 'character%' or external_type like 'varchar%'\n then nullif(\n REGEXP_SUBSTR(external_type, '[0-9]+'),\n '')::int\n else null\n end as character_maximum_length,\n case\n when external_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(external_type, '[0-9,]+'), ',', 1),\n '')::int\n else null\n end as numeric_precision,\n case\n when external_type like 'numeric%'\n then nullif(\n SPLIT_PART(REGEXP_SUBSTR(external_type, '[0-9,]+'), ',', 2),\n '')::int\n else null\n end as numeric_scale\n from\n pg_catalog.svv_external_columns\n where\n schemaname = '{{ relation.schema }}'\n and tablename = '{{ relation.identifier }}'\n\n ),\n\n unioned as (\n select * from bound_views\n union all\n select * from unbound_views\n union all\n select * from external_views\n )\n\n select\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from unioned\n {% if relation.schema %}\n where table_schema = '{{ relation.schema }}'\n {% endif %}\n order by ordinal_position\n {% endcall %}\n {% set table = load_result('get_columns_in_relation').table %}\n {{ return(sql_convert_columns_in_relation(table)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.sql_convert_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.489803, "supported_languages": null}, "macro.dbt_redshift.redshift__list_relations_without_caching": {"name": "redshift__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__list_relations_without_caching", "macro_sql": "{% macro redshift__list_relations_without_caching(schema_relation) %}\n\n {% call statement('list_relations_without_caching', fetch_result=True) -%}\n select\n table_catalog as database,\n table_name as name,\n table_schema as schema,\n 'table' as type\n from information_schema.tables\n where table_schema ilike '{{ schema_relation.schema }}'\n and table_type = 'BASE TABLE'\n union all\n select\n table_catalog as database,\n table_name as name,\n table_schema as schema,\n case\n when view_definition ilike '%create materialized view%'\n then 'materialized_view'\n else 'view'\n end as type\n from information_schema.views\n where table_schema ilike '{{ schema_relation.schema }}'\n {% endcall %}\n {{ return(load_result('list_relations_without_caching').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.490218, "supported_languages": null}, "macro.dbt_redshift.redshift__information_schema_name": {"name": "redshift__information_schema_name", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__information_schema_name", "macro_sql": "{% macro redshift__information_schema_name(database) -%}\n {{ return(postgres__information_schema_name(database)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.490387, "supported_languages": null}, "macro.dbt_redshift.redshift__list_schemas": {"name": "redshift__list_schemas", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__list_schemas", "macro_sql": "{% macro redshift__list_schemas(database) -%}\n {{ return(postgres__list_schemas(database)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.490571, "supported_languages": null}, "macro.dbt_redshift.redshift__check_schema_exists": {"name": "redshift__check_schema_exists", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__check_schema_exists", "macro_sql": "{% macro redshift__check_schema_exists(information_schema, schema) -%}\n {{ return(postgres__check_schema_exists(information_schema, schema)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.490741, "supported_languages": null}, "macro.dbt_redshift.redshift__persist_docs": {"name": "redshift__persist_docs", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__persist_docs", "macro_sql": "{% macro redshift__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_relation and config.persist_relation_docs() and model.description %}\n {% do run_query(alter_relation_comment(relation, model.description)) %}\n {% endif %}\n\n {# Override: do not set column comments for LBVs #}\n {% set is_lbv = config.get('materialized') == 'view' and config.get('bind') == false %}\n {% if for_columns and config.persist_column_docs() and model.columns and not is_lbv %}\n {% do run_query(alter_column_comment(relation, model.columns)) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.491424, "supported_languages": null}, "macro.dbt_redshift.redshift__alter_relation_comment": {"name": "redshift__alter_relation_comment", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__alter_relation_comment", "macro_sql": "{% macro redshift__alter_relation_comment(relation, comment) %}\n {% do return(postgres__alter_relation_comment(relation, comment)) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.491702, "supported_languages": null}, "macro.dbt_redshift.redshift__alter_column_comment": {"name": "redshift__alter_column_comment", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__alter_column_comment", "macro_sql": "{% macro redshift__alter_column_comment(relation, column_dict) %}\n {% do return(postgres__alter_column_comment(relation, column_dict)) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.4918861, "supported_languages": null}, "macro.dbt_redshift.redshift__alter_relation_add_remove_columns": {"name": "redshift__alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_redshift.redshift__alter_relation_add_remove_columns", "macro_sql": "{% macro redshift__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns %}\n\n {% for column in add_columns %}\n {% set sql -%}\n alter {{ relation.type }} {{ relation }} add column {{ column.name }} {{ column.data_type }}\n {% endset %}\n {% do run_query(sql) %}\n {% endfor %}\n\n {% endif %}\n\n {% if remove_columns %}\n\n {% for column in remove_columns %}\n {% set sql -%}\n alter {{ relation.type }} {{ relation }} drop column {{ column.name }}\n {% endset %}\n {% do run_query(sql) %}\n {% endfor %}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.4932768, "supported_languages": null}, "macro.dbt_redshift.redshift__get_materialized_view_configuration_changes": {"name": "redshift__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/materialized_view.sql", "original_file_path": "macros/materializations/materialized_view.sql", "unique_id": "macro.dbt_redshift.redshift__get_materialized_view_configuration_changes", "macro_sql": "{% macro redshift__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {% set _existing_materialized_view = redshift__describe_materialized_view(existing_relation) %}\n {% set _configuration_changes = existing_relation.materialized_view_config_changeset(_existing_materialized_view, new_config) %}\n {% do return(_configuration_changes) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__describe_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.49373, "supported_languages": null}, "macro.dbt_redshift.redshift__get_merge_sql": {"name": "redshift__get_merge_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/incremental_merge.sql", "original_file_path": "macros/materializations/incremental_merge.sql", "unique_id": "macro.dbt_redshift.redshift__get_merge_sql", "macro_sql": "{% macro redshift__get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n {%- set predicates = [] -%}\n {% if incremental_predicates is not none %}\n {%- set incremental_predicates_list = [] + incremental_predicates -%}\n {%- for pred in incremental_predicates_list -%}\n {% if \"DBT_INTERNAL_DEST.\" in pred %}\n {%- set pred = pred | replace(\"DBT_INTERNAL_DEST.\", target ~ \".\" ) -%}\n {% endif %}\n {% if \"dbt_internal_dest.\" in pred %}\n {%- set pred = pred | replace(\"dbt_internal_dest.\", target ~ \".\" ) -%}\n {% endif %}\n {% do predicates.append(pred) %}\n {% endfor %}\n {% endif %}\n\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set insert_columns = get_merge_update_columns(none, none, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = {{ target }}.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = {{ target }}.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }}\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{\"(\" ~ predicates | join(\") and (\") ~ \")\"}}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {% endif %}\n {% endfor %}\n {% endif %}\n\n when not matched then insert (\n {% for column_name in insert_columns -%}\n {{ column_name }}\n {%- if not loop.last %}, {% endif %}\n {% endfor %}\n )\n values (\n {% for column_name in insert_columns -%}\n DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {% endif %}\n {% endfor %}\n )\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.498778, "supported_languages": null}, "macro.dbt_redshift.materialization_view_redshift": {"name": "materialization_view_redshift", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/view.sql", "original_file_path": "macros/materializations/view.sql", "unique_id": "macro.dbt_redshift.materialization_view_redshift", "macro_sql": "{%- materialization view, adapter='redshift' -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {% if existing_relation.can_be_renamed %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% else %}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n {% endif %}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.501915, "supported_languages": ["sql"]}, "macro.dbt_redshift.redshift__snapshot_merge_sql": {"name": "redshift__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshot_merge.sql", "unique_id": "macro.dbt_redshift.redshift__snapshot_merge_sql", "macro_sql": "{% macro redshift__snapshot_merge_sql(target, source, insert_cols) -%}\n {{ postgres__snapshot_merge_sql(target, source, insert_cols) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5022368, "supported_languages": null}, "macro.dbt_redshift.materialization_table_redshift": {"name": "materialization_table_redshift", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/table.sql", "original_file_path": "macros/materializations/table.sql", "unique_id": "macro.dbt_redshift.materialization_table_redshift", "macro_sql": "{% materialization table, adapter='redshift' %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {% if existing_relation.can_be_renamed %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% else %}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n {% endif %}\n {% endif %}\n\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% do create_indexes(target_relation) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n -- finally, drop the existing/backup relation after the commit\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.get_create_table_as_sql", "macro.dbt.create_indexes", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.505412, "supported_languages": ["sql"]}, "macro.dbt_redshift.redshift__create_csv_table": {"name": "redshift__create_csv_table", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt_redshift.redshift__create_csv_table", "macro_sql": "{% macro redshift__create_csv_table(model, agate_table) %}\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n {%- set _dist = model['config'].get('dist', None) -%}\n\n {% set sql %}\n create table {{ this.render() }} (\n {%- for col_name in agate_table.column_names -%}\n {%- set inferred_type = adapter.convert_type(agate_table, loop.index0) -%}\n {%- set type = column_override.get(col_name, inferred_type) -%}\n {%- set column_name = (col_name | string) -%}\n {{ adapter.quote_seed_column(column_name, quote_seed_column) }} {{ type }} {%- if not loop.last -%}, {%- endif -%}\n {%- endfor -%}\n )\n {{ dist(_dist) }}\n {% endset %}\n\n {% call statement('_') -%}\n {{ sql }}\n {%- endcall %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.dist", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.50707, "supported_languages": null}, "macro.dbt_redshift.redshift__get_batch_size": {"name": "redshift__get_batch_size", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt_redshift.redshift__get_batch_size", "macro_sql": "{% macro redshift__get_batch_size() %}\n {{ return(500) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5072079, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_materialized_view": {"name": "redshift__drop_materialized_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt_redshift.redshift__drop_materialized_view", "macro_sql": "{% macro redshift__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.50735, "supported_languages": null}, "macro.dbt_redshift.redshift__describe_materialized_view": {"name": "redshift__describe_materialized_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/describe.sql", "original_file_path": "macros/relations/materialized_view/describe.sql", "unique_id": "macro.dbt_redshift.redshift__describe_materialized_view", "macro_sql": "{% macro redshift__describe_materialized_view(relation) %}\n {#-\n These need to be separate queries because redshift will not let you run queries\n against svv_table_info and pg_views in the same query. The same is true of svv_redshift_columns.\n -#}\n\n {%- set _materialized_view_sql -%}\n select\n tb.database,\n tb.schema,\n tb.table,\n tb.diststyle,\n tb.sortkey1,\n mv.autorefresh\n from svv_table_info tb\n -- svv_mv_info is queryable by Redshift Serverless, but stv_mv_info is not\n left join svv_mv_info mv\n on mv.database_name = tb.database\n and mv.schema_name = tb.schema\n and mv.name = tb.table\n where tb.table ilike '{{ relation.identifier }}'\n and tb.schema ilike '{{ relation.schema }}'\n and tb.database ilike '{{ relation.database }}'\n {%- endset %}\n {% set _materialized_view = run_query(_materialized_view_sql) %}\n\n {%- set _query_sql -%}\n select\n vw.definition\n from pg_views vw\n where vw.viewname = '{{ relation.identifier }}'\n and vw.schemaname = '{{ relation.schema }}'\n and vw.definition ilike '%create materialized view%'\n {%- endset %}\n {% set _query = run_query(_query_sql) %}\n\n {% do return({'materialized_view': _materialized_view, 'query': _query}) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.50819, "supported_languages": null}, "macro.dbt_redshift.redshift__refresh_materialized_view": {"name": "redshift__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt_redshift.redshift__refresh_materialized_view", "macro_sql": "{% macro redshift__refresh_materialized_view(relation) -%}\n refresh materialized view {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5083299, "supported_languages": null}, "macro.dbt_redshift.redshift__get_alter_materialized_view_as_sql": {"name": "redshift__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_redshift.redshift__get_alter_materialized_view_as_sql", "macro_sql": "{% macro redshift__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n\n -- apply a full refresh immediately if needed\n {% if configuration_changes.requires_full_refresh %}\n\n {{ get_replace_sql(existing_relation, relation, sql) }}\n\n -- otherwise apply individual changes as needed\n {% else %}\n\n {%- set autorefresh = configuration_changes.autorefresh -%}\n {%- if autorefresh -%}{{- log('Applying UPDATE AUTOREFRESH to: ' ~ relation) -}}{%- endif -%}\n\n alter materialized view {{ relation }}\n auto refresh {% if autorefresh.context %}yes{% else %}no{% endif %}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.509102, "supported_languages": null}, "macro.dbt_redshift.redshift__get_create_materialized_view_as_sql": {"name": "redshift__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt_redshift.redshift__get_create_materialized_view_as_sql", "macro_sql": "{% macro redshift__get_create_materialized_view_as_sql(relation, sql) %}\n\n {%- set materialized_view = relation.from_runtime_config(config) -%}\n\n create materialized view {{ materialized_view.path }}\n backup {% if materialized_view.backup %}yes{% else %}no{% endif %}\n diststyle {{ materialized_view.dist.diststyle }}\n {% if materialized_view.dist.distkey %}distkey ({{ materialized_view.dist.distkey }}){% endif %}\n {% if materialized_view.sort.sortkey %}sortkey ({{ ','.join(materialized_view.sort.sortkey) }}){% endif %}\n auto refresh {% if materialized_view.autorefresh %}yes{% else %}no{% endif %}\n as (\n {{ materialized_view.query }}\n );\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5100648, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_table": {"name": "redshift__drop_table", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt_redshift.redshift__drop_table", "macro_sql": "{%- macro redshift__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.51022, "supported_languages": null}, "macro.dbt_redshift.redshift__get_rename_table_sql": {"name": "redshift__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt_redshift.redshift__get_rename_table_sql", "macro_sql": "{% macro redshift__get_rename_table_sql(relation, new_name) %}\n alter table {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.510394, "supported_languages": null}, "macro.dbt_redshift.redshift__drop_view": {"name": "redshift__drop_view", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt_redshift.redshift__drop_view", "macro_sql": "{%- macro redshift__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.510533, "supported_languages": null}, "macro.dbt_redshift.redshift__get_replace_view_sql": {"name": "redshift__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_redshift.redshift__get_replace_view_sql", "macro_sql": "{% macro redshift__get_replace_view_sql(relation, sql) -%}\n\n {%- set binding = config.get('bind', default=True) -%}\n\n {% set bind_qualifier = '' if binding else 'with no schema binding' %}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create or replace view {{ relation }}\n {%- set contract_config = config.get('contract') -%}\n {%- if contract_config.enforced -%}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %} as (\n {{ sql }}\n ) {{ bind_qualifier }};\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.51128, "supported_languages": null}, "macro.dbt_redshift.redshift__get_rename_view_sql": {"name": "redshift__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt_redshift.redshift__get_rename_view_sql", "macro_sql": "{% macro redshift__get_rename_view_sql(relation, new_name) %}\n alter view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5114539, "supported_languages": null}, "macro.dbt_redshift.redshift__get_catalog_relations": {"name": "redshift__get_catalog_relations", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_relation.sql", "original_file_path": "macros/catalog/by_relation.sql", "unique_id": "macro.dbt_redshift.redshift__get_catalog_relations", "macro_sql": "{% macro redshift__get_catalog_relations(information_schema, relations) -%}\n\n {% set database = information_schema.database %}\n {{ adapter.verify_database(database) }}\n\n {#-- Compute a left-outer join in memory. Some Redshift queries are\n -- leader-only, and cannot be joined to other compute-based queries #}\n\n {% set catalog = _redshift__get_base_catalog_by_relation(database, relations) %}\n\n {% set select_extended = redshift__can_select_from('svv_table_info') %}\n {% if select_extended %}\n {% set extended_catalog = _redshift__get_extended_catalog_by_relation(relations) %}\n {% set catalog = catalog.join(extended_catalog, ['table_schema', 'table_name']) %}\n {% else %}\n {{ redshift__no_svv_table_info_warning() }}\n {% endif %}\n\n {{ return(catalog) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift._redshift__get_base_catalog_by_relation", "macro.dbt_redshift.redshift__can_select_from", "macro.dbt_redshift._redshift__get_extended_catalog_by_relation", "macro.dbt_redshift.redshift__no_svv_table_info_warning"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.513922, "supported_languages": null}, "macro.dbt_redshift._redshift__get_base_catalog_by_relation": {"name": "_redshift__get_base_catalog_by_relation", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_relation.sql", "original_file_path": "macros/catalog/by_relation.sql", "unique_id": "macro.dbt_redshift._redshift__get_base_catalog_by_relation", "macro_sql": "{% macro _redshift__get_base_catalog_by_relation(database, relations) -%}\n {%- call statement('base_catalog', fetch_result=True) -%}\n with\n late_binding as ({{ _redshift__get_late_binding_by_relation_sql(relations) }}),\n early_binding as ({{ _redshift__get_early_binding_by_relation_sql(database, relations) }}),\n unioned as (select * from early_binding union all select * from late_binding),\n table_owners as ({{ redshift__get_table_owners_sql() }})\n select '{{ database }}' as table_database, *\n from unioned\n join table_owners using (table_schema, table_name)\n order by \"column_index\"\n {%- endcall -%}\n {{ return(load_result('base_catalog').table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_redshift._redshift__get_late_binding_by_relation_sql", "macro.dbt_redshift._redshift__get_early_binding_by_relation_sql", "macro.dbt_redshift.redshift__get_table_owners_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.514436, "supported_languages": null}, "macro.dbt_redshift._redshift__get_late_binding_by_relation_sql": {"name": "_redshift__get_late_binding_by_relation_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_relation.sql", "original_file_path": "macros/catalog/by_relation.sql", "unique_id": "macro.dbt_redshift._redshift__get_late_binding_by_relation_sql", "macro_sql": "{% macro _redshift__get_late_binding_by_relation_sql(relations) %}\n {{ redshift__get_late_binding_sql() }}\n where (\n {%- for relation in relations -%}\n (\n upper(table_schema) = upper('{{ relation.schema }}')\n and upper(table_name) = upper('{{ relation.identifier }}')\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_late_binding_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.514713, "supported_languages": null}, "macro.dbt_redshift._redshift__get_early_binding_by_relation_sql": {"name": "_redshift__get_early_binding_by_relation_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_relation.sql", "original_file_path": "macros/catalog/by_relation.sql", "unique_id": "macro.dbt_redshift._redshift__get_early_binding_by_relation_sql", "macro_sql": "{% macro _redshift__get_early_binding_by_relation_sql(database, relations) %}\n {{ redshift__get_early_binding_sql(database) }}\n and (\n {%- for relation in relations -%}\n (\n upper(sch.nspname) = upper('{{ relation.schema }}')\n and upper(tbl.relname) = upper('{{ relation.identifier }}')\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_early_binding_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.515002, "supported_languages": null}, "macro.dbt_redshift._redshift__get_extended_catalog_by_relation": {"name": "_redshift__get_extended_catalog_by_relation", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_relation.sql", "original_file_path": "macros/catalog/by_relation.sql", "unique_id": "macro.dbt_redshift._redshift__get_extended_catalog_by_relation", "macro_sql": "{% macro _redshift__get_extended_catalog_by_relation(relations) %}\n {%- call statement('extended_catalog', fetch_result=True) -%}\n {{ redshift__get_extended_catalog_sql() }}\n where (\n {%- for relation in relations -%}\n (\n upper(\"schema\") = upper('{{ relation.schema }}')\n and upper(\"table\") = upper('{{ relation.identifier }}')\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n {%- endcall -%}\n {{ return(load_result('extended_catalog').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_redshift.redshift__get_extended_catalog_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.515399, "supported_languages": null}, "macro.dbt_redshift.redshift__get_late_binding_sql": {"name": "redshift__get_late_binding_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__get_late_binding_sql", "macro_sql": "{% macro redshift__get_late_binding_sql() %}\n select\n table_schema,\n table_name,\n 'LATE BINDING VIEW'::varchar as table_type,\n null::text as table_comment,\n column_name,\n column_index,\n column_type,\n null::text as column_comment\n from pg_get_late_binding_view_cols()\n cols(\n table_schema name,\n table_name name,\n column_name name,\n column_type varchar,\n column_index int\n )\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5168588, "supported_languages": null}, "macro.dbt_redshift.redshift__get_early_binding_sql": {"name": "redshift__get_early_binding_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__get_early_binding_sql", "macro_sql": "{% macro redshift__get_early_binding_sql(database) %}\n select\n sch.nspname as table_schema,\n tbl.relname as table_name,\n case\n when tbl.relkind = 'v' and mat_views.table_name is not null then 'MATERIALIZED VIEW'\n when tbl.relkind = 'v' then 'VIEW'\n else 'BASE TABLE'\n end as table_type,\n tbl_desc.description as table_comment,\n col.attname as column_name,\n col.attnum as column_index,\n pg_catalog.format_type(col.atttypid, col.atttypmod) as column_type,\n col_desc.description as column_comment\n from pg_catalog.pg_namespace sch\n join pg_catalog.pg_class tbl\n on tbl.relnamespace = sch.oid\n join pg_catalog.pg_attribute col\n on col.attrelid = tbl.oid\n left outer join pg_catalog.pg_description tbl_desc\n on tbl_desc.objoid = tbl.oid\n and tbl_desc.objsubid = 0\n left outer join pg_catalog.pg_description col_desc\n on col_desc.objoid = tbl.oid\n and col_desc.objsubid = col.attnum\n left outer join information_schema.views mat_views\n on mat_views.table_schema = sch.nspname\n and mat_views.table_name = tbl.relname\n and mat_views.view_definition ilike '%create materialized view%'\n and mat_views.table_catalog = '{{ database }}'\n where tbl.relkind in ('r', 'v', 'f', 'p')\n and col.attnum > 0\n and not col.attisdropped\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.517041, "supported_languages": null}, "macro.dbt_redshift.redshift__get_table_owners_sql": {"name": "redshift__get_table_owners_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__get_table_owners_sql", "macro_sql": "{% macro redshift__get_table_owners_sql() %}\n select\n schemaname as table_schema,\n tablename as table_name,\n tableowner as table_owner\n from pg_tables\n union all\n select\n schemaname as table_schema,\n viewname as table_name,\n viewowner as table_owner\n from pg_views\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5171251, "supported_languages": null}, "macro.dbt_redshift.redshift__get_extended_catalog_sql": {"name": "redshift__get_extended_catalog_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__get_extended_catalog_sql", "macro_sql": "{% macro redshift__get_extended_catalog_sql() %}\n select\n \"schema\" as table_schema,\n \"table\" as table_name,\n\n 'Encoded'::text as \"stats:encoded:label\",\n encoded as \"stats:encoded:value\",\n 'Indicates whether any column in the table has compression encoding defined.'::text as \"stats:encoded:description\",\n true as \"stats:encoded:include\",\n\n 'Dist Style' as \"stats:diststyle:label\",\n diststyle as \"stats:diststyle:value\",\n 'Distribution style or distribution key column, if key distribution is defined.'::text as \"stats:diststyle:description\",\n true as \"stats:diststyle:include\",\n\n 'Sort Key 1' as \"stats:sortkey1:label\",\n -- handle 0xFF byte in response for interleaved sort styles\n case\n when sortkey1 like 'INTERLEAVED%' then 'INTERLEAVED'::text\n else sortkey1\n end as \"stats:sortkey1:value\",\n 'First column in the sort key.'::text as \"stats:sortkey1:description\",\n (sortkey1 is not null) as \"stats:sortkey1:include\",\n\n 'Max Varchar' as \"stats:max_varchar:label\",\n max_varchar as \"stats:max_varchar:value\",\n 'Size of the largest column that uses a VARCHAR data type.'::text as \"stats:max_varchar:description\",\n true as \"stats:max_varchar:include\",\n\n -- exclude this, as the data is strangely returned with null-byte characters\n 'Sort Key 1 Encoding' as \"stats:sortkey1_enc:label\",\n sortkey1_enc as \"stats:sortkey1_enc:value\",\n 'Compression encoding of the first column in the sort key.' as \"stats:sortkey1_enc:description\",\n false as \"stats:sortkey1_enc:include\",\n\n '# Sort Keys' as \"stats:sortkey_num:label\",\n sortkey_num as \"stats:sortkey_num:value\",\n 'Number of columns defined as sort keys.' as \"stats:sortkey_num:description\",\n (sortkey_num > 0) as \"stats:sortkey_num:include\",\n\n 'Approximate Size' as \"stats:size:label\",\n size * 1000000 as \"stats:size:value\",\n 'Approximate size of the table, calculated from a count of 1MB blocks'::text as \"stats:size:description\",\n true as \"stats:size:include\",\n\n 'Disk Utilization' as \"stats:pct_used:label\",\n pct_used / 100.0 as \"stats:pct_used:value\",\n 'Percent of available space that is used by the table.'::text as \"stats:pct_used:description\",\n true as \"stats:pct_used:include\",\n\n 'Unsorted %' as \"stats:unsorted:label\",\n unsorted / 100.0 as \"stats:unsorted:value\",\n 'Percent of unsorted rows in the table.'::text as \"stats:unsorted:description\",\n (unsorted is not null) as \"stats:unsorted:include\",\n\n 'Stats Off' as \"stats:stats_off:label\",\n stats_off as \"stats:stats_off:value\",\n 'Number that indicates how stale the table statistics are; 0 is current, 100 is out of date.'::text as \"stats:stats_off:description\",\n true as \"stats:stats_off:include\",\n\n 'Approximate Row Count' as \"stats:rows:label\",\n tbl_rows as \"stats:rows:value\",\n 'Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed.'::text as \"stats:rows:description\",\n true as \"stats:rows:include\",\n\n 'Sort Key Skew' as \"stats:skew_sortkey1:label\",\n skew_sortkey1 as \"stats:skew_sortkey1:value\",\n 'Ratio of the size of the largest non-sort key column to the size of the first column of the sort key.'::text as \"stats:skew_sortkey1:description\",\n (skew_sortkey1 is not null) as \"stats:skew_sortkey1:include\",\n\n 'Skew Rows' as \"stats:skew_rows:label\",\n skew_rows as \"stats:skew_rows:value\",\n 'Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows.'::text as \"stats:skew_rows:description\",\n (skew_rows is not null) as \"stats:skew_rows:include\"\n\n from svv_table_info\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.517403, "supported_languages": null}, "macro.dbt_redshift.redshift__can_select_from": {"name": "redshift__can_select_from", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__can_select_from", "macro_sql": "{% macro redshift__can_select_from(table_name) %}\n\n {%- call statement('has_table_privilege', fetch_result=True) -%}\n select has_table_privilege(current_user, '{{ table_name }}', 'SELECT') as can_select\n {%- endcall -%}\n\n {% set can_select = load_result('has_table_privilege').table[0]['can_select'] %}\n {{ return(can_select) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5177212, "supported_languages": null}, "macro.dbt_redshift.redshift__no_svv_table_info_warning": {"name": "redshift__no_svv_table_info_warning", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_redshift.redshift__no_svv_table_info_warning", "macro_sql": "{% macro redshift__no_svv_table_info_warning() %}\n\n {% set msg %}\n\n Warning: The database user \"{{ target.user }}\" has insufficient permissions to\n query the \"svv_table_info\" table. Please grant SELECT permissions on this table\n to the \"{{ target.user }}\" user to fetch extended table details from Redshift.\n\n {% endset %}\n\n {{ log(msg, info=True) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.517958, "supported_languages": null}, "macro.dbt_redshift.redshift__get_catalog": {"name": "redshift__get_catalog", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_schema.sql", "original_file_path": "macros/catalog/by_schema.sql", "unique_id": "macro.dbt_redshift.redshift__get_catalog", "macro_sql": "{% macro redshift__get_catalog(information_schema, schemas) %}\n\n {% set database = information_schema.database %}\n {{ adapter.verify_database(database) }}\n\n {#-- Compute a left-outer join in memory. Some Redshift queries are\n -- leader-only, and cannot be joined to other compute-based queries #}\n\n {% set catalog = _redshift__get_base_catalog_by_schema(database, schemas) %}\n\n {% set select_extended = redshift__can_select_from('svv_table_info') %}\n {% if select_extended %}\n {% set extended_catalog = _redshift__get_extended_catalog_by_schema(schemas) %}\n {% set catalog = catalog.join(extended_catalog, ['table_schema', 'table_name']) %}\n {% else %}\n {{ redshift__no_svv_table_info_warning() }}\n {% endif %}\n\n {{ return(catalog) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift._redshift__get_base_catalog_by_schema", "macro.dbt_redshift.redshift__can_select_from", "macro.dbt_redshift._redshift__get_extended_catalog_by_schema", "macro.dbt_redshift.redshift__no_svv_table_info_warning"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5199099, "supported_languages": null}, "macro.dbt_redshift._redshift__get_base_catalog_by_schema": {"name": "_redshift__get_base_catalog_by_schema", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_schema.sql", "original_file_path": "macros/catalog/by_schema.sql", "unique_id": "macro.dbt_redshift._redshift__get_base_catalog_by_schema", "macro_sql": "{% macro _redshift__get_base_catalog_by_schema(database, schemas) -%}\n {%- call statement('base_catalog', fetch_result=True) -%}\n with\n late_binding as ({{ _redshift__get_late_binding_by_schema_sql(schemas) }}),\n early_binding as ({{ _redshift__get_early_binding_by_schema_sql(database, schemas) }}),\n unioned as (select * from early_binding union all select * from late_binding),\n table_owners as ({{ redshift__get_table_owners_sql() }})\n select '{{ database }}' as table_database, *\n from unioned\n join table_owners using (table_schema, table_name)\n order by \"column_index\"\n {%- endcall -%}\n {{ return(load_result('base_catalog').table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_redshift._redshift__get_late_binding_by_schema_sql", "macro.dbt_redshift._redshift__get_early_binding_by_schema_sql", "macro.dbt_redshift.redshift__get_table_owners_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5203042, "supported_languages": null}, "macro.dbt_redshift._redshift__get_late_binding_by_schema_sql": {"name": "_redshift__get_late_binding_by_schema_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_schema.sql", "original_file_path": "macros/catalog/by_schema.sql", "unique_id": "macro.dbt_redshift._redshift__get_late_binding_by_schema_sql", "macro_sql": "{% macro _redshift__get_late_binding_by_schema_sql(schemas) %}\n {{ redshift__get_late_binding_sql() }}\n where (\n {%- for schema in schemas -%}\n upper(table_schema) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_late_binding_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.520545, "supported_languages": null}, "macro.dbt_redshift._redshift__get_early_binding_by_schema_sql": {"name": "_redshift__get_early_binding_by_schema_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_schema.sql", "original_file_path": "macros/catalog/by_schema.sql", "unique_id": "macro.dbt_redshift._redshift__get_early_binding_by_schema_sql", "macro_sql": "{% macro _redshift__get_early_binding_by_schema_sql(database, schemas) %}\n {{ redshift__get_early_binding_sql(database) }}\n and (\n {%- for schema in schemas -%}\n upper(sch.nspname) = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_early_binding_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.520798, "supported_languages": null}, "macro.dbt_redshift._redshift__get_extended_catalog_by_schema": {"name": "_redshift__get_extended_catalog_by_schema", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/catalog/by_schema.sql", "original_file_path": "macros/catalog/by_schema.sql", "unique_id": "macro.dbt_redshift._redshift__get_extended_catalog_by_schema", "macro_sql": "{% macro _redshift__get_extended_catalog_by_schema(schemas) %}\n {%- call statement('extended_catalog', fetch_result=True) -%}\n {{ redshift__get_extended_catalog_sql() }}\n where (\n {%- for schema in schemas -%}\n upper(\"schema\") = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n {%- endcall -%}\n {{ return(load_result('extended_catalog').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_redshift.redshift__get_extended_catalog_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.521162, "supported_languages": null}, "macro.dbt_redshift.redshift__length": {"name": "redshift__length", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt_redshift.redshift__length", "macro_sql": "{% macro redshift__length(expression) %}\n\n len(\n {{ expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.521305, "supported_languages": null}, "macro.dbt_redshift.redshift__dateadd": {"name": "redshift__dateadd", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt_redshift.redshift__dateadd", "macro_sql": "{% macro redshift__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.521517, "supported_languages": null}, "macro.dbt_redshift.redshift__listagg": {"name": "redshift__listagg", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt_redshift.redshift__listagg", "macro_sql": "{% macro redshift__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n {% set ns = namespace() %}\n {% set ns.delimiter_text_regex = delimiter_text|trim(\"'\") %}\n {% set special_chars %}\\,^,$,.,|,?,*,+,(,),[,],{,}{% endset %}\n {%- for char in special_chars.split(',') -%}\n {% set escape_char %}\\\\{{ char }}{% endset %}\n {% set ns.delimiter_text_regex = ns.delimiter_text_regex|replace(char,escape_char) %}\n {%- endfor -%}\n\n {% set regex %}'([^{{ ns.delimiter_text_regex }}]+{{ ns.delimiter_text_regex }}){1,{{ limit_num - 1}}}[^{{ ns.delimiter_text_regex }}]+'{% endset %}\n regexp_substr(\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,{{ regex }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5230982, "supported_languages": null}, "macro.dbt_redshift.redshift__datediff": {"name": "redshift__datediff", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt_redshift.redshift__datediff", "macro_sql": "{% macro redshift__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5233111, "supported_languages": null}, "macro.dbt_redshift.redshift__cast_bool_to_text": {"name": "redshift__cast_bool_to_text", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt_redshift.redshift__cast_bool_to_text", "macro_sql": "{% macro redshift__cast_bool_to_text(field) %}\n case\n when {{ field }} is true then 'true'\n when {{ field }} is false then 'false'\n end::text\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5234728, "supported_languages": null}, "macro.dbt_redshift.redshift__array_concat": {"name": "redshift__array_concat", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt_redshift.redshift__array_concat", "macro_sql": "{% macro redshift__array_concat(array_1, array_2) -%}\n array_concat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.523623, "supported_languages": null}, "macro.dbt_redshift.redshift__last_day": {"name": "redshift__last_day", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt_redshift.redshift__last_day", "macro_sql": "{% macro redshift__last_day(date, datepart) %}\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd(datepart, '1', dbt.date_trunc(datepart, date))\n )}}\n as date)\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.523919, "supported_languages": null}, "macro.dbt_redshift.redshift__split_part": {"name": "redshift__split_part", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt_redshift.redshift__split_part", "macro_sql": "{% macro redshift__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__split_part", "macro.dbt._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.524294, "supported_languages": null}, "macro.dbt_redshift.redshift__array_construct": {"name": "redshift__array_construct", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt_redshift.redshift__array_construct", "macro_sql": "{% macro redshift__array_construct(inputs, data_type) -%}\n array( {{ inputs|join(' , ') }} )\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.52446, "supported_languages": null}, "macro.dbt_redshift.redshift__array_append": {"name": "redshift__array_append", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt_redshift.redshift__array_append", "macro_sql": "{% macro redshift__array_append(array, new_element) -%}\n {{ array_concat(array, array_construct([new_element])) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.array_concat", "macro.dbt.array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.524647, "supported_languages": null}, "macro.dbt_redshift.redshift__get_show_grant_sql": {"name": "redshift__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt_redshift.redshift__get_show_grant_sql", "macro_sql": "{% macro redshift__get_show_grant_sql(relation) %}\n\nwith privileges as (\n\n -- valid options per https://docs.aws.amazon.com/redshift/latest/dg/r_HAS_TABLE_PRIVILEGE.html\n select 'select' as privilege_type\n union all\n select 'insert' as privilege_type\n union all\n select 'update' as privilege_type\n union all\n select 'delete' as privilege_type\n union all\n select 'references' as privilege_type\n\n)\n\nselect\n u.usename as grantee,\n p.privilege_type\nfrom pg_user u\ncross join privileges p\nwhere has_table_privilege(u.usename, '{{ relation }}', privilege_type)\n and u.usename != current_user\n and not u.usesuper\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.524857, "supported_languages": null}, "macro.dbt_redshift.redshift__get_relation_last_modified": {"name": "redshift__get_relation_last_modified", "resource_type": "macro", "package_name": "dbt_redshift", "path": "macros/metadata/relation_last_modified.sql", "original_file_path": "macros/metadata/relation_last_modified.sql", "unique_id": "macro.dbt_redshift.redshift__get_relation_last_modified", "macro_sql": "{% macro redshift__get_relation_last_modified(information_schema, relations) -%}\n\n {%- call statement('last_modified', fetch_result=True) -%}\n select\n ns.nspname as \"schema\",\n c.relname as identifier,\n max(qd.start_time) as last_modified,\n {{ current_timestamp() }} as snapshotted_at\n from pg_class c\n join pg_namespace ns\n on ns.oid = c.relnamespace\n join sys_query_detail qd\n on qd.table_id = c.oid\n where qd.step_name = 'insert'\n and (\n {%- for relation in relations -%}\n (\n upper(ns.nspname) = upper('{{ relation.schema }}')\n and upper(c.relname) = upper('{{ relation.identifier }}')\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n group by 1, 2, 4\n {%- endcall -%}\n\n {{ return(load_result('last_modified')) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.525512, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp": {"name": "postgres__current_timestamp", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp", "macro_sql": "{% macro postgres__current_timestamp() -%}\n now()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.525774, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_string_as_time": {"name": "postgres__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_string_as_time", "macro_sql": "{% macro postgres__snapshot_string_as_time(timestamp) -%}\n {%- set result = \"'\" ~ timestamp ~ \"'::timestamp without time zone\" -%}\n {{ return(result) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.525941, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_get_time": {"name": "postgres__snapshot_get_time", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_get_time", "macro_sql": "{% macro postgres__snapshot_get_time() -%}\n {{ current_timestamp() }}::timestamp without time zone\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5260422, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_backcompat": {"name": "postgres__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp_backcompat", "macro_sql": "{% macro postgres__current_timestamp_backcompat() %}\n current_timestamp::{{ type_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.526141, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat": {"name": "postgres__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro postgres__current_timestamp_in_utc_backcompat() %}\n (current_timestamp at time zone 'utc')::{{ type_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5262349, "supported_languages": null}, "macro.dbt_postgres.postgres__get_catalog_relations": {"name": "postgres__get_catalog_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_postgres.postgres__get_catalog_relations", "macro_sql": "{% macro postgres__get_catalog_relations(information_schema, relations) -%}\n {%- call statement('catalog', fetch_result=True) -%}\n\n {#\n If the user has multiple databases set and the first one is wrong, this will fail.\n But we won't fail in the case where there are multiple quoting-difference-only dbs, which is better.\n #}\n {% set database = information_schema.database %}\n {{ adapter.verify_database(database) }}\n\n select\n '{{ database }}' as table_database,\n sch.nspname as table_schema,\n tbl.relname as table_name,\n case tbl.relkind\n when 'v' then 'VIEW'\n when 'm' then 'MATERIALIZED VIEW'\n else 'BASE TABLE'\n end as table_type,\n tbl_desc.description as table_comment,\n col.attname as column_name,\n col.attnum as column_index,\n pg_catalog.format_type(col.atttypid, col.atttypmod) as column_type,\n col_desc.description as column_comment,\n pg_get_userbyid(tbl.relowner) as table_owner\n\n from pg_catalog.pg_namespace sch\n join pg_catalog.pg_class tbl on tbl.relnamespace = sch.oid\n join pg_catalog.pg_attribute col on col.attrelid = tbl.oid\n left outer join pg_catalog.pg_description tbl_desc on (tbl_desc.objoid = tbl.oid and tbl_desc.objsubid = 0)\n left outer join pg_catalog.pg_description col_desc on (col_desc.objoid = tbl.oid and col_desc.objsubid = col.attnum)\n where (\n {%- for relation in relations -%}\n {%- if relation.identifier -%}\n (upper(sch.nspname) = upper('{{ relation.schema }}') and\n upper(tbl.relname) = upper('{{ relation.identifier }}'))\n {%- else-%}\n upper(sch.nspname) = upper('{{ relation.schema }}')\n {%- endif -%}\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n and not pg_is_other_temp_schema(sch.oid) -- not a temporary schema belonging to another session\n and tbl.relpersistence in ('p', 'u') -- [p]ermanent table or [u]nlogged table. Exclude [t]emporary tables\n and tbl.relkind in ('r', 'v', 'f', 'p', 'm') -- o[r]dinary table, [v]iew, [f]oreign table, [p]artitioned table, [m]aterialized view. Other values are [i]ndex, [S]equence, [c]omposite type, [t]OAST table\n and col.attnum > 0 -- negative numbers are used for system columns such as oid\n and not col.attisdropped -- column as not been dropped\n\n order by\n sch.nspname,\n tbl.relname,\n col.attnum\n\n {%- endcall -%}\n\n {{ return(load_result('catalog').table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.527605, "supported_languages": null}, "macro.dbt_postgres.postgres__get_catalog": {"name": "postgres__get_catalog", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_postgres.postgres__get_catalog", "macro_sql": "{% macro postgres__get_catalog(information_schema, schemas) -%}\n {%- set relations = [] -%}\n {%- for schema in schemas -%}\n {%- set dummy = relations.append({'schema': schema}) -%}\n {%- endfor -%}\n {{ return(postgres__get_catalog_relations(information_schema, relations)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.527997, "supported_languages": null}, "macro.dbt_postgres.postgres__get_relations": {"name": "postgres__get_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_postgres.postgres__get_relations", "macro_sql": "{% macro postgres__get_relations() -%}\n\n {#\n -- in pg_depend, objid is the dependent, refobjid is the referenced object\n -- > a pg_depend entry indicates that the referenced object cannot be\n -- > dropped without also dropping the dependent object.\n #}\n\n {%- call statement('relations', fetch_result=True) -%}\n with relation as (\n select\n pg_rewrite.ev_class as class,\n pg_rewrite.oid as id\n from pg_rewrite\n ),\n class as (\n select\n oid as id,\n relname as name,\n relnamespace as schema,\n relkind as kind\n from pg_class\n ),\n dependency as (\n select distinct\n pg_depend.objid as id,\n pg_depend.refobjid as ref\n from pg_depend\n ),\n schema as (\n select\n pg_namespace.oid as id,\n pg_namespace.nspname as name\n from pg_namespace\n where nspname != 'information_schema' and nspname not like 'pg\\_%'\n ),\n referenced as (\n select\n relation.id AS id,\n referenced_class.name ,\n referenced_class.schema ,\n referenced_class.kind\n from relation\n join class as referenced_class on relation.class=referenced_class.id\n where referenced_class.kind in ('r', 'v', 'm')\n ),\n relationships as (\n select\n referenced.name as referenced_name,\n referenced.schema as referenced_schema_id,\n dependent_class.name as dependent_name,\n dependent_class.schema as dependent_schema_id,\n referenced.kind as kind\n from referenced\n join dependency on referenced.id=dependency.id\n join class as dependent_class on dependency.ref=dependent_class.id\n where\n (referenced.name != dependent_class.name or\n referenced.schema != dependent_class.schema)\n )\n\n select\n referenced_schema.name as referenced_schema,\n relationships.referenced_name as referenced_name,\n dependent_schema.name as dependent_schema,\n relationships.dependent_name as dependent_name\n from relationships\n join schema as dependent_schema on relationships.dependent_schema_id=dependent_schema.id\n join schema as referenced_schema on relationships.referenced_schema_id=referenced_schema.id\n group by referenced_schema, referenced_name, dependent_schema, dependent_name\n order by referenced_schema, referenced_name, dependent_schema, dependent_name;\n\n {%- endcall -%}\n\n {{ return(load_result('relations').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.528594, "supported_languages": null}, "macro.dbt_postgres.postgres_get_relations": {"name": "postgres_get_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_postgres.postgres_get_relations", "macro_sql": "{% macro postgres_get_relations() %}\n {{ return(postgres__get_relations()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5287108, "supported_languages": null}, "macro.dbt_postgres.postgres__create_table_as": {"name": "postgres__create_table_as", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__create_table_as", "macro_sql": "{% macro postgres__create_table_as(temporary, relation, sql) -%}\n {%- set unlogged = config.get('unlogged', default=false) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary -%}\n temporary\n {%- elif unlogged -%}\n unlogged\n {%- endif %} table {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {% endif -%}\n {% if contract_config.enforced and (not temporary) -%}\n {{ get_table_columns_and_constraints() }} ;\n insert into {{ relation }} (\n {{ adapter.dispatch('get_column_names', 'dbt')() }}\n )\n {%- set sql = get_select_subquery(sql) %}\n {% else %}\n as\n {% endif %}\n (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.default__get_column_names", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.537196, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_index_sql": {"name": "postgres__get_create_index_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_create_index_sql", "macro_sql": "{% macro postgres__get_create_index_sql(relation, index_dict) -%}\n {%- set index_config = adapter.parse_index(index_dict) -%}\n {%- set comma_separated_columns = \", \".join(index_config.columns) -%}\n {%- set index_name = index_config.render(relation) -%}\n\n create {% if index_config.unique -%}\n unique\n {%- endif %} index if not exists\n \"{{ index_name }}\"\n on {{ relation }} {% if index_config.type -%}\n using {{ index_config.type }}\n {%- endif %}\n ({{ comma_separated_columns }});\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5377128, "supported_languages": null}, "macro.dbt_postgres.postgres__create_schema": {"name": "postgres__create_schema", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__create_schema", "macro_sql": "{% macro postgres__create_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier().include(database=False) }}\n {%- endcall -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.538024, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_schema": {"name": "postgres__drop_schema", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__drop_schema", "macro_sql": "{% macro postgres__drop_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier().include(database=False) }} cascade\n {%- endcall -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5383282, "supported_languages": null}, "macro.dbt_postgres.postgres__get_columns_in_relation": {"name": "postgres__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_columns_in_relation", "macro_sql": "{% macro postgres__get_columns_in_relation(relation) -%}\n {% call statement('get_columns_in_relation', fetch_result=True) %}\n select\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from {{ relation.information_schema('columns') }}\n where table_name = '{{ relation.identifier }}'\n {% if relation.schema %}\n and table_schema = '{{ relation.schema }}'\n {% endif %}\n order by ordinal_position\n\n {% endcall %}\n {% set table = load_result('get_columns_in_relation').table %}\n {{ return(sql_convert_columns_in_relation(table)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.sql_convert_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5388942, "supported_languages": null}, "macro.dbt_postgres.postgres__list_relations_without_caching": {"name": "postgres__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__list_relations_without_caching", "macro_sql": "{% macro postgres__list_relations_without_caching(schema_relation) %}\n {% call statement('list_relations_without_caching', fetch_result=True) -%}\n select\n '{{ schema_relation.database }}' as database,\n tablename as name,\n schemaname as schema,\n 'table' as type\n from pg_tables\n where schemaname ilike '{{ schema_relation.schema }}'\n union all\n select\n '{{ schema_relation.database }}' as database,\n viewname as name,\n schemaname as schema,\n 'view' as type\n from pg_views\n where schemaname ilike '{{ schema_relation.schema }}'\n union all\n select\n '{{ schema_relation.database }}' as database,\n matviewname as name,\n schemaname as schema,\n 'materialized_view' as type\n from pg_matviews\n where schemaname ilike '{{ schema_relation.schema }}'\n {% endcall %}\n {{ return(load_result('list_relations_without_caching').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.539347, "supported_languages": null}, "macro.dbt_postgres.postgres__information_schema_name": {"name": "postgres__information_schema_name", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__information_schema_name", "macro_sql": "{% macro postgres__information_schema_name(database) -%}\n {% if database_name -%}\n {{ adapter.verify_database(database_name) }}\n {%- endif -%}\n information_schema\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.539516, "supported_languages": null}, "macro.dbt_postgres.postgres__list_schemas": {"name": "postgres__list_schemas", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__list_schemas", "macro_sql": "{% macro postgres__list_schemas(database) %}\n {% if database -%}\n {{ adapter.verify_database(database) }}\n {%- endif -%}\n {% call statement('list_schemas', fetch_result=True, auto_begin=False) %}\n select distinct nspname from pg_namespace\n {% endcall %}\n {{ return(load_result('list_schemas').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5399082, "supported_languages": null}, "macro.dbt_postgres.postgres__check_schema_exists": {"name": "postgres__check_schema_exists", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__check_schema_exists", "macro_sql": "{% macro postgres__check_schema_exists(information_schema, schema) -%}\n {% if information_schema.database -%}\n {{ adapter.verify_database(information_schema.database) }}\n {%- endif -%}\n {% call statement('check_schema_exists', fetch_result=True, auto_begin=False) %}\n select count(*) from pg_namespace where nspname = '{{ schema }}'\n {% endcall %}\n {{ return(load_result('check_schema_exists').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.540344, "supported_languages": null}, "macro.dbt_postgres.postgres__make_relation_with_suffix": {"name": "postgres__make_relation_with_suffix", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_relation_with_suffix", "macro_sql": "{% macro postgres__make_relation_with_suffix(base_relation, suffix, dstring) %}\n {% if dstring %}\n {% set dt = modules.datetime.datetime.now() %}\n {% set dtstring = dt.strftime(\"%H%M%S%f\") %}\n {% set suffix = suffix ~ dtstring %}\n {% endif %}\n {% set suffix_length = suffix|length %}\n {% set relation_max_name_length = base_relation.relation_max_name_length() %}\n {% if suffix_length > relation_max_name_length %}\n {% do exceptions.raise_compiler_error('Relation suffix is too long (' ~ suffix_length ~ ' characters). Maximum length is ' ~ relation_max_name_length ~ ' characters.') %}\n {% endif %}\n {% set identifier = base_relation.identifier[:relation_max_name_length - suffix_length] ~ suffix %}\n\n {{ return(base_relation.incorporate(path={\"identifier\": identifier })) }}\n\n {% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5412328, "supported_languages": null}, "macro.dbt_postgres.postgres__make_intermediate_relation": {"name": "postgres__make_intermediate_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_intermediate_relation", "macro_sql": "{% macro postgres__make_intermediate_relation(base_relation, suffix) %}\n {{ return(postgres__make_relation_with_suffix(base_relation, suffix, dstring=False)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5414279, "supported_languages": null}, "macro.dbt_postgres.postgres__make_temp_relation": {"name": "postgres__make_temp_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_temp_relation", "macro_sql": "{% macro postgres__make_temp_relation(base_relation, suffix) %}\n {% set temp_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=True) %}\n {{ return(temp_relation.incorporate(path={\"schema\": none,\n \"database\": none})) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.541736, "supported_languages": null}, "macro.dbt_postgres.postgres__make_backup_relation": {"name": "postgres__make_backup_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_backup_relation", "macro_sql": "{% macro postgres__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {% set backup_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=False) %}\n {{ return(backup_relation.incorporate(type=backup_relation_type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.542001, "supported_languages": null}, "macro.dbt_postgres.postgres_escape_comment": {"name": "postgres_escape_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres_escape_comment", "macro_sql": "{% macro postgres_escape_comment(comment) -%}\n {% if comment is not string %}\n {% do exceptions.raise_compiler_error('cannot escape a non-string: ' ~ comment) %}\n {% endif %}\n {%- set magic = '$dbt_comment_literal_block$' -%}\n {%- if magic in comment -%}\n {%- do exceptions.raise_compiler_error('The string ' ~ magic ~ ' is not allowed in comments.') -%}\n {%- endif -%}\n {{ magic }}{{ comment }}{{ magic }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.542423, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_relation_comment": {"name": "postgres__alter_relation_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__alter_relation_comment", "macro_sql": "{% macro postgres__alter_relation_comment(relation, comment) %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n comment on {{ relation.type }} {{ relation }} is {{ escaped_comment }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.542667, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_column_comment": {"name": "postgres__alter_column_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__alter_column_comment", "macro_sql": "{% macro postgres__alter_column_comment(relation, column_dict) %}\n {% set existing_columns = adapter.get_columns_in_relation(relation) | map(attribute=\"name\") | list %}\n {% for column_name in column_dict if (column_name in existing_columns) %}\n {% set comment = column_dict[column_name]['description'] %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n comment on column {{ relation }}.{{ adapter.quote(column_name) if column_dict[column_name]['quote'] else column_name }} is {{ escaped_comment }};\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.543256, "supported_languages": null}, "macro.dbt_postgres.postgres__get_show_grant_sql": {"name": "postgres__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_show_grant_sql", "macro_sql": "\n\n{%- macro postgres__get_show_grant_sql(relation) -%}\n select grantee, privilege_type\n from {{ relation.information_schema('role_table_grants') }}\n where grantor = current_role\n and grantee != current_role\n and table_schema = '{{ relation.schema }}'\n and table_name = '{{ relation.identifier }}'\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.543453, "supported_languages": null}, "macro.dbt_postgres.postgres__copy_grants": {"name": "postgres__copy_grants", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__copy_grants", "macro_sql": "{% macro postgres__copy_grants() %}\n {{ return(False) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.543564, "supported_languages": null}, "macro.dbt_postgres.postgres__get_show_indexes_sql": {"name": "postgres__get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_show_indexes_sql", "macro_sql": "{% macro postgres__get_show_indexes_sql(relation) %}\n select\n i.relname as name,\n m.amname as method,\n ix.indisunique as \"unique\",\n array_to_string(array_agg(a.attname), ',') as column_names\n from pg_index ix\n join pg_class i\n on i.oid = ix.indexrelid\n join pg_am m\n on m.oid=i.relam\n join pg_class t\n on t.oid = ix.indrelid\n join pg_namespace n\n on n.oid = t.relnamespace\n join pg_attribute a\n on a.attrelid = t.oid\n and a.attnum = ANY(ix.indkey)\n where t.relname = '{{ relation.identifier }}'\n and n.nspname = '{{ relation.schema }}'\n and t.relkind in ('r', 'm')\n group by 1, 2, 3\n order by 1, 2, 3\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5437288, "supported_languages": null}, "macro.dbt_postgres.postgres__get_drop_index_sql": {"name": "postgres__get_drop_index_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_drop_index_sql", "macro_sql": "\n\n\n{%- macro postgres__get_drop_index_sql(relation, index_name) -%}\n drop index if exists \"{{ relation.schema }}\".\"{{ index_name }}\"\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.543863, "supported_languages": null}, "macro.dbt_postgres.postgres__get_incremental_default_sql": {"name": "postgres__get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/incremental_strategies.sql", "original_file_path": "macros/materializations/incremental_strategies.sql", "unique_id": "macro.dbt_postgres.postgres__get_incremental_default_sql", "macro_sql": "{% macro postgres__get_incremental_default_sql(arg_dict) %}\n\n {% if arg_dict[\"unique_key\"] %}\n {% do return(get_incremental_delete_insert_sql(arg_dict)) %}\n {% else %}\n {% do return(get_incremental_append_sql(arg_dict)) %}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_delete_insert_sql", "macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.544252, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_merge_sql": {"name": "postgres__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshot_merge.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_merge_sql", "macro_sql": "{% macro postgres__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n update {{ target }}\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_scd_id::text = {{ target }}.dbt_scd_id::text\n and DBT_INTERNAL_SOURCE.dbt_change_type::text in ('update'::text, 'delete'::text)\n and {{ target }}.dbt_valid_to is null;\n\n insert into {{ target }} ({{ insert_cols_csv }})\n select {% for column in insert_cols -%}\n DBT_INTERNAL_SOURCE.{{ column }} {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_change_type::text = 'insert'::text;\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.544996, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_materialized_view": {"name": "postgres__drop_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_materialized_view", "macro_sql": "{% macro postgres__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.545164, "supported_languages": null}, "macro.dbt_postgres.postgres__describe_materialized_view": {"name": "postgres__describe_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/describe.sql", "original_file_path": "macros/relations/materialized_view/describe.sql", "unique_id": "macro.dbt_postgres.postgres__describe_materialized_view", "macro_sql": "{% macro postgres__describe_materialized_view(relation) %}\n -- for now just get the indexes, we don't need the name or the query yet\n {% set _indexes = run_query(get_show_indexes_sql(relation)) %}\n {% do return({'indexes': _indexes}) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_indexes_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.545435, "supported_languages": null}, "macro.dbt_postgres.postgres__refresh_materialized_view": {"name": "postgres__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt_postgres.postgres__refresh_materialized_view", "macro_sql": "{% macro postgres__refresh_materialized_view(relation) %}\n refresh materialized view {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5455601, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_materialized_view_sql": {"name": "postgres__get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_materialized_view_sql", "macro_sql": "{% macro postgres__get_rename_materialized_view_sql(relation, new_name) %}\n alter materialized view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.54571, "supported_languages": null}, "macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql": {"name": "postgres__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql", "macro_sql": "{% macro postgres__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n\n -- apply a full refresh immediately if needed\n {% if configuration_changes.requires_full_refresh %}\n\n {{ get_replace_sql(existing_relation, relation, sql) }}\n\n -- otherwise apply individual changes as needed\n {% else %}\n\n {{ postgres__update_indexes_on_materialized_view(relation, configuration_changes.indexes) }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_sql", "macro.dbt_postgres.postgres__update_indexes_on_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.546463, "supported_languages": null}, "macro.dbt_postgres.postgres__update_indexes_on_materialized_view": {"name": "postgres__update_indexes_on_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__update_indexes_on_materialized_view", "macro_sql": "\n\n\n{%- macro postgres__update_indexes_on_materialized_view(relation, index_changes) -%}\n {{- log(\"Applying UPDATE INDEXES to: \" ~ relation) -}}\n\n {%- for _index_change in index_changes -%}\n {%- set _index = _index_change.context -%}\n\n {%- if _index_change.action == \"drop\" -%}\n\n {{ postgres__get_drop_index_sql(relation, _index.name) }};\n\n {%- elif _index_change.action == \"create\" -%}\n\n {{ postgres__get_create_index_sql(relation, _index.as_node_config) }}\n\n {%- endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_drop_index_sql", "macro.dbt_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.546911, "supported_languages": null}, "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes": {"name": "postgres__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes", "macro_sql": "{% macro postgres__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {% set _existing_materialized_view = postgres__describe_materialized_view(existing_relation) %}\n {% set _configuration_changes = existing_relation.get_materialized_view_config_change_collection(_existing_materialized_view, new_config) %}\n {% do return(_configuration_changes) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__describe_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.547176, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql": {"name": "postgres__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql", "macro_sql": "{% macro postgres__get_create_materialized_view_as_sql(relation, sql) %}\n create materialized view if not exists {{ relation }} as {{ sql }};\n\n {% for _index_dict in config.get('indexes', []) -%}\n {{- get_create_index_sql(relation, _index_dict) -}}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5475042, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_table": {"name": "postgres__drop_table", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_table", "macro_sql": "{% macro postgres__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.547623, "supported_languages": null}, "macro.dbt_postgres.postgres__get_replace_table_sql": {"name": "postgres__get_replace_table_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt_postgres.postgres__get_replace_table_sql", "macro_sql": "{% macro postgres__get_replace_table_sql(relation, sql) -%}\n\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n\n create or replace table {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {{ get_table_columns_and_constraints() }}\n {%- set sql = get_select_subquery(sql) %}\n {% endif %}\n as (\n {{ sql }}\n );\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.54832, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_table_sql": {"name": "postgres__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_table_sql", "macro_sql": "{% macro postgres__get_rename_table_sql(relation, new_name) %}\n alter table {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.548476, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_view": {"name": "postgres__drop_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_view", "macro_sql": "{% macro postgres__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.548598, "supported_languages": null}, "macro.dbt_postgres.postgres__get_replace_view_sql": {"name": "postgres__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_postgres.postgres__get_replace_view_sql", "macro_sql": "{% macro postgres__get_replace_view_sql(relation, sql) -%}\n\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n\n create or replace view {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.549105, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_view_sql": {"name": "postgres__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_view_sql", "macro_sql": "{% macro postgres__get_rename_view_sql(relation, new_name) %}\n alter view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.54927, "supported_languages": null}, "macro.dbt_postgres.postgres__dateadd": {"name": "postgres__dateadd", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt_postgres.postgres__dateadd", "macro_sql": "{% macro postgres__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {{ from_date_or_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.549471, "supported_languages": null}, "macro.dbt_postgres.postgres__listagg": {"name": "postgres__listagg", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt_postgres.postgres__listagg", "macro_sql": "{% macro postgres__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n (array_agg(\n {{ measure }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n ))[1:{{ limit_num }}],\n {{ delimiter_text }}\n )\n {%- else %}\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n )\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.550144, "supported_languages": null}, "macro.dbt_postgres.postgres__datediff": {"name": "postgres__datediff", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt_postgres.postgres__datediff", "macro_sql": "{% macro postgres__datediff(first_date, second_date, datepart) -%}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.553442, "supported_languages": null}, "macro.dbt_postgres.postgres__any_value": {"name": "postgres__any_value", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt_postgres.postgres__any_value", "macro_sql": "{% macro postgres__any_value(expression) -%}\n\n min({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.553617, "supported_languages": null}, "macro.dbt_postgres.postgres__last_day": {"name": "postgres__last_day", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt_postgres.postgres__last_day", "macro_sql": "{% macro postgres__last_day(date, datepart) -%}\n\n {%- if datepart == 'quarter' -%}\n -- postgres dateadd does not support quarter interval.\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd('month', '3', dbt.date_trunc(datepart, date))\n )}}\n as date)\n {%- else -%}\n {{dbt.default_last_day(date, datepart)}}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc", "macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.554108, "supported_languages": null}, "macro.dbt_postgres.postgres__split_part": {"name": "postgres__split_part", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt_postgres.postgres__split_part", "macro_sql": "{% macro postgres__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__split_part", "macro.dbt._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.554507, "supported_languages": null}, "macro.dbt.run_hooks": {"name": "run_hooks", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.run_hooks", "macro_sql": "{% macro run_hooks(hooks, inside_transaction=True) %}\n {% for hook in hooks | selectattr('transaction', 'equalto', inside_transaction) %}\n {% if not inside_transaction and loop.first %}\n {% call statement(auto_begin=inside_transaction) %}\n commit;\n {% endcall %}\n {% endif %}\n {% set rendered = render(hook.get('sql')) | trim %}\n {% if (rendered | length) > 0 %}\n {% call statement(auto_begin=inside_transaction) %}\n {{ rendered }}\n {% endcall %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5557399, "supported_languages": null}, "macro.dbt.make_hook_config": {"name": "make_hook_config", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.make_hook_config", "macro_sql": "{% macro make_hook_config(sql, inside_transaction) %}\n {{ tojson({\"sql\": sql, \"transaction\": inside_transaction}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5559611, "supported_languages": null}, "macro.dbt.before_begin": {"name": "before_begin", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.before_begin", "macro_sql": "{% macro before_begin(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5561018, "supported_languages": null}, "macro.dbt.in_transaction": {"name": "in_transaction", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.in_transaction", "macro_sql": "{% macro in_transaction(sql) %}\n {{ make_hook_config(sql, inside_transaction=True) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5562382, "supported_languages": null}, "macro.dbt.after_commit": {"name": "after_commit", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/hooks.sql", "original_file_path": "macros/materializations/hooks.sql", "unique_id": "macro.dbt.after_commit", "macro_sql": "{% macro after_commit(sql) %}\n {{ make_hook_config(sql, inside_transaction=False) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_hook_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.556381, "supported_languages": null}, "macro.dbt.set_sql_header": {"name": "set_sql_header", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.set_sql_header", "macro_sql": "{% macro set_sql_header(config) -%}\n {{ config.set('sql_header', caller()) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5567412, "supported_languages": null}, "macro.dbt.should_full_refresh": {"name": "should_full_refresh", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.should_full_refresh", "macro_sql": "{% macro should_full_refresh() %}\n {% set config_full_refresh = config.get('full_refresh') %}\n {% if config_full_refresh is none %}\n {% set config_full_refresh = flags.FULL_REFRESH %}\n {% endif %}\n {% do return(config_full_refresh) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.557031, "supported_languages": null}, "macro.dbt.should_store_failures": {"name": "should_store_failures", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/configs.sql", "original_file_path": "macros/materializations/configs.sql", "unique_id": "macro.dbt.should_store_failures", "macro_sql": "{% macro should_store_failures() %}\n {% set config_store_failures = config.get('store_failures') %}\n {% if config_store_failures is none %}\n {% set config_store_failures = flags.STORE_FAILURES %}\n {% endif %}\n {% do return(config_store_failures) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5574138, "supported_languages": null}, "macro.dbt.snapshot_merge_sql": {"name": "snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.snapshot_merge_sql", "macro_sql": "{% macro snapshot_merge_sql(target, source, insert_cols) -%}\n {{ adapter.dispatch('snapshot_merge_sql', 'dbt')(target, source, insert_cols) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5578392, "supported_languages": null}, "macro.dbt.default__snapshot_merge_sql": {"name": "default__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshots/snapshot_merge.sql", "unique_id": "macro.dbt.default__snapshot_merge_sql", "macro_sql": "{% macro default__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.dbt_scd_id = DBT_INTERNAL_DEST.dbt_scd_id\n\n when matched\n and DBT_INTERNAL_DEST.dbt_valid_to is null\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set dbt_valid_to = DBT_INTERNAL_SOURCE.dbt_valid_to\n\n when not matched\n and DBT_INTERNAL_SOURCE.dbt_change_type = 'insert'\n then insert ({{ insert_cols_csv }})\n values ({{ insert_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.558104, "supported_languages": null}, "macro.dbt.strategy_dispatch": {"name": "strategy_dispatch", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.strategy_dispatch", "macro_sql": "{% macro strategy_dispatch(name) -%}\n{% set original_name = name %}\n {% if '.' in name %}\n {% set package_name, name = name.split(\".\", 1) %}\n {% else %}\n {% set package_name = none %}\n {% endif %}\n\n {% if package_name is none %}\n {% set package_context = context %}\n {% elif package_name in context %}\n {% set package_context = context[package_name] %}\n {% else %}\n {% set error_msg %}\n Could not find package '{{package_name}}', called with '{{original_name}}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n\n {%- set search_name = 'snapshot_' ~ name ~ '_strategy' -%}\n\n {% if search_name not in package_context %}\n {% set error_msg %}\n The specified strategy macro '{{name}}' was not found in package '{{ package_name }}'\n {% endset %}\n {{ exceptions.raise_compiler_error(error_msg | trim) }}\n {% endif %}\n {{ return(package_context[search_name]) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5624719, "supported_languages": null}, "macro.dbt.snapshot_hash_arguments": {"name": "snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_hash_arguments", "macro_sql": "{% macro snapshot_hash_arguments(args) -%}\n {{ adapter.dispatch('snapshot_hash_arguments', 'dbt')(args) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5626502, "supported_languages": null}, "macro.dbt.default__snapshot_hash_arguments": {"name": "default__snapshot_hash_arguments", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.default__snapshot_hash_arguments", "macro_sql": "{% macro default__snapshot_hash_arguments(args) -%}\n md5({%- for arg in args -%}\n coalesce(cast({{ arg }} as varchar ), '')\n {% if not loop.last %} || '|' || {% endif %}\n {%- endfor -%})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.562861, "supported_languages": null}, "macro.dbt.snapshot_timestamp_strategy": {"name": "snapshot_timestamp_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_timestamp_strategy", "macro_sql": "{% macro snapshot_timestamp_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set primary_key = config['unique_key'] %}\n {% set updated_at = config['updated_at'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n\n {#/*\n The snapshot relation might not have an {{ updated_at }} value if the\n snapshot strategy is changed from `check` to `timestamp`. We\n should use a dbt-created column for the comparison in the snapshot\n table instead of assuming that the user-supplied {{ updated_at }}\n will be present in the historical data.\n\n See https://github.com/dbt-labs/dbt-core/issues/2350\n */ #}\n {% set row_changed_expr -%}\n ({{ snapshotted_rel }}.dbt_valid_from < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5635462, "supported_languages": null}, "macro.dbt.snapshot_string_as_time": {"name": "snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_string_as_time", "macro_sql": "{% macro snapshot_string_as_time(timestamp) -%}\n {{ adapter.dispatch('snapshot_string_as_time', 'dbt')(timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5637062, "supported_languages": null}, "macro.dbt.default__snapshot_string_as_time": {"name": "default__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.default__snapshot_string_as_time", "macro_sql": "{% macro default__snapshot_string_as_time(timestamp) %}\n {% do exceptions.raise_not_implemented(\n 'snapshot_string_as_time macro not implemented for adapter '+adapter.type()\n ) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.563869, "supported_languages": null}, "macro.dbt.snapshot_check_all_get_existing_columns": {"name": "snapshot_check_all_get_existing_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_all_get_existing_columns", "macro_sql": "{% macro snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) -%}\n {%- if not target_exists -%}\n {#-- no table yet -> return whatever the query does --#}\n {{ return((false, query_columns)) }}\n {%- endif -%}\n\n {#-- handle any schema changes --#}\n {%- set target_relation = adapter.get_relation(database=node.database, schema=node.schema, identifier=node.alias) -%}\n\n {% if check_cols_config == 'all' %}\n {%- set query_columns = get_columns_in_query(node['compiled_code']) -%}\n\n {% elif check_cols_config is iterable and (check_cols_config | length) > 0 %}\n {#-- query for proper casing/quoting, to support comparison below --#}\n {%- set select_check_cols_from_target -%}\n {#-- N.B. The whitespace below is necessary to avoid edge case issue with comments --#}\n {#-- See: https://github.com/dbt-labs/dbt-core/issues/6781 --#}\n select {{ check_cols_config | join(', ') }} from (\n {{ node['compiled_code'] }}\n ) subq\n {%- endset -%}\n {% set query_columns = get_columns_in_query(select_check_cols_from_target) %}\n\n {% else %}\n {% do exceptions.raise_compiler_error(\"Invalid value for 'check_cols': \" ~ check_cols_config) %}\n {% endif %}\n\n {%- set existing_cols = adapter.get_columns_in_relation(target_relation) | map(attribute = 'name') | list -%}\n {%- set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {%- set ns.column_added = false -%}\n\n {%- set intersection = [] -%}\n {%- for col in query_columns -%}\n {%- if col in existing_cols -%}\n {%- do intersection.append(adapter.quote(col)) -%}\n {%- else -%}\n {% set ns.column_added = true %}\n {%- endif -%}\n {%- endfor -%}\n {{ return((ns.column_added, intersection)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5651681, "supported_languages": null}, "macro.dbt.snapshot_check_strategy": {"name": "snapshot_check_strategy", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/strategies.sql", "original_file_path": "macros/materializations/snapshots/strategies.sql", "unique_id": "macro.dbt.snapshot_check_strategy", "macro_sql": "{% macro snapshot_check_strategy(node, snapshotted_rel, current_rel, config, target_exists) %}\n {% set check_cols_config = config['check_cols'] %}\n {% set primary_key = config['unique_key'] %}\n {% set invalidate_hard_deletes = config.get('invalidate_hard_deletes', false) %}\n {% set updated_at = config.get('updated_at', snapshot_get_time()) %}\n\n {% set column_added = false %}\n\n {% set column_added, check_cols = snapshot_check_all_get_existing_columns(node, target_exists, check_cols_config) %}\n\n {%- set row_changed_expr -%}\n (\n {%- if column_added -%}\n {{ get_true_sql() }}\n {%- else -%}\n {%- for col in check_cols -%}\n {{ snapshotted_rel }}.{{ col }} != {{ current_rel }}.{{ col }}\n or\n (\n (({{ snapshotted_rel }}.{{ col }} is null) and not ({{ current_rel }}.{{ col }} is null))\n or\n ((not {{ snapshotted_rel }}.{{ col }} is null) and ({{ current_rel }}.{{ col }} is null))\n )\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n {%- endif -%}\n )\n {%- endset %}\n\n {% set scd_id_expr = snapshot_hash_arguments([primary_key, updated_at]) %}\n\n {% do return({\n \"unique_key\": primary_key,\n \"updated_at\": updated_at,\n \"row_changed\": row_changed_expr,\n \"scd_id\": scd_id_expr,\n \"invalidate_hard_deletes\": invalidate_hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.snapshot_check_all_get_existing_columns", "macro.dbt.get_true_sql", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.566557, "supported_languages": null}, "macro.dbt.create_columns": {"name": "create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.create_columns", "macro_sql": "{% macro create_columns(relation, columns) %}\n {{ adapter.dispatch('create_columns', 'dbt')(relation, columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.570273, "supported_languages": null}, "macro.dbt.default__create_columns": {"name": "default__create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__create_columns", "macro_sql": "{% macro default__create_columns(relation, columns) %}\n {% for column in columns %}\n {% call statement() %}\n alter table {{ relation }} add column \"{{ column.name }}\" {{ column.data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.570682, "supported_languages": null}, "macro.dbt.post_snapshot": {"name": "post_snapshot", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.post_snapshot", "macro_sql": "{% macro post_snapshot(staging_relation) %}\n {{ adapter.dispatch('post_snapshot', 'dbt')(staging_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.570913, "supported_languages": null}, "macro.dbt.default__post_snapshot": {"name": "default__post_snapshot", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__post_snapshot", "macro_sql": "{% macro default__post_snapshot(staging_relation) %}\n {# no-op #}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.571011, "supported_languages": null}, "macro.dbt.get_true_sql": {"name": "get_true_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.get_true_sql", "macro_sql": "{% macro get_true_sql() %}\n {{ adapter.dispatch('get_true_sql', 'dbt')() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_true_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.571156, "supported_languages": null}, "macro.dbt.default__get_true_sql": {"name": "default__get_true_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__get_true_sql", "macro_sql": "{% macro default__get_true_sql() %}\n {{ return('TRUE') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.571269, "supported_languages": null}, "macro.dbt.snapshot_staging_table": {"name": "snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.snapshot_staging_table", "macro_sql": "{% macro snapshot_staging_table(strategy, source_sql, target_relation) -%}\n {{ adapter.dispatch('snapshot_staging_table', 'dbt')(strategy, source_sql, target_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__snapshot_staging_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.571466, "supported_languages": null}, "macro.dbt.default__snapshot_staging_table": {"name": "default__snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__snapshot_staging_table", "macro_sql": "{% macro default__snapshot_staging_table(strategy, source_sql, target_relation) -%}\n\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *,\n {{ strategy.unique_key }} as dbt_unique_key\n\n from {{ target_relation }}\n where dbt_valid_to is null\n\n ),\n\n insertions_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to,\n {{ strategy.scd_id }} as dbt_scd_id\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n {{ strategy.updated_at }} as dbt_valid_to\n\n from snapshot_query\n ),\n\n {%- if strategy.invalidate_hard_deletes %}\n\n deletes_source_data as (\n\n select\n *,\n {{ strategy.unique_key }} as dbt_unique_key\n from snapshot_query\n ),\n {% endif %}\n\n insertions as (\n\n select\n 'insert' as dbt_change_type,\n source_data.*\n\n from insertions_source_data as source_data\n left outer join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where snapshotted_data.dbt_unique_key is null\n or (\n snapshotted_data.dbt_unique_key is not null\n and (\n {{ strategy.row_changed }}\n )\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.dbt_scd_id\n\n from updates_source_data as source_data\n join snapshotted_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.invalidate_hard_deletes -%}\n ,\n\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as dbt_valid_from,\n {{ snapshot_get_time() }} as dbt_updated_at,\n {{ snapshot_get_time() }} as dbt_valid_to,\n snapshotted_data.dbt_scd_id\n\n from snapshotted_data\n left join deletes_source_data as source_data on snapshotted_data.dbt_unique_key = source_data.dbt_unique_key\n where source_data.dbt_unique_key is null\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.invalidate_hard_deletes %}\n union all\n select * from deletes\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.572434, "supported_languages": null}, "macro.dbt.build_snapshot_table": {"name": "build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.build_snapshot_table", "macro_sql": "{% macro build_snapshot_table(strategy, sql) -%}\n {{ adapter.dispatch('build_snapshot_table', 'dbt')(strategy, sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__build_snapshot_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.572663, "supported_languages": null}, "macro.dbt.default__build_snapshot_table": {"name": "default__build_snapshot_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.default__build_snapshot_table", "macro_sql": "{% macro default__build_snapshot_table(strategy, sql) %}\n\n select *,\n {{ strategy.scd_id }} as dbt_scd_id,\n {{ strategy.updated_at }} as dbt_updated_at,\n {{ strategy.updated_at }} as dbt_valid_from,\n nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}) as dbt_valid_to\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5729148, "supported_languages": null}, "macro.dbt.build_snapshot_staging_table": {"name": "build_snapshot_staging_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.build_snapshot_staging_table", "macro_sql": "{% macro build_snapshot_staging_table(strategy, sql, target_relation) %}\n {% set temp_relation = make_temp_relation(target_relation) %}\n\n {% set select = snapshot_staging_table(strategy, sql, target_relation) %}\n\n {% call statement('build_snapshot_staging_relation') %}\n {{ create_table_as(True, temp_relation, select) }}\n {% endcall %}\n\n {% do return(temp_relation) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.make_temp_relation", "macro.dbt.snapshot_staging_table", "macro.dbt.statement", "macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.573337, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"name": "materialization_snapshot_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "unique_id": "macro.dbt.materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n {%- set config = model['config'] -%}\n\n {%- set target_table = model.get('alias', model.get('name')) -%}\n\n {%- set strategy_name = config.get('strategy') -%}\n {%- set unique_key = config.get('unique_key') %}\n -- grab current tables grants config for comparision later on\n {%- set grant_config = config.get('grants') -%}\n\n {% set target_relation_exists, target_relation = get_or_create_relation(\n database=model.database,\n schema=model.schema,\n identifier=target_table,\n type='table') -%}\n\n {%- if not target_relation.is_table -%}\n {% do exceptions.relation_wrong_type(target_relation, 'table') %}\n {%- endif -%}\n\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set strategy_macro = strategy_dispatch(strategy_name) %}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", config, target_relation_exists) %}\n\n {% if not target_relation_exists %}\n\n {% set build_sql = build_snapshot_table(strategy, model['compiled_code']) %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {{ adapter.valid_snapshot_target(target_relation) }}\n\n {% set staging_table = build_snapshot_staging_table(strategy, sql, target_relation) %}\n\n -- this may no-op if the database does not require column expansion\n {% do adapter.expand_target_column_types(from_relation=staging_table,\n to_relation=target_relation) %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% do create_columns(target_relation, missing_columns) %}\n\n {% set source_columns = adapter.get_columns_in_relation(staging_table)\n | rejectattr('name', 'equalto', 'dbt_change_type')\n | rejectattr('name', 'equalto', 'DBT_CHANGE_TYPE')\n | rejectattr('name', 'equalto', 'dbt_unique_key')\n | rejectattr('name', 'equalto', 'DBT_UNIQUE_KEY')\n | list %}\n\n {% set quoted_source_columns = [] %}\n {% for column in source_columns %}\n {% do quoted_source_columns.append(adapter.quote(column.name)) %}\n {% endfor %}\n\n {% set final_sql = snapshot_merge_sql(\n target = target_relation,\n source = staging_table,\n insert_cols = quoted_source_columns\n )\n %}\n\n {% endif %}\n\n {% call statement('main') %}\n {{ final_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(target_relation_exists, full_refresh_mode=False) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if not target_relation_exists %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {% if staging_table is defined %}\n {% do post_snapshot(staging_table) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.get_or_create_relation", "macro.dbt.run_hooks", "macro.dbt.strategy_dispatch", "macro.dbt.build_snapshot_table", "macro.dbt.create_table_as", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes", "macro.dbt.post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.578947, "supported_languages": ["sql"]}, "macro.dbt.materialization_test_default": {"name": "materialization_test_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/test.sql", "original_file_path": "macros/materializations/tests/test.sql", "unique_id": "macro.dbt.materialization_test_default", "macro_sql": "{%- materialization test, default -%}\n\n {% set relations = [] %}\n\n {% if should_store_failures() %}\n\n {% set identifier = model['alias'] %}\n {% set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n\n {% set store_failures_as = config.get('store_failures_as') %}\n -- if `--store-failures` is invoked via command line and `store_failures_as` is not set,\n -- config.get('store_failures_as', 'table') returns None, not 'table'\n {% if store_failures_as == none %}{% set store_failures_as = 'table' %}{% endif %}\n {% if store_failures_as not in ['table', 'view'] %}\n {{ exceptions.raise_compiler_error(\n \"'\" ~ store_failures_as ~ \"' is not a valid value for `store_failures_as`. \"\n \"Accepted values are: ['ephemeral', 'table', 'view']\"\n ) }}\n {% endif %}\n\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type=store_failures_as) -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ get_create_sql(target_relation, sql) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {% set main_sql %}\n select *\n from {{ target_relation }}\n {% endset %}\n\n {{ adapter.commit() }}\n\n {% else %}\n\n {% set main_sql = sql %}\n\n {% endif %}\n\n {% set limit = config.get('limit') %}\n {% set fail_calc = config.get('fail_calc') %}\n {% set warn_if = config.get('warn_if') %}\n {% set error_if = config.get('error_if') %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.get_create_sql", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.58169, "supported_languages": ["sql"]}, "macro.dbt.get_test_sql": {"name": "get_test_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "unique_id": "macro.dbt.get_test_sql", "macro_sql": "{% macro get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n {{ adapter.dispatch('get_test_sql', 'dbt')(main_sql, fail_calc, warn_if, error_if, limit) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.582191, "supported_languages": null}, "macro.dbt.default__get_test_sql": {"name": "default__get_test_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/helpers.sql", "original_file_path": "macros/materializations/tests/helpers.sql", "unique_id": "macro.dbt.default__get_test_sql", "macro_sql": "{% macro default__get_test_sql(main_sql, fail_calc, warn_if, error_if, limit) -%}\n select\n {{ fail_calc }} as failures,\n {{ fail_calc }} {{ warn_if }} as should_warn,\n {{ fail_calc }} {{ error_if }} as should_error\n from (\n {{ main_sql }}\n {{ \"limit \" ~ limit if limit != none }}\n ) dbt_internal_test\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.58248, "supported_languages": null}, "macro.dbt.get_where_subquery": {"name": "get_where_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "unique_id": "macro.dbt.get_where_subquery", "macro_sql": "{% macro get_where_subquery(relation) -%}\n {% do return(adapter.dispatch('get_where_subquery', 'dbt')(relation)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_where_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.582834, "supported_languages": null}, "macro.dbt.default__get_where_subquery": {"name": "default__get_where_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/where_subquery.sql", "original_file_path": "macros/materializations/tests/where_subquery.sql", "unique_id": "macro.dbt.default__get_where_subquery", "macro_sql": "{% macro default__get_where_subquery(relation) -%}\n {% set where = config.get('where', '') %}\n {% if where %}\n {%- set filtered -%}\n (select * from {{ relation }} where {{ where }}) dbt_subquery\n {%- endset -%}\n {% do return(filtered) %}\n {%- else -%}\n {% do return(relation) %}\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.583193, "supported_languages": null}, "macro.dbt.materialization_materialized_view_default": {"name": "materialization_materialized_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialization_materialized_view_default", "macro_sql": "{% materialization materialized_view, default %}\n {% set existing_relation = load_cached_relation(this) %}\n {% set target_relation = this.incorporate(type=this.MaterializedView) %}\n {% set intermediate_relation = make_intermediate_relation(target_relation) %}\n {% set backup_relation_type = target_relation.MaterializedView if existing_relation is none else existing_relation.type %}\n {% set backup_relation = make_backup_relation(target_relation, backup_relation_type) %}\n\n {{ materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) }}\n\n {% set build_sql = materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% if build_sql == '' %}\n {{ materialized_view_execute_no_op(target_relation) }}\n {% else %}\n {{ materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) }}\n {% endif %}\n\n {{ materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.materialized_view_setup", "macro.dbt.materialized_view_get_build_sql", "macro.dbt.materialized_view_execute_no_op", "macro.dbt.materialized_view_execute_build_sql", "macro.dbt.materialized_view_teardown"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.587376, "supported_languages": ["sql"]}, "macro.dbt.materialized_view_setup": {"name": "materialized_view_setup", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_setup", "macro_sql": "{% macro materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) %}\n\n -- backup_relation and intermediate_relation should not already exist in the database\n -- it's possible these exist because of a previous run that exited unexpectedly\n {% set preexisting_backup_relation = load_cached_relation(backup_relation) %}\n {% set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.587727, "supported_languages": null}, "macro.dbt.materialized_view_teardown": {"name": "materialized_view_teardown", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_teardown", "macro_sql": "{% macro materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) %}\n\n -- drop the temp relations if they exist to leave the database clean for the next run\n {{ drop_relation_if_exists(backup_relation) }}\n {{ drop_relation_if_exists(intermediate_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5879512, "supported_languages": null}, "macro.dbt.materialized_view_get_build_sql": {"name": "materialized_view_get_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_get_build_sql", "macro_sql": "{% macro materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% set full_refresh_mode = should_full_refresh() %}\n\n -- determine the scenario we're in: create, full_refresh, alter, refresh data\n {% if existing_relation is none %}\n {% set build_sql = get_create_materialized_view_as_sql(target_relation, sql) %}\n {% elif full_refresh_mode or not existing_relation.is_materialized_view %}\n {% set build_sql = get_replace_sql(existing_relation, target_relation, sql) %}\n {% else %}\n\n -- get config options\n {% set on_configuration_change = config.get('on_configuration_change') %}\n {% set configuration_changes = get_materialized_view_configuration_changes(existing_relation, config) %}\n\n {% if configuration_changes is none %}\n {% set build_sql = refresh_materialized_view(target_relation) %}\n\n {% elif on_configuration_change == 'apply' %}\n {% set build_sql = get_alter_materialized_view_as_sql(target_relation, configuration_changes, sql, existing_relation, backup_relation, intermediate_relation) %}\n {% elif on_configuration_change == 'continue' %}\n {% set build_sql = '' %}\n {{ exceptions.warn(\"Configuration changes were identified and `on_configuration_change` was set to `continue` for `\" ~ target_relation ~ \"`\") }}\n {% elif on_configuration_change == 'fail' %}\n {{ exceptions.raise_fail_fast_error(\"Configuration changes were identified and `on_configuration_change` was set to `fail` for `\" ~ target_relation ~ \"`\") }}\n\n {% else %}\n -- this only happens if the user provides a value other than `apply`, 'skip', 'fail'\n {{ exceptions.raise_compiler_error(\"Unexpected configuration scenario\") }}\n\n {% endif %}\n\n {% endif %}\n\n {% do return(build_sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.get_create_materialized_view_as_sql", "macro.dbt.get_replace_sql", "macro.dbt.get_materialized_view_configuration_changes", "macro.dbt.refresh_materialized_view", "macro.dbt.get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.589077, "supported_languages": null}, "macro.dbt.materialized_view_execute_no_op": {"name": "materialized_view_execute_no_op", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_no_op", "macro_sql": "{% macro materialized_view_execute_no_op(target_relation) %}\n {% do store_raw_result(\n name=\"main\",\n message=\"skip \" ~ target_relation,\n code=\"skip\",\n rows_affected=\"-1\"\n ) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5892859, "supported_languages": null}, "macro.dbt.materialized_view_execute_build_sql": {"name": "materialized_view_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_build_sql", "macro_sql": "{% macro materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) %}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set grant_config = config.get('grants') %}\n\n {% call statement(name=\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5898612, "supported_languages": null}, "macro.dbt.materialization_view_default": {"name": "materialization_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view.sql", "original_file_path": "macros/materializations/models/view.sql", "unique_id": "macro.dbt.materialization_view_default", "macro_sql": "{%- materialization view, default -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='view') -%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n This relation (probably) doesn't exist yet. If it does exist, it's a leftover from\n a previous run, and we're going to try to drop it immediately. At the end of this\n materialization, we're going to rename the \"existing_relation\" to this identifier,\n and then we're going to drop it. In order to make sure we run the correct one of:\n - drop view ...\n - drop table ...\n\n We need to set the type of this relation to be the type of the existing_relation, if it exists,\n or else \"view\" as a sane default if it does not. Note that if the existing_relation does not\n exist, then there is nothing to move out of the way and subsequentally drop. In that case,\n this relation will be effectively unused.\n */\n {%- set backup_relation_type = 'view' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n -- move the existing view out of the way\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {% endif %}\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {{ adapter.commit() }}\n\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.run_hooks", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.593052, "supported_languages": ["sql"]}, "macro.dbt.materialization_table_default": {"name": "materialization_table_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table.sql", "original_file_path": "macros/materializations/models/table.sql", "unique_id": "macro.dbt.materialization_table_default", "macro_sql": "{% materialization table, default %}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') %}\n {%- set intermediate_relation = make_intermediate_relation(target_relation) -%}\n -- the intermediate_relation should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) -%}\n /*\n See ../view/view.sql for more information about this relation.\n */\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n -- as above, the backup_relation should not already exist\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_table_as_sql(False, intermediate_relation, sql) }}\n {%- endcall %}\n\n -- cleanup\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, target_relation) }}\n\n {% do create_indexes(target_relation) %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n -- finally, drop the existing/backup relation after the commit\n {{ drop_relation_if_exists(backup_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.statement", "macro.dbt.get_create_table_as_sql", "macro.dbt.create_indexes", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5958169, "supported_languages": ["sql"]}, "macro.dbt.get_quoted_csv": {"name": "get_quoted_csv", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.get_quoted_csv", "macro_sql": "{% macro get_quoted_csv(column_names) %}\n\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote(col)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5973408, "supported_languages": null}, "macro.dbt.diff_columns": {"name": "diff_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.diff_columns", "macro_sql": "{% macro diff_columns(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% set source_names = source_columns | map(attribute = 'column') | list %}\n {% set target_names = target_columns | map(attribute = 'column') | list %}\n\n {# --check whether the name attribute exists in the target - this does not perform a data type check #}\n {% for sc in source_columns %}\n {% if sc.name not in target_names %}\n {{ result.append(sc) }}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.597856, "supported_languages": null}, "macro.dbt.diff_column_data_types": {"name": "diff_column_data_types", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.diff_column_data_types", "macro_sql": "{% macro diff_column_data_types(source_columns, target_columns) %}\n\n {% set result = [] %}\n {% for sc in source_columns %}\n {% set tc = target_columns | selectattr(\"name\", \"equalto\", sc.name) | list | first %}\n {% if tc %}\n {% if sc.data_type != tc.data_type and not sc.can_expand_to(other_column=tc) %}\n {{ result.append( { 'column_name': tc.name, 'new_type': sc.data_type } ) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n\n {{ return(result) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.5984828, "supported_languages": null}, "macro.dbt.get_merge_update_columns": {"name": "get_merge_update_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.get_merge_update_columns", "macro_sql": "{% macro get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {{ return(adapter.dispatch('get_merge_update_columns', 'dbt')(merge_update_columns, merge_exclude_columns, dest_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.598696, "supported_languages": null}, "macro.dbt.default__get_merge_update_columns": {"name": "default__get_merge_update_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/column_helpers.sql", "original_file_path": "macros/materializations/models/incremental/column_helpers.sql", "unique_id": "macro.dbt.default__get_merge_update_columns", "macro_sql": "{% macro default__get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) %}\n {%- set default_cols = dest_columns | map(attribute=\"quoted\") | list -%}\n\n {%- if merge_update_columns and merge_exclude_columns -%}\n {{ exceptions.raise_compiler_error(\n 'Model cannot specify merge_update_columns and merge_exclude_columns. Please update model to use only one config'\n )}}\n {%- elif merge_update_columns -%}\n {%- set update_columns = merge_update_columns -%}\n {%- elif merge_exclude_columns -%}\n {%- set update_columns = [] -%}\n {%- for column in dest_columns -%}\n {% if column.column | lower not in merge_exclude_columns | map(\"lower\") | list %}\n {%- do update_columns.append(column.quoted) -%}\n {% endif %}\n {%- endfor -%}\n {%- else -%}\n {%- set update_columns = default_cols -%}\n {%- endif -%}\n\n {{ return(update_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.599332, "supported_languages": null}, "macro.dbt.get_merge_sql": {"name": "get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_merge_sql", "macro_sql": "{% macro get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n -- back compat for old kwarg name\n {% set incremental_predicates = kwargs.get('predicates', incremental_predicates) %}\n {{ adapter.dispatch('get_merge_sql', 'dbt')(target, source, unique_key, dest_columns, incremental_predicates) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.604548, "supported_languages": null}, "macro.dbt.default__get_merge_sql": {"name": "default__get_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_merge_sql", "macro_sql": "{% macro default__get_merge_sql(target, source, unique_key, dest_columns, incremental_predicates=none) -%}\n {%- set predicates = [] if incremental_predicates is none else [] + incremental_predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set merge_update_columns = config.get('merge_update_columns') -%}\n {%- set merge_exclude_columns = config.get('merge_exclude_columns') -%}\n {%- set update_columns = get_merge_update_columns(merge_update_columns, merge_exclude_columns, dest_columns) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not mapping and unique_key is not string %}\n {% for key in unique_key %}\n {% set this_key_match %}\n DBT_INTERNAL_SOURCE.{{ key }} = DBT_INTERNAL_DEST.{{ key }}\n {% endset %}\n {% do predicates.append(this_key_match) %}\n {% endfor %}\n {% else %}\n {% set unique_key_match %}\n DBT_INTERNAL_SOURCE.{{ unique_key }} = DBT_INTERNAL_DEST.{{ unique_key }}\n {% endset %}\n {% do predicates.append(unique_key_match) %}\n {% endif %}\n {% else %}\n {% do predicates.append('FALSE') %}\n {% endif %}\n\n {{ sql_header if sql_header is not none }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on {{\"(\" ~ predicates | join(\") and (\") ~ \")\"}}\n\n {% if unique_key %}\n when matched then update set\n {% for column_name in update_columns -%}\n {{ column_name }} = DBT_INTERNAL_SOURCE.{{ column_name }}\n {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n {% endif %}\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv", "macro.dbt.get_merge_update_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.606038, "supported_languages": null}, "macro.dbt.get_delete_insert_merge_sql": {"name": "get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_delete_insert_merge_sql", "macro_sql": "{% macro get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n {{ adapter.dispatch('get_delete_insert_merge_sql', 'dbt')(target, source, unique_key, dest_columns, incremental_predicates) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6062799, "supported_languages": null}, "macro.dbt.default__get_delete_insert_merge_sql": {"name": "default__get_delete_insert_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_delete_insert_merge_sql", "macro_sql": "{% macro default__get_delete_insert_merge_sql(target, source, unique_key, dest_columns, incremental_predicates) -%}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n {% if unique_key %}\n {% if unique_key is sequence and unique_key is not string %}\n delete from {{target }}\n using {{ source }}\n where (\n {% for key in unique_key %}\n {{ source }}.{{ key }} = {{ target }}.{{ key }}\n {{ \"and \" if not loop.last}}\n {% endfor %}\n {% if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {% endif %}\n );\n {% else %}\n delete from {{ target }}\n where (\n {{ unique_key }}) in (\n select ({{ unique_key }})\n from {{ source }}\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\n {% endif %}\n {% endif %}\n\n insert into {{ target }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ source }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.607179, "supported_languages": null}, "macro.dbt.get_insert_overwrite_merge_sql": {"name": "get_insert_overwrite_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.get_insert_overwrite_merge_sql", "macro_sql": "{% macro get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header=false) -%}\n {{ adapter.dispatch('get_insert_overwrite_merge_sql', 'dbt')(target, source, dest_columns, predicates, include_sql_header) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.607424, "supported_languages": null}, "macro.dbt.default__get_insert_overwrite_merge_sql": {"name": "default__get_insert_overwrite_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/merge.sql", "original_file_path": "macros/materializations/models/incremental/merge.sql", "unique_id": "macro.dbt.default__get_insert_overwrite_merge_sql", "macro_sql": "{% macro default__get_insert_overwrite_merge_sql(target, source, dest_columns, predicates, include_sql_header) -%}\n {#-- The only time include_sql_header is True: --#}\n {#-- BigQuery + insert_overwrite strategy + \"static\" partitions config --#}\n {#-- We should consider including the sql header at the materialization level instead --#}\n\n {%- set predicates = [] if predicates is none else [] + predicates -%}\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none and include_sql_header }}\n\n merge into {{ target }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on FALSE\n\n when not matched by source\n {% if predicates %} and {{ predicates | join(' and ') }} {% endif %}\n then delete\n\n when not matched then insert\n ({{ dest_cols_csv }})\n values\n ({{ dest_cols_csv }})\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.607999, "supported_languages": null}, "macro.dbt.is_incremental": {"name": "is_incremental", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/is_incremental.sql", "original_file_path": "macros/materializations/models/incremental/is_incremental.sql", "unique_id": "macro.dbt.is_incremental", "macro_sql": "{% macro is_incremental() %}\n {#-- do not run introspective queries in parsing #}\n {% if not execute %}\n {{ return(False) }}\n {% else %}\n {% set relation = adapter.get_relation(this.database, this.schema, this.table) %}\n {{ return(relation is not none\n and relation.type == 'table'\n and model.config.materialized == 'incremental'\n and not should_full_refresh()) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.608576, "supported_languages": null}, "macro.dbt.get_incremental_append_sql": {"name": "get_incremental_append_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_append_sql", "macro_sql": "{% macro get_incremental_append_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_append_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.609358, "supported_languages": null}, "macro.dbt.default__get_incremental_append_sql": {"name": "default__get_incremental_append_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_append_sql", "macro_sql": "{% macro default__get_incremental_append_sql(arg_dict) %}\n\n {% do return(get_insert_into_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_insert_into_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.60959, "supported_languages": null}, "macro.dbt.get_incremental_delete_insert_sql": {"name": "get_incremental_delete_insert_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_delete_insert_sql", "macro_sql": "{% macro get_incremental_delete_insert_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_delete_insert_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_delete_insert_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6097548, "supported_languages": null}, "macro.dbt.default__get_incremental_delete_insert_sql": {"name": "default__get_incremental_delete_insert_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_delete_insert_sql", "macro_sql": "{% macro default__get_incremental_delete_insert_sql(arg_dict) %}\n\n {% do return(get_delete_insert_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_delete_insert_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.610018, "supported_languages": null}, "macro.dbt.get_incremental_merge_sql": {"name": "get_incremental_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_merge_sql", "macro_sql": "{% macro get_incremental_merge_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_merge_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.610256, "supported_languages": null}, "macro.dbt.default__get_incremental_merge_sql": {"name": "default__get_incremental_merge_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_merge_sql", "macro_sql": "{% macro default__get_incremental_merge_sql(arg_dict) %}\n\n {% do return(get_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"unique_key\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.610524, "supported_languages": null}, "macro.dbt.get_incremental_insert_overwrite_sql": {"name": "get_incremental_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_insert_overwrite_sql", "macro_sql": "{% macro get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_insert_overwrite_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_insert_overwrite_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.610687, "supported_languages": null}, "macro.dbt.default__get_incremental_insert_overwrite_sql": {"name": "default__get_incremental_insert_overwrite_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_insert_overwrite_sql", "macro_sql": "{% macro default__get_incremental_insert_overwrite_sql(arg_dict) %}\n\n {% do return(get_insert_overwrite_merge_sql(arg_dict[\"target_relation\"], arg_dict[\"temp_relation\"], arg_dict[\"dest_columns\"], arg_dict[\"incremental_predicates\"])) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_insert_overwrite_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.610922, "supported_languages": null}, "macro.dbt.get_incremental_default_sql": {"name": "get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_incremental_default_sql", "macro_sql": "{% macro get_incremental_default_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_default_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_incremental_default_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.611085, "supported_languages": null}, "macro.dbt.default__get_incremental_default_sql": {"name": "default__get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.default__get_incremental_default_sql", "macro_sql": "{% macro default__get_incremental_default_sql(arg_dict) %}\n\n {% do return(get_incremental_append_sql(arg_dict)) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.611215, "supported_languages": null}, "macro.dbt.get_insert_into_sql": {"name": "get_insert_into_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/strategies.sql", "original_file_path": "macros/materializations/models/incremental/strategies.sql", "unique_id": "macro.dbt.get_insert_into_sql", "macro_sql": "{% macro get_insert_into_sql(target_relation, temp_relation, dest_columns) %}\n\n {%- set dest_cols_csv = get_quoted_csv(dest_columns | map(attribute=\"name\")) -%}\n\n insert into {{ target_relation }} ({{ dest_cols_csv }})\n (\n select {{ dest_cols_csv }}\n from {{ temp_relation }}\n )\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_quoted_csv"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.611458, "supported_languages": null}, "macro.dbt.materialization_incremental_default": {"name": "materialization_incremental_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/incremental.sql", "original_file_path": "macros/materializations/models/incremental/incremental.sql", "unique_id": "macro.dbt.materialization_incremental_default", "macro_sql": "{% materialization incremental, default -%}\n\n -- relations\n {%- set existing_relation = load_cached_relation(this) -%}\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {%- set intermediate_relation = make_intermediate_relation(target_relation)-%}\n {%- set backup_relation_type = 'table' if existing_relation is none else existing_relation.type -%}\n {%- set backup_relation = make_backup_relation(target_relation, backup_relation_type) -%}\n\n -- configs\n {%- set unique_key = config.get('unique_key') -%}\n {%- set full_refresh_mode = (should_full_refresh() or existing_relation.is_view) -%}\n {%- set on_schema_change = incremental_validate_on_schema_change(config.get('on_schema_change'), default='ignore') -%}\n\n -- the temp_ and backup_ relations should not already exist in the database; get_relation\n -- will return None in that case. Otherwise, we get a relation that we can drop\n -- later, before we try to use this name for the current operation. This has to happen before\n -- BEGIN, in a separate transaction\n {%- set preexisting_intermediate_relation = load_cached_relation(intermediate_relation)-%}\n {%- set preexisting_backup_relation = load_cached_relation(backup_relation) -%}\n -- grab current tables grants config for comparision later on\n {% set grant_config = config.get('grants') %}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set to_drop = [] %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {#-- Process schema changes. Returns dict of changes if successful. Use source columns for upserting/merging --#}\n {% set dest_columns = process_schema_changes(on_schema_change, temp_relation, existing_relation) %}\n {% if not dest_columns %}\n {% set dest_columns = adapter.get_columns_in_relation(existing_relation) %}\n {% endif %}\n\n {#-- Get the incremental_strategy, the macro to use for the strategy, and build the sql --#}\n {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set incremental_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n {% set strategy_arg_dict = ({'target_relation': target_relation, 'temp_relation': temp_relation, 'unique_key': unique_key, 'dest_columns': dest_columns, 'incremental_predicates': incremental_predicates }) %}\n {% set build_sql = strategy_sql_macro_func(strategy_arg_dict) %}\n\n {% endif %}\n\n {% call statement(\"main\") %}\n {{ build_sql }}\n {% endcall %}\n\n {% if need_swap %}\n {% do adapter.rename_relation(target_relation, backup_relation) %}\n {% do adapter.rename_relation(intermediate_relation, target_relation) %}\n {% do to_drop.append(backup_relation) %}\n {% endif %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {% do adapter.commit() %}\n\n {% for rel in to_drop %}\n {% do adapter.drop_relation(rel) %}\n {% endfor %}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.make_temp_relation", "macro.dbt.make_intermediate_relation", "macro.dbt.make_backup_relation", "macro.dbt.should_full_refresh", "macro.dbt.incremental_validate_on_schema_change", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks", "macro.dbt.get_create_table_as_sql", "macro.dbt.run_query", "macro.dbt.process_schema_changes", "macro.dbt.statement", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.615881, "supported_languages": ["sql"]}, "macro.dbt.incremental_validate_on_schema_change": {"name": "incremental_validate_on_schema_change", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.incremental_validate_on_schema_change", "macro_sql": "{% macro incremental_validate_on_schema_change(on_schema_change, default='ignore') %}\n\n {% if on_schema_change not in ['sync_all_columns', 'append_new_columns', 'fail', 'ignore'] %}\n\n {% set log_message = 'Invalid value for on_schema_change (%s) specified. Setting default value of %s.' % (on_schema_change, default) %}\n {% do log(log_message) %}\n\n {{ return(default) }}\n\n {% else %}\n\n {{ return(on_schema_change) }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.620481, "supported_languages": null}, "macro.dbt.check_for_schema_changes": {"name": "check_for_schema_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.check_for_schema_changes", "macro_sql": "{% macro check_for_schema_changes(source_relation, target_relation) %}\n\n {% set schema_changed = False %}\n\n {%- set source_columns = adapter.get_columns_in_relation(source_relation) -%}\n {%- set target_columns = adapter.get_columns_in_relation(target_relation) -%}\n {%- set source_not_in_target = diff_columns(source_columns, target_columns) -%}\n {%- set target_not_in_source = diff_columns(target_columns, source_columns) -%}\n\n {% set new_target_types = diff_column_data_types(source_columns, target_columns) %}\n\n {% if source_not_in_target != [] %}\n {% set schema_changed = True %}\n {% elif target_not_in_source != [] or new_target_types != [] %}\n {% set schema_changed = True %}\n {% elif new_target_types != [] %}\n {% set schema_changed = True %}\n {% endif %}\n\n {% set changes_dict = {\n 'schema_changed': schema_changed,\n 'source_not_in_target': source_not_in_target,\n 'target_not_in_source': target_not_in_source,\n 'source_columns': source_columns,\n 'target_columns': target_columns,\n 'new_target_types': new_target_types\n } %}\n\n {% set msg %}\n In {{ target_relation }}:\n Schema changed: {{ schema_changed }}\n Source columns not in target: {{ source_not_in_target }}\n Target columns not in source: {{ target_not_in_source }}\n New column types: {{ new_target_types }}\n {% endset %}\n\n {% do log(msg) %}\n\n {{ return(changes_dict) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.diff_columns", "macro.dbt.diff_column_data_types"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.621572, "supported_languages": null}, "macro.dbt.sync_column_schemas": {"name": "sync_column_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.sync_column_schemas", "macro_sql": "{% macro sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {%- set add_to_target_arr = schema_changes_dict['source_not_in_target'] -%}\n\n {%- if on_schema_change == 'append_new_columns'-%}\n {%- if add_to_target_arr | length > 0 -%}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, none) -%}\n {%- endif -%}\n\n {% elif on_schema_change == 'sync_all_columns' %}\n {%- set remove_from_target_arr = schema_changes_dict['target_not_in_source'] -%}\n {%- set new_target_types = schema_changes_dict['new_target_types'] -%}\n\n {% if add_to_target_arr | length > 0 or remove_from_target_arr | length > 0 %}\n {%- do alter_relation_add_remove_columns(target_relation, add_to_target_arr, remove_from_target_arr) -%}\n {% endif %}\n\n {% if new_target_types != [] %}\n {% for ntt in new_target_types %}\n {% set column_name = ntt['column_name'] %}\n {% set new_type = ntt['new_type'] %}\n {% do alter_column_type(target_relation, column_name, new_type) %}\n {% endfor %}\n {% endif %}\n\n {% endif %}\n\n {% set schema_change_message %}\n In {{ target_relation }}:\n Schema change approach: {{ on_schema_change }}\n Columns added: {{ add_to_target_arr }}\n Columns removed: {{ remove_from_target_arr }}\n Data types changed: {{ new_target_types }}\n {% endset %}\n\n {% do log(schema_change_message) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.alter_relation_add_remove_columns", "macro.dbt.alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.622647, "supported_languages": null}, "macro.dbt.process_schema_changes": {"name": "process_schema_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.process_schema_changes", "macro_sql": "{% macro process_schema_changes(on_schema_change, source_relation, target_relation) %}\n\n {% if on_schema_change == 'ignore' %}\n\n {{ return({}) }}\n\n {% else %}\n\n {% set schema_changes_dict = check_for_schema_changes(source_relation, target_relation) %}\n\n {% if schema_changes_dict['schema_changed'] %}\n\n {% if on_schema_change == 'fail' %}\n\n {% set fail_msg %}\n The source and target schemas on this incremental model are out of sync!\n They can be reconciled in several ways:\n - set the `on_schema_change` config to either append_new_columns or sync_all_columns, depending on your situation.\n - Re-run the incremental model with `full_refresh: True` to update the target schema.\n - update the schema manually and re-run the process.\n\n Additional troubleshooting context:\n Source columns not in target: {{ schema_changes_dict['source_not_in_target'] }}\n Target columns not in source: {{ schema_changes_dict['target_not_in_source'] }}\n New column types: {{ schema_changes_dict['new_target_types'] }}\n {% endset %}\n\n {% do exceptions.raise_compiler_error(fail_msg) %}\n\n {# -- unless we ignore, run the sync operation per the config #}\n {% else %}\n\n {% do sync_column_schemas(on_schema_change, target_relation, schema_changes_dict) %}\n\n {% endif %}\n\n {% endif %}\n\n {{ return(schema_changes_dict['source_columns']) }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.check_for_schema_changes", "macro.dbt.sync_column_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.623418, "supported_languages": null}, "macro.dbt.can_clone_table": {"name": "can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.can_clone_table", "macro_sql": "{% macro can_clone_table() %}\n {{ return(adapter.dispatch('can_clone_table', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__can_clone_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.623648, "supported_languages": null}, "macro.dbt.default__can_clone_table": {"name": "default__can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.default__can_clone_table", "macro_sql": "{% macro default__can_clone_table() %}\n {{ return(False) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.623753, "supported_languages": null}, "macro.dbt.create_or_replace_clone": {"name": "create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.create_or_replace_clone", "macro_sql": "{% macro create_or_replace_clone(this_relation, defer_relation) %}\n {{ return(adapter.dispatch('create_or_replace_clone', 'dbt')(this_relation, defer_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_or_replace_clone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.624011, "supported_languages": null}, "macro.dbt.default__create_or_replace_clone": {"name": "default__create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.default__create_or_replace_clone", "macro_sql": "{% macro default__create_or_replace_clone(this_relation, defer_relation) %}\n create or replace table {{ this_relation }} clone {{ defer_relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.62413, "supported_languages": null}, "macro.dbt.materialization_clone_default": {"name": "materialization_clone_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/clone.sql", "original_file_path": "macros/materializations/models/clone/clone.sql", "unique_id": "macro.dbt.materialization_clone_default", "macro_sql": "{%- materialization clone, default -%}\n\n {%- set relations = {'relations': []} -%}\n\n {%- if not defer_relation -%}\n -- nothing to do\n {{ log(\"No relation found in state manifest for \" ~ model.unique_id, info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n\n {%- if existing_relation and not flags.FULL_REFRESH -%}\n -- noop!\n {{ log(\"Relation \" ~ existing_relation ~ \" already exists\", info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set other_existing_relation = load_cached_relation(defer_relation) -%}\n\n -- If this is a database that can do zero-copy cloning of tables, and the other relation is a table, then this will be a table\n -- Otherwise, this will be a view\n\n {% set can_clone_table = can_clone_table() %}\n\n {%- if other_existing_relation and other_existing_relation.type == 'table' and can_clone_table -%}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {% if existing_relation is not none and not existing_relation.is_table %}\n {{ log(\"Dropping relation \" ~ existing_relation ~ \" because it is of type \" ~ existing_relation.type) }}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n\n -- as a general rule, data platforms that can clone tables can also do atomic 'create or replace'\n {% call statement('main') %}\n {% if target_relation and defer_relation and target_relation == defer_relation %}\n {{ log(\"Target relation and defer relation are the same, skipping clone for relation: \" ~ target_relation) }}\n {% else %}\n {{ create_or_replace_clone(target_relation, defer_relation) }}\n {% endif %}\n\n {% endcall %}\n\n {% set should_revoke = should_revoke(existing_relation, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n {%- else -%}\n\n {%- set target_relation = this.incorporate(type='view') -%}\n\n -- reuse the view materialization\n -- TODO: support actual dispatch for materialization macros\n -- Tracking ticket: https://github.com/dbt-labs/dbt-core/issues/7799\n {% set search_name = \"materialization_view_\" ~ adapter.type() %}\n {% if not search_name in context %}\n {% set search_name = \"materialization_view_default\" %}\n {% endif %}\n {% set materialization_macro = context[search_name] %}\n {% set relations = materialization_macro() %}\n {{ return(relations) }}\n\n {%- endif -%}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.can_clone_table", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.create_or_replace_clone", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.627282, "supported_languages": ["sql"]}, "macro.dbt.materialization_seed_default": {"name": "materialization_seed_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/seed.sql", "original_file_path": "macros/materializations/seeds/seed.sql", "unique_id": "macro.dbt.materialization_seed_default", "macro_sql": "{% materialization seed, default %}\n\n {%- set identifier = model['alias'] -%}\n {%- set full_refresh_mode = (should_full_refresh()) -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n\n {%- set exists_as_table = (old_relation is not none and old_relation.is_table) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set grant_config = config.get('grants') -%}\n {%- set agate_table = load_agate_table() -%}\n -- grab current tables grants config for comparison later on\n\n {%- do store_result('agate_table', response='OK', agate_table=agate_table) -%}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n -- build model\n {% set create_table_sql = \"\" %}\n {% if exists_as_view %}\n {{ exceptions.raise_compiler_error(\"Cannot seed to '{}', it is a view\".format(old_relation)) }}\n {% elif exists_as_table %}\n {% set create_table_sql = reset_csv_table(model, full_refresh_mode, old_relation, agate_table) %}\n {% else %}\n {% set create_table_sql = create_csv_table(model, agate_table) %}\n {% endif %}\n\n {% set code = 'CREATE' if full_refresh_mode else 'INSERT' %}\n {% set rows_affected = (agate_table.rows | length) %}\n {% set sql = load_csv_rows(model, agate_table) %}\n\n {% call noop_statement('main', code ~ ' ' ~ rows_affected, code, rows_affected) %}\n {{ get_csv_sql(create_table_sql, sql) }};\n {% endcall %}\n\n {% set target_relation = this.incorporate(type='table') %}\n\n {% set should_revoke = should_revoke(old_relation, full_refresh_mode) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {% do persist_docs(target_relation, model) %}\n\n {% if full_refresh_mode or not exists_as_table %}\n {% do create_indexes(target_relation) %}\n {% endif %}\n\n {{ run_hooks(post_hooks, inside_transaction=True) }}\n\n -- `COMMIT` happens here\n {{ adapter.commit() }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.run_hooks", "macro.dbt.reset_csv_table", "macro.dbt.create_csv_table", "macro.dbt.load_csv_rows", "macro.dbt.noop_statement", "macro.dbt.get_csv_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants", "macro.dbt.persist_docs", "macro.dbt.create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.630229, "supported_languages": ["sql"]}, "macro.dbt.create_csv_table": {"name": "create_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.create_csv_table", "macro_sql": "{% macro create_csv_table(model, agate_table) -%}\n {{ adapter.dispatch('create_csv_table', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.63435, "supported_languages": null}, "macro.dbt.default__create_csv_table": {"name": "default__create_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__create_csv_table", "macro_sql": "{% macro default__create_csv_table(model, agate_table) %}\n {%- set column_override = model['config'].get('column_types', {}) -%}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n\n {% set sql %}\n create table {{ this.render() }} (\n {%- for col_name in agate_table.column_names -%}\n {%- set inferred_type = adapter.convert_type(agate_table, loop.index0) -%}\n {%- set type = column_override.get(col_name, inferred_type) -%}\n {%- set column_name = (col_name | string) -%}\n {{ adapter.quote_seed_column(column_name, quote_seed_column) }} {{ type }} {%- if not loop.last -%}, {%- endif -%}\n {%- endfor -%}\n )\n {% endset %}\n\n {% call statement('_') -%}\n {{ sql }}\n {%- endcall %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.635157, "supported_languages": null}, "macro.dbt.reset_csv_table": {"name": "reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.reset_csv_table", "macro_sql": "{% macro reset_csv_table(model, full_refresh, old_relation, agate_table) -%}\n {{ adapter.dispatch('reset_csv_table', 'dbt')(model, full_refresh, old_relation, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__reset_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.635365, "supported_languages": null}, "macro.dbt.default__reset_csv_table": {"name": "default__reset_csv_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__reset_csv_table", "macro_sql": "{% macro default__reset_csv_table(model, full_refresh, old_relation, agate_table) %}\n {% set sql = \"\" %}\n {% if full_refresh %}\n {{ adapter.drop_relation(old_relation) }}\n {% set sql = create_csv_table(model, agate_table) %}\n {% else %}\n {{ adapter.truncate_relation(old_relation) }}\n {% set sql = \"truncate table \" ~ old_relation %}\n {% endif %}\n\n {{ return(sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.635784, "supported_languages": null}, "macro.dbt.get_csv_sql": {"name": "get_csv_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_csv_sql", "macro_sql": "{% macro get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ adapter.dispatch('get_csv_sql', 'dbt')(create_or_truncate_sql, insert_sql) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_csv_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.63595, "supported_languages": null}, "macro.dbt.default__get_csv_sql": {"name": "default__get_csv_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_csv_sql", "macro_sql": "{% macro default__get_csv_sql(create_or_truncate_sql, insert_sql) %}\n {{ create_or_truncate_sql }};\n -- dbt seed --\n {{ insert_sql }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6360772, "supported_languages": null}, "macro.dbt.get_binding_char": {"name": "get_binding_char", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_binding_char", "macro_sql": "{% macro get_binding_char() -%}\n {{ adapter.dispatch('get_binding_char', 'dbt')() }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.636203, "supported_languages": null}, "macro.dbt.default__get_binding_char": {"name": "default__get_binding_char", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_binding_char", "macro_sql": "{% macro default__get_binding_char() %}\n {{ return('%s') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.636304, "supported_languages": null}, "macro.dbt.get_batch_size": {"name": "get_batch_size", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_batch_size", "macro_sql": "{% macro get_batch_size() -%}\n {{ return(adapter.dispatch('get_batch_size', 'dbt')()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_batch_size"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.636447, "supported_languages": null}, "macro.dbt.default__get_batch_size": {"name": "default__get_batch_size", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__get_batch_size", "macro_sql": "{% macro default__get_batch_size() %}\n {{ return(10000) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.636554, "supported_languages": null}, "macro.dbt.get_seed_column_quoted_csv": {"name": "get_seed_column_quoted_csv", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.get_seed_column_quoted_csv", "macro_sql": "{% macro get_seed_column_quoted_csv(model, column_names) %}\n {%- set quote_seed_column = model['config'].get('quote_columns', None) -%}\n {% set quoted = [] %}\n {% for col in column_names -%}\n {%- do quoted.append(adapter.quote_seed_column(col, quote_seed_column)) -%}\n {%- endfor %}\n\n {%- set dest_cols_csv = quoted | join(', ') -%}\n {{ return(dest_cols_csv) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6369789, "supported_languages": null}, "macro.dbt.load_csv_rows": {"name": "load_csv_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.load_csv_rows", "macro_sql": "{% macro load_csv_rows(model, agate_table) -%}\n {{ adapter.dispatch('load_csv_rows', 'dbt')(model, agate_table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__load_csv_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.637146, "supported_languages": null}, "macro.dbt.default__load_csv_rows": {"name": "default__load_csv_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/seeds/helpers.sql", "original_file_path": "macros/materializations/seeds/helpers.sql", "unique_id": "macro.dbt.default__load_csv_rows", "macro_sql": "{% macro default__load_csv_rows(model, agate_table) %}\n\n {% set batch_size = get_batch_size() %}\n\n {% set cols_sql = get_seed_column_quoted_csv(model, agate_table.column_names) %}\n {% set bindings = [] %}\n\n {% set statements = [] %}\n\n {% for chunk in agate_table.rows | batch(batch_size) %}\n {% set bindings = [] %}\n\n {% for row in chunk %}\n {% do bindings.extend(row) %}\n {% endfor %}\n\n {% set sql %}\n insert into {{ this.render() }} ({{ cols_sql }}) values\n {% for row in chunk -%}\n ({%- for column in agate_table.column_names -%}\n {{ get_binding_char() }}\n {%- if not loop.last%},{%- endif %}\n {%- endfor -%})\n {%- if not loop.last%},{%- endif %}\n {%- endfor %}\n {% endset %}\n\n {% do adapter.add_query(sql, bindings=bindings, abridge_sql_log=True) %}\n\n {% if loop.index0 == 0 %}\n {% do statements.append(sql) %}\n {% endif %}\n {% endfor %}\n\n {# Return SQL so we can render it out into the compiled files #}\n {{ return(statements[0]) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_batch_size", "macro.dbt.get_seed_column_quoted_csv", "macro.dbt.get_binding_char"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.638287, "supported_languages": null}, "macro.dbt.generate_alias_name": {"name": "generate_alias_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "unique_id": "macro.dbt.generate_alias_name", "macro_sql": "{% macro generate_alias_name(custom_alias_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_alias_name', 'dbt')(custom_alias_name, node)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_alias_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.638674, "supported_languages": null}, "macro.dbt.default__generate_alias_name": {"name": "default__generate_alias_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_alias.sql", "original_file_path": "macros/get_custom_name/get_custom_alias.sql", "unique_id": "macro.dbt.default__generate_alias_name", "macro_sql": "{% macro default__generate_alias_name(custom_alias_name=none, node=none) -%}\n\n {%- if custom_alias_name -%}\n\n {{ custom_alias_name | trim }}\n\n {%- elif node.version -%}\n\n {{ return(node.name ~ \"_v\" ~ (node.version | replace(\".\", \"_\"))) }}\n\n {%- else -%}\n\n {{ node.name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.639029, "supported_languages": null}, "macro.dbt.generate_schema_name": {"name": "generate_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.generate_schema_name", "macro_sql": "{% macro generate_schema_name(custom_schema_name=none, node=none) -%}\n {{ return(adapter.dispatch('generate_schema_name', 'dbt')(custom_schema_name, node)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.639529, "supported_languages": null}, "macro.dbt.default__generate_schema_name": {"name": "default__generate_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.default__generate_schema_name", "macro_sql": "{% macro default__generate_schema_name(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if custom_schema_name is none -%}\n\n {{ default_schema }}\n\n {%- else -%}\n\n {{ default_schema }}_{{ custom_schema_name | trim }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.639779, "supported_languages": null}, "macro.dbt.generate_schema_name_for_env": {"name": "generate_schema_name_for_env", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_schema.sql", "original_file_path": "macros/get_custom_name/get_custom_schema.sql", "unique_id": "macro.dbt.generate_schema_name_for_env", "macro_sql": "{% macro generate_schema_name_for_env(custom_schema_name, node) -%}\n\n {%- set default_schema = target.schema -%}\n {%- if target.name == 'prod' and custom_schema_name is not none -%}\n\n {{ custom_schema_name | trim }}\n\n {%- else -%}\n\n {{ default_schema }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6400309, "supported_languages": null}, "macro.dbt.generate_database_name": {"name": "generate_database_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "unique_id": "macro.dbt.generate_database_name", "macro_sql": "{% macro generate_database_name(custom_database_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_database_name', 'dbt')(custom_database_name, node)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_database_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6404061, "supported_languages": null}, "macro.dbt.default__generate_database_name": {"name": "default__generate_database_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_custom_database.sql", "original_file_path": "macros/get_custom_name/get_custom_database.sql", "unique_id": "macro.dbt.default__generate_database_name", "macro_sql": "{% macro default__generate_database_name(custom_database_name=none, node=none) -%}\n {%- set default_database = target.database -%}\n {%- if custom_database_name is none -%}\n\n {{ default_database }}\n\n {%- else -%}\n\n {{ custom_database_name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6406322, "supported_languages": null}, "macro.dbt.get_drop_sql": {"name": "get_drop_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.get_drop_sql", "macro_sql": "{%- macro get_drop_sql(relation) -%}\n {{- log('Applying DROP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_drop_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.641248, "supported_languages": null}, "macro.dbt.default__get_drop_sql": {"name": "default__get_drop_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.default__get_drop_sql", "macro_sql": "{%- macro default__get_drop_sql(relation) -%}\n\n {%- if relation.is_view -%}\n {{ drop_view(relation) }}\n\n {%- elif relation.is_table -%}\n {{ drop_table(relation) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ drop_materialized_view(relation) }}\n\n {%- else -%}\n drop {{ relation.type }} if exists {{ relation }} cascade\n\n {%- endif -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.drop_view", "macro.dbt.drop_table", "macro.dbt.drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6415732, "supported_languages": null}, "macro.dbt.drop_relation": {"name": "drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.drop_relation", "macro_sql": "{% macro drop_relation(relation) -%}\n {{ return(adapter.dispatch('drop_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6417348, "supported_languages": null}, "macro.dbt.default__drop_relation": {"name": "default__drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n {{ get_drop_sql(relation) }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6419148, "supported_languages": null}, "macro.dbt.drop_relation_if_exists": {"name": "drop_relation_if_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.drop_relation_if_exists", "macro_sql": "{% macro drop_relation_if_exists(relation) %}\n {% if relation is not none %}\n {{ adapter.drop_relation(relation) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6420941, "supported_languages": null}, "macro.dbt.get_replace_sql": {"name": "get_replace_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/replace.sql", "original_file_path": "macros/relations/replace.sql", "unique_id": "macro.dbt.get_replace_sql", "macro_sql": "{% macro get_replace_sql(existing_relation, target_relation, sql) %}\n {{- log('Applying REPLACE to: ' ~ existing_relation) -}}\n {{- adapter.dispatch('get_replace_sql', 'dbt')(existing_relation, target_relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_replace_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6428218, "supported_languages": null}, "macro.dbt.default__get_replace_sql": {"name": "default__get_replace_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/replace.sql", "original_file_path": "macros/relations/replace.sql", "unique_id": "macro.dbt.default__get_replace_sql", "macro_sql": "{% macro default__get_replace_sql(existing_relation, target_relation, sql) %}\n\n {# /* use a create or replace statement if possible */ #}\n\n {% set is_replaceable = existing_relation.type == target_relation_type and existing_relation.can_be_replaced %}\n\n {% if is_replaceable and existing_relation.is_view %}\n {{ get_replace_view_sql(target_relation, sql) }}\n\n {% elif is_replaceable and existing_relation.is_table %}\n {{ get_replace_table_sql(target_relation, sql) }}\n\n {% elif is_replaceable and existing_relation.is_materialized_view %}\n {{ get_replace_materialized_view_sql(target_relation, sql) }}\n\n {# /* a create or replace statement is not possible, so try to stage and/or backup to be safe */ #}\n\n {# /* create target_relation as an intermediate relation, then swap it out with the existing one using a backup */ #}\n {%- elif target_relation.can_be_renamed and existing_relation.can_be_renamed -%}\n {{ get_create_intermediate_sql(target_relation, sql) }};\n {{ get_create_backup_sql(existing_relation) }};\n {{ get_rename_intermediate_sql(target_relation) }};\n {{ get_drop_backup_sql(existing_relation) }}\n\n {# /* create target_relation as an intermediate relation, then swap it out with the existing one without using a backup */ #}\n {%- elif target_relation.can_be_renamed -%}\n {{ get_create_intermediate_sql(target_relation, sql) }};\n {{ get_drop_sql(existing_relation) }};\n {{ get_rename_intermediate_sql(target_relation) }}\n\n {# /* create target_relation in place by first backing up the existing relation */ #}\n {%- elif existing_relation.can_be_renamed -%}\n {{ get_create_backup_sql(existing_relation) }};\n {{ get_create_sql(target_relation, sql) }};\n {{ get_drop_backup_sql(existing_relation) }}\n\n {# /* no renaming is allowed, so just drop and create */ #}\n {%- else -%}\n {{ get_drop_sql(existing_relation) }};\n {{ get_create_sql(target_relation, sql) }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_view_sql", "macro.dbt.get_replace_table_sql", "macro.dbt.get_replace_materialized_view_sql", "macro.dbt.get_create_intermediate_sql", "macro.dbt.get_create_backup_sql", "macro.dbt.get_rename_intermediate_sql", "macro.dbt.get_drop_backup_sql", "macro.dbt.get_drop_sql", "macro.dbt.get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6439738, "supported_languages": null}, "macro.dbt.get_create_intermediate_sql": {"name": "get_create_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_intermediate.sql", "original_file_path": "macros/relations/create_intermediate.sql", "unique_id": "macro.dbt.get_create_intermediate_sql", "macro_sql": "{%- macro get_create_intermediate_sql(relation, sql) -%}\n {{- log('Applying CREATE INTERMEDIATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_intermediate_sql', 'dbt')(relation, sql) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_intermediate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.644314, "supported_languages": null}, "macro.dbt.default__get_create_intermediate_sql": {"name": "default__get_create_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_intermediate.sql", "original_file_path": "macros/relations/create_intermediate.sql", "unique_id": "macro.dbt.default__get_create_intermediate_sql", "macro_sql": "{%- macro default__get_create_intermediate_sql(relation, sql) -%}\n\n -- get the standard intermediate name\n {% set intermediate_relation = make_intermediate_relation(relation) %}\n\n -- drop any pre-existing intermediate\n {{ get_drop_sql(intermediate_relation) }};\n\n {{ get_create_sql(intermediate_relation, sql) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_intermediate_relation", "macro.dbt.get_drop_sql", "macro.dbt.get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.644537, "supported_languages": null}, "macro.dbt.get_drop_backup_sql": {"name": "get_drop_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop_backup.sql", "original_file_path": "macros/relations/drop_backup.sql", "unique_id": "macro.dbt.get_drop_backup_sql", "macro_sql": "{%- macro get_drop_backup_sql(relation) -%}\n {{- log('Applying DROP BACKUP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_drop_backup_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_drop_backup_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6448152, "supported_languages": null}, "macro.dbt.default__get_drop_backup_sql": {"name": "default__get_drop_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop_backup.sql", "original_file_path": "macros/relations/drop_backup.sql", "unique_id": "macro.dbt.default__get_drop_backup_sql", "macro_sql": "{%- macro default__get_drop_backup_sql(relation) -%}\n\n -- get the standard backup name\n {% set backup_relation = make_backup_relation(relation, relation.type) %}\n\n {{ get_drop_sql(backup_relation) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_backup_relation", "macro.dbt.get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.645003, "supported_languages": null}, "macro.dbt.get_rename_sql": {"name": "get_rename_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.get_rename_sql", "macro_sql": "{%- macro get_rename_sql(relation, new_name) -%}\n {{- log('Applying RENAME to: ' ~ relation) -}}\n {{- adapter.dispatch('get_rename_sql', 'dbt')(relation, new_name) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.645613, "supported_languages": null}, "macro.dbt.default__get_rename_sql": {"name": "default__get_rename_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.default__get_rename_sql", "macro_sql": "{%- macro default__get_rename_sql(relation, new_name) -%}\n\n {%- if relation.is_view -%}\n {{ get_rename_view_sql(relation, new_name) }}\n\n {%- elif relation.is_table -%}\n {{ get_rename_table_sql(relation, new_name) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ get_rename_materialized_view_sql(relation, new_name) }}\n\n {%- else -%}\n {{- exceptions.raise_compiler_error(\"`get_rename_sql` has not been implemented for: \" ~ relation.type ) -}}\n\n {%- endif -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.get_rename_view_sql", "macro.dbt.get_rename_table_sql", "macro.dbt.get_rename_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.64599, "supported_languages": null}, "macro.dbt.rename_relation": {"name": "rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.rename_relation", "macro_sql": "{% macro rename_relation(from_relation, to_relation) -%}\n {{ return(adapter.dispatch('rename_relation', 'dbt')(from_relation, to_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6461709, "supported_languages": null}, "macro.dbt.default__rename_relation": {"name": "default__rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.default__rename_relation", "macro_sql": "{% macro default__rename_relation(from_relation, to_relation) -%}\n {% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}\n {% call statement('rename_relation') -%}\n alter table {{ from_relation }} rename to {{ target_name }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.646425, "supported_languages": null}, "macro.dbt.get_create_backup_sql": {"name": "get_create_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_backup.sql", "original_file_path": "macros/relations/create_backup.sql", "unique_id": "macro.dbt.get_create_backup_sql", "macro_sql": "{%- macro get_create_backup_sql(relation) -%}\n {{- log('Applying CREATE BACKUP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_backup_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_backup_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.646739, "supported_languages": null}, "macro.dbt.default__get_create_backup_sql": {"name": "default__get_create_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_backup.sql", "original_file_path": "macros/relations/create_backup.sql", "unique_id": "macro.dbt.default__get_create_backup_sql", "macro_sql": "{%- macro default__get_create_backup_sql(relation) -%}\n\n -- get the standard backup name\n {% set backup_relation = make_backup_relation(relation, relation.type) %}\n\n -- drop any pre-existing backup\n {{ get_drop_sql(backup_relation) }};\n\n {{ get_rename_sql(relation, backup_relation.identifier) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_backup_relation", "macro.dbt.get_drop_sql", "macro.dbt.get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.64699, "supported_languages": null}, "macro.dbt.get_create_sql": {"name": "get_create_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create.sql", "original_file_path": "macros/relations/create.sql", "unique_id": "macro.dbt.get_create_sql", "macro_sql": "{%- macro get_create_sql(relation, sql) -%}\n {{- log('Applying CREATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_sql', 'dbt')(relation, sql) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.647397, "supported_languages": null}, "macro.dbt.default__get_create_sql": {"name": "default__get_create_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create.sql", "original_file_path": "macros/relations/create.sql", "unique_id": "macro.dbt.default__get_create_sql", "macro_sql": "{%- macro default__get_create_sql(relation, sql) -%}\n\n {%- if relation.is_view -%}\n {{ get_create_view_as_sql(relation, sql) }}\n\n {%- elif relation.is_table -%}\n {{ get_create_table_as_sql(False, relation, sql) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ get_create_materialized_view_as_sql(relation, sql) }}\n\n {%- else -%}\n {{- exceptions.raise_compiler_error(\"`get_create_sql` has not been implemented for: \" ~ relation.type ) -}}\n\n {%- endif -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.get_create_view_as_sql", "macro.dbt.get_create_table_as_sql", "macro.dbt.get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6477928, "supported_languages": null}, "macro.dbt.get_rename_intermediate_sql": {"name": "get_rename_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename_intermediate.sql", "original_file_path": "macros/relations/rename_intermediate.sql", "unique_id": "macro.dbt.get_rename_intermediate_sql", "macro_sql": "{%- macro get_rename_intermediate_sql(relation) -%}\n {{- log('Applying RENAME INTERMEDIATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_rename_intermediate_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_rename_intermediate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.648082, "supported_languages": null}, "macro.dbt.default__get_rename_intermediate_sql": {"name": "default__get_rename_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename_intermediate.sql", "original_file_path": "macros/relations/rename_intermediate.sql", "unique_id": "macro.dbt.default__get_rename_intermediate_sql", "macro_sql": "{%- macro default__get_rename_intermediate_sql(relation) -%}\n\n -- get the standard intermediate name\n {% set intermediate_relation = make_intermediate_relation(relation) %}\n\n {{ get_rename_sql(intermediate_relation, relation.identifier) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_intermediate_relation", "macro.dbt.get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.648268, "supported_languages": null}, "macro.dbt.drop_materialized_view": {"name": "drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.drop_materialized_view", "macro_sql": "{% macro drop_materialized_view(relation) -%}\n {{ return(adapter.dispatch('drop_materialized_view', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.648503, "supported_languages": null}, "macro.dbt.default__drop_materialized_view": {"name": "default__drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.default__drop_materialized_view", "macro_sql": "{% macro default__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.648596, "supported_languages": null}, "macro.dbt.get_replace_materialized_view_sql": {"name": "get_replace_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/replace.sql", "original_file_path": "macros/relations/materialized_view/replace.sql", "unique_id": "macro.dbt.get_replace_materialized_view_sql", "macro_sql": "{% macro get_replace_materialized_view_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_materialized_view_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_replace_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.648845, "supported_languages": null}, "macro.dbt.default__get_replace_materialized_view_sql": {"name": "default__get_replace_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/replace.sql", "original_file_path": "macros/relations/materialized_view/replace.sql", "unique_id": "macro.dbt.default__get_replace_materialized_view_sql", "macro_sql": "{% macro default__get_replace_materialized_view_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_materialized_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.648986, "supported_languages": null}, "macro.dbt.refresh_materialized_view": {"name": "refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt.refresh_materialized_view", "macro_sql": "{% macro refresh_materialized_view(relation) %}\n {{- log('Applying REFRESH to: ' ~ relation) -}}\n {{- adapter.dispatch('refresh_materialized_view', 'dbt')(relation) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__refresh_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.649261, "supported_languages": null}, "macro.dbt.default__refresh_materialized_view": {"name": "default__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt.default__refresh_materialized_view", "macro_sql": "{% macro default__refresh_materialized_view(relation) %}\n {{ exceptions.raise_compiler_error(\"`refresh_materialized_view` has not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6494431, "supported_languages": null}, "macro.dbt.get_rename_materialized_view_sql": {"name": "get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt.get_rename_materialized_view_sql", "macro_sql": "{% macro get_rename_materialized_view_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_materialized_view_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_rename_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.64968, "supported_languages": null}, "macro.dbt.default__get_rename_materialized_view_sql": {"name": "default__get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt.default__get_rename_materialized_view_sql", "macro_sql": "{% macro default__get_rename_materialized_view_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_materialized_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6498072, "supported_languages": null}, "macro.dbt.get_alter_materialized_view_as_sql": {"name": "get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_alter_materialized_view_as_sql", "macro_sql": "{% macro get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{- log('Applying ALTER to: ' ~ relation) -}}\n {{- adapter.dispatch('get_alter_materialized_view_as_sql', 'dbt')(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n ) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.650358, "supported_languages": null}, "macro.dbt.default__get_alter_materialized_view_as_sql": {"name": "default__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.default__get_alter_materialized_view_as_sql", "macro_sql": "{% macro default__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.650528, "supported_languages": null}, "macro.dbt.get_materialized_view_configuration_changes": {"name": "get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_materialized_view_configuration_changes", "macro_sql": "{% macro get_materialized_view_configuration_changes(existing_relation, new_config) %}\n /* {#\n It's recommended that configuration changes be formatted as follows:\n {\"\": [{\"action\": \"\", \"context\": ...}]}\n\n For example:\n {\n \"indexes\": [\n {\"action\": \"drop\", \"context\": \"index_abc\"},\n {\"action\": \"create\", \"context\": {\"columns\": [\"column_1\", \"column_2\"], \"type\": \"hash\", \"unique\": True}},\n ],\n }\n\n Either way, `get_materialized_view_configuration_changes` needs to align with `get_alter_materialized_view_as_sql`.\n #} */\n {{- log('Determining configuration changes on: ' ~ existing_relation) -}}\n {%- do return(adapter.dispatch('get_materialized_view_configuration_changes', 'dbt')(existing_relation, new_config)) -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_materialized_view_configuration_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.650785, "supported_languages": null}, "macro.dbt.default__get_materialized_view_configuration_changes": {"name": "default__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.default__get_materialized_view_configuration_changes", "macro_sql": "{% macro default__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.650916, "supported_languages": null}, "macro.dbt.get_create_materialized_view_as_sql": {"name": "get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt.get_create_materialized_view_as_sql", "macro_sql": "{% macro get_create_materialized_view_as_sql(relation, sql) -%}\n {{- adapter.dispatch('get_create_materialized_view_as_sql', 'dbt')(relation, sql) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.651166, "supported_languages": null}, "macro.dbt.default__get_create_materialized_view_as_sql": {"name": "default__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt.default__get_create_materialized_view_as_sql", "macro_sql": "{% macro default__get_create_materialized_view_as_sql(relation, sql) -%}\n {{ exceptions.raise_compiler_error(\n \"`get_create_materialized_view_as_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6512918, "supported_languages": null}, "macro.dbt.get_table_columns_and_constraints": {"name": "get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_table_columns_and_constraints", "macro_sql": "{%- macro get_table_columns_and_constraints() -%}\n {{ adapter.dispatch('get_table_columns_and_constraints', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.652176, "supported_languages": null}, "macro.dbt.default__get_table_columns_and_constraints": {"name": "default__get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_table_columns_and_constraints", "macro_sql": "{% macro default__get_table_columns_and_constraints() -%}\n {{ return(table_columns_and_constraints()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.652281, "supported_languages": null}, "macro.dbt.table_columns_and_constraints": {"name": "table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.table_columns_and_constraints", "macro_sql": "{% macro table_columns_and_constraints() %}\n {# loop through user_provided_columns to create DDL with data types and constraints #}\n {%- set raw_column_constraints = adapter.render_raw_columns_constraints(raw_columns=model['columns']) -%}\n {%- set raw_model_constraints = adapter.render_raw_model_constraints(raw_constraints=model['constraints']) -%}\n (\n {% for c in raw_column_constraints -%}\n {{ c }}{{ \",\" if not loop.last or raw_model_constraints }}\n {% endfor %}\n {% for c in raw_model_constraints -%}\n {{ c }}{{ \",\" if not loop.last }}\n {% endfor -%}\n )\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.652766, "supported_languages": null}, "macro.dbt.get_assert_columns_equivalent": {"name": "get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_assert_columns_equivalent", "macro_sql": "\n\n{%- macro get_assert_columns_equivalent(sql) -%}\n {{ adapter.dispatch('get_assert_columns_equivalent', 'dbt')(sql) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6529129, "supported_languages": null}, "macro.dbt.default__get_assert_columns_equivalent": {"name": "default__get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_assert_columns_equivalent", "macro_sql": "{% macro default__get_assert_columns_equivalent(sql) -%}\n {{ return(assert_columns_equivalent(sql)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.653035, "supported_languages": null}, "macro.dbt.assert_columns_equivalent": {"name": "assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.assert_columns_equivalent", "macro_sql": "{% macro assert_columns_equivalent(sql) %}\n\n {#-- First ensure the user has defined 'columns' in yaml specification --#}\n {%- set user_defined_columns = model['columns'] -%}\n {%- if not user_defined_columns -%}\n {{ exceptions.raise_contract_error([], []) }}\n {%- endif -%}\n\n {#-- Obtain the column schema provided by sql file. #}\n {%- set sql_file_provided_columns = get_column_schema_from_query(sql, config.get('sql_header', none)) -%}\n {#--Obtain the column schema provided by the schema file by generating an 'empty schema' query from the model's columns. #}\n {%- set schema_file_provided_columns = get_column_schema_from_query(get_empty_schema_sql(user_defined_columns)) -%}\n\n {#-- create dictionaries with name and formatted data type and strings for exception #}\n {%- set sql_columns = format_columns(sql_file_provided_columns) -%}\n {%- set yaml_columns = format_columns(schema_file_provided_columns) -%}\n\n {%- if sql_columns|length != yaml_columns|length -%}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n\n {%- for sql_col in sql_columns -%}\n {%- set yaml_col = [] -%}\n {%- for this_col in yaml_columns -%}\n {%- if this_col['name'] == sql_col['name'] -%}\n {%- do yaml_col.append(this_col) -%}\n {%- break -%}\n {%- endif -%}\n {%- endfor -%}\n {%- if not yaml_col -%}\n {#-- Column with name not found in yaml #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- if sql_col['formatted'] != yaml_col[0]['formatted'] -%}\n {#-- Column data types don't match #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query", "macro.dbt.get_empty_schema_sql", "macro.dbt.format_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.654221, "supported_languages": null}, "macro.dbt.format_columns": {"name": "format_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.format_columns", "macro_sql": "{% macro format_columns(columns) %}\n {% set formatted_columns = [] %}\n {% for column in columns %}\n {%- set formatted_column = adapter.dispatch('format_column', 'dbt')(column) -%}\n {%- do formatted_columns.append(formatted_column) -%}\n {% endfor %}\n {{ return(formatted_columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__format_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.654551, "supported_languages": null}, "macro.dbt.default__format_column": {"name": "default__format_column", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__format_column", "macro_sql": "{% macro default__format_column(column) -%}\n {% set data_type = column.dtype %}\n {% set formatted = column.column.lower() ~ \" \" ~ data_type %}\n {{ return({'name': column.name, 'data_type': data_type, 'formatted': formatted}) }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.654868, "supported_languages": null}, "macro.dbt.drop_table": {"name": "drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.drop_table", "macro_sql": "{% macro drop_table(relation) -%}\n {{ return(adapter.dispatch('drop_table', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6551108, "supported_languages": null}, "macro.dbt.default__drop_table": {"name": "default__drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.default__drop_table", "macro_sql": "{% macro default__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.655207, "supported_languages": null}, "macro.dbt.get_replace_table_sql": {"name": "get_replace_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt.get_replace_table_sql", "macro_sql": "{% macro get_replace_table_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_table_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_replace_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.655442, "supported_languages": null}, "macro.dbt.default__get_replace_table_sql": {"name": "default__get_replace_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt.default__get_replace_table_sql", "macro_sql": "{% macro default__get_replace_table_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_table_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.655568, "supported_languages": null}, "macro.dbt.get_rename_table_sql": {"name": "get_rename_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt.get_rename_table_sql", "macro_sql": "{% macro get_rename_table_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_table_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_rename_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.655804, "supported_languages": null}, "macro.dbt.default__get_rename_table_sql": {"name": "default__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt.default__get_rename_table_sql", "macro_sql": "{% macro default__get_rename_table_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_table_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.655935, "supported_languages": null}, "macro.dbt.get_create_table_as_sql": {"name": "get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.get_create_table_as_sql", "macro_sql": "{% macro get_create_table_as_sql(temporary, relation, sql) -%}\n {{ adapter.dispatch('get_create_table_as_sql', 'dbt')(temporary, relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_table_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.65669, "supported_languages": null}, "macro.dbt.default__get_create_table_as_sql": {"name": "default__get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__get_create_table_as_sql", "macro_sql": "{% macro default__get_create_table_as_sql(temporary, relation, sql) -%}\n {{ return(create_table_as(temporary, relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6568599, "supported_languages": null}, "macro.dbt.create_table_as": {"name": "create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.create_table_as", "macro_sql": "{% macro create_table_as(temporary, relation, compiled_code, language='sql') -%}\n {# backward compatibility for create_table_as that does not support language #}\n {% if language == \"sql\" %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code)}}\n {% else %}\n {{ adapter.dispatch('create_table_as', 'dbt')(temporary, relation, compiled_code, language) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.657234, "supported_languages": null}, "macro.dbt.default__create_table_as": {"name": "default__create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__create_table_as", "macro_sql": "{% macro default__create_table_as(temporary, relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary: -%}temporary{%- endif %} table\n {{ relation.include(database=(not temporary), schema=(not temporary)) }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced and (not temporary) %}\n {{ get_assert_columns_equivalent(sql) }}\n {{ get_table_columns_and_constraints() }}\n {%- set sql = get_select_subquery(sql) %}\n {% endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6578329, "supported_languages": null}, "macro.dbt.default__get_column_names": {"name": "default__get_column_names", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__get_column_names", "macro_sql": "{% macro default__get_column_names() %}\n {#- loop through user_provided_columns to get column names -#}\n {%- set user_provided_columns = model['columns'] -%}\n {%- for i in user_provided_columns %}\n {%- set col = user_provided_columns[i] -%}\n {%- set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] -%}\n {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.658241, "supported_languages": null}, "macro.dbt.get_select_subquery": {"name": "get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.get_select_subquery", "macro_sql": "{% macro get_select_subquery(sql) %}\n {{ return(adapter.dispatch('get_select_subquery', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.658405, "supported_languages": null}, "macro.dbt.default__get_select_subquery": {"name": "default__get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__get_select_subquery", "macro_sql": "{% macro default__get_select_subquery(sql) %}\n select {{ adapter.dispatch('get_column_names', 'dbt')() }}\n from (\n {{ sql }}\n ) as model_subq\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.65856, "supported_languages": null}, "macro.dbt.drop_view": {"name": "drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.drop_view", "macro_sql": "{% macro drop_view(relation) -%}\n {{ return(adapter.dispatch('drop_view', 'dbt')(relation)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6588001, "supported_languages": null}, "macro.dbt.default__drop_view": {"name": "default__drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.default__drop_view", "macro_sql": "{% macro default__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.658893, "supported_languages": null}, "macro.dbt.get_replace_view_sql": {"name": "get_replace_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.get_replace_view_sql", "macro_sql": "{% macro get_replace_view_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_view_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_replace_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.659776, "supported_languages": null}, "macro.dbt.default__get_replace_view_sql": {"name": "default__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.default__get_replace_view_sql", "macro_sql": "{% macro default__get_replace_view_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.659926, "supported_languages": null}, "macro.dbt.create_or_replace_view": {"name": "create_or_replace_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.create_or_replace_view", "macro_sql": "{% macro create_or_replace_view() %}\n {%- set identifier = model['alias'] -%}\n\n {%- set old_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) -%}\n {%- set exists_as_view = (old_relation is not none and old_relation.is_view) -%}\n\n {%- set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database,\n type='view') -%}\n {% set grant_config = config.get('grants') %}\n\n {{ run_hooks(pre_hooks) }}\n\n -- If there's a table with the same name and we weren't told to full refresh,\n -- that's an error. If we were told to full refresh, drop it. This behavior differs\n -- for Snowflake and BigQuery, so multiple dispatch is used.\n {%- if old_relation is not none and old_relation.is_table -%}\n {{ handle_existing_table(should_full_refresh(), old_relation) }}\n {%- endif -%}\n\n -- build model\n {% call statement('main') -%}\n {{ get_create_view_as_sql(target_relation, sql) }}\n {%- endcall %}\n\n {% set should_revoke = should_revoke(exists_as_view, full_refresh_mode=True) %}\n {% do apply_grants(target_relation, grant_config, should_revoke=should_revoke) %}\n\n {{ run_hooks(post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.handle_existing_table", "macro.dbt.should_full_refresh", "macro.dbt.statement", "macro.dbt.get_create_view_as_sql", "macro.dbt.should_revoke", "macro.dbt.apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6610188, "supported_languages": null}, "macro.dbt.handle_existing_table": {"name": "handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.handle_existing_table", "macro_sql": "{% macro handle_existing_table(full_refresh, old_relation) %}\n {{ adapter.dispatch('handle_existing_table', 'dbt')(full_refresh, old_relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.661199, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.default__handle_existing_table", "macro_sql": "{% macro default__handle_existing_table(full_refresh, old_relation) %}\n {{ log(\"Dropping relation \" ~ old_relation ~ \" because it is of type \" ~ old_relation.type) }}\n {{ adapter.drop_relation(old_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.661396, "supported_languages": null}, "macro.dbt.get_rename_view_sql": {"name": "get_rename_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt.get_rename_view_sql", "macro_sql": "{% macro get_rename_view_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_view_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_rename_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6616478, "supported_languages": null}, "macro.dbt.default__get_rename_view_sql": {"name": "default__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt.default__get_rename_view_sql", "macro_sql": "{% macro default__get_rename_view_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.661778, "supported_languages": null}, "macro.dbt.get_create_view_as_sql": {"name": "get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.sql", "unique_id": "macro.dbt.get_create_view_as_sql", "macro_sql": "{% macro get_create_view_as_sql(relation, sql) -%}\n {{ adapter.dispatch('get_create_view_as_sql', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_create_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.662144, "supported_languages": null}, "macro.dbt.default__get_create_view_as_sql": {"name": "default__get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.sql", "unique_id": "macro.dbt.default__get_create_view_as_sql", "macro_sql": "{% macro default__get_create_view_as_sql(relation, sql) -%}\n {{ return(create_view_as(relation, sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.662291, "supported_languages": null}, "macro.dbt.create_view_as": {"name": "create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.sql", "unique_id": "macro.dbt.create_view_as", "macro_sql": "{% macro create_view_as(relation, sql) -%}\n {{ adapter.dispatch('create_view_as', 'dbt')(relation, sql) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.662463, "supported_languages": null}, "macro.dbt.default__create_view_as": {"name": "default__create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.sql", "unique_id": "macro.dbt.default__create_view_as", "macro_sql": "{% macro default__create_view_as(relation, sql) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n create view {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6628401, "supported_languages": null}, "macro.dbt.default__test_relationships": {"name": "default__test_relationships", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/relationships.sql", "original_file_path": "macros/generic_test_sql/relationships.sql", "unique_id": "macro.dbt.default__test_relationships", "macro_sql": "{% macro default__test_relationships(model, column_name, to, field) %}\n\nwith child as (\n select {{ column_name }} as from_field\n from {{ model }}\n where {{ column_name }} is not null\n),\n\nparent as (\n select {{ field }} as to_field\n from {{ to }}\n)\n\nselect\n from_field\n\nfrom child\nleft join parent\n on child.from_field = parent.to_field\n\nwhere parent.to_field is null\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6631649, "supported_languages": null}, "macro.dbt.default__test_not_null": {"name": "default__test_not_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/not_null.sql", "original_file_path": "macros/generic_test_sql/not_null.sql", "unique_id": "macro.dbt.default__test_not_null", "macro_sql": "{% macro default__test_not_null(model, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else column_name %}\n\nselect {{ column_list }}\nfrom {{ model }}\nwhere {{ column_name }} is null\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.663434, "supported_languages": null}, "macro.dbt.default__test_unique": {"name": "default__test_unique", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/unique.sql", "original_file_path": "macros/generic_test_sql/unique.sql", "unique_id": "macro.dbt.default__test_unique", "macro_sql": "{% macro default__test_unique(model, column_name) %}\n\nselect\n {{ column_name }} as unique_field,\n count(*) as n_records\n\nfrom {{ model }}\nwhere {{ column_name }} is not null\ngroup by {{ column_name }}\nhaving count(*) > 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.663669, "supported_languages": null}, "macro.dbt.default__test_accepted_values": {"name": "default__test_accepted_values", "resource_type": "macro", "package_name": "dbt", "path": "macros/generic_test_sql/accepted_values.sql", "original_file_path": "macros/generic_test_sql/accepted_values.sql", "unique_id": "macro.dbt.default__test_accepted_values", "macro_sql": "{% macro default__test_accepted_values(model, column_name, values, quote=True) %}\n\nwith all_values as (\n\n select\n {{ column_name }} as value_field,\n count(*) as n_records\n\n from {{ model }}\n group by {{ column_name }}\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n)\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.664172, "supported_languages": null}, "macro.dbt.statement": {"name": "statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.statement", "macro_sql": "\n{%- macro statement(name=None, fetch_result=False, auto_begin=True, language='sql') -%}\n {%- if execute: -%}\n {%- set compiled_code = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime {} for node \"{}\"'.format(language, model['unique_id'])) }}\n {{ write(compiled_code) }}\n {%- endif -%}\n {%- if language == 'sql'-%}\n {%- set res, table = adapter.execute(compiled_code, auto_begin=auto_begin, fetch=fetch_result) -%}\n {%- elif language == 'python' -%}\n {%- set res = submit_python_job(model, compiled_code) -%}\n {#-- TODO: What should table be for python models? --#}\n {%- set table = None -%}\n {%- else -%}\n {% do exceptions.raise_compiler_error(\"statement macro didn't get supported language\") %}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_result(name, response=res, agate_table=table) }}\n {%- endif -%}\n\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.665478, "supported_languages": null}, "macro.dbt.noop_statement": {"name": "noop_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.noop_statement", "macro_sql": "{% macro noop_statement(name=None, message=None, code=None, rows_affected=None, res=None) -%}\n {%- set sql = caller() -%}\n\n {%- if name == 'main' -%}\n {{ log('Writing runtime SQL for node \"{}\"'.format(model['unique_id'])) }}\n {{ write(sql) }}\n {%- endif -%}\n\n {%- if name is not none -%}\n {{ store_raw_result(name, message=message, code=code, rows_affected=rows_affected, agate_table=res) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.665986, "supported_languages": null}, "macro.dbt.run_query": {"name": "run_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/statement.sql", "original_file_path": "macros/etc/statement.sql", "unique_id": "macro.dbt.run_query", "macro_sql": "{% macro run_query(sql) %}\n {% call statement(\"run_query_statement\", fetch_result=true, auto_begin=false) %}\n {{ sql }}\n {% endcall %}\n\n {% do return(load_result(\"run_query_statement\").table) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6662452, "supported_languages": null}, "macro.dbt.convert_datetime": {"name": "convert_datetime", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.convert_datetime", "macro_sql": "{% macro convert_datetime(date_str, date_fmt) %}\n\n {% set error_msg -%}\n The provided partition date '{{ date_str }}' does not match the expected format '{{ date_fmt }}'\n {%- endset %}\n\n {% set res = try_or_compiler_error(error_msg, modules.datetime.datetime.strptime, date_str.strip(), date_fmt) %}\n {{ return(res) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.667805, "supported_languages": null}, "macro.dbt.dates_in_range": {"name": "dates_in_range", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.dates_in_range", "macro_sql": "{% macro dates_in_range(start_date_str, end_date_str=none, in_fmt=\"%Y%m%d\", out_fmt=\"%Y%m%d\") %}\n {% set end_date_str = start_date_str if end_date_str is none else end_date_str %}\n\n {% set start_date = convert_datetime(start_date_str, in_fmt) %}\n {% set end_date = convert_datetime(end_date_str, in_fmt) %}\n\n {% set day_count = (end_date - start_date).days %}\n {% if day_count < 0 %}\n {% set msg -%}\n Partition start date is after the end date ({{ start_date }}, {{ end_date }})\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg, model) }}\n {% endif %}\n\n {% set date_list = [] %}\n {% for i in range(0, day_count + 1) %}\n {% set the_date = (modules.datetime.timedelta(days=i) + start_date) %}\n {% if not out_fmt %}\n {% set _ = date_list.append(the_date) %}\n {% else %}\n {% set _ = date_list.append(the_date.strftime(out_fmt)) %}\n {% endif %}\n {% endfor %}\n\n {{ return(date_list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.convert_datetime"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6689222, "supported_languages": null}, "macro.dbt.partition_range": {"name": "partition_range", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.partition_range", "macro_sql": "{% macro partition_range(raw_partition_date, date_fmt='%Y%m%d') %}\n {% set partition_range = (raw_partition_date | string).split(\",\") %}\n\n {% if (partition_range | length) == 1 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = none %}\n {% elif (partition_range | length) == 2 %}\n {% set start_date = partition_range[0] %}\n {% set end_date = partition_range[1] %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"Invalid partition time. Expected format: {Start Date}[,{End Date}]. Got: \" ~ raw_partition_date) }}\n {% endif %}\n\n {{ return(dates_in_range(start_date, end_date, in_fmt=date_fmt)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dates_in_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.669583, "supported_languages": null}, "macro.dbt.py_current_timestring": {"name": "py_current_timestring", "resource_type": "macro", "package_name": "dbt", "path": "macros/etc/datetime.sql", "original_file_path": "macros/etc/datetime.sql", "unique_id": "macro.dbt.py_current_timestring", "macro_sql": "{% macro py_current_timestring() %}\n {% set dt = modules.datetime.datetime.now() %}\n {% do return(dt.strftime(\"%Y%m%d%H%M%S%f\")) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6697931, "supported_languages": null}, "macro.dbt.except": {"name": "except", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt.except", "macro_sql": "{% macro except() %}\n {{ return(adapter.dispatch('except', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6699939, "supported_languages": null}, "macro.dbt.default__except": {"name": "default__except", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/except.sql", "original_file_path": "macros/utils/except.sql", "unique_id": "macro.dbt.default__except", "macro_sql": "{% macro default__except() %}\n\n except\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.670062, "supported_languages": null}, "macro.dbt.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.670712, "supported_languages": null}, "macro.dbt.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{ dbt.datediff(start_date, end_date, datepart) }}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.671231, "supported_languages": null}, "macro.dbt.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6714408, "supported_languages": null}, "macro.dbt.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n {# call as follows:\n\n date_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n ) #}\n\n\n with rawdata as (\n\n {{dbt.generate_series(\n dbt.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n ),\n\n all_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n \"row_number() over (order by 1) - 1\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n ),\n\n filtered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n )\n\n select * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.generate_series", "macro.dbt.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.671773, "supported_languages": null}, "macro.dbt.replace": {"name": "replace", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "unique_id": "macro.dbt.replace", "macro_sql": "{% macro replace(field, old_chars, new_chars) -%}\n {{ return(adapter.dispatch('replace', 'dbt') (field, old_chars, new_chars)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__replace"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.672092, "supported_languages": null}, "macro.dbt.default__replace": {"name": "default__replace", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/replace.sql", "original_file_path": "macros/utils/replace.sql", "unique_id": "macro.dbt.default__replace", "macro_sql": "{% macro default__replace(field, old_chars, new_chars) %}\n\n replace(\n {{ field }},\n {{ old_chars }},\n {{ new_chars }}\n )\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.672245, "supported_languages": null}, "macro.dbt.concat": {"name": "concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "unique_id": "macro.dbt.concat", "macro_sql": "{% macro concat(fields) -%}\n {{ return(adapter.dispatch('concat', 'dbt')(fields)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.672464, "supported_languages": null}, "macro.dbt.default__concat": {"name": "default__concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/concat.sql", "original_file_path": "macros/utils/concat.sql", "unique_id": "macro.dbt.default__concat", "macro_sql": "{% macro default__concat(fields) -%}\n {{ fields|join(' || ') }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.67259, "supported_languages": null}, "macro.dbt.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6733131, "supported_languages": null}, "macro.dbt.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6736798, "supported_languages": null}, "macro.dbt.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.673842, "supported_languages": null}, "macro.dbt.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.674297, "supported_languages": null}, "macro.dbt.length": {"name": "length", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt.length", "macro_sql": "{% macro length(expression) -%}\n {{ return(adapter.dispatch('length', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__length"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.674526, "supported_languages": null}, "macro.dbt.default__length": {"name": "default__length", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/length.sql", "original_file_path": "macros/utils/length.sql", "unique_id": "macro.dbt.default__length", "macro_sql": "{% macro default__length(expression) %}\n\n length(\n {{ expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.674625, "supported_languages": null}, "macro.dbt.dateadd": {"name": "dateadd", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt.dateadd", "macro_sql": "{% macro dateadd(datepart, interval, from_date_or_timestamp) %}\n {{ return(adapter.dispatch('dateadd', 'dbt')(datepart, interval, from_date_or_timestamp)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.674923, "supported_languages": null}, "macro.dbt.default__dateadd": {"name": "default__dateadd", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt.default__dateadd", "macro_sql": "{% macro default__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_date_or_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.67507, "supported_languages": null}, "macro.dbt.intersect": {"name": "intersect", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt.intersect", "macro_sql": "{% macro intersect() %}\n {{ return(adapter.dispatch('intersect', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__intersect"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6752682, "supported_languages": null}, "macro.dbt.default__intersect": {"name": "default__intersect", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/intersect.sql", "original_file_path": "macros/utils/intersect.sql", "unique_id": "macro.dbt.default__intersect", "macro_sql": "{% macro default__intersect() %}\n\n intersect\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.675401, "supported_languages": null}, "macro.dbt.escape_single_quotes": {"name": "escape_single_quotes", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt.escape_single_quotes", "macro_sql": "{% macro escape_single_quotes(expression) %}\n {{ return(adapter.dispatch('escape_single_quotes', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.675636, "supported_languages": null}, "macro.dbt.default__escape_single_quotes": {"name": "default__escape_single_quotes", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/escape_single_quotes.sql", "original_file_path": "macros/utils/escape_single_quotes.sql", "unique_id": "macro.dbt.default__escape_single_quotes", "macro_sql": "{% macro default__escape_single_quotes(expression) -%}\n{{ expression | replace(\"'\",\"''\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.675765, "supported_languages": null}, "macro.dbt.right": {"name": "right", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt.right", "macro_sql": "{% macro right(string_text, length_expression) -%}\n {{ return(adapter.dispatch('right', 'dbt') (string_text, length_expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__right"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.676037, "supported_languages": null}, "macro.dbt.default__right": {"name": "default__right", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/right.sql", "original_file_path": "macros/utils/right.sql", "unique_id": "macro.dbt.default__right", "macro_sql": "{% macro default__right(string_text, length_expression) %}\n\n right(\n {{ string_text }},\n {{ length_expression }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.676167, "supported_languages": null}, "macro.dbt.listagg": {"name": "listagg", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt.listagg", "macro_sql": "{% macro listagg(measure, delimiter_text=\"','\", order_by_clause=none, limit_num=none) -%}\n {{ return(adapter.dispatch('listagg', 'dbt') (measure, delimiter_text, order_by_clause, limit_num)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.676712, "supported_languages": null}, "macro.dbt.default__listagg": {"name": "default__listagg", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt.default__listagg", "macro_sql": "{% macro default__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n array_slice(\n array_agg(\n {{ measure }}\n ){% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n ,0\n ,{{ limit_num }}\n ),\n {{ delimiter_text }}\n )\n {%- else %}\n listagg(\n {{ measure }},\n {{ delimiter_text }}\n )\n {% if order_by_clause -%}\n within group ({{ order_by_clause }})\n {%- endif %}\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6770618, "supported_languages": null}, "macro.dbt.datediff": {"name": "datediff", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt.datediff", "macro_sql": "{% macro datediff(first_date, second_date, datepart) %}\n {{ return(adapter.dispatch('datediff', 'dbt')(first_date, second_date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.677353, "supported_languages": null}, "macro.dbt.default__datediff": {"name": "default__datediff", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt.default__datediff", "macro_sql": "{% macro default__datediff(first_date, second_date, datepart) -%}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6774971, "supported_languages": null}, "macro.dbt.safe_cast": {"name": "safe_cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt.safe_cast", "macro_sql": "{% macro safe_cast(field, type) %}\n {{ return(adapter.dispatch('safe_cast', 'dbt') (field, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.67775, "supported_languages": null}, "macro.dbt.default__safe_cast": {"name": "default__safe_cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/safe_cast.sql", "original_file_path": "macros/utils/safe_cast.sql", "unique_id": "macro.dbt.default__safe_cast", "macro_sql": "{% macro default__safe_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.677875, "supported_languages": null}, "macro.dbt.hash": {"name": "hash", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt.hash", "macro_sql": "{% macro hash(field) -%}\n {{ return(adapter.dispatch('hash', 'dbt') (field)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.678112, "supported_languages": null}, "macro.dbt.default__hash": {"name": "default__hash", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/hash.sql", "original_file_path": "macros/utils/hash.sql", "unique_id": "macro.dbt.default__hash", "macro_sql": "{% macro default__hash(field) -%}\n md5(cast({{ field }} as {{ api.Column.translate_type('string') }}))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.678251, "supported_languages": null}, "macro.dbt.cast_bool_to_text": {"name": "cast_bool_to_text", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt.cast_bool_to_text", "macro_sql": "{% macro cast_bool_to_text(field) %}\n {{ adapter.dispatch('cast_bool_to_text', 'dbt') (field) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6784692, "supported_languages": null}, "macro.dbt.default__cast_bool_to_text": {"name": "default__cast_bool_to_text", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast_bool_to_text.sql", "original_file_path": "macros/utils/cast_bool_to_text.sql", "unique_id": "macro.dbt.default__cast_bool_to_text", "macro_sql": "{% macro default__cast_bool_to_text(field) %}\n cast({{ field }} as {{ api.Column.translate_type('string') }})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.678608, "supported_languages": null}, "macro.dbt.any_value": {"name": "any_value", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt.any_value", "macro_sql": "{% macro any_value(expression) -%}\n {{ return(adapter.dispatch('any_value', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__any_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.678824, "supported_languages": null}, "macro.dbt.default__any_value": {"name": "default__any_value", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt.default__any_value", "macro_sql": "{% macro default__any_value(expression) -%}\n\n any_value({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.678915, "supported_languages": null}, "macro.dbt.position": {"name": "position", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt.position", "macro_sql": "{% macro position(substring_text, string_text) -%}\n {{ return(adapter.dispatch('position', 'dbt') (substring_text, string_text)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__position"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.679165, "supported_languages": null}, "macro.dbt.default__position": {"name": "default__position", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/position.sql", "original_file_path": "macros/utils/position.sql", "unique_id": "macro.dbt.default__position", "macro_sql": "{% macro default__position(substring_text, string_text) %}\n\n position(\n {{ substring_text }} in {{ string_text }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.679285, "supported_languages": null}, "macro.dbt.string_literal": {"name": "string_literal", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "unique_id": "macro.dbt.string_literal", "macro_sql": "{%- macro string_literal(value) -%}\n {{ return(adapter.dispatch('string_literal', 'dbt') (value)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6795, "supported_languages": null}, "macro.dbt.default__string_literal": {"name": "default__string_literal", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/literal.sql", "original_file_path": "macros/utils/literal.sql", "unique_id": "macro.dbt.default__string_literal", "macro_sql": "{% macro default__string_literal(value) -%}\n '{{ value }}'\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6796548, "supported_languages": null}, "macro.dbt.type_string": {"name": "type_string", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_string", "macro_sql": "\n\n{%- macro type_string() -%}\n {{ return(adapter.dispatch('type_string', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.680493, "supported_languages": null}, "macro.dbt.default__type_string": {"name": "default__type_string", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_string", "macro_sql": "{% macro default__type_string() %}\n {{ return(api.Column.translate_type(\"string\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.680628, "supported_languages": null}, "macro.dbt.type_timestamp": {"name": "type_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_timestamp", "macro_sql": "\n\n{%- macro type_timestamp() -%}\n {{ return(adapter.dispatch('type_timestamp', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.680774, "supported_languages": null}, "macro.dbt.default__type_timestamp": {"name": "default__type_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_timestamp", "macro_sql": "{% macro default__type_timestamp() %}\n {{ return(api.Column.translate_type(\"timestamp\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.680906, "supported_languages": null}, "macro.dbt.type_float": {"name": "type_float", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_float", "macro_sql": "\n\n{%- macro type_float() -%}\n {{ return(adapter.dispatch('type_float', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.681045, "supported_languages": null}, "macro.dbt.default__type_float": {"name": "default__type_float", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_float", "macro_sql": "{% macro default__type_float() %}\n {{ return(api.Column.translate_type(\"float\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.681176, "supported_languages": null}, "macro.dbt.type_numeric": {"name": "type_numeric", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_numeric", "macro_sql": "\n\n{%- macro type_numeric() -%}\n {{ return(adapter.dispatch('type_numeric', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.681319, "supported_languages": null}, "macro.dbt.default__type_numeric": {"name": "default__type_numeric", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_numeric", "macro_sql": "{% macro default__type_numeric() %}\n {{ return(api.Column.numeric_type(\"numeric\", 28, 6)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.681473, "supported_languages": null}, "macro.dbt.type_bigint": {"name": "type_bigint", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_bigint", "macro_sql": "\n\n{%- macro type_bigint() -%}\n {{ return(adapter.dispatch('type_bigint', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.68162, "supported_languages": null}, "macro.dbt.default__type_bigint": {"name": "default__type_bigint", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_bigint", "macro_sql": "{% macro default__type_bigint() %}\n {{ return(api.Column.translate_type(\"bigint\")) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.681751, "supported_languages": null}, "macro.dbt.type_int": {"name": "type_int", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_int", "macro_sql": "\n\n{%- macro type_int() -%}\n {{ return(adapter.dispatch('type_int', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.681889, "supported_languages": null}, "macro.dbt.default__type_int": {"name": "default__type_int", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_int", "macro_sql": "{%- macro default__type_int() -%}\n {{ return(api.Column.translate_type(\"integer\")) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.682014, "supported_languages": null}, "macro.dbt.type_boolean": {"name": "type_boolean", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.type_boolean", "macro_sql": "\n\n{%- macro type_boolean() -%}\n {{ return(adapter.dispatch('type_boolean', 'dbt')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6821592, "supported_languages": null}, "macro.dbt.default__type_boolean": {"name": "default__type_boolean", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/data_types.sql", "original_file_path": "macros/utils/data_types.sql", "unique_id": "macro.dbt.default__type_boolean", "macro_sql": "{%- macro default__type_boolean() -%}\n {{ return(api.Column.translate_type(\"boolean\")) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.682284, "supported_languages": null}, "macro.dbt.array_concat": {"name": "array_concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt.array_concat", "macro_sql": "{% macro array_concat(array_1, array_2) -%}\n {{ return(adapter.dispatch('array_concat', 'dbt')(array_1, array_2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.682536, "supported_languages": null}, "macro.dbt.default__array_concat": {"name": "default__array_concat", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_concat.sql", "original_file_path": "macros/utils/array_concat.sql", "unique_id": "macro.dbt.default__array_concat", "macro_sql": "{% macro default__array_concat(array_1, array_2) -%}\n array_cat({{ array_1 }}, {{ array_2 }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.682654, "supported_languages": null}, "macro.dbt.bool_or": {"name": "bool_or", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt.bool_or", "macro_sql": "{% macro bool_or(expression) -%}\n {{ return(adapter.dispatch('bool_or', 'dbt') (expression)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.682867, "supported_languages": null}, "macro.dbt.default__bool_or": {"name": "default__bool_or", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/bool_or.sql", "original_file_path": "macros/utils/bool_or.sql", "unique_id": "macro.dbt.default__bool_or", "macro_sql": "{% macro default__bool_or(expression) -%}\n\n bool_or({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.682964, "supported_languages": null}, "macro.dbt.last_day": {"name": "last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.last_day", "macro_sql": "{% macro last_day(date, datepart) %}\n {{ return(adapter.dispatch('last_day', 'dbt') (date, datepart)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6834838, "supported_languages": null}, "macro.dbt.default_last_day": {"name": "default_last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.default_last_day", "macro_sql": "\n\n{%- macro default_last_day(date, datepart) -%}\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd(datepart, '1', dbt.date_trunc(datepart, date))\n )}}\n as date)\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.683733, "supported_languages": null}, "macro.dbt.default__last_day": {"name": "default__last_day", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt.default__last_day", "macro_sql": "{% macro default__last_day(date, datepart) -%}\n {{dbt.default_last_day(date, datepart)}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.683864, "supported_languages": null}, "macro.dbt.split_part": {"name": "split_part", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt.split_part", "macro_sql": "{% macro split_part(string_text, delimiter_text, part_number) %}\n {{ return(adapter.dispatch('split_part', 'dbt') (string_text, delimiter_text, part_number)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.684314, "supported_languages": null}, "macro.dbt.default__split_part": {"name": "default__split_part", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt.default__split_part", "macro_sql": "{% macro default__split_part(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n {{ part_number }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6844642, "supported_languages": null}, "macro.dbt._split_part_negative": {"name": "_split_part_negative", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt._split_part_negative", "macro_sql": "{% macro _split_part_negative(string_text, delimiter_text, part_number) %}\n\n split_part(\n {{ string_text }},\n {{ delimiter_text }},\n length({{ string_text }})\n - length(\n replace({{ string_text }}, {{ delimiter_text }}, '')\n ) + 2 + {{ part_number }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.684653, "supported_languages": null}, "macro.dbt.date_trunc": {"name": "date_trunc", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt.date_trunc", "macro_sql": "{% macro date_trunc(datepart, date) -%}\n {{ return(adapter.dispatch('date_trunc', 'dbt') (datepart, date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.68489, "supported_languages": null}, "macro.dbt.default__date_trunc": {"name": "default__date_trunc", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_trunc.sql", "original_file_path": "macros/utils/date_trunc.sql", "unique_id": "macro.dbt.default__date_trunc", "macro_sql": "{% macro default__date_trunc(datepart, date) -%}\n date_trunc('{{datepart}}', {{date}})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.685004, "supported_languages": null}, "macro.dbt.array_construct": {"name": "array_construct", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt.array_construct", "macro_sql": "{% macro array_construct(inputs=[], data_type=api.Column.translate_type('integer')) -%}\n {{ return(adapter.dispatch('array_construct', 'dbt')(inputs, data_type)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.685335, "supported_languages": null}, "macro.dbt.default__array_construct": {"name": "default__array_construct", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_construct.sql", "original_file_path": "macros/utils/array_construct.sql", "unique_id": "macro.dbt.default__array_construct", "macro_sql": "{% macro default__array_construct(inputs, data_type) -%}\n {% if inputs|length > 0 %}\n array[ {{ inputs|join(' , ') }} ]\n {% else %}\n array[]::{{data_type}}[]\n {% endif %}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6855521, "supported_languages": null}, "macro.dbt.array_append": {"name": "array_append", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt.array_append", "macro_sql": "{% macro array_append(array, new_element) -%}\n {{ return(adapter.dispatch('array_append', 'dbt')(array, new_element)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.685795, "supported_languages": null}, "macro.dbt.default__array_append": {"name": "default__array_append", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/array_append.sql", "original_file_path": "macros/utils/array_append.sql", "unique_id": "macro.dbt.default__array_append", "macro_sql": "{% macro default__array_append(array, new_element) -%}\n array_append({{ array }}, {{ new_element }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6859121, "supported_languages": null}, "macro.dbt.create_schema": {"name": "create_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.create_schema", "macro_sql": "{% macro create_schema(relation) -%}\n {{ adapter.dispatch('create_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6862369, "supported_languages": null}, "macro.dbt.default__create_schema": {"name": "default__create_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.default__create_schema", "macro_sql": "{% macro default__create_schema(relation) -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier() }}\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.686404, "supported_languages": null}, "macro.dbt.drop_schema": {"name": "drop_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.drop_schema", "macro_sql": "{% macro drop_schema(relation) -%}\n {{ adapter.dispatch('drop_schema', 'dbt')(relation) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.686551, "supported_languages": null}, "macro.dbt.default__drop_schema": {"name": "default__drop_schema", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/schema.sql", "original_file_path": "macros/adapters/schema.sql", "unique_id": "macro.dbt.default__drop_schema", "macro_sql": "{% macro default__drop_schema(relation) -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier() }} cascade\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6867101, "supported_languages": null}, "macro.dbt.current_timestamp": {"name": "current_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp", "macro_sql": "{%- macro current_timestamp() -%}\n {{ adapter.dispatch('current_timestamp', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_redshift.redshift__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.687134, "supported_languages": null}, "macro.dbt.default__current_timestamp": {"name": "default__current_timestamp", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp", "macro_sql": "{% macro default__current_timestamp() -%}\n {{ exceptions.raise_not_implemented(\n 'current_timestamp macro not implemented for adapter ' + adapter.type()) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.687265, "supported_languages": null}, "macro.dbt.snapshot_get_time": {"name": "snapshot_get_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.snapshot_get_time", "macro_sql": "\n\n{%- macro snapshot_get_time() -%}\n {{ adapter.dispatch('snapshot_get_time', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_redshift.redshift__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.687388, "supported_languages": null}, "macro.dbt.default__snapshot_get_time": {"name": "default__snapshot_get_time", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__snapshot_get_time", "macro_sql": "{% macro default__snapshot_get_time() %}\n {{ current_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.68748, "supported_languages": null}, "macro.dbt.current_timestamp_backcompat": {"name": "current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_backcompat", "macro_sql": "{% macro current_timestamp_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.687689, "supported_languages": null}, "macro.dbt.default__current_timestamp_backcompat": {"name": "default__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp_backcompat", "macro_sql": "{% macro default__current_timestamp_backcompat() %}\n current_timestamp::timestamp\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.687758, "supported_languages": null}, "macro.dbt.current_timestamp_in_utc_backcompat": {"name": "current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.current_timestamp_in_utc_backcompat", "macro_sql": "{% macro current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_in_utc_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.687906, "supported_languages": null}, "macro.dbt.default__current_timestamp_in_utc_backcompat": {"name": "default__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.default__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro default__current_timestamp_in_utc_backcompat() %}\n {{ return(adapter.dispatch('current_timestamp_backcompat', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp_backcompat", "macro.dbt_redshift.redshift__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6880598, "supported_languages": null}, "macro.dbt.get_create_index_sql": {"name": "get_create_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_create_index_sql", "macro_sql": "{% macro get_create_index_sql(relation, index_dict) -%}\n {{ return(adapter.dispatch('get_create_index_sql', 'dbt')(relation, index_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.688818, "supported_languages": null}, "macro.dbt.default__get_create_index_sql": {"name": "default__get_create_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__get_create_index_sql", "macro_sql": "{% macro default__get_create_index_sql(relation, index_dict) -%}\n {% do return(None) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6889422, "supported_languages": null}, "macro.dbt.create_indexes": {"name": "create_indexes", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.create_indexes", "macro_sql": "{% macro create_indexes(relation) -%}\n {{ adapter.dispatch('create_indexes', 'dbt')(relation) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_indexes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.689093, "supported_languages": null}, "macro.dbt.default__create_indexes": {"name": "default__create_indexes", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__create_indexes", "macro_sql": "{% macro default__create_indexes(relation) -%}\n {%- set _indexes = config.get('indexes', default=[]) -%}\n\n {% for _index_dict in _indexes %}\n {% set create_index_sql = get_create_index_sql(relation, _index_dict) %}\n {% if create_index_sql %}\n {% do run_query(create_index_sql) %}\n {% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_create_index_sql", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6894479, "supported_languages": null}, "macro.dbt.get_drop_index_sql": {"name": "get_drop_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_drop_index_sql", "macro_sql": "{% macro get_drop_index_sql(relation, index_name) -%}\n {{ adapter.dispatch('get_drop_index_sql', 'dbt')(relation, index_name) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_drop_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.68962, "supported_languages": null}, "macro.dbt.default__get_drop_index_sql": {"name": "default__get_drop_index_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__get_drop_index_sql", "macro_sql": "{% macro default__get_drop_index_sql(relation, index_name) -%}\n {{ exceptions.raise_compiler_error(\"`get_drop_index_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6897368, "supported_languages": null}, "macro.dbt.get_show_indexes_sql": {"name": "get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_show_indexes_sql", "macro_sql": "{% macro get_show_indexes_sql(relation) -%}\n {{ adapter.dispatch('get_show_indexes_sql', 'dbt')(relation) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_show_indexes_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.689873, "supported_languages": null}, "macro.dbt.default__get_show_indexes_sql": {"name": "default__get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.default__get_show_indexes_sql", "macro_sql": "{% macro default__get_show_indexes_sql(relation) -%}\n {{ exceptions.raise_compiler_error(\"`get_show_indexes_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6899872, "supported_languages": null}, "macro.dbt.make_intermediate_relation": {"name": "make_intermediate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_intermediate_relation", "macro_sql": "{% macro make_intermediate_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_intermediate_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_intermediate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6916611, "supported_languages": null}, "macro.dbt.default__make_intermediate_relation": {"name": "default__make_intermediate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_intermediate_relation", "macro_sql": "{% macro default__make_intermediate_relation(base_relation, suffix) %}\n {{ return(default__make_temp_relation(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6918101, "supported_languages": null}, "macro.dbt.make_temp_relation": {"name": "make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_temp_relation", "macro_sql": "{% macro make_temp_relation(base_relation, suffix='__dbt_tmp') %}\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.692002, "supported_languages": null}, "macro.dbt.default__make_temp_relation": {"name": "default__make_temp_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_temp_relation", "macro_sql": "{% macro default__make_temp_relation(base_relation, suffix) %}\n {%- set temp_identifier = base_relation.identifier ~ suffix -%}\n {%- set temp_relation = base_relation.incorporate(\n path={\"identifier\": temp_identifier}) -%}\n\n {{ return(temp_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6922612, "supported_languages": null}, "macro.dbt.make_backup_relation": {"name": "make_backup_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.make_backup_relation", "macro_sql": "{% macro make_backup_relation(base_relation, backup_relation_type, suffix='__dbt_backup') %}\n {{ return(adapter.dispatch('make_backup_relation', 'dbt')(base_relation, backup_relation_type, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_backup_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.692479, "supported_languages": null}, "macro.dbt.default__make_backup_relation": {"name": "default__make_backup_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__make_backup_relation", "macro_sql": "{% macro default__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {%- set backup_identifier = base_relation.identifier ~ suffix -%}\n {%- set backup_relation = base_relation.incorporate(\n path={\"identifier\": backup_identifier},\n type=backup_relation_type\n ) -%}\n {{ return(backup_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.692783, "supported_languages": null}, "macro.dbt.truncate_relation": {"name": "truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.truncate_relation", "macro_sql": "{% macro truncate_relation(relation) -%}\n {{ return(adapter.dispatch('truncate_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__truncate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.692951, "supported_languages": null}, "macro.dbt.default__truncate_relation": {"name": "default__truncate_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__truncate_relation", "macro_sql": "{% macro default__truncate_relation(relation) -%}\n {% call statement('truncate_relation') -%}\n truncate table {{ relation }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6931682, "supported_languages": null}, "macro.dbt.get_or_create_relation": {"name": "get_or_create_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.get_or_create_relation", "macro_sql": "{% macro get_or_create_relation(database, schema, identifier, type) -%}\n {{ return(adapter.dispatch('get_or_create_relation', 'dbt')(database, schema, identifier, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_or_create_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.693393, "supported_languages": null}, "macro.dbt.default__get_or_create_relation": {"name": "default__get_or_create_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.default__get_or_create_relation", "macro_sql": "{% macro default__get_or_create_relation(database, schema, identifier, type) %}\n {%- set target_relation = adapter.get_relation(database=database, schema=schema, identifier=identifier) %}\n\n {% if target_relation %}\n {% do return([true, target_relation]) %}\n {% endif %}\n\n {%- set new_relation = api.Relation.create(\n database=database,\n schema=schema,\n identifier=identifier,\n type=type\n ) -%}\n {% do return([false, new_relation]) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.693877, "supported_languages": null}, "macro.dbt.load_cached_relation": {"name": "load_cached_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.load_cached_relation", "macro_sql": "{% macro load_cached_relation(relation) %}\n {% do return(adapter.get_relation(\n database=relation.database,\n schema=relation.schema,\n identifier=relation.identifier\n )) -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.694083, "supported_languages": null}, "macro.dbt.load_relation": {"name": "load_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/relation.sql", "original_file_path": "macros/adapters/relation.sql", "unique_id": "macro.dbt.load_relation", "macro_sql": "{% macro load_relation(relation) %}\n {{ return(load_cached_relation(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6942148, "supported_languages": null}, "macro.dbt.collect_freshness": {"name": "collect_freshness", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness', 'dbt')(source, loaded_at_field, filter))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.694583, "supported_languages": null}, "macro.dbt.default__collect_freshness": {"name": "default__collect_freshness", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n select\n max({{ loaded_at_field }}) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endcall %}\n {{ return(load_result('collect_freshness')) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.694943, "supported_languages": null}, "macro.dbt.validate_sql": {"name": "validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.validate_sql", "macro_sql": "{% macro validate_sql(sql) -%}\n {{ return(adapter.dispatch('validate_sql', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__validate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.695189, "supported_languages": null}, "macro.dbt.default__validate_sql": {"name": "default__validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.default__validate_sql", "macro_sql": "{% macro default__validate_sql(sql) -%}\n {% call statement('validate_sql') -%}\n explain {{ sql }}\n {% endcall %}\n {{ return(load_result('validate_sql')) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.69539, "supported_languages": null}, "macro.dbt.copy_grants": {"name": "copy_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.copy_grants", "macro_sql": "{% macro copy_grants() %}\n {{ return(adapter.dispatch('copy_grants', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6969018, "supported_languages": null}, "macro.dbt.default__copy_grants": {"name": "default__copy_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__copy_grants", "macro_sql": "{% macro default__copy_grants() %}\n {{ return(True) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.697004, "supported_languages": null}, "macro.dbt.support_multiple_grantees_per_dcl_statement": {"name": "support_multiple_grantees_per_dcl_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.support_multiple_grantees_per_dcl_statement", "macro_sql": "{% macro support_multiple_grantees_per_dcl_statement() %}\n {{ return(adapter.dispatch('support_multiple_grantees_per_dcl_statement', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.697152, "supported_languages": null}, "macro.dbt.default__support_multiple_grantees_per_dcl_statement": {"name": "default__support_multiple_grantees_per_dcl_statement", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__support_multiple_grantees_per_dcl_statement", "macro_sql": "\n\n{%- macro default__support_multiple_grantees_per_dcl_statement() -%}\n {{ return(True) }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6972532, "supported_languages": null}, "macro.dbt.should_revoke": {"name": "should_revoke", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.should_revoke", "macro_sql": "{% macro should_revoke(existing_relation, full_refresh_mode=True) %}\n\n {% if not existing_relation %}\n {#-- The table doesn't already exist, so no grants to copy over --#}\n {{ return(False) }}\n {% elif full_refresh_mode %}\n {#-- The object is being REPLACED -- whether grants are copied over depends on the value of user config --#}\n {{ return(copy_grants()) }}\n {% else %}\n {#-- The table is being merged/upserted/inserted -- grants will be carried over --#}\n {{ return(True) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.697549, "supported_languages": null}, "macro.dbt.get_show_grant_sql": {"name": "get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_show_grant_sql", "macro_sql": "{% macro get_show_grant_sql(relation) %}\n {{ return(adapter.dispatch(\"get_show_grant_sql\", \"dbt\")(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.697716, "supported_languages": null}, "macro.dbt.default__get_show_grant_sql": {"name": "default__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_show_grant_sql", "macro_sql": "{% macro default__get_show_grant_sql(relation) %}\n show grants on {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6978061, "supported_languages": null}, "macro.dbt.get_grant_sql": {"name": "get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_grant_sql", "macro_sql": "{% macro get_grant_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_grant_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.698009, "supported_languages": null}, "macro.dbt.default__get_grant_sql": {"name": "default__get_grant_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_grant_sql", "macro_sql": "\n\n{%- macro default__get_grant_sql(relation, privilege, grantees) -%}\n grant {{ privilege }} on {{ relation }} to {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.698188, "supported_languages": null}, "macro.dbt.get_revoke_sql": {"name": "get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_revoke_sql", "macro_sql": "{% macro get_revoke_sql(relation, privilege, grantees) %}\n {{ return(adapter.dispatch('get_revoke_sql', 'dbt')(relation, privilege, grantees)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_revoke_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.69839, "supported_languages": null}, "macro.dbt.default__get_revoke_sql": {"name": "default__get_revoke_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_revoke_sql", "macro_sql": "\n\n{%- macro default__get_revoke_sql(relation, privilege, grantees) -%}\n revoke {{ privilege }} on {{ relation }} from {{ grantees | join(', ') }}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6986182, "supported_languages": null}, "macro.dbt.get_dcl_statement_list": {"name": "get_dcl_statement_list", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.get_dcl_statement_list", "macro_sql": "{% macro get_dcl_statement_list(relation, grant_config, get_dcl_macro) %}\n {{ return(adapter.dispatch('get_dcl_statement_list', 'dbt')(relation, grant_config, get_dcl_macro)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_dcl_statement_list"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.698823, "supported_languages": null}, "macro.dbt.default__get_dcl_statement_list": {"name": "default__get_dcl_statement_list", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__get_dcl_statement_list", "macro_sql": "\n\n{%- macro default__get_dcl_statement_list(relation, grant_config, get_dcl_macro) -%}\n {#\n -- Unpack grant_config into specific privileges and the set of users who need them granted/revoked.\n -- Depending on whether this database supports multiple grantees per statement, pass in the list of\n -- all grantees per privilege, or (if not) template one statement per privilege-grantee pair.\n -- `get_dcl_macro` will be either `get_grant_sql` or `get_revoke_sql`\n #}\n {%- set dcl_statements = [] -%}\n {%- for privilege, grantees in grant_config.items() %}\n {%- if support_multiple_grantees_per_dcl_statement() and grantees -%}\n {%- set dcl = get_dcl_macro(relation, privilege, grantees) -%}\n {%- do dcl_statements.append(dcl) -%}\n {%- else -%}\n {%- for grantee in grantees -%}\n {% set dcl = get_dcl_macro(relation, privilege, [grantee]) %}\n {%- do dcl_statements.append(dcl) -%}\n {% endfor -%}\n {%- endif -%}\n {%- endfor -%}\n {{ return(dcl_statements) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.support_multiple_grantees_per_dcl_statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6994271, "supported_languages": null}, "macro.dbt.call_dcl_statements": {"name": "call_dcl_statements", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.call_dcl_statements", "macro_sql": "{% macro call_dcl_statements(dcl_statement_list) %}\n {{ return(adapter.dispatch(\"call_dcl_statements\", \"dbt\")(dcl_statement_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.6996028, "supported_languages": null}, "macro.dbt.default__call_dcl_statements": {"name": "default__call_dcl_statements", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__call_dcl_statements", "macro_sql": "{% macro default__call_dcl_statements(dcl_statement_list) %}\n {#\n -- By default, supply all grant + revoke statements in a single semicolon-separated block,\n -- so that they're all processed together.\n\n -- Some databases do not support this. Those adapters will need to override this macro\n -- to run each statement individually.\n #}\n {% call statement('grants') %}\n {% for dcl_statement in dcl_statement_list %}\n {{ dcl_statement }};\n {% endfor %}\n {% endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.699831, "supported_languages": null}, "macro.dbt.apply_grants": {"name": "apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.apply_grants", "macro_sql": "{% macro apply_grants(relation, grant_config, should_revoke) %}\n {{ return(adapter.dispatch(\"apply_grants\", \"dbt\")(relation, grant_config, should_revoke)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__apply_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7000551, "supported_languages": null}, "macro.dbt.default__apply_grants": {"name": "default__apply_grants", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/apply_grants.sql", "original_file_path": "macros/adapters/apply_grants.sql", "unique_id": "macro.dbt.default__apply_grants", "macro_sql": "{% macro default__apply_grants(relation, grant_config, should_revoke=True) %}\n {#-- If grant_config is {} or None, this is a no-op --#}\n {% if grant_config %}\n {% if should_revoke %}\n {#-- We think previous grants may have carried over --#}\n {#-- Show current grants and calculate diffs --#}\n {% set current_grants_table = run_query(get_show_grant_sql(relation)) %}\n {% set current_grants_dict = adapter.standardize_grants_dict(current_grants_table) %}\n {% set needs_granting = diff_of_two_dicts(grant_config, current_grants_dict) %}\n {% set needs_revoking = diff_of_two_dicts(current_grants_dict, grant_config) %}\n {% if not (needs_granting or needs_revoking) %}\n {{ log('On ' ~ relation ~': All grants are in place, no revocation or granting needed.')}}\n {% endif %}\n {% else %}\n {#-- We don't think there's any chance of previous grants having carried over. --#}\n {#-- Jump straight to granting what the user has configured. --#}\n {% set needs_revoking = {} %}\n {% set needs_granting = grant_config %}\n {% endif %}\n {% if needs_granting or needs_revoking %}\n {% set revoke_statement_list = get_dcl_statement_list(relation, needs_revoking, get_revoke_sql) %}\n {% set grant_statement_list = get_dcl_statement_list(relation, needs_granting, get_grant_sql) %}\n {% set dcl_statement_list = revoke_statement_list + grant_statement_list %}\n {% if dcl_statement_list %}\n {{ call_dcl_statements(dcl_statement_list) }}\n {% endif %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_grant_sql", "macro.dbt.get_dcl_statement_list", "macro.dbt.call_dcl_statements"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.701062, "supported_languages": null}, "macro.dbt.get_show_sql": {"name": "get_show_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_show_sql", "macro_sql": "{% macro get_show_sql(compiled_code, sql_header, limit) -%}\n {%- if sql_header -%}\n {{ sql_header }}\n {%- endif -%}\n {%- if limit is not none -%}\n {{ get_limit_subquery_sql(compiled_code, limit) }}\n {%- else -%}\n {{ compiled_code }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_limit_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.701544, "supported_languages": null}, "macro.dbt.get_limit_subquery_sql": {"name": "get_limit_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_limit_subquery_sql", "macro_sql": "{% macro get_limit_subquery_sql(sql, limit) %}\n {{ adapter.dispatch('get_limit_subquery_sql', 'dbt')(sql, limit) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_limit_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7017128, "supported_languages": null}, "macro.dbt.default__get_limit_subquery_sql": {"name": "default__get_limit_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.default__get_limit_subquery_sql", "macro_sql": "{% macro default__get_limit_subquery_sql(sql, limit) %}\n select *\n from (\n {{ sql }}\n ) as model_limit_subq\n limit {{ limit }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7018309, "supported_languages": null}, "macro.dbt.alter_column_comment": {"name": "alter_column_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_column_comment", "macro_sql": "{% macro alter_column_comment(relation, column_dict) -%}\n {{ return(adapter.dispatch('alter_column_comment', 'dbt')(relation, column_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.702422, "supported_languages": null}, "macro.dbt.default__alter_column_comment": {"name": "default__alter_column_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__alter_column_comment", "macro_sql": "{% macro default__alter_column_comment(relation, column_dict) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_column_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.702573, "supported_languages": null}, "macro.dbt.alter_relation_comment": {"name": "alter_relation_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.alter_relation_comment", "macro_sql": "{% macro alter_relation_comment(relation, relation_comment) -%}\n {{ return(adapter.dispatch('alter_relation_comment', 'dbt')(relation, relation_comment)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.702751, "supported_languages": null}, "macro.dbt.default__alter_relation_comment": {"name": "default__alter_relation_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__alter_relation_comment", "macro_sql": "{% macro default__alter_relation_comment(relation, relation_comment) -%}\n {{ exceptions.raise_not_implemented(\n 'alter_relation_comment macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.702901, "supported_languages": null}, "macro.dbt.persist_docs": {"name": "persist_docs", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.persist_docs", "macro_sql": "{% macro persist_docs(relation, model, for_relation=true, for_columns=true) -%}\n {{ return(adapter.dispatch('persist_docs', 'dbt')(relation, model, for_relation, for_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.703134, "supported_languages": null}, "macro.dbt.default__persist_docs": {"name": "default__persist_docs", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.default__persist_docs", "macro_sql": "{% macro default__persist_docs(relation, model, for_relation, for_columns) -%}\n {% if for_relation and config.persist_relation_docs() and model.description %}\n {% do run_query(alter_relation_comment(relation, model.description)) %}\n {% endif %}\n\n {% if for_columns and config.persist_column_docs() and model.columns %}\n {% do run_query(alter_column_comment(relation, model.columns)) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7035542, "supported_languages": null}, "macro.dbt.get_catalog_relations": {"name": "get_catalog_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog_relations", "macro_sql": "{% macro get_catalog_relations(information_schema, relations) -%}\n {{ return(adapter.dispatch('get_catalog_relations', 'dbt')(information_schema, relations)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.706057, "supported_languages": null}, "macro.dbt.default__get_catalog_relations": {"name": "default__get_catalog_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_catalog_relations", "macro_sql": "{% macro default__get_catalog_relations(information_schema, relations) -%}\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog_relations not implemented for {{ typename }}\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7062888, "supported_languages": null}, "macro.dbt.get_catalog": {"name": "get_catalog", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog", "macro_sql": "{% macro get_catalog(information_schema, schemas) -%}\n {{ return(adapter.dispatch('get_catalog', 'dbt')(information_schema, schemas)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.706487, "supported_languages": null}, "macro.dbt.default__get_catalog": {"name": "default__get_catalog", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_catalog", "macro_sql": "{% macro default__get_catalog(information_schema, schemas) -%}\n\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog not implemented for {{ typename }}\n {%- endset %}\n\n {{ exceptions.raise_compiler_error(msg) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.706781, "supported_languages": null}, "macro.dbt.information_schema_name": {"name": "information_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.information_schema_name", "macro_sql": "{% macro information_schema_name(database) %}\n {{ return(adapter.dispatch('information_schema_name', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.70695, "supported_languages": null}, "macro.dbt.default__information_schema_name": {"name": "default__information_schema_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__information_schema_name", "macro_sql": "{% macro default__information_schema_name(database) -%}\n {%- if database -%}\n {{ database }}.INFORMATION_SCHEMA\n {%- else -%}\n INFORMATION_SCHEMA\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7070878, "supported_languages": null}, "macro.dbt.list_schemas": {"name": "list_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_schemas", "macro_sql": "{% macro list_schemas(database) -%}\n {{ return(adapter.dispatch('list_schemas', 'dbt')(database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.707246, "supported_languages": null}, "macro.dbt.default__list_schemas": {"name": "default__list_schemas", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__list_schemas", "macro_sql": "{% macro default__list_schemas(database) -%}\n {% set sql %}\n select distinct schema_name\n from {{ information_schema_name(database) }}.SCHEMATA\n where catalog_name ilike '{{ database }}'\n {% endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.information_schema_name", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7074602, "supported_languages": null}, "macro.dbt.check_schema_exists": {"name": "check_schema_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.check_schema_exists", "macro_sql": "{% macro check_schema_exists(information_schema, schema) -%}\n {{ return(adapter.dispatch('check_schema_exists', 'dbt')(information_schema, schema)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7076411, "supported_languages": null}, "macro.dbt.default__check_schema_exists": {"name": "default__check_schema_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__check_schema_exists", "macro_sql": "{% macro default__check_schema_exists(information_schema, schema) -%}\n {% set sql -%}\n select count(*)\n from {{ information_schema.replace(information_schema_view='SCHEMATA') }}\n where catalog_name='{{ information_schema.database }}'\n and schema_name='{{ schema }}'\n {%- endset %}\n {{ return(run_query(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.707905, "supported_languages": null}, "macro.dbt.list_relations_without_caching": {"name": "list_relations_without_caching", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.list_relations_without_caching", "macro_sql": "{% macro list_relations_without_caching(schema_relation) %}\n {{ return(adapter.dispatch('list_relations_without_caching', 'dbt')(schema_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.708074, "supported_languages": null}, "macro.dbt.default__list_relations_without_caching": {"name": "default__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__list_relations_without_caching", "macro_sql": "{% macro default__list_relations_without_caching(schema_relation) %}\n {{ exceptions.raise_not_implemented(\n 'list_relations_without_caching macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.708214, "supported_languages": null}, "macro.dbt.get_relations": {"name": "get_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_relations", "macro_sql": "{% macro get_relations() %}\n {{ return(adapter.dispatch('get_relations', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7083578, "supported_languages": null}, "macro.dbt.default__get_relations": {"name": "default__get_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_relations", "macro_sql": "{% macro default__get_relations() %}\n {{ exceptions.raise_not_implemented(\n 'get_relations macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7084942, "supported_languages": null}, "macro.dbt.get_relation_last_modified": {"name": "get_relation_last_modified", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_relation_last_modified", "macro_sql": "{% macro get_relation_last_modified(information_schema, relations) %}\n {{ return(adapter.dispatch('get_relation_last_modified', 'dbt')(information_schema, relations)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_relation_last_modified"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.708676, "supported_languages": null}, "macro.dbt.default__get_relation_last_modified": {"name": "default__get_relation_last_modified", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_relation_last_modified", "macro_sql": "{% macro default__get_relation_last_modified(information_schema, relations) %}\n {{ exceptions.raise_not_implemented(\n 'get_relation_last_modified macro not implemented for adapter ' + adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7088242, "supported_languages": null}, "macro.dbt.get_columns_in_relation": {"name": "get_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_columns_in_relation", "macro_sql": "{% macro get_columns_in_relation(relation) -%}\n {{ return(adapter.dispatch('get_columns_in_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.710757, "supported_languages": null}, "macro.dbt.default__get_columns_in_relation": {"name": "default__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_columns_in_relation", "macro_sql": "{% macro default__get_columns_in_relation(relation) -%}\n {{ exceptions.raise_not_implemented(\n 'get_columns_in_relation macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.710898, "supported_languages": null}, "macro.dbt.sql_convert_columns_in_relation": {"name": "sql_convert_columns_in_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.sql_convert_columns_in_relation", "macro_sql": "{% macro sql_convert_columns_in_relation(table) -%}\n {% set columns = [] %}\n {% for row in table %}\n {% do columns.append(api.Column(*row)) %}\n {% endfor %}\n {{ return(columns) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7111838, "supported_languages": null}, "macro.dbt.get_empty_subquery_sql": {"name": "get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_subquery_sql", "macro_sql": "{% macro get_empty_subquery_sql(select_sql, select_sql_header=none) -%}\n {{ return(adapter.dispatch('get_empty_subquery_sql', 'dbt')(select_sql, select_sql_header)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.711374, "supported_languages": null}, "macro.dbt.default__get_empty_subquery_sql": {"name": "default__get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_subquery_sql", "macro_sql": "{% macro default__get_empty_subquery_sql(select_sql, select_sql_header=none) %}\n {%- if select_sql_header is not none -%}\n {{ select_sql_header }}\n {%- endif -%}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7115579, "supported_languages": null}, "macro.dbt.get_empty_schema_sql": {"name": "get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_schema_sql", "macro_sql": "{% macro get_empty_schema_sql(columns) -%}\n {{ return(adapter.dispatch('get_empty_schema_sql', 'dbt')(columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_schema_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7117171, "supported_languages": null}, "macro.dbt.default__get_empty_schema_sql": {"name": "default__get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_schema_sql", "macro_sql": "{% macro default__get_empty_schema_sql(columns) %}\n {%- set col_err = [] -%}\n {%- set col_naked_numeric = [] -%}\n select\n {% for i in columns %}\n {%- set col = columns[i] -%}\n {%- if col['data_type'] is not defined -%}\n {%- do col_err.append(col['name']) -%}\n {#-- If this column's type is just 'numeric' then it is missing precision/scale, raise a warning --#}\n {%- elif col['data_type'].strip().lower() in ('numeric', 'decimal', 'number') -%}\n {%- do col_naked_numeric.append(col['name']) -%}\n {%- endif -%}\n {% set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] %}\n cast(null as {{ col['data_type'] }}) as {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n {%- if (col_err | length) > 0 -%}\n {{ exceptions.column_type_missing(column_names=col_err) }}\n {%- elif (col_naked_numeric | length) > 0 -%}\n {{ exceptions.warn(\"Detected columns with numeric type and unspecified precision/scale, this can lead to unintended rounding: \" ~ col_naked_numeric ~ \"`\") }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.712797, "supported_languages": null}, "macro.dbt.get_column_schema_from_query": {"name": "get_column_schema_from_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_column_schema_from_query", "macro_sql": "{% macro get_column_schema_from_query(select_sql, select_sql_header=none) -%}\n {% set columns = [] %}\n {# -- Using an 'empty subquery' here to get the same schema as the given select_sql statement, without necessitating a data scan.#}\n {% set sql = get_empty_subquery_sql(select_sql, select_sql_header) %}\n {% set column_schema = adapter.get_column_schema_from_query(sql) %}\n {{ return(column_schema) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.713111, "supported_languages": null}, "macro.dbt.get_columns_in_query": {"name": "get_columns_in_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_columns_in_query", "macro_sql": "{% macro get_columns_in_query(select_sql) -%}\n {{ return(adapter.dispatch('get_columns_in_query', 'dbt')(select_sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_columns_in_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7132769, "supported_languages": null}, "macro.dbt.default__get_columns_in_query": {"name": "default__get_columns_in_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_columns_in_query", "macro_sql": "{% macro default__get_columns_in_query(select_sql) %}\n {% call statement('get_columns_in_query', fetch_result=True, auto_begin=False) -%}\n {{ get_empty_subquery_sql(select_sql) }}\n {% endcall %}\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.713588, "supported_languages": null}, "macro.dbt.alter_column_type": {"name": "alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.alter_column_type", "macro_sql": "{% macro alter_column_type(relation, column_name, new_column_type) -%}\n {{ return(adapter.dispatch('alter_column_type', 'dbt')(relation, column_name, new_column_type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.71379, "supported_languages": null}, "macro.dbt.default__alter_column_type": {"name": "default__alter_column_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_column_type", "macro_sql": "{% macro default__alter_column_type(relation, column_name, new_column_type) -%}\n {#\n 1. Create a new column (w/ temp name and correct type)\n 2. Copy data over to it\n 3. Drop the existing column (cascade!)\n 4. Rename the new column to existing column\n #}\n {%- set tmp_column = column_name + \"__dbt_alter\" -%}\n\n {% call statement('alter_column_type') %}\n alter table {{ relation }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation }} rename column {{ adapter.quote(tmp_column) }} to {{ adapter.quote(column_name) }}\n {% endcall %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7143118, "supported_languages": null}, "macro.dbt.alter_relation_add_remove_columns": {"name": "alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.alter_relation_add_remove_columns", "macro_sql": "{% macro alter_relation_add_remove_columns(relation, add_columns = none, remove_columns = none) -%}\n {{ return(adapter.dispatch('alter_relation_add_remove_columns', 'dbt')(relation, add_columns, remove_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_redshift.redshift__alter_relation_add_remove_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.71454, "supported_languages": null}, "macro.dbt.default__alter_relation_add_remove_columns": {"name": "default__alter_relation_add_remove_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__alter_relation_add_remove_columns", "macro_sql": "{% macro default__alter_relation_add_remove_columns(relation, add_columns, remove_columns) %}\n\n {% if add_columns is none %}\n {% set add_columns = [] %}\n {% endif %}\n {% if remove_columns is none %}\n {% set remove_columns = [] %}\n {% endif %}\n\n {% set sql -%}\n\n alter {{ relation.type }} {{ relation }}\n\n {% for column in add_columns %}\n add column {{ column.name }} {{ column.data_type }}{{ ',' if not loop.last }}\n {% endfor %}{{ ',' if add_columns and remove_columns }}\n\n {% for column in remove_columns %}\n drop column {{ column.name }}{{ ',' if not loop.last }}\n {% endfor %}\n\n {%- endset -%}\n\n {% do run_query(sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7152379, "supported_languages": null}, "macro.dbt.resolve_model_name": {"name": "resolve_model_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.resolve_model_name", "macro_sql": "{% macro resolve_model_name(input_model_name) %}\n {{ return(adapter.dispatch('resolve_model_name', 'dbt')(input_model_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.716643, "supported_languages": null}, "macro.dbt.default__resolve_model_name": {"name": "default__resolve_model_name", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.default__resolve_model_name", "macro_sql": "\n\n{%- macro default__resolve_model_name(input_model_name) -%}\n {{ input_model_name | string | replace('\"', '\\\"') }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7167768, "supported_languages": null}, "macro.dbt.build_ref_function": {"name": "build_ref_function", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_ref_function", "macro_sql": "{% macro build_ref_function(model) %}\n\n {%- set ref_dict = {} -%}\n {%- for _ref in model.refs -%}\n {% set _ref_args = [_ref.get('package'), _ref['name']] if _ref.get('package') else [_ref['name'],] %}\n {%- set resolved = ref(*_ref_args, v=_ref.get('version')) -%}\n {%- if _ref.get('version') -%}\n {% do _ref_args.extend([\"v\" ~ _ref['version']]) %}\n {%- endif -%}\n {%- do ref_dict.update({_ref_args | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef ref(*args, **kwargs):\n refs = {{ ref_dict | tojson }}\n key = '.'.join(args)\n version = kwargs.get(\"v\") or kwargs.get(\"version\")\n if version:\n key += f\".v{version}\"\n dbt_load_df_function = kwargs.get(\"dbt_load_df_function\")\n return dbt_load_df_function(refs[key])\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.717512, "supported_languages": null}, "macro.dbt.build_source_function": {"name": "build_source_function", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_source_function", "macro_sql": "{% macro build_source_function(model) %}\n\n {%- set source_dict = {} -%}\n {%- for _source in model.sources -%}\n {%- set resolved = source(*_source) -%}\n {%- do source_dict.update({_source | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef source(*args, dbt_load_df_function):\n sources = {{ source_dict | tojson }}\n key = '.'.join(args)\n return dbt_load_df_function(sources[key])\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.717886, "supported_languages": null}, "macro.dbt.build_config_dict": {"name": "build_config_dict", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.build_config_dict", "macro_sql": "{% macro build_config_dict(model) %}\n {%- set config_dict = {} -%}\n {% set config_dbt_used = zip(model.config.config_keys_used, model.config.config_keys_defaults) | list %}\n {%- for key, default in config_dbt_used -%}\n {# weird type testing with enum, would be much easier to write this logic in Python! #}\n {%- if key == \"language\" -%}\n {%- set value = \"python\" -%}\n {%- endif -%}\n {%- set value = model.config.get(key, default) -%}\n {%- do config_dict.update({key: value}) -%}\n {%- endfor -%}\nconfig_dict = {{ config_dict }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.718396, "supported_languages": null}, "macro.dbt.py_script_postfix": {"name": "py_script_postfix", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.py_script_postfix", "macro_sql": "{% macro py_script_postfix(model) %}\n# This part is user provided model code\n# you will need to copy the next section to run the code\n# COMMAND ----------\n# this part is dbt logic for get ref work, do not modify\n\n{{ build_ref_function(model ) }}\n{{ build_source_function(model ) }}\n{{ build_config_dict(model) }}\n\nclass config:\n def __init__(self, *args, **kwargs):\n pass\n\n @staticmethod\n def get(key, default=None):\n return config_dict.get(key, default)\n\nclass this:\n \"\"\"dbt.this() or dbt.this.identifier\"\"\"\n database = \"{{ this.database }}\"\n schema = \"{{ this.schema }}\"\n identifier = \"{{ this.identifier }}\"\n {% set this_relation_name = resolve_model_name(this) %}\n def __repr__(self):\n return '{{ this_relation_name }}'\n\n\nclass dbtObj:\n def __init__(self, load_df_function) -> None:\n self.source = lambda *args: source(*args, dbt_load_df_function=load_df_function)\n self.ref = lambda *args, **kwargs: ref(*args, **kwargs, dbt_load_df_function=load_df_function)\n self.config = config\n self.this = this()\n self.is_incremental = {{ is_incremental() }}\n\n# COMMAND ----------\n{{py_script_comment()}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.build_ref_function", "macro.dbt.build_source_function", "macro.dbt.build_config_dict", "macro.dbt.resolve_model_name", "macro.dbt.is_incremental", "macro.dbt.py_script_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.718816, "supported_languages": null}, "macro.dbt.py_script_comment": {"name": "py_script_comment", "resource_type": "macro", "package_name": "dbt", "path": "macros/python_model/python.sql", "original_file_path": "macros/python_model/python.sql", "unique_id": "macro.dbt.py_script_comment", "macro_sql": "{%macro py_script_comment()%}\n{%endmacro%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.718883, "supported_languages": null}, "macro.dbt.test_unique": {"name": "test_unique", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_unique", "macro_sql": "{% test unique(model, column_name) %}\n {% set macro = adapter.dispatch('test_unique', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_unique"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7193222, "supported_languages": null}, "macro.dbt.test_not_null": {"name": "test_not_null", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_not_null", "macro_sql": "{% test not_null(model, column_name) %}\n {% set macro = adapter.dispatch('test_not_null', 'dbt') %}\n {{ macro(model, column_name) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.719523, "supported_languages": null}, "macro.dbt.test_accepted_values": {"name": "test_accepted_values", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_accepted_values", "macro_sql": "{% test accepted_values(model, column_name, values, quote=True) %}\n {% set macro = adapter.dispatch('test_accepted_values', 'dbt') %}\n {{ macro(model, column_name, values, quote) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.719774, "supported_languages": null}, "macro.dbt.test_relationships": {"name": "test_relationships", "resource_type": "macro", "package_name": "dbt", "path": "tests/generic/builtin.sql", "original_file_path": "tests/generic/builtin.sql", "unique_id": "macro.dbt.test_relationships", "macro_sql": "{% test relationships(model, column_name, to, field) %}\n {% set macro = adapter.dispatch('test_relationships', 'dbt') %}\n {{ macro(model, column_name, to, field) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt.default__test_relationships"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.720017, "supported_languages": null}, "macro.shopify_source.get_order_note_attribute_columns": {"name": "get_order_note_attribute_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_note_attribute_columns.sql", "original_file_path": "macros/get_order_note_attribute_columns.sql", "unique_id": "macro.shopify_source.get_order_note_attribute_columns", "macro_sql": "{% macro get_order_note_attribute_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.72053, "supported_languages": null}, "macro.shopify_source.get_order_discount_code_columns": {"name": "get_order_discount_code_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_discount_code_columns.sql", "original_file_path": "macros/get_order_discount_code_columns.sql", "unique_id": "macro.shopify_source.get_order_discount_code_columns", "macro_sql": "{% macro get_order_discount_code_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7212858, "supported_languages": null}, "macro.shopify_source.get_abandoned_checkout_discount_code_columns": {"name": "get_abandoned_checkout_discount_code_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_abandoned_checkout_discount_code_columns.sql", "original_file_path": "macros/get_abandoned_checkout_discount_code_columns.sql", "unique_id": "macro.shopify_source.get_abandoned_checkout_discount_code_columns", "macro_sql": "{% macro get_abandoned_checkout_discount_code_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"checkout_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"discount_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7222521, "supported_languages": null}, "macro.shopify_source.get_product_tag_columns": {"name": "get_product_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_tag_columns.sql", "original_file_path": "macros/get_product_tag_columns.sql", "unique_id": "macro.shopify_source.get_product_tag_columns", "macro_sql": "{% macro get_product_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.722778, "supported_languages": null}, "macro.shopify_source.get_fulfillment_event_columns": {"name": "get_fulfillment_event_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_fulfillment_event_columns.sql", "original_file_path": "macros/get_fulfillment_event_columns.sql", "unique_id": "macro.shopify_source.get_fulfillment_event_columns", "macro_sql": "{% macro get_fulfillment_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"city\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"estimated_delivery_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"fulfillment_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"happened_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"message\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"shop_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7246652, "supported_languages": null}, "macro.shopify_source.get_abandoned_checkout_columns": {"name": "get_abandoned_checkout_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_abandoned_checkout_columns.sql", "original_file_path": "macros/get_abandoned_checkout_columns.sql", "unique_id": "macro.shopify_source.get_abandoned_checkout_columns", "macro_sql": "{% macro get_abandoned_checkout_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"abandoned_checkout_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"buyer_accepts_marketing\", \"datatype\": \"boolean\"},\n {\"name\": \"cart_token\", \"datatype\": dbt.type_string()},\n {\"name\": \"closed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"device_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"gateway\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"landing_site_base_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"presentment_currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"referring_site\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxes_included\", \"datatype\": \"boolean\"},\n {\"name\": \"token\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_discounts\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_duties\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_line_items_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_weight\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.732095, "supported_languages": null}, "macro.shopify_source.get_inventory_item_columns": {"name": "get_inventory_item_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_inventory_item_columns.sql", "original_file_path": "macros/get_inventory_item_columns.sql", "unique_id": "macro.shopify_source.get_inventory_item_columns", "macro_sql": "{% macro get_inventory_item_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cost\", \"datatype\": dbt.type_float()},\n {\"name\": \"country_code_of_origin\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"province_code_of_origin\", \"datatype\": dbt.type_string()},\n {\"name\": \"requires_shipping\", \"datatype\": \"boolean\"},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracked\", \"datatype\": \"boolean\"},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.733248, "supported_languages": null}, "macro.shopify_source.get_order_line_refund_columns": {"name": "get_order_line_refund_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_line_refund_columns.sql", "original_file_path": "macros/get_order_line_refund_columns.sql", "unique_id": "macro.shopify_source.get_order_line_refund_columns", "macro_sql": "{% macro get_order_line_refund_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_line_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"subtotal\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"subtotal_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"total_tax_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_float()},\n {\"name\": \"refund_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"restock_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('order_line_refund_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.734475, "supported_languages": null}, "macro.shopify_source.get_fulfillment_columns": {"name": "get_fulfillment_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_fulfillment_columns.sql", "original_file_path": "macros/get_fulfillment_columns.sql", "unique_id": "macro.shopify_source.get_fulfillment_columns", "macro_sql": "{% macro get_fulfillment_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"service\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipment_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_numbers\", \"datatype\": dbt.type_string()},\n {\"name\": \"tracking_urls\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7358751, "supported_languages": null}, "macro.shopify_source.get_product_variant_columns": {"name": "get_product_variant_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_variant_columns.sql", "original_file_path": "macros/get_product_variant_columns.sql", "unique_id": "macro.shopify_source.get_product_variant_columns", "macro_sql": "{% macro get_product_variant_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"inventory_item_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"image_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"position\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"inventory_policy\", \"datatype\": dbt.type_string()},\n {\"name\": \"compare_at_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"fulfillment_service\", \"datatype\": dbt.type_string()},\n {\"name\": \"inventory_management\", \"datatype\": dbt.type_string()},\n {\"name\": \"taxable\", \"datatype\": \"boolean\"},\n {\"name\": \"barcode\", \"datatype\": dbt.type_string()},\n {\"name\": \"grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"old_inventory_quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"inventory_quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"weight\", \"datatype\": dbt.type_float()},\n {\"name\": \"weight_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"option_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"option_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"option_3\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_code\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('product_variant_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.738534, "supported_languages": null}, "macro.shopify_source.get_refund_columns": {"name": "get_refund_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_refund_columns.sql", "original_file_path": "macros/get_refund_columns.sql", "unique_id": "macro.shopify_source.get_refund_columns", "macro_sql": "{% macro get_refund_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"restock\", \"datatype\": \"boolean\"},\n {\"name\": \"total_duties_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_numeric()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.739487, "supported_languages": null}, "macro.shopify_source.get_tax_line_columns": {"name": "get_tax_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_tax_line_columns.sql", "original_file_path": "macros/get_tax_line_columns.sql", "unique_id": "macro.shopify_source.get_tax_line_columns", "macro_sql": "{% macro get_tax_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_line_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"rate\", \"datatype\": dbt.type_float()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_float", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.740254, "supported_languages": null}, "macro.shopify_source.get_shop_columns": {"name": "get_shop_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_shop_columns.sql", "original_file_path": "macros/get_shop_columns.sql", "unique_id": "macro.shopify_source.get_shop_columns", "macro_sql": "{% macro get_shop_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"checkout_api_supported\", \"datatype\": \"boolean\"},\n {\"name\": \"city\", \"datatype\": dbt.type_string()},\n {\"name\": \"cookie_consent_level\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"county_taxes\", \"datatype\": \"boolean\"},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_email\", \"datatype\": dbt.type_string()},\n {\"name\": \"domain\", \"datatype\": dbt.type_string()},\n {\"name\": \"eligible_for_card_reader_giveaway\", \"datatype\": \"boolean\"},\n {\"name\": \"eligible_for_payments\", \"datatype\": \"boolean\"},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"enabled_presentment_currencies\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_apps_domain\", \"datatype\": dbt.type_string()},\n {\"name\": \"google_apps_login_enabled\", \"datatype\": \"boolean\"},\n {\"name\": \"has_discounts\", \"datatype\": \"boolean\"},\n {\"name\": \"has_gift_cards\", \"datatype\": \"boolean\"},\n {\"name\": \"has_storefront\", \"datatype\": \"boolean\"},\n {\"name\": \"iana_timezone\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"money_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"money_in_emails_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"money_with_currency_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"money_with_currency_in_emails_format\", \"datatype\": dbt.type_string()},\n {\"name\": \"myshopify_domain\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"password_enabled\", \"datatype\": \"boolean\"},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"plan_display_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"plan_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"pre_launch_enabled\", \"datatype\": \"boolean\"},\n {\"name\": \"primary_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"requires_extra_payments_agreement\", \"datatype\": \"boolean\"},\n {\"name\": \"setup_required\", \"datatype\": \"boolean\"},\n {\"name\": \"shop_owner\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_shipping\", \"datatype\": \"boolean\"},\n {\"name\": \"taxes_included\", \"datatype\": \"boolean\"},\n {\"name\": \"timezone\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"weight_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.74585, "supported_languages": null}, "macro.shopify_source.get_order_line_columns": {"name": "get_order_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_line_columns.sql", "original_file_path": "macros/get_order_line_columns.sql", "unique_id": "macro.shopify_source.get_order_line_columns", "macro_sql": "{% macro get_order_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"fulfillable_quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"fulfillment_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"gift_card\", \"datatype\": \"boolean\"},\n {\"name\": \"grams\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"index\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"pre_tax_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"pre_tax_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"requires_shipping\", \"datatype\": \"boolean\"},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"taxable\", \"datatype\": \"boolean\"},\n {\"name\": \"tax_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_discount\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_discount_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_inventory_management\", \"datatype\": dbt.type_string()},\n {\"name\": \"vendor\", \"datatype\": dbt.type_string()},\n {\"name\": \"properties\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('order_line_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7486231, "supported_languages": null}, "macro.shopify_source.get_product_columns": {"name": "get_product_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_columns.sql", "original_file_path": "macros/get_product_columns.sql", "unique_id": "macro.shopify_source.get_product_columns", "macro_sql": "{% macro get_product_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"handle\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"product_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"published_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"published_scope\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"vendor\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('product_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_numeric", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7499242, "supported_languages": null}, "macro.shopify_source.get_metafield_columns": {"name": "get_metafield_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_metafield_columns.sql", "original_file_path": "macros/get_metafield_columns.sql", "unique_id": "macro.shopify_source.get_metafield_columns", "macro_sql": "{% macro get_metafield_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"namespace\", \"datatype\": dbt.type_string()},\n {\"name\": \"owner_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"owner_resource\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"value_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.751148, "supported_languages": null}, "macro.shopify_source.get_order_columns": {"name": "get_order_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_columns.sql", "original_file_path": "macros/get_order_columns.sql", "unique_id": "macro.shopify_source.get_order_columns", "macro_sql": "{% macro get_order_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"total_discounts\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_discounts_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_line_items_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_line_items_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_tax_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_float()},\n {\"name\": \"source_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxes_included\", \"datatype\": \"boolean\"},\n {\"name\": \"total_weight\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"total_tip_received\", \"datatype\": dbt.type_float()},\n {\"name\": \"landing_site_base_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"number\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_number\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"cancel_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"cancelled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cart_token\", \"datatype\": dbt.type_string()},\n {\"name\": \"checkout_token\", \"datatype\": dbt.type_string()},\n {\"name\": \"closed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"financial_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"fulfillment_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"referring_site\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"browser_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"buyer_accepts_marketing\", \"datatype\": \"boolean\"},\n {\"name\": \"total_shipping_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_latitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_longitude\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"shipping_address_zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"test\", \"datatype\": \"boolean\"},\n {\"name\": \"token\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"app_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"checkout_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"client_details_user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"customer_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_status_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"presentment_currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"confirmed\", \"datatype\": \"boolean\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('order_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.761065, "supported_languages": null}, "macro.shopify_source.get_order_url_tag_columns": {"name": "get_order_url_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_url_tag_columns.sql", "original_file_path": "macros/get_order_url_tag_columns.sql", "unique_id": "macro.shopify_source.get_order_url_tag_columns", "macro_sql": "{% macro get_order_url_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.761614, "supported_languages": null}, "macro.shopify_source.get_location_columns": {"name": "get_location_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_location_columns.sql", "original_file_path": "macros/get_location_columns.sql", "unique_id": "macro.shopify_source.get_location_columns", "macro_sql": "{% macro get_location_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"active\", \"datatype\": \"boolean\"},\n {\"name\": \"address_1\", \"datatype\": dbt.type_string()},\n {\"name\": \"address_2\", \"datatype\": dbt.type_string()},\n {\"name\": \"city\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"legacy\", \"datatype\": \"boolean\"},\n {\"name\": \"localized_country_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"localized_province_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"province_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7635531, "supported_languages": null}, "macro.shopify_source.get_price_rule_columns": {"name": "get_price_rule_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_price_rule_columns.sql", "original_file_path": "macros/get_price_rule_columns.sql", "unique_id": "macro.shopify_source.get_price_rule_columns", "macro_sql": "{% macro get_price_rule_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"allocation_limit\", \"datatype\": dbt.type_int()},\n {\"name\": \"allocation_method\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"customer_selection\", \"datatype\": dbt.type_string()},\n {\"name\": \"ends_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"once_per_customer\", \"datatype\": \"boolean\"},\n {\"name\": \"prerequisite_quantity_range\", \"datatype\": dbt.type_float()},\n {\"name\": \"prerequisite_shipping_price_range\", \"datatype\": dbt.type_float()},\n {\"name\": \"prerequisite_subtotal_range\", \"datatype\": dbt.type_float()},\n {\"name\": \"prerequisite_to_entitlement_purchase_prerequisite_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"quantity_ratio_entitled_quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"quantity_ratio_prerequisite_quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"starts_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"target_selection\", \"datatype\": dbt.type_string()},\n {\"name\": \"target_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"usage_limit\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_float()},\n {\"name\": \"value_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.765794, "supported_languages": null}, "macro.shopify_source.get_inventory_level_columns": {"name": "get_inventory_level_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_inventory_level_columns.sql", "original_file_path": "macros/get_inventory_level_columns.sql", "unique_id": "macro.shopify_source.get_inventory_level_columns", "macro_sql": "{% macro get_inventory_level_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"available\", \"datatype\": dbt.type_int()},\n {\"name\": \"inventory_item_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7663958, "supported_languages": null}, "macro.shopify_source.get_order_tag_columns": {"name": "get_order_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_tag_columns.sql", "original_file_path": "macros/get_order_tag_columns.sql", "unique_id": "macro.shopify_source.get_order_tag_columns", "macro_sql": "{% macro get_order_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.766901, "supported_languages": null}, "macro.shopify_source.get_order_shipping_tax_line_columns": {"name": "get_order_shipping_tax_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_shipping_tax_line_columns.sql", "original_file_path": "macros/get_order_shipping_tax_line_columns.sql", "unique_id": "macro.shopify_source.get_order_shipping_tax_line_columns", "macro_sql": "{% macro get_order_shipping_tax_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_shipping_line_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"rate\", \"datatype\": dbt.type_float()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_float", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.767667, "supported_languages": null}, "macro.shopify_source.get_transaction_columns": {"name": "get_transaction_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_transaction_columns.sql", "original_file_path": "macros/get_transaction_columns.sql", "unique_id": "macro.shopify_source.get_transaction_columns", "macro_sql": "{% macro get_transaction_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"refund_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"amount\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"device_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"gateway\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"message\", \"datatype\": dbt.type_string()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"location_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"payment_avs_result_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_credit_card_bin\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_cvv_result_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_credit_card_number\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_credit_card_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"kind\", \"datatype\": dbt.type_string()},\n {\"name\": \"receipt\", \"datatype\": dbt.type_string()},\n {\"name\": \"currency_exchange_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_adjustment\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_original_amount\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_final_amount\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"currency_exchange_currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"error_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"test\", \"datatype\": \"boolean\"},\n {\"name\": \"user_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"authorization_expires_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{% if target.type in ('redshift','postgres') %}\n {{ columns.append({\"name\": \"authorization\", \"datatype\": dbt.type_string(), \"quote\": True, \"alias\": \"authorization_code\"}) }}\n{% else %}\n {{ columns.append({\"name\": \"authorization\", \"datatype\": dbt.type_string(), \"alias\": \"authorization_code\"}) }}\n{% endif %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7714791, "supported_languages": null}, "macro.shopify_source.get_customer_columns": {"name": "get_customer_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_customer_columns.sql", "original_file_path": "macros/get_customer_columns.sql", "unique_id": "macro.shopify_source.get_customer_columns", "macro_sql": "{% macro get_customer_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"accepts_marketing\", \"datatype\": \"boolean\"},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_address_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"orders_count\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_exempt\", \"datatype\": \"boolean\"},\n {\"name\": \"total_spent\", \"datatype\": dbt.type_float()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"verified_email\", \"datatype\": \"boolean\"},\n {\"name\": \"email_marketing_consent_consent_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email_marketing_consent_opt_in_level\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_marketing_consent_state\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"accepts_marketing_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"marketing_opt_in_level\", \"datatype\": dbt.type_string()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('customer_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_numeric", "macro.dbt.type_string", "macro.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.77376, "supported_languages": null}, "macro.shopify_source.get_collection_product_columns": {"name": "get_collection_product_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_collection_product_columns.sql", "original_file_path": "macros/get_collection_product_columns.sql", "unique_id": "macro.shopify_source.get_collection_product_columns", "macro_sql": "{% macro get_collection_product_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"collection_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.774197, "supported_languages": null}, "macro.shopify_source.get_collection_columns": {"name": "get_collection_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_collection_columns.sql", "original_file_path": "macros/get_collection_columns.sql", "unique_id": "macro.shopify_source.get_collection_columns", "macro_sql": "{% macro get_collection_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"disjunctive\", \"datatype\": \"boolean\"},\n {\"name\": \"handle\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"published_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"published_scope\", \"datatype\": dbt.type_string()},\n {\"name\": \"rules\", \"datatype\": dbt.type_string()},\n {\"name\": \"sort_order\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7753248, "supported_languages": null}, "macro.shopify_source.get_order_adjustment_columns": {"name": "get_order_adjustment_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_adjustment_columns.sql", "original_file_path": "macros/get_order_adjustment_columns.sql", "unique_id": "macro.shopify_source.get_order_adjustment_columns", "macro_sql": "{% macro get_order_adjustment_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"refund_id\", \"datatype\": dbt.type_numeric()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"amount_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"tax_amount_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"kind\", \"datatype\": dbt.type_string()},\n {\"name\": \"reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_numeric", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.776484, "supported_languages": null}, "macro.shopify_source.get_customer_tag_columns": {"name": "get_customer_tag_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_customer_tag_columns.sql", "original_file_path": "macros/get_customer_tag_columns.sql", "unique_id": "macro.shopify_source.get_customer_tag_columns", "macro_sql": "{% macro get_customer_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7770472, "supported_languages": null}, "macro.shopify_source.get_product_image_columns": {"name": "get_product_image_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_product_image_columns.sql", "original_file_path": "macros/get_product_image_columns.sql", "unique_id": "macro.shopify_source.get_product_image_columns", "macro_sql": "{% macro get_product_image_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"height\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"position\", \"datatype\": dbt.type_int()},\n {\"name\": \"product_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"src\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"variant_ids\", \"datatype\": dbt.type_string()},\n {\"name\": \"width\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.778435, "supported_languages": null}, "macro.shopify_source.get_discount_code_columns": {"name": "get_discount_code_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_discount_code_columns.sql", "original_file_path": "macros/get_discount_code_columns.sql", "unique_id": "macro.shopify_source.get_discount_code_columns", "macro_sql": "{% macro get_discount_code_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"price_rule_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"usage_count\", \"datatype\": dbt.type_float()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.779247, "supported_languages": null}, "macro.shopify_source.get_order_shipping_line_columns": {"name": "get_order_shipping_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_order_shipping_line_columns.sql", "original_file_path": "macros/get_order_shipping_line_columns.sql", "unique_id": "macro.shopify_source.get_order_shipping_line_columns", "macro_sql": "{% macro get_order_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"carrier_identifier\", \"datatype\": dbt.type_string()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_category\", \"datatype\": dbt.type_string()},\n {\"name\": \"discounted_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"discounted_price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"price_set\", \"datatype\": dbt.type_string()},\n {\"name\": \"requested_fulfillment_service_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.780881, "supported_languages": null}, "macro.shopify_source.get_tender_transaction_columns": {"name": "get_tender_transaction_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_tender_transaction_columns.sql", "original_file_path": "macros/get_tender_transaction_columns.sql", "unique_id": "macro.shopify_source.get_tender_transaction_columns", "macro_sql": "{% macro get_tender_transaction_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"payment_method\", \"datatype\": dbt.type_string()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"remote_reference\", \"datatype\": dbt.type_string()},\n {\"name\": \"test\", \"datatype\": \"boolean\"},\n {\"name\": \"user_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.782007, "supported_languages": null}, "macro.shopify_source.get_abandoned_checkout_shipping_line_columns": {"name": "get_abandoned_checkout_shipping_line_columns", "resource_type": "macro", "package_name": "shopify_source", "path": "macros/get_abandoned_checkout_shipping_line_columns.sql", "original_file_path": "macros/get_abandoned_checkout_shipping_line_columns.sql", "unique_id": "macro.shopify_source.get_abandoned_checkout_shipping_line_columns", "macro_sql": "{% macro get_abandoned_checkout_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"carrier_identifier\", \"datatype\": dbt.type_string()},\n {\"name\": \"checkout_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_category\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_expectation_range\", \"datatype\": dbt.type_string()},\n {\"name\": \"delivery_expectation_range_max\", \"datatype\": dbt.type_int()},\n {\"name\": \"delivery_expectation_range_min\", \"datatype\": dbt.type_int()},\n {\"name\": \"delivery_expectation_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"discounted_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"requested_fulfillment_service_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"source\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.783787, "supported_languages": null}, "macro.dbt_utils.get_url_host": {"name": "get_url_host", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "unique_id": "macro.dbt_utils.get_url_host", "macro_sql": "{% macro get_url_host(field) -%}\n {{ return(adapter.dispatch('get_url_host', 'dbt_utils')(field)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_host"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.78411, "supported_languages": null}, "macro.dbt_utils.default__get_url_host": {"name": "default__get_url_host", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_host.sql", "original_file_path": "macros/web/get_url_host.sql", "unique_id": "macro.dbt_utils.default__get_url_host", "macro_sql": "{% macro default__get_url_host(field) -%}\n\n{%- set parsed =\n dbt.split_part(\n dbt.split_part(\n dbt.replace(\n dbt.replace(\n dbt.replace(field, \"'android-app://'\", \"''\"\n ), \"'http://'\", \"''\"\n ), \"'https://'\", \"''\"\n ), \"'/'\", 1\n ), \"'?'\", 1\n )\n\n-%}\n\n\n {{ dbt.safe_cast(\n parsed,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.split_part", "macro.dbt.replace", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.784575, "supported_languages": null}, "macro.dbt_utils.get_url_path": {"name": "get_url_path", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "unique_id": "macro.dbt_utils.get_url_path", "macro_sql": "{% macro get_url_path(field) -%}\n {{ return(adapter.dispatch('get_url_path', 'dbt_utils')(field)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_path"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.784998, "supported_languages": null}, "macro.dbt_utils.default__get_url_path": {"name": "default__get_url_path", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_path.sql", "original_file_path": "macros/web/get_url_path.sql", "unique_id": "macro.dbt_utils.default__get_url_path", "macro_sql": "{% macro default__get_url_path(field) -%}\n\n {%- set stripped_url =\n dbt.replace(\n dbt.replace(field, \"'http://'\", \"''\"), \"'https://'\", \"''\")\n -%}\n\n {%- set first_slash_pos -%}\n coalesce(\n nullif({{ dbt.position(\"'/'\", stripped_url) }}, 0),\n {{ dbt.position(\"'?'\", stripped_url) }} - 1\n )\n {%- endset -%}\n\n {%- set parsed_path =\n dbt.split_part(\n dbt.right(\n stripped_url,\n dbt.length(stripped_url) ~ \"-\" ~ first_slash_pos\n ),\n \"'?'\", 1\n )\n -%}\n\n {{ dbt.safe_cast(\n parsed_path,\n dbt.type_string()\n )}}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.replace", "macro.dbt.position", "macro.dbt.split_part", "macro.dbt.right", "macro.dbt.length", "macro.dbt.safe_cast", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.78561, "supported_languages": null}, "macro.dbt_utils.get_url_parameter": {"name": "get_url_parameter", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "unique_id": "macro.dbt_utils.get_url_parameter", "macro_sql": "{% macro get_url_parameter(field, url_parameter) -%}\n {{ return(adapter.dispatch('get_url_parameter', 'dbt_utils')(field, url_parameter)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7859, "supported_languages": null}, "macro.dbt_utils.default__get_url_parameter": {"name": "default__get_url_parameter", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/web/get_url_parameter.sql", "original_file_path": "macros/web/get_url_parameter.sql", "unique_id": "macro.dbt_utils.default__get_url_parameter", "macro_sql": "{% macro default__get_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"='\" -%}\n\n{%- set split = dbt.split_part(dbt.split_part(field, formatted_url_parameter, 2), \"'&'\", 1) -%}\n\nnullif({{ split }},'')\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.786199, "supported_languages": null}, "macro.dbt_utils.test_fewer_rows_than": {"name": "test_fewer_rows_than", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "unique_id": "macro.dbt_utils.test_fewer_rows_than", "macro_sql": "{% test fewer_rows_than(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_fewer_rows_than', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_fewer_rows_than"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.787176, "supported_languages": null}, "macro.dbt_utils.default__test_fewer_rows_than": {"name": "default__test_fewer_rows_than", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/fewer_rows_than.sql", "original_file_path": "macros/generic_tests/fewer_rows_than.sql", "unique_id": "macro.dbt_utils.default__test_fewer_rows_than", "macro_sql": "{% macro default__test_fewer_rows_than(model, compare_model, group_by_columns) %}\n\n{{ config(fail_calc = 'sum(coalesce(row_count_delta, 0))') }}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in equal_rowcount. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_fewer_rows_than'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_our_model \n from {{ model }}\n {{ groupby_gb_cols }}\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_fewer_rows_than,\n count(*) as count_comparison_model \n from {{ compare_model }}\n {{ groupby_gb_cols }}\n\n),\ncounts as (\n\n select\n\n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_our_model,\n count_comparison_model\n from a\n full join b on \n a.id_dbtutils_test_fewer_rows_than = b.id_dbtutils_test_fewer_rows_than\n {{ join_gb_cols }}\n\n),\nfinal as (\n\n select *,\n case\n -- fail the test if we have more rows than the reference model and return the row count delta\n when count_our_model > count_comparison_model then (count_our_model - count_comparison_model)\n -- fail the test if they are the same number\n when count_our_model = count_comparison_model then 1\n -- pass the test if the delta is positive (i.e. return the number 0)\n else 0\n end as row_count_delta\n from counts\n\n)\n\nselect * from final\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.788377, "supported_languages": null}, "macro.dbt_utils.test_equal_rowcount": {"name": "test_equal_rowcount", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "unique_id": "macro.dbt_utils.test_equal_rowcount", "macro_sql": "{% test equal_rowcount(model, compare_model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_equal_rowcount', 'dbt_utils')(model, compare_model, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equal_rowcount"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7891939, "supported_languages": null}, "macro.dbt_utils.default__test_equal_rowcount": {"name": "default__test_equal_rowcount", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equal_rowcount.sql", "original_file_path": "macros/generic_tests/equal_rowcount.sql", "unique_id": "macro.dbt_utils.default__test_equal_rowcount", "macro_sql": "{% macro default__test_equal_rowcount(model, compare_model, group_by_columns) %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = 'sum(coalesce(diff_count, 0))') }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(', ') + ', ' %}\n {% set join_gb_cols %}\n {% for c in group_by_columns %}\n and a.{{c}} = b.{{c}}\n {% endfor %}\n {% endset %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n{#-- We must add a fake join key in case additional grouping variables are not provided --#}\n{#-- Redshift does not allow for dynamically created join conditions (e.g. full join on 1 = 1 --#}\n{#-- The same logic is used in fewer_rows_than. In case of changes, maintain consistent logic --#}\n{% set group_by_columns = ['id_dbtutils_test_equal_rowcount'] + group_by_columns %}\n{% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n\nwith a as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_a \n from {{ model }}\n {{groupby_gb_cols}}\n\n\n),\nb as (\n\n select \n {{select_gb_cols}}\n 1 as id_dbtutils_test_equal_rowcount,\n count(*) as count_b \n from {{ compare_model }}\n {{groupby_gb_cols}}\n\n),\nfinal as (\n\n select\n \n {% for c in group_by_columns -%}\n a.{{c}} as {{c}}_a,\n b.{{c}} as {{c}}_b,\n {% endfor %}\n\n count_a,\n count_b,\n abs(count_a - count_b) as diff_count\n\n from a\n full join b\n on\n a.id_dbtutils_test_equal_rowcount = b.id_dbtutils_test_equal_rowcount\n {{join_gb_cols}}\n\n\n)\n\nselect * from final\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.790279, "supported_languages": null}, "macro.dbt_utils.test_relationships_where": {"name": "test_relationships_where", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "unique_id": "macro.dbt_utils.test_relationships_where", "macro_sql": "{% test relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n {{ return(adapter.dispatch('test_relationships_where', 'dbt_utils')(model, column_name, to, field, from_condition, to_condition)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_relationships_where"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.790977, "supported_languages": null}, "macro.dbt_utils.default__test_relationships_where": {"name": "default__test_relationships_where", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/relationships_where.sql", "original_file_path": "macros/generic_tests/relationships_where.sql", "unique_id": "macro.dbt_utils.default__test_relationships_where", "macro_sql": "{% macro default__test_relationships_where(model, column_name, to, field, from_condition=\"1=1\", to_condition=\"1=1\") %}\n\n{# T-SQL has no boolean data type so we use 1=1 which returns TRUE #}\n{# ref https://stackoverflow.com/a/7170753/3842610 #}\n\nwith left_table as (\n\n select\n {{column_name}} as id\n\n from {{model}}\n\n where {{column_name}} is not null\n and {{from_condition}}\n\n),\n\nright_table as (\n\n select\n {{field}} as id\n\n from {{to}}\n\n where {{field}} is not null\n and {{to_condition}}\n\n),\n\nexceptions as (\n\n select\n left_table.id,\n right_table.id as right_id\n\n from left_table\n\n left join right_table\n on left_table.id = right_table.id\n\n where right_table.id is null\n\n)\n\nselect * from exceptions\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.791309, "supported_languages": null}, "macro.dbt_utils.test_recency": {"name": "test_recency", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "unique_id": "macro.dbt_utils.test_recency", "macro_sql": "{% test recency(model, field, datepart, interval, ignore_time_component=False, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_recency', 'dbt_utils')(model, field, datepart, interval, ignore_time_component, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_recency"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.791967, "supported_languages": null}, "macro.dbt_utils.default__test_recency": {"name": "default__test_recency", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/recency.sql", "original_file_path": "macros/generic_tests/recency.sql", "unique_id": "macro.dbt_utils.default__test_recency", "macro_sql": "{% macro default__test_recency(model, field, datepart, interval, ignore_time_component, group_by_columns) %}\n\n{% set threshold = 'cast(' ~ dbt.dateadd(datepart, interval * -1, dbt.current_timestamp()) ~ ' as ' ~ ('date' if ignore_time_component else dbt.type_timestamp()) ~ ')' %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nwith recency as (\n\n select \n\n {{ select_gb_cols }}\n {% if ignore_time_component %}\n cast(max({{ field }}) as date) as most_recent\n {%- else %}\n max({{ field }}) as most_recent\n {%- endif %}\n\n from {{ model }}\n\n {{ groupby_gb_cols }}\n\n)\n\nselect\n\n {{ select_gb_cols }}\n most_recent,\n {{ threshold }} as threshold\n\nfrom recency\nwhere most_recent < {{ threshold }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.current_timestamp", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.792715, "supported_languages": null}, "macro.dbt_utils.test_not_constant": {"name": "test_not_constant", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "unique_id": "macro.dbt_utils.test_not_constant", "macro_sql": "{% test not_constant(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_constant', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_constant"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.793139, "supported_languages": null}, "macro.dbt_utils.default__test_not_constant": {"name": "default__test_not_constant", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_constant.sql", "original_file_path": "macros/generic_tests/not_constant.sql", "unique_id": "macro.dbt_utils.default__test_not_constant", "macro_sql": "{% macro default__test_not_constant(model, column_name, group_by_columns) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\n\nselect\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count(distinct {{ column_name }}) as filler_column\n\nfrom {{ model }}\n\n {{groupby_gb_cols}}\n\nhaving count(distinct {{ column_name }}) = 1\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.793545, "supported_languages": null}, "macro.dbt_utils.test_accepted_range": {"name": "test_accepted_range", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "unique_id": "macro.dbt_utils.test_accepted_range", "macro_sql": "{% test accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n {{ return(adapter.dispatch('test_accepted_range', 'dbt_utils')(model, column_name, min_value, max_value, inclusive)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_accepted_range"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.794083, "supported_languages": null}, "macro.dbt_utils.default__test_accepted_range": {"name": "default__test_accepted_range", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/accepted_range.sql", "original_file_path": "macros/generic_tests/accepted_range.sql", "unique_id": "macro.dbt_utils.default__test_accepted_range", "macro_sql": "{% macro default__test_accepted_range(model, column_name, min_value=none, max_value=none, inclusive=true) %}\n\nwith meet_condition as(\n select *\n from {{ model }}\n),\n\nvalidation_errors as (\n select *\n from meet_condition\n where\n -- never true, defaults to an empty result set. Exists to ensure any combo of the `or` clauses below succeeds\n 1 = 2\n\n {%- if min_value is not none %}\n -- records with a value >= min_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} > {{- \"=\" if inclusive }} {{ min_value }}\n {%- endif %}\n\n {%- if max_value is not none %}\n -- records with a value <= max_value are permitted. The `not` flips this to find records that don't meet the rule.\n or not {{ column_name }} < {{- \"=\" if inclusive }} {{ max_value }}\n {%- endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.794492, "supported_languages": null}, "macro.dbt_utils.test_not_accepted_values": {"name": "test_not_accepted_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "unique_id": "macro.dbt_utils.test_not_accepted_values", "macro_sql": "{% test not_accepted_values(model, column_name, values, quote=True) %}\n {{ return(adapter.dispatch('test_not_accepted_values', 'dbt_utils')(model, column_name, values, quote)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_accepted_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7949681, "supported_languages": null}, "macro.dbt_utils.default__test_not_accepted_values": {"name": "default__test_not_accepted_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_accepted_values.sql", "original_file_path": "macros/generic_tests/not_accepted_values.sql", "unique_id": "macro.dbt_utils.default__test_not_accepted_values", "macro_sql": "{% macro default__test_not_accepted_values(model, column_name, values, quote=True) %}\nwith all_values as (\n\n select distinct\n {{ column_name }} as value_field\n\n from {{ model }}\n\n),\n\nvalidation_errors as (\n\n select\n value_field\n\n from all_values\n where value_field in (\n {% for value in values -%}\n {% if quote -%}\n '{{ value }}'\n {%- else -%}\n {{ value }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {%- endfor %}\n )\n\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.79531, "supported_languages": null}, "macro.dbt_utils.test_at_least_one": {"name": "test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.test_at_least_one", "macro_sql": "{% test at_least_one(model, column_name, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_at_least_one', 'dbt_utils')(model, column_name, group_by_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_at_least_one"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7959082, "supported_languages": null}, "macro.dbt_utils.default__test_at_least_one": {"name": "default__test_at_least_one", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/at_least_one.sql", "original_file_path": "macros/generic_tests/at_least_one.sql", "unique_id": "macro.dbt_utils.default__test_at_least_one", "macro_sql": "{% macro default__test_at_least_one(model, column_name, group_by_columns) %}\n\n{% set pruned_cols = [column_name] %}\n\n{% if group_by_columns|length() > 0 %}\n\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n {% set pruned_cols = group_by_columns %}\n\n {% if column_name not in pruned_cols %}\n {% do pruned_cols.append(column_name) %}\n {% endif %}\n\n{% endif %}\n\n{% set select_pruned_cols = pruned_cols|join(' ,') %}\n\nselect *\nfrom (\n with pruned_rows as (\n select\n {{ select_pruned_cols }}\n from {{ model }}\n where {{ column_name }} is not null\n limit 1\n )\n select\n {# In TSQL, subquery aggregate columns need aliases #}\n {# thus: a filler col name, 'filler_column' #}\n {{select_gb_cols}}\n count({{ column_name }}) as filler_column\n\n from pruned_rows\n\n {{groupby_gb_cols}}\n\n having count({{ column_name }}) = 0\n\n) validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.796611, "supported_languages": null}, "macro.dbt_utils.test_unique_combination_of_columns": {"name": "test_unique_combination_of_columns", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "unique_id": "macro.dbt_utils.test_unique_combination_of_columns", "macro_sql": "{% test unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n {{ return(adapter.dispatch('test_unique_combination_of_columns', 'dbt_utils')(model, combination_of_columns, quote_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_unique_combination_of_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.797168, "supported_languages": null}, "macro.dbt_utils.default__test_unique_combination_of_columns": {"name": "default__test_unique_combination_of_columns", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/unique_combination_of_columns.sql", "original_file_path": "macros/generic_tests/unique_combination_of_columns.sql", "unique_id": "macro.dbt_utils.default__test_unique_combination_of_columns", "macro_sql": "{% macro default__test_unique_combination_of_columns(model, combination_of_columns, quote_columns=false) %}\n\n{% if not quote_columns %}\n {%- set column_list=combination_of_columns %}\n{% elif quote_columns %}\n {%- set column_list=[] %}\n {% for column in combination_of_columns -%}\n {% set column_list = column_list.append( adapter.quote(column) ) %}\n {%- endfor %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`quote_columns` argument for unique_combination_of_columns test must be one of [True, False] Got: '\" ~ quote ~\"'.'\"\n ) }}\n{% endif %}\n\n{%- set columns_csv=column_list | join(', ') %}\n\n\nwith validation_errors as (\n\n select\n {{ columns_csv }}\n from {{ model }}\n group by {{ columns_csv }}\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.797801, "supported_languages": null}, "macro.dbt_utils.test_cardinality_equality": {"name": "test_cardinality_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "unique_id": "macro.dbt_utils.test_cardinality_equality", "macro_sql": "{% test cardinality_equality(model, column_name, to, field) %}\n {{ return(adapter.dispatch('test_cardinality_equality', 'dbt_utils')(model, column_name, to, field)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_cardinality_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.798317, "supported_languages": null}, "macro.dbt_utils.default__test_cardinality_equality": {"name": "default__test_cardinality_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/cardinality_equality.sql", "original_file_path": "macros/generic_tests/cardinality_equality.sql", "unique_id": "macro.dbt_utils.default__test_cardinality_equality", "macro_sql": "{% macro default__test_cardinality_equality(model, column_name, to, field) %}\n\n{# T-SQL does not let you use numbers as aliases for columns #}\n{# Thus, no \"GROUP BY 1\" #}\n\nwith table_a as (\nselect\n {{ column_name }},\n count(*) as num_rows\nfrom {{ model }}\ngroup by {{ column_name }}\n),\n\ntable_b as (\nselect\n {{ field }},\n count(*) as num_rows\nfrom {{ to }}\ngroup by {{ field }}\n),\n\nexcept_a as (\n select *\n from table_a\n {{ dbt.except() }}\n select *\n from table_b\n),\n\nexcept_b as (\n select *\n from table_b\n {{ dbt.except() }}\n select *\n from table_a\n),\n\nunioned as (\n select *\n from except_a\n union all\n select *\n from except_b\n)\n\nselect *\nfrom unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.79862, "supported_languages": null}, "macro.dbt_utils.test_expression_is_true": {"name": "test_expression_is_true", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "unique_id": "macro.dbt_utils.test_expression_is_true", "macro_sql": "{% test expression_is_true(model, expression, column_name=None) %}\n {{ return(adapter.dispatch('test_expression_is_true', 'dbt_utils')(model, expression, column_name)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_expression_is_true"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7989829, "supported_languages": null}, "macro.dbt_utils.default__test_expression_is_true": {"name": "default__test_expression_is_true", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/expression_is_true.sql", "original_file_path": "macros/generic_tests/expression_is_true.sql", "unique_id": "macro.dbt_utils.default__test_expression_is_true", "macro_sql": "{% macro default__test_expression_is_true(model, expression, column_name) %}\n\n{% set column_list = '*' if should_store_failures() else \"1\" %}\n\nselect\n {{ column_list }}\nfrom {{ model }}\n{% if column_name is none %}\nwhere not({{ expression }})\n{%- else %}\nwhere not({{ column_name }} {{ expression }})\n{%- endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_store_failures"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.799297, "supported_languages": null}, "macro.dbt_utils.test_not_null_proportion": {"name": "test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.test_not_null_proportion", "macro_sql": "{% macro test_not_null_proportion(model, group_by_columns = []) %}\n {{ return(adapter.dispatch('test_not_null_proportion', 'dbt_utils')(model, group_by_columns, **kwargs)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_null_proportion"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.7998662, "supported_languages": null}, "macro.dbt_utils.default__test_not_null_proportion": {"name": "default__test_not_null_proportion", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_null_proportion.sql", "original_file_path": "macros/generic_tests/not_null_proportion.sql", "unique_id": "macro.dbt_utils.default__test_not_null_proportion", "macro_sql": "{% macro default__test_not_null_proportion(model, group_by_columns) %}\n\n{% set column_name = kwargs.get('column_name', kwargs.get('arg')) %}\n{% set at_least = kwargs.get('at_least', kwargs.get('arg')) %}\n{% set at_most = kwargs.get('at_most', kwargs.get('arg', 1)) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith validation as (\n select\n {{select_gb_cols}}\n sum(case when {{ column_name }} is null then 0 else 1 end) / cast(count(*) as numeric) as not_null_proportion\n from {{ model }}\n {{groupby_gb_cols}}\n),\nvalidation_errors as (\n select\n {{select_gb_cols}}\n not_null_proportion\n from validation\n where not_null_proportion < {{ at_least }} or not_null_proportion > {{ at_most }}\n)\nselect\n *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.800582, "supported_languages": null}, "macro.dbt_utils.test_sequential_values": {"name": "test_sequential_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "unique_id": "macro.dbt_utils.test_sequential_values", "macro_sql": "{% test sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n {{ return(adapter.dispatch('test_sequential_values', 'dbt_utils')(model, column_name, interval, datepart, group_by_columns)) }}\n\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_sequential_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.801397, "supported_languages": null}, "macro.dbt_utils.default__test_sequential_values": {"name": "default__test_sequential_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/sequential_values.sql", "original_file_path": "macros/generic_tests/sequential_values.sql", "unique_id": "macro.dbt_utils.default__test_sequential_values", "macro_sql": "{% macro default__test_sequential_values(model, column_name, interval=1, datepart=None, group_by_columns = []) %}\n\n{% set previous_column_name = \"previous_\" ~ dbt_utils.slugify(column_name) %}\n\n{% if group_by_columns|length() > 0 %}\n {% set select_gb_cols = group_by_columns|join(',') + ', ' %}\n {% set partition_gb_cols = 'partition by ' + group_by_columns|join(',') %}\n{% endif %}\n\nwith windowed as (\n\n select\n {{ select_gb_cols }}\n {{ column_name }},\n lag({{ column_name }}) over (\n {{partition_gb_cols}}\n order by {{ column_name }}\n ) as {{ previous_column_name }}\n from {{ model }}\n),\n\nvalidation_errors as (\n select\n *\n from windowed\n {% if datepart %}\n where not(cast({{ column_name }} as {{ dbt.type_timestamp() }})= cast({{ dbt.dateadd(datepart, interval, previous_column_name) }} as {{ dbt.type_timestamp() }}))\n {% else %}\n where not({{ column_name }} = {{ previous_column_name }} + {{ interval }})\n {% endif %}\n)\n\nselect *\nfrom validation_errors\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.slugify", "macro.dbt.type_timestamp", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.802231, "supported_languages": null}, "macro.dbt_utils.test_equality": {"name": "test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.test_equality", "macro_sql": "{% test equality(model, compare_model, compare_columns=None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_equality"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8029299, "supported_languages": null}, "macro.dbt_utils.default__test_equality": {"name": "default__test_equality", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/equality.sql", "original_file_path": "macros/generic_tests/equality.sql", "unique_id": "macro.dbt_utils.default__test_equality", "macro_sql": "{% macro default__test_equality(model, compare_model, compare_columns=None) %}\n\n{% set set_diff %}\n count(*) + coalesce(abs(\n sum(case when which_diff = 'a_minus_b' then 1 else 0 end) -\n sum(case when which_diff = 'b_minus_a' then 1 else 0 end)\n ), 0)\n{% endset %}\n\n{#-- Needs to be set at parse time, before we return '' below --#}\n{{ config(fail_calc = set_diff) }}\n\n{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n{%- if not execute -%}\n {{ return('') }}\n{% endif %}\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{#-\nIf the compare_cols arg is provided, we can run this test without querying the\ninformation schema\u00a0\u2014 this allows the model to be an ephemeral model\n-#}\n\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model) | map(attribute='quoted') -%}\n{%- endif -%}\n\n{% set compare_cols_csv = compare_columns | join(', ') %}\n\nwith a as (\n\n select * from {{ model }}\n\n),\n\nb as (\n\n select * from {{ compare_model }}\n\n),\n\na_minus_b as (\n\n select {{compare_cols_csv}} from a\n {{ dbt.except() }}\n select {{compare_cols_csv}} from b\n\n),\n\nb_minus_a as (\n\n select {{compare_cols_csv}} from b\n {{ dbt.except() }}\n select {{compare_cols_csv}} from a\n\n),\n\nunioned as (\n\n select 'a_minus_b' as which_diff, a_minus_b.* from a_minus_b\n union all\n select 'b_minus_a' as which_diff, b_minus_a.* from b_minus_a\n\n)\n\nselect * from unioned\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8037288, "supported_languages": null}, "macro.dbt_utils.test_not_empty_string": {"name": "test_not_empty_string", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "unique_id": "macro.dbt_utils.test_not_empty_string", "macro_sql": "{% test not_empty_string(model, column_name, trim_whitespace=true) %}\n\n {{ return(adapter.dispatch('test_not_empty_string', 'dbt_utils')(model, column_name, trim_whitespace)) }}\n\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_not_empty_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.804181, "supported_languages": null}, "macro.dbt_utils.default__test_not_empty_string": {"name": "default__test_not_empty_string", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/not_empty_string.sql", "original_file_path": "macros/generic_tests/not_empty_string.sql", "unique_id": "macro.dbt_utils.default__test_not_empty_string", "macro_sql": "{% macro default__test_not_empty_string(model, column_name, trim_whitespace=true) %}\n\n with\n \n all_values as (\n\n select \n\n\n {% if trim_whitespace == true -%}\n\n trim({{ column_name }}) as {{ column_name }}\n\n {%- else -%}\n\n {{ column_name }}\n\n {%- endif %}\n \n from {{ model }}\n\n ),\n\n errors as (\n\n select * from all_values\n where {{ column_name }} = ''\n\n )\n\n select * from errors\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8044622, "supported_languages": null}, "macro.dbt_utils.test_mutually_exclusive_ranges": {"name": "test_mutually_exclusive_ranges", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "unique_id": "macro.dbt_utils.test_mutually_exclusive_ranges", "macro_sql": "{% test mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n {{ return(adapter.dispatch('test_mutually_exclusive_ranges', 'dbt_utils')(model, lower_bound_column, upper_bound_column, partition_by, gaps, zero_length_range_allowed)) }}\n{% endtest %}", "depends_on": {"macros": ["macro.dbt_utils.default__test_mutually_exclusive_ranges"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.807557, "supported_languages": null}, "macro.dbt_utils.default__test_mutually_exclusive_ranges": {"name": "default__test_mutually_exclusive_ranges", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/generic_tests/mutually_exclusive_ranges.sql", "original_file_path": "macros/generic_tests/mutually_exclusive_ranges.sql", "unique_id": "macro.dbt_utils.default__test_mutually_exclusive_ranges", "macro_sql": "{% macro default__test_mutually_exclusive_ranges(model, lower_bound_column, upper_bound_column, partition_by=None, gaps='allowed', zero_length_range_allowed=False) %}\n{% if gaps == 'not_allowed' %}\n {% set allow_gaps_operator='=' %}\n {% set allow_gaps_operator_in_words='equal_to' %}\n{% elif gaps == 'allowed' %}\n {% set allow_gaps_operator='<=' %}\n {% set allow_gaps_operator_in_words='less_than_or_equal_to' %}\n{% elif gaps == 'required' %}\n {% set allow_gaps_operator='<' %}\n {% set allow_gaps_operator_in_words='less_than' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`gaps` argument for mutually_exclusive_ranges test must be one of ['not_allowed', 'allowed', 'required'] Got: '\" ~ gaps ~\"'.'\"\n ) }}\n{% endif %}\n{% if not zero_length_range_allowed %}\n {% set allow_zero_length_operator='<' %}\n {% set allow_zero_length_operator_in_words='less_than' %}\n{% elif zero_length_range_allowed %}\n {% set allow_zero_length_operator='<=' %}\n {% set allow_zero_length_operator_in_words='less_than_or_equal_to' %}\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"`zero_length_range_allowed` argument for mutually_exclusive_ranges test must be one of [true, false] Got: '\" ~ zero_length_range_allowed ~\"'.'\"\n ) }}\n{% endif %}\n\n{% set partition_clause=\"partition by \" ~ partition_by if partition_by else '' %}\n\nwith window_functions as (\n\n select\n {% if partition_by %}\n {{ partition_by }} as partition_by_col,\n {% endif %}\n {{ lower_bound_column }} as lower_bound,\n {{ upper_bound_column }} as upper_bound,\n\n lead({{ lower_bound_column }}) over (\n {{ partition_clause }}\n order by {{ lower_bound_column }}, {{ upper_bound_column }}\n ) as next_lower_bound,\n\n row_number() over (\n {{ partition_clause }}\n order by {{ lower_bound_column }} desc, {{ upper_bound_column }} desc\n ) = 1 as is_last_record\n\n from {{ model }}\n\n),\n\ncalc as (\n -- We want to return records where one of our assumptions fails, so we'll use\n -- the `not` function with `and` statements so we can write our assumptions more cleanly\n select\n *,\n\n -- For each record: lower_bound should be < upper_bound.\n -- Coalesce it to return an error on the null case (implicit assumption\n -- these columns are not_null)\n coalesce(\n lower_bound {{ allow_zero_length_operator }} upper_bound,\n false\n ) as lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound,\n\n -- For each record: upper_bound {{ allow_gaps_operator }} the next lower_bound.\n -- Coalesce it to handle null cases for the last record.\n coalesce(\n upper_bound {{ allow_gaps_operator }} next_lower_bound,\n is_last_record,\n false\n ) as upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n\n from window_functions\n\n),\n\nvalidation_errors as (\n\n select\n *\n from calc\n\n where not(\n -- THE FOLLOWING SHOULD BE TRUE --\n lower_bound_{{ allow_zero_length_operator_in_words }}_upper_bound\n and upper_bound_{{ allow_gaps_operator_in_words }}_next_lower_bound\n )\n)\n\nselect * from validation_errors\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8089778, "supported_languages": null}, "macro.dbt_utils.pretty_log_format": {"name": "pretty_log_format", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "unique_id": "macro.dbt_utils.pretty_log_format", "macro_sql": "{% macro pretty_log_format(message) %}\n {{ return(adapter.dispatch('pretty_log_format', 'dbt_utils')(message)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8092248, "supported_languages": null}, "macro.dbt_utils.default__pretty_log_format": {"name": "default__pretty_log_format", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_log_format.sql", "original_file_path": "macros/jinja_helpers/pretty_log_format.sql", "unique_id": "macro.dbt_utils.default__pretty_log_format", "macro_sql": "{% macro default__pretty_log_format(message) %}\n {{ return( dbt_utils.pretty_time() ~ ' + ' ~ message) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8093739, "supported_languages": null}, "macro.dbt_utils._is_relation": {"name": "_is_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/_is_relation.sql", "original_file_path": "macros/jinja_helpers/_is_relation.sql", "unique_id": "macro.dbt_utils._is_relation", "macro_sql": "{% macro _is_relation(obj, macro) %}\n {%- if not (obj is mapping and obj.get('metadata', {}).get('type', '').endswith('Relation')) -%}\n {%- do exceptions.raise_compiler_error(\"Macro \" ~ macro ~ \" expected a Relation but received the value: \" ~ obj) -%}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.809763, "supported_languages": null}, "macro.dbt_utils.pretty_time": {"name": "pretty_time", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "unique_id": "macro.dbt_utils.pretty_time", "macro_sql": "{% macro pretty_time(format='%H:%M:%S') %}\n {{ return(adapter.dispatch('pretty_time', 'dbt_utils')(format)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pretty_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.810008, "supported_languages": null}, "macro.dbt_utils.default__pretty_time": {"name": "default__pretty_time", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/pretty_time.sql", "original_file_path": "macros/jinja_helpers/pretty_time.sql", "unique_id": "macro.dbt_utils.default__pretty_time", "macro_sql": "{% macro default__pretty_time(format='%H:%M:%S') %}\n {{ return(modules.datetime.datetime.now().strftime(format)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.810177, "supported_languages": null}, "macro.dbt_utils.log_info": {"name": "log_info", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "unique_id": "macro.dbt_utils.log_info", "macro_sql": "{% macro log_info(message) %}\n {{ return(adapter.dispatch('log_info', 'dbt_utils')(message)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__log_info"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.810399, "supported_languages": null}, "macro.dbt_utils.default__log_info": {"name": "default__log_info", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/log_info.sql", "original_file_path": "macros/jinja_helpers/log_info.sql", "unique_id": "macro.dbt_utils.default__log_info", "macro_sql": "{% macro default__log_info(message) %}\n {{ log(dbt_utils.pretty_log_format(message), info=True) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.pretty_log_format"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.810553, "supported_languages": null}, "macro.dbt_utils.slugify": {"name": "slugify", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/slugify.sql", "original_file_path": "macros/jinja_helpers/slugify.sql", "unique_id": "macro.dbt_utils.slugify", "macro_sql": "{% macro slugify(string) %}\n\n{#- Lower case the string -#}\n{% set string = string | lower %}\n{#- Replace spaces and dashes with underscores -#}\n{% set string = modules.re.sub('[ -]+', '_', string) %}\n{#- Only take letters, numbers, and underscores -#}\n{% set string = modules.re.sub('[^a-z0-9_]+', '', string) %}\n{#- Prepends \"_\" if string begins with a number -#}\n{% set string = modules.re.sub('^[0-9]', '_' + string[0], string) %}\n\n{{ return(string) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8111098, "supported_languages": null}, "macro.dbt_utils._is_ephemeral": {"name": "_is_ephemeral", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/jinja_helpers/_is_ephemeral.sql", "original_file_path": "macros/jinja_helpers/_is_ephemeral.sql", "unique_id": "macro.dbt_utils._is_ephemeral", "macro_sql": "{% macro _is_ephemeral(obj, macro) %}\n {%- if obj.is_cte -%}\n {% set ephemeral_prefix = api.Relation.add_ephemeral_prefix('') %}\n {% if obj.name.startswith(ephemeral_prefix) %}\n {% set model_name = obj.name[(ephemeral_prefix|length):] %}\n {% else %}\n {% set model_name = obj.name %}\n {%- endif -%}\n {% set error_message %}\nThe `{{ macro }}` macro cannot be used with ephemeral models, as it relies on the information schema.\n\n`{{ model_name }}` is an ephemeral model. Consider making it a view or table instead.\n {% endset %}\n {%- do exceptions.raise_compiler_error(error_message) -%}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.811851, "supported_languages": null}, "macro.dbt_utils.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt_utils')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.812465, "supported_languages": null}, "macro.dbt_utils.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{ dbt.datediff(start_date, end_date, datepart) }}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8129852, "supported_languages": null}, "macro.dbt_utils.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt_utils')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.813188, "supported_languages": null}, "macro.dbt_utils.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/date_spine.sql", "original_file_path": "macros/sql/date_spine.sql", "unique_id": "macro.dbt_utils.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n{# call as follows:\n\ndate_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n) #}\n\n\nwith rawdata as (\n\n {{dbt_utils.generate_series(\n dbt_utils.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n),\n\nall_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n \"row_number() over (order by 1) - 1\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n)\n\nselect * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.generate_series", "macro.dbt_utils.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.813508, "supported_languages": null}, "macro.dbt_utils.safe_subtract": {"name": "safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.safe_subtract", "macro_sql": "{%- macro safe_subtract(field_list) -%}\n {{ return(adapter.dispatch('safe_subtract', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_subtract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.813847, "supported_languages": null}, "macro.dbt_utils.default__safe_subtract": {"name": "default__safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.default__safe_subtract", "macro_sql": "\n\n{%- macro default__safe_subtract(field_list) -%}\n\n{%- if field_list is not iterable or field_list is string or field_list is mapping -%}\n\n{%- set error_message = '\nWarning: the `safe_subtract` macro takes a single list argument instead of \\\nstring arguments. The {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.raise_compiler_error(error_message) -%}\n\n{%- endif -%}\n\n{% set fields = [] %}\n\n{%- for field in field_list -%}\n\n {% do fields.append(\"coalesce(\" ~ field ~ \", 0)\") %}\n\n{%- endfor -%}\n\n{{ fields|join(' -\\n ') }}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.814334, "supported_languages": null}, "macro.dbt_utils.nullcheck_table": {"name": "nullcheck_table", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "unique_id": "macro.dbt_utils.nullcheck_table", "macro_sql": "{% macro nullcheck_table(relation) %}\n {{ return(adapter.dispatch('nullcheck_table', 'dbt_utils')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8146849, "supported_languages": null}, "macro.dbt_utils.default__nullcheck_table": {"name": "default__nullcheck_table", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck_table.sql", "original_file_path": "macros/sql/nullcheck_table.sql", "unique_id": "macro.dbt_utils.default__nullcheck_table", "macro_sql": "{% macro default__nullcheck_table(relation) %}\n\n {%- do dbt_utils._is_relation(relation, 'nullcheck_table') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'nullcheck_table') -%}\n {% set cols = adapter.get_columns_in_relation(relation) %}\n\n select {{ dbt_utils.nullcheck(cols) }}\n from {{relation}}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.815104, "supported_languages": null}, "macro.dbt_utils.get_relations_by_pattern": {"name": "get_relations_by_pattern", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "unique_id": "macro.dbt_utils.get_relations_by_pattern", "macro_sql": "{% macro get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_pattern', 'dbt_utils')(schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8157282, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_pattern": {"name": "default__get_relations_by_pattern", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_pattern.sql", "original_file_path": "macros/sql/get_relations_by_pattern.sql", "unique_id": "macro.dbt_utils.default__get_relations_by_pattern", "macro_sql": "{% macro default__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8166568, "supported_languages": null}, "macro.dbt_utils.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.81741, "supported_languages": null}, "macro.dbt_utils.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8177931, "supported_languages": null}, "macro.dbt_utils.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt_utils')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.817962, "supported_languages": null}, "macro.dbt_utils.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_series.sql", "original_file_path": "macros/sql/generate_series.sql", "unique_id": "macro.dbt_utils.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt_utils.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.81843, "supported_languages": null}, "macro.dbt_utils.get_relations_by_prefix": {"name": "get_relations_by_prefix", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "unique_id": "macro.dbt_utils.get_relations_by_prefix", "macro_sql": "{% macro get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_relations_by_prefix', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.819008, "supported_languages": null}, "macro.dbt_utils.default__get_relations_by_prefix": {"name": "default__get_relations_by_prefix", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_relations_by_prefix.sql", "original_file_path": "macros/sql/get_relations_by_prefix.sql", "unique_id": "macro.dbt_utils.default__get_relations_by_prefix", "macro_sql": "{% macro default__get_relations_by_prefix(schema, prefix, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n {{ dbt_utils.get_tables_by_prefix_sql(schema, prefix, exclude, database) }}\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=database,\n schema=row.table_schema,\n identifier=row.table_name,\n type=row.table_type\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt_utils.get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.819747, "supported_languages": null}, "macro.dbt_utils.get_tables_by_prefix_sql": {"name": "get_tables_by_prefix_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "unique_id": "macro.dbt_utils.get_tables_by_prefix_sql", "macro_sql": "{% macro get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_prefix_sql', 'dbt_utils')(schema, prefix, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_prefix_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.820111, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_prefix_sql": {"name": "default__get_tables_by_prefix_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_prefix_sql.sql", "original_file_path": "macros/sql/get_tables_by_prefix_sql.sql", "unique_id": "macro.dbt_utils.default__get_tables_by_prefix_sql", "macro_sql": "{% macro default__get_tables_by_prefix_sql(schema, prefix, exclude='', database=target.database) %}\n\n {{ dbt_utils.get_tables_by_pattern_sql(\n schema_pattern = schema,\n table_pattern = prefix ~ '%',\n exclude = exclude,\n database = database\n ) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.820362, "supported_languages": null}, "macro.dbt_utils.star": {"name": "star", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "unique_id": "macro.dbt_utils.star", "macro_sql": "{% macro star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {{ return(adapter.dispatch('star', 'dbt_utils')(from, relation_alias, except, prefix, suffix, quote_identifiers)) }}\r\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.821414, "supported_languages": null}, "macro.dbt_utils.default__star": {"name": "default__star", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/star.sql", "original_file_path": "macros/sql/star.sql", "unique_id": "macro.dbt_utils.default__star", "macro_sql": "{% macro default__star(from, relation_alias=False, except=[], prefix='', suffix='', quote_identifiers=True) -%}\r\n {%- do dbt_utils._is_relation(from, 'star') -%}\r\n {%- do dbt_utils._is_ephemeral(from, 'star') -%}\r\n\r\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\r\n {%- if not execute -%}\r\n {% do return('*') %}\r\n {%- endif -%}\r\n\r\n {% set cols = dbt_utils.get_filtered_columns_in_relation(from, except) %}\r\n\r\n {%- if cols|length <= 0 -%}\r\n {% if flags.WHICH == 'compile' %}\r\n {% set response %}\r\n*\r\n/* No columns were returned. Maybe the relation doesn't exist yet \r\nor all columns were excluded. This star is only output during \r\ndbt compile, and exists to keep SQLFluff happy. */\r\n {% endset %}\r\n {% do return(response) %}\r\n {% else %}\r\n {% do return(\"/* no columns returned from star() macro */\") %}\r\n {% endif %}\r\n {%- else -%}\r\n {%- for col in cols %}\r\n {%- if relation_alias %}{{ relation_alias }}.{% else %}{%- endif -%}\r\n {%- if quote_identifiers -%}\r\n {{ adapter.quote(col)|trim }} {%- if prefix!='' or suffix!='' %} as {{ adapter.quote(prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {%- else -%}\r\n {{ col|trim }} {%- if prefix!='' or suffix!='' %} as {{ (prefix ~ col ~ suffix)|trim }} {%- endif -%}\r\n {% endif %}\r\n {%- if not loop.last %},{{ '\\n ' }}{%- endif -%}\r\n {%- endfor -%}\r\n {% endif %}\r\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt_utils.get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.822749, "supported_languages": null}, "macro.dbt_utils.unpivot": {"name": "unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.unpivot", "macro_sql": "{% macro unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.823901, "supported_languages": null}, "macro.dbt_utils.default__unpivot": {"name": "default__unpivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/unpivot.sql", "original_file_path": "macros/sql/unpivot.sql", "unique_id": "macro.dbt_utils.default__unpivot", "macro_sql": "{% macro default__unpivot(relation=none, cast_to='varchar', exclude=none, remove=none, field_name='field_name', value_name='value') -%}\n\n {% if not relation %}\n {{ exceptions.raise_compiler_error(\"Error: argument `relation` is required for `unpivot` macro.\") }}\n {% endif %}\n\n {%- set exclude = exclude if exclude is not none else [] %}\n {%- set remove = remove if remove is not none else [] %}\n\n {%- set include_cols = [] %}\n\n {%- set table_columns = {} %}\n\n {%- do table_columns.update({relation: []}) %}\n\n {%- do dbt_utils._is_relation(relation, 'unpivot') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'unpivot') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) %}\n\n {%- for col in cols -%}\n {%- if col.column.lower() not in remove|map('lower') and col.column.lower() not in exclude|map('lower') -%}\n {% do include_cols.append(col) %}\n {%- endif %}\n {%- endfor %}\n\n\n {%- for col in include_cols -%}\n select\n {%- for exclude_col in exclude %}\n {{ exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(col.column) }}\n {% else %}\n {{ col.column }}\n {% endif %}\n as {{ cast_to }}) as {{ value_name }}\n\n from {{ relation }}\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n {%- endfor -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.type_string", "macro.dbt.cast_bool_to_text"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.825332, "supported_languages": null}, "macro.dbt_utils.safe_divide": {"name": "safe_divide", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "unique_id": "macro.dbt_utils.safe_divide", "macro_sql": "{% macro safe_divide(numerator, denominator) -%}\n {{ return(adapter.dispatch('safe_divide', 'dbt_utils')(numerator, denominator)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_divide"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8256068, "supported_languages": null}, "macro.dbt_utils.default__safe_divide": {"name": "default__safe_divide", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_divide.sql", "original_file_path": "macros/sql/safe_divide.sql", "unique_id": "macro.dbt_utils.default__safe_divide", "macro_sql": "{% macro default__safe_divide(numerator, denominator) %}\n ( {{ numerator }} ) / nullif( ( {{ denominator }} ), 0)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.825728, "supported_languages": null}, "macro.dbt_utils.union_relations": {"name": "union_relations", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "unique_id": "macro.dbt_utils.union_relations", "macro_sql": "{%- macro union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('union_relations', 'dbt_utils')(relations, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.828374, "supported_languages": null}, "macro.dbt_utils.default__union_relations": {"name": "default__union_relations", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/union.sql", "original_file_path": "macros/sql/union.sql", "unique_id": "macro.dbt_utils.default__union_relations", "macro_sql": "\n\n{%- macro default__union_relations(relations, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n {%- set all_excludes = [] -%}\n {%- set all_includes = [] -%}\n\n {%- if exclude -%}\n {%- for exc in exclude -%}\n {%- do all_excludes.append(exc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- if include -%}\n {%- for inc in include -%}\n {%- do all_includes.append(inc | lower) -%}\n {%- endfor -%}\n {%- endif -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column | lower in all_excludes -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column | lower not in all_includes -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n {%- set dbt_command = flags.WHICH -%}\n\n\n {% if dbt_command in ['run', 'build'] %}\n {% if (include | length > 0 or exclude | length > 0) and not column_superset.keys() %}\n {%- set relations_string -%}\n {%- for relation in relations -%}\n {{ relation.name }}\n {%- if not loop.last %}, {% endif -%}\n {%- endfor -%}\n {%- endset -%}\n\n {%- set error_message -%}\n There were no columns found to union for relations {{ relations_string }}\n {%- endset -%}\n\n {{ exceptions.raise_compiler_error(error_message) }}\n {%- endif -%}\n {%- endif -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n {%- if source_column_name is not none %}\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {%- endif %}\n\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ relation }}\n\n {% if where -%}\n where {{ where }}\n {%- endif %}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8314428, "supported_languages": null}, "macro.dbt_utils.group_by": {"name": "group_by", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "unique_id": "macro.dbt_utils.group_by", "macro_sql": "{%- macro group_by(n) -%}\n {{ return(adapter.dispatch('group_by', 'dbt_utils')(n)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__group_by"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.831709, "supported_languages": null}, "macro.dbt_utils.default__group_by": {"name": "default__group_by", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/groupby.sql", "original_file_path": "macros/sql/groupby.sql", "unique_id": "macro.dbt_utils.default__group_by", "macro_sql": "\n\n{%- macro default__group_by(n) -%}\n\n group by {% for i in range(1, n + 1) -%}\n {{ i }}{{ ',' if not loop.last }} \n {%- endfor -%}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.831933, "supported_languages": null}, "macro.dbt_utils.deduplicate": {"name": "deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.deduplicate", "macro_sql": "{%- macro deduplicate(relation, partition_by, order_by) -%}\n {{ return(adapter.dispatch('deduplicate', 'dbt_utils')(relation, partition_by, order_by)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.redshift__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.832631, "supported_languages": null}, "macro.dbt_utils.default__deduplicate": {"name": "default__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.default__deduplicate", "macro_sql": "\n\n{%- macro default__deduplicate(relation, partition_by, order_by) -%}\n\n with row_numbered as (\n select\n _inner.*,\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) as rn\n from {{ relation }} as _inner\n )\n\n select\n distinct data.*\n from {{ relation }} as data\n {#\n -- Not all DBs will support natural joins but the ones that do include:\n -- Oracle, MySQL, SQLite, Redshift, Teradata, Materialize, Databricks\n -- Apache Spark, SingleStore, Vertica\n -- Those that do not appear to support natural joins include:\n -- SQLServer, Trino, Presto, Rockset, Athena\n #}\n natural join row_numbered\n where row_numbered.rn = 1\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8328261, "supported_languages": null}, "macro.dbt_utils.redshift__deduplicate": {"name": "redshift__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.redshift__deduplicate", "macro_sql": "{% macro redshift__deduplicate(relation, partition_by, order_by) -%}\n\n {{ return(dbt_utils.default__deduplicate(relation, partition_by, order_by=order_by)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.833, "supported_languages": null}, "macro.dbt_utils.postgres__deduplicate": {"name": "postgres__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.postgres__deduplicate", "macro_sql": "\n{%- macro postgres__deduplicate(relation, partition_by, order_by) -%}\n\n select\n distinct on ({{ partition_by }}) *\n from {{ relation }}\n order by {{ partition_by }}{{ ',' ~ order_by }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.833167, "supported_languages": null}, "macro.dbt_utils.snowflake__deduplicate": {"name": "snowflake__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.snowflake__deduplicate", "macro_sql": "\n{%- macro snowflake__deduplicate(relation, partition_by, order_by) -%}\n\n select *\n from {{ relation }}\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8333151, "supported_languages": null}, "macro.dbt_utils.bigquery__deduplicate": {"name": "bigquery__deduplicate", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/deduplicate.sql", "original_file_path": "macros/sql/deduplicate.sql", "unique_id": "macro.dbt_utils.bigquery__deduplicate", "macro_sql": "\n{%- macro bigquery__deduplicate(relation, partition_by, order_by) -%}\n\n select unique.*\n from (\n select\n array_agg (\n original\n order by {{ order_by }}\n limit 1\n )[offset(0)] unique\n from {{ relation }} original\n group by {{ partition_by }}\n )\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.833477, "supported_languages": null}, "macro.dbt_utils.surrogate_key": {"name": "surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "unique_id": "macro.dbt_utils.surrogate_key", "macro_sql": "{%- macro surrogate_key(field_list) -%}\n {% set frustrating_jinja_feature = varargs %}\n {{ return(adapter.dispatch('surrogate_key', 'dbt_utils')(field_list, *varargs)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.833826, "supported_languages": null}, "macro.dbt_utils.default__surrogate_key": {"name": "default__surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/surrogate_key.sql", "original_file_path": "macros/sql/surrogate_key.sql", "unique_id": "macro.dbt_utils.default__surrogate_key", "macro_sql": "\n\n{%- macro default__surrogate_key(field_list) -%}\n\n{%- set error_message = '\nWarning: `dbt_utils.surrogate_key` has been replaced by \\\n`dbt_utils.generate_surrogate_key`. The new macro treats null values \\\ndifferently to empty strings. To restore the behaviour of the original \\\nmacro, add a global variable in dbt_project.yml called \\\n`surrogate_key_treat_nulls_as_empty_strings` to your \\\ndbt_project.yml file with a value of True. \\\nThe {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.raise_compiler_error(error_message) -%}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.834042, "supported_languages": null}, "macro.dbt_utils.safe_add": {"name": "safe_add", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "unique_id": "macro.dbt_utils.safe_add", "macro_sql": "{%- macro safe_add(field_list) -%}\n {{ return(adapter.dispatch('safe_add', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8343732, "supported_languages": null}, "macro.dbt_utils.default__safe_add": {"name": "default__safe_add", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_add.sql", "original_file_path": "macros/sql/safe_add.sql", "unique_id": "macro.dbt_utils.default__safe_add", "macro_sql": "\n\n{%- macro default__safe_add(field_list) -%}\n\n{%- if field_list is not iterable or field_list is string or field_list is mapping -%}\n\n{%- set error_message = '\nWarning: the `safe_add` macro now takes a single list argument instead of \\\nstring arguments. The {}.{} model triggered this warning. \\\n'.format(model.package_name, model.name) -%}\n\n{%- do exceptions.warn(error_message) -%}\n\n{%- endif -%}\n\n{% set fields = [] %}\n\n{%- for field in field_list -%}\n\n {% do fields.append(\"coalesce(\" ~ field ~ \", 0)\") %}\n\n{%- endfor -%}\n\n{{ fields|join(' +\\n ') }}\n\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8348641, "supported_languages": null}, "macro.dbt_utils.nullcheck": {"name": "nullcheck", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "unique_id": "macro.dbt_utils.nullcheck", "macro_sql": "{% macro nullcheck(cols) %}\n {{ return(adapter.dispatch('nullcheck', 'dbt_utils')(cols)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__nullcheck"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8351629, "supported_languages": null}, "macro.dbt_utils.default__nullcheck": {"name": "default__nullcheck", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/nullcheck.sql", "original_file_path": "macros/sql/nullcheck.sql", "unique_id": "macro.dbt_utils.default__nullcheck", "macro_sql": "{% macro default__nullcheck(cols) %}\n{%- for col in cols %}\n\n {% if col.is_string() -%}\n\n nullif({{col.name}},'') as {{col.name}}\n\n {%- else -%}\n\n {{col.name}}\n\n {%- endif -%}\n\n{%- if not loop.last -%} , {%- endif -%}\n\n{%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.835453, "supported_languages": null}, "macro.dbt_utils.get_tables_by_pattern_sql": {"name": "get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.get_tables_by_pattern_sql", "macro_sql": "{% macro get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(adapter.dispatch('get_tables_by_pattern_sql', 'dbt_utils')\n (schema_pattern, table_pattern, exclude, database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8368661, "supported_languages": null}, "macro.dbt_utils.default__get_tables_by_pattern_sql": {"name": "default__get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.default__get_tables_by_pattern_sql", "macro_sql": "{% macro default__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n select distinct\n table_schema as {{ adapter.quote('table_schema') }},\n table_name as {{ adapter.quote('table_name') }},\n {{ dbt_utils.get_table_types_sql() }}\n from {{ database }}.information_schema.tables\n where table_schema ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.837188, "supported_languages": null}, "macro.dbt_utils.bigquery__get_tables_by_pattern_sql": {"name": "bigquery__get_tables_by_pattern_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils.bigquery__get_tables_by_pattern_sql", "macro_sql": "{% macro bigquery__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% if '%' in schema_pattern %}\n {% set schemata=dbt_utils._bigquery__get_matching_schemata(schema_pattern, database) %}\n {% else %}\n {% set schemata=[schema_pattern] %}\n {% endif %}\n\n {% set sql %}\n {% for schema in schemata %}\n select distinct\n table_schema,\n table_name,\n {{ dbt_utils.get_table_types_sql() }}\n\n from {{ adapter.quote(database) }}.{{ schema }}.INFORMATION_SCHEMA.TABLES\n where lower(table_name) like lower ('{{ table_pattern }}')\n and lower(table_name) not like lower ('{{ exclude }}')\n\n {% if not loop.last %} union all {% endif %}\n\n {% endfor %}\n {% endset %}\n\n {{ return(sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._bigquery__get_matching_schemata", "macro.dbt_utils.get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.837874, "supported_languages": null}, "macro.dbt_utils._bigquery__get_matching_schemata": {"name": "_bigquery__get_matching_schemata", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_tables_by_pattern_sql.sql", "original_file_path": "macros/sql/get_tables_by_pattern_sql.sql", "unique_id": "macro.dbt_utils._bigquery__get_matching_schemata", "macro_sql": "{% macro _bigquery__get_matching_schemata(schema_pattern, database) %}\n {% if execute %}\n\n {% set sql %}\n select schema_name from {{ adapter.quote(database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like lower('{{ schema_pattern }}')\n {% endset %}\n\n {% set results=run_query(sql) %}\n\n {% set schemata=results.columns['schema_name'].values() %}\n\n {{ return(schemata) }}\n\n {% else %}\n\n {{ return([]) }}\n\n {% endif %}\n\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8383412, "supported_languages": null}, "macro.dbt_utils.get_column_values": {"name": "get_column_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "unique_id": "macro.dbt_utils.get_column_values", "macro_sql": "{% macro get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {{ return(adapter.dispatch('get_column_values', 'dbt_utils')(table, column, order_by, max_records, default, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_column_values"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.839301, "supported_languages": null}, "macro.dbt_utils.default__get_column_values": {"name": "default__get_column_values", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_column_values.sql", "original_file_path": "macros/sql/get_column_values.sql", "unique_id": "macro.dbt_utils.default__get_column_values", "macro_sql": "{% macro default__get_column_values(table, column, order_by='count(*) desc', max_records=none, default=none, where=none) -%}\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {% set default = [] if not default %}\n {{ return(default) }}\n {% endif %}\n\n {%- do dbt_utils._is_ephemeral(table, 'get_column_values') -%}\n\n {# Not all relations are tables. Renaming for internal clarity without breaking functionality for anyone using named arguments #}\n {# TODO: Change the method signature in a future 0.x.0 release #}\n {%- set target_relation = table -%}\n\n {# adapter.load_relation is a convenience wrapper to avoid building a Relation when we already have one #}\n {% set relation_exists = (load_relation(target_relation)) is not none %}\n\n {%- call statement('get_column_values', fetch_result=true) %}\n\n {%- if not relation_exists and default is none -%}\n\n {{ exceptions.raise_compiler_error(\"In get_column_values(): relation \" ~ target_relation ~ \" does not exist and no default value was provided.\") }}\n\n {%- elif not relation_exists and default is not none -%}\n\n {{ log(\"Relation \" ~ target_relation ~ \" does not exist. Returning the default value: \" ~ default) }}\n\n {{ return(default) }}\n\n {%- else -%}\n\n\n select\n {{ column }} as value\n\n from {{ target_relation }}\n\n {% if where is not none %}\n where {{ where }}\n {% endif %}\n\n group by {{ column }}\n order by {{ order_by }}\n\n {% if max_records is not none %}\n limit {{ max_records }}\n {% endif %}\n\n {% endif %}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_column_values') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values) }}\n {%- else -%}\n {{ return(default) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_ephemeral", "macro.dbt.load_relation", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8406389, "supported_languages": null}, "macro.dbt_utils.pivot": {"name": "pivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "unique_id": "macro.dbt_utils.pivot", "macro_sql": "{% macro pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {{ return(adapter.dispatch('pivot', 'dbt_utils')(column, values, alias, agg, cmp, prefix, suffix, then_value, else_value, quote_identifiers, distinct)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__pivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.841561, "supported_languages": null}, "macro.dbt_utils.default__pivot": {"name": "default__pivot", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/pivot.sql", "original_file_path": "macros/sql/pivot.sql", "unique_id": "macro.dbt_utils.default__pivot", "macro_sql": "{% macro default__pivot(column,\n values,\n alias=True,\n agg='sum',\n cmp='=',\n prefix='',\n suffix='',\n then_value=1,\n else_value=0,\n quote_identifiers=True,\n distinct=False) %}\n {% for value in values %}\n {{ agg }}(\n {% if distinct %} distinct {% endif %}\n case\n when {{ column }} {{ cmp }} '{{ dbt.escape_single_quotes(value) }}'\n then {{ then_value }}\n else {{ else_value }}\n end\n )\n {% if alias %}\n {% if quote_identifiers %}\n as {{ adapter.quote(prefix ~ value ~ suffix) }}\n {% else %}\n as {{ dbt_utils.slugify(prefix ~ value ~ suffix) }}\n {% endif %}\n {% endif %}\n {% if not loop.last %},{% endif %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.escape_single_quotes", "macro.dbt_utils.slugify"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.842297, "supported_languages": null}, "macro.dbt_utils.get_filtered_columns_in_relation": {"name": "get_filtered_columns_in_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "unique_id": "macro.dbt_utils.get_filtered_columns_in_relation", "macro_sql": "{% macro get_filtered_columns_in_relation(from, except=[]) -%}\n {{ return(adapter.dispatch('get_filtered_columns_in_relation', 'dbt_utils')(from, except)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_filtered_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.842703, "supported_languages": null}, "macro.dbt_utils.default__get_filtered_columns_in_relation": {"name": "default__get_filtered_columns_in_relation", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_filtered_columns_in_relation.sql", "original_file_path": "macros/sql/get_filtered_columns_in_relation.sql", "unique_id": "macro.dbt_utils.default__get_filtered_columns_in_relation", "macro_sql": "{% macro default__get_filtered_columns_in_relation(from, except=[]) -%}\n {%- do dbt_utils._is_relation(from, 'get_filtered_columns_in_relation') -%}\n {%- do dbt_utils._is_ephemeral(from, 'get_filtered_columns_in_relation') -%}\n\n {# -- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}\n {%- if not execute -%}\n {{ return('') }}\n {% endif %}\n\n {%- set include_cols = [] %}\n {%- set cols = adapter.get_columns_in_relation(from) -%}\n {%- set except = except | map(\"lower\") | list %}\n {%- for col in cols -%}\n {%- if col.column|lower not in except -%}\n {% do include_cols.append(col.column) %}\n {%- endif %}\n {%- endfor %}\n\n {{ return(include_cols) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt_utils._is_ephemeral"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.843343, "supported_languages": null}, "macro.dbt_utils.width_bucket": {"name": "width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.width_bucket", "macro_sql": "{% macro width_bucket(expr, min_value, max_value, num_buckets) %}\n {{ return(adapter.dispatch('width_bucket', 'dbt_utils') (expr, min_value, max_value, num_buckets)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__width_bucket"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8440099, "supported_languages": null}, "macro.dbt_utils.default__width_bucket": {"name": "default__width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.default__width_bucket", "macro_sql": "{% macro default__width_bucket(expr, min_value, max_value, num_buckets) -%}\n\n {% set bin_size -%}\n (( {{ max_value }} - {{ min_value }} ) / {{ num_buckets }} )\n {%- endset %}\n (\n -- to break ties when the amount is eaxtly at the bucket egde\n case\n when\n mod(\n {{ dbt.safe_cast(expr, dbt.type_numeric() ) }},\n {{ dbt.safe_cast(bin_size, dbt.type_numeric() ) }}\n ) = 0\n then 1\n else 0\n end\n ) +\n -- Anything over max_value goes the N+1 bucket\n least(\n ceil(\n ({{ expr }} - {{ min_value }})/{{ bin_size }}\n ),\n {{ num_buckets }} + 1\n )\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.safe_cast", "macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.844411, "supported_languages": null}, "macro.dbt_utils.snowflake__width_bucket": {"name": "snowflake__width_bucket", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/width_bucket.sql", "original_file_path": "macros/sql/width_bucket.sql", "unique_id": "macro.dbt_utils.snowflake__width_bucket", "macro_sql": "{% macro snowflake__width_bucket(expr, min_value, max_value, num_buckets) %}\n width_bucket({{ expr }}, {{ min_value }}, {{ max_value }}, {{ num_buckets }} )\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8445811, "supported_languages": null}, "macro.dbt_utils.get_query_results_as_dict": {"name": "get_query_results_as_dict", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "unique_id": "macro.dbt_utils.get_query_results_as_dict", "macro_sql": "{% macro get_query_results_as_dict(query) %}\n {{ return(adapter.dispatch('get_query_results_as_dict', 'dbt_utils')(query)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_query_results_as_dict"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8449228, "supported_languages": null}, "macro.dbt_utils.default__get_query_results_as_dict": {"name": "default__get_query_results_as_dict", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_query_results_as_dict.sql", "original_file_path": "macros/sql/get_query_results_as_dict.sql", "unique_id": "macro.dbt_utils.default__get_query_results_as_dict", "macro_sql": "{% macro default__get_query_results_as_dict(query) %}\n\n{# This macro returns a dictionary of the form {column_name: (tuple_of_results)} #}\n\n {%- call statement('get_query_results', fetch_result=True,auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {% set sql_results={} %}\n\n {%- if execute -%}\n {% set sql_results_table = load_result('get_query_results').table.columns %}\n {% for column_name, column in sql_results_table.items() %}\n {% do sql_results.update({column_name: column.values()}) %}\n {% endfor %}\n {%- endif -%}\n\n {{ return(sql_results) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8454459, "supported_languages": null}, "macro.dbt_utils.generate_surrogate_key": {"name": "generate_surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "unique_id": "macro.dbt_utils.generate_surrogate_key", "macro_sql": "{%- macro generate_surrogate_key(field_list) -%}\n {{ return(adapter.dispatch('generate_surrogate_key', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__generate_surrogate_key"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.845869, "supported_languages": null}, "macro.dbt_utils.default__generate_surrogate_key": {"name": "default__generate_surrogate_key", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/generate_surrogate_key.sql", "original_file_path": "macros/sql/generate_surrogate_key.sql", "unique_id": "macro.dbt_utils.default__generate_surrogate_key", "macro_sql": "\n\n{%- macro default__generate_surrogate_key(field_list) -%}\n\n{%- if var('surrogate_key_treat_nulls_as_empty_strings', False) -%}\n {%- set default_null_value = \"\" -%}\n{%- else -%}\n {%- set default_null_value = '_dbt_utils_surrogate_key_null_' -%}\n{%- endif -%}\n\n{%- set fields = [] -%}\n\n{%- for field in field_list -%}\n\n {%- do fields.append(\n \"coalesce(cast(\" ~ field ~ \" as \" ~ dbt.type_string() ~ \"), '\" ~ default_null_value ~\"')\"\n ) -%}\n\n {%- if not loop.last %}\n {%- do fields.append(\"'-'\") -%}\n {%- endif -%}\n\n{%- endfor -%}\n\n{{ dbt.hash(dbt.concat(fields)) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.hash", "macro.dbt.concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.846427, "supported_languages": null}, "macro.dbt_utils.get_table_types_sql": {"name": "get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.get_table_types_sql", "macro_sql": "{%- macro get_table_types_sql() -%}\n {{ return(adapter.dispatch('get_table_types_sql', 'dbt_utils')()) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_utils.postgres__get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.846872, "supported_languages": null}, "macro.dbt_utils.default__get_table_types_sql": {"name": "default__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.default__get_table_types_sql", "macro_sql": "{% macro default__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'EXTERNAL TABLE' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.847004, "supported_languages": null}, "macro.dbt_utils.postgres__get_table_types_sql": {"name": "postgres__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.postgres__get_table_types_sql", "macro_sql": "{% macro postgres__get_table_types_sql() %}\n case table_type\n when 'BASE TABLE' then 'table'\n when 'FOREIGN' then 'external'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.847129, "supported_languages": null}, "macro.dbt_utils.databricks__get_table_types_sql": {"name": "databricks__get_table_types_sql", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_table_types_sql.sql", "original_file_path": "macros/sql/get_table_types_sql.sql", "unique_id": "macro.dbt_utils.databricks__get_table_types_sql", "macro_sql": "{% macro databricks__get_table_types_sql() %}\n case table_type\n when 'MANAGED' then 'table'\n when 'BASE TABLE' then 'table'\n when 'MATERIALIZED VIEW' then 'materializedview'\n else lower(table_type)\n end as {{ adapter.quote('table_type') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8472478, "supported_languages": null}, "macro.dbt_utils.get_single_value": {"name": "get_single_value", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "unique_id": "macro.dbt_utils.get_single_value", "macro_sql": "{% macro get_single_value(query, default=none) %}\n {{ return(adapter.dispatch('get_single_value', 'dbt_utils')(query, default)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__get_single_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.847685, "supported_languages": null}, "macro.dbt_utils.default__get_single_value": {"name": "default__get_single_value", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/get_single_value.sql", "original_file_path": "macros/sql/get_single_value.sql", "unique_id": "macro.dbt_utils.default__get_single_value", "macro_sql": "{% macro default__get_single_value(query, default) %}\n\n{# This macro returns the (0, 0) record in a query, i.e. the first row of the first column #}\n\n {%- call statement('get_query_result', fetch_result=True, auto_begin=false) -%}\n\n {{ query }}\n\n {%- endcall -%}\n\n {%- if execute -%}\n\n {% set r = load_result('get_query_result').table.columns[0].values() %}\n {% if r | length == 0 %}\n {% do print('Query `' ~ query ~ '` returned no rows. Using the default value: ' ~ default) %}\n {% set sql_result = default %}\n {% else %}\n {% set sql_result = r[0] %}\n {% endif %}\n \n {%- else -%}\n \n {% set sql_result = default %}\n \n {%- endif -%}\n\n {% do return(sql_result) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8483992, "supported_languages": null}, "macro.dbt_utils.degrees_to_radians": {"name": "degrees_to_radians", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.degrees_to_radians", "macro_sql": "{% macro degrees_to_radians(degrees) -%}\n acos(-1) * {{degrees}} / 180\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.849338, "supported_languages": null}, "macro.dbt_utils.haversine_distance": {"name": "haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.haversine_distance", "macro_sql": "{% macro haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n {{ return(adapter.dispatch('haversine_distance', 'dbt_utils')(lat1,lon1,lat2,lon2,unit)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__haversine_distance"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.849592, "supported_languages": null}, "macro.dbt_utils.default__haversine_distance": {"name": "default__haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.default__haversine_distance", "macro_sql": "{% macro default__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n\n 2 * 3961 * asin(sqrt(power((sin(radians(({{ lat2 }} - {{ lat1 }}) / 2))), 2) +\n cos(radians({{lat1}})) * cos(radians({{lat2}})) *\n power((sin(radians(({{ lon2 }} - {{ lon1 }}) / 2))), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.850111, "supported_languages": null}, "macro.dbt_utils.bigquery__haversine_distance": {"name": "bigquery__haversine_distance", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/haversine_distance.sql", "original_file_path": "macros/sql/haversine_distance.sql", "unique_id": "macro.dbt_utils.bigquery__haversine_distance", "macro_sql": "{% macro bigquery__haversine_distance(lat1, lon1, lat2, lon2, unit='mi') -%}\n{% set radians_lat1 = dbt_utils.degrees_to_radians(lat1) %}\n{% set radians_lat2 = dbt_utils.degrees_to_radians(lat2) %}\n{% set radians_lon1 = dbt_utils.degrees_to_radians(lon1) %}\n{% set radians_lon2 = dbt_utils.degrees_to_radians(lon2) %}\n{%- if unit == 'mi' %}\n {% set conversion_rate = 1 %}\n{% elif unit == 'km' %}\n {% set conversion_rate = 1.60934 %}\n{% else %}\n {{ exceptions.raise_compiler_error(\"unit input must be one of 'mi' or 'km'. Got \" ~ unit) }}\n{% endif %}\n 2 * 3961 * asin(sqrt(power(sin(({{ radians_lat2 }} - {{ radians_lat1 }}) / 2), 2) +\n cos({{ radians_lat1 }}) * cos({{ radians_lat2 }}) *\n power(sin(({{ radians_lon2 }} - {{ radians_lon1 }}) / 2), 2))) * {{ conversion_rate }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.degrees_to_radians"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.850812, "supported_languages": null}, "macro.shopify.get_metafields": {"name": "get_metafields", "resource_type": "macro", "package_name": "shopify", "path": "macros/get_metafields.sql", "original_file_path": "macros/get_metafields.sql", "unique_id": "macro.shopify.get_metafields", "macro_sql": "{% macro get_metafields(source_object, reference_value, lookup_object=\"stg_shopify__metafield\", key_field=\"metafield_reference\", key_value=\"value\", reference_field=\"owner_resource\") %}\n\n{% set pivot_fields = dbt_utils.get_column_values(table=ref(lookup_object), column=key_field, where=\"lower(\" ~ reference_field ~ \") = lower('\" ~ reference_value ~ \"')\") %}\n\n{% set source_columns = adapter.get_columns_in_relation(ref(source_object)) %}\n{% set source_column_count = source_columns | length %}\n\nwith source_table as (\n select *\n from {{ ref(source_object) }}\n)\n\n{% if pivot_fields is not none %},\nlookup_object as (\n select \n *,\n {{ dbt_utils.pivot(\n column=key_field, \n values=pivot_fields, \n agg='', \n then_value=key_value, \n else_value=\"null\",\n quote_identifiers=false\n ) \n }}\n from {{ ref(lookup_object) }}\n where is_most_recent_record\n),\n\nfinal as (\n select\n {% for column in source_columns %}\n source_table.{{ column.name }}{% if not loop.last %},{% endif %}\n {% endfor %}\n {% for fields in pivot_fields %}\n , max(lookup_object.{{ dbt_utils.slugify(fields) }}) as metafield_{{ dbt_utils.slugify(fields) }}\n {% endfor %}\n from source_table\n left join lookup_object \n on lookup_object.{{ reference_field }}_id = source_table.{{ reference_value }}_id\n and lookup_object.{{ reference_field }} = '{{ reference_value }}'\n {{ dbt_utils.group_by(source_column_count) }}\n)\n\nselect *\nfrom final\n{% else %}\n\nselect *\nfrom source_table\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_column_values", "macro.dbt_utils.pivot", "macro.dbt_utils.slugify", "macro.dbt_utils.group_by"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.852448, "supported_languages": null}, "macro.spark_utils.get_tables": {"name": "get_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_tables", "macro_sql": "{% macro get_tables(table_regex_pattern='.*') %}\n\n {% set tables = [] %}\n {% for database in spark__list_schemas('not_used') %}\n {% for table in spark__list_relations_without_caching(database[0]) %}\n {% set db_tablename = database[0] ~ \".\" ~ table[1] %}\n {% set is_match = modules.re.match(table_regex_pattern, db_tablename) %}\n {% if is_match %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('type', 'TYPE', 'Type'))|first %}\n {% if table_type[1]|lower != 'view' %}\n {{ tables.append(db_tablename) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% endfor %}\n {{ return(tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.856879, "supported_languages": null}, "macro.spark_utils.get_delta_tables": {"name": "get_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_delta_tables", "macro_sql": "{% macro get_delta_tables(table_regex_pattern='.*') %}\n\n {% set delta_tables = [] %}\n {% for db_tablename in get_tables(table_regex_pattern) %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('provider', 'PROVIDER', 'Provider'))|first %}\n {% if table_type[1]|lower == 'delta' %}\n {{ delta_tables.append(db_tablename) }}\n {% endif %}\n {% endfor %}\n {{ return(delta_tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.857492, "supported_languages": null}, "macro.spark_utils.get_statistic_columns": {"name": "get_statistic_columns", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_statistic_columns", "macro_sql": "{% macro get_statistic_columns(table) %}\n\n {% call statement('input_columns', fetch_result=True) %}\n SHOW COLUMNS IN {{ table }}\n {% endcall %}\n {% set input_columns = load_result('input_columns').table %}\n\n {% set output_columns = [] %}\n {% for column in input_columns %}\n {% call statement('column_information', fetch_result=True) %}\n DESCRIBE TABLE {{ table }} `{{ column[0] }}`\n {% endcall %}\n {% if not load_result('column_information').table[1][1].startswith('struct') and not load_result('column_information').table[1][1].startswith('array') %}\n {{ output_columns.append('`' ~ column[0] ~ '`') }}\n {% endif %}\n {% endfor %}\n {{ return(output_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.858274, "supported_languages": null}, "macro.spark_utils.spark_optimize_delta_tables": {"name": "spark_optimize_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_optimize_delta_tables", "macro_sql": "{% macro spark_optimize_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Optimizing \" ~ table) }}\n {% do run_query(\"optimize \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.858979, "supported_languages": null}, "macro.spark_utils.spark_vacuum_delta_tables": {"name": "spark_vacuum_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_vacuum_delta_tables", "macro_sql": "{% macro spark_vacuum_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Vacuuming \" ~ table) }}\n {% do run_query(\"vacuum \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8596191, "supported_languages": null}, "macro.spark_utils.spark_analyze_tables": {"name": "spark_analyze_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_analyze_tables", "macro_sql": "{% macro spark_analyze_tables(table_regex_pattern='.*') %}\n\n {% for table in get_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set columns = get_statistic_columns(table) | join(',') %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Analyzing \" ~ table) }}\n {% if columns != '' %}\n {% do run_query(\"analyze table \" ~ table ~ \" compute statistics for columns \" ~ columns) %}\n {% endif %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.spark_utils.get_statistic_columns", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.860408, "supported_languages": null}, "macro.spark_utils.spark__concat": {"name": "spark__concat", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/concat.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/concat.sql", "unique_id": "macro.spark_utils.spark__concat", "macro_sql": "{% macro spark__concat(fields) -%}\n concat({{ fields|join(', ') }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.860564, "supported_languages": null}, "macro.spark_utils.spark__type_numeric": {"name": "spark__type_numeric", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "unique_id": "macro.spark_utils.spark__type_numeric", "macro_sql": "{% macro spark__type_numeric() %}\n decimal(28, 6)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.860657, "supported_languages": null}, "macro.spark_utils.spark__dateadd": {"name": "spark__dateadd", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "unique_id": "macro.spark_utils.spark__dateadd", "macro_sql": "{% macro spark__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {%- set clock_component -%}\n {# make sure the dates + timestamps are real, otherwise raise an error asap #}\n to_unix_timestamp({{ spark_utils.assert_not_null('to_timestamp', from_date_or_timestamp) }})\n - to_unix_timestamp({{ spark_utils.assert_not_null('date', from_date_or_timestamp) }})\n {%- endset -%}\n\n {%- if datepart in ['day', 'week'] -%}\n \n {%- set multiplier = 7 if datepart == 'week' else 1 -%}\n\n to_timestamp(\n to_unix_timestamp(\n date_add(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ['month', 'quarter', 'year'] -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'month' -%} 1\n {%- elif datepart == 'quarter' -%} 3\n {%- elif datepart == 'year' -%} 12\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n to_unix_timestamp(\n add_months(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n {{ spark_utils.assert_not_null('to_unix_timestamp', from_date_or_timestamp) }}\n + cast({{interval}} * {{multiplier}} as int)\n )\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro dateadd not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.863064, "supported_languages": null}, "macro.spark_utils.spark__datediff": {"name": "spark__datediff", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datediff.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datediff.sql", "unique_id": "macro.spark_utils.spark__datediff", "macro_sql": "{% macro spark__datediff(first_date, second_date, datepart) %}\n\n {%- if datepart in ['day', 'week', 'month', 'quarter', 'year'] -%}\n \n {# make sure the dates are real, otherwise raise an error asap #}\n {% set first_date = spark_utils.assert_not_null('date', first_date) %}\n {% set second_date = spark_utils.assert_not_null('date', second_date) %}\n \n {%- endif -%}\n \n {%- if datepart == 'day' -%}\n \n datediff({{second_date}}, {{first_date}})\n \n {%- elif datepart == 'week' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(datediff({{second_date}}, {{first_date}})/7)\n else ceil(datediff({{second_date}}, {{first_date}})/7)\n end\n \n -- did we cross a week boundary (Sunday)?\n + case\n when {{first_date}} < {{second_date}} and dayofweek({{second_date}}) < dayofweek({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofweek({{second_date}}) > dayofweek({{first_date}}) then -1\n else 0 end\n\n {%- elif datepart == 'month' -%}\n\n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}})))\n else ceil(months_between(date({{second_date}}), date({{first_date}})))\n end\n \n -- did we cross a month boundary?\n + case\n when {{first_date}} < {{second_date}} and dayofmonth({{second_date}}) < dayofmonth({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofmonth({{second_date}}) > dayofmonth({{first_date}}) then -1\n else 0 end\n \n {%- elif datepart == 'quarter' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}}))/3)\n else ceil(months_between(date({{second_date}}), date({{first_date}}))/3)\n end\n \n -- did we cross a quarter boundary?\n + case\n when {{first_date}} < {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n < (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then 1\n when {{first_date}} > {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n > (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then -1\n else 0 end\n\n {%- elif datepart == 'year' -%}\n \n year({{second_date}}) - year({{first_date}})\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set divisor -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n case when {{first_date}} < {{second_date}}\n then ceil((\n {# make sure the timestamps are real, otherwise raise an error asap #}\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n else floor((\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n end\n \n {% if datepart == 'millisecond' %}\n + cast(date_format({{second_date}}, 'SSS') as int)\n - cast(date_format({{first_date}}, 'SSS') as int)\n {% endif %}\n \n {% if datepart == 'microsecond' %} \n {% set capture_str = '[0-9]{4}-[0-9]{2}-[0-9]{2}.[0-9]{2}:[0-9]{2}:[0-9]{2}.([0-9]{6})' %}\n -- Spark doesn't really support microseconds, so this is a massive hack!\n -- It will only work if the timestamp-string is of the format\n -- 'yyyy-MM-dd-HH mm.ss.SSSSSS'\n + cast(regexp_extract({{second_date}}, '{{capture_str}}', 1) as int)\n - cast(regexp_extract({{first_date}}, '{{capture_str}}', 1) as int) \n {% endif %}\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro datediff not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.869378, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp": {"name": "spark__current_timestamp", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp", "macro_sql": "{% macro spark__current_timestamp() %}\n current_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.869502, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp_in_utc": {"name": "spark__current_timestamp_in_utc", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp_in_utc", "macro_sql": "{% macro spark__current_timestamp_in_utc() %}\n unix_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.869571, "supported_languages": null}, "macro.spark_utils.spark__split_part": {"name": "spark__split_part", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/split_part.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/split_part.sql", "unique_id": "macro.spark_utils.spark__split_part", "macro_sql": "{% macro spark__split_part(string_text, delimiter_text, part_number) %}\n\n {% set delimiter_expr %}\n \n -- escape if starts with a special character\n case when regexp_extract({{ delimiter_text }}, '([^A-Za-z0-9])(.*)', 1) != '_'\n then concat('\\\\', {{ delimiter_text }})\n else {{ delimiter_text }} end\n \n {% endset %}\n\n {% set split_part_expr %}\n \n split(\n {{ string_text }},\n {{ delimiter_expr }}\n )[({{ part_number - 1 }})]\n \n {% endset %}\n \n {{ return(split_part_expr) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.870059, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_pattern": {"name": "spark__get_relations_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_pattern", "macro_sql": "{% macro spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n show table extended in {{ schema_pattern }} like '{{ table_pattern }}'\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=None,\n schema=row[0],\n identifier=row[1],\n type=('view' if 'Type: VIEW' in row[3] else 'table')\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.871428, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_prefix": {"name": "spark__get_relations_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_prefix", "macro_sql": "{% macro spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {% set table_pattern = table_pattern ~ '*' %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.871727, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_pattern": {"name": "spark__get_tables_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_pattern", "macro_sql": "{% macro spark__get_tables_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.871967, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_prefix": {"name": "spark__get_tables_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_prefix", "macro_sql": "{% macro spark__get_tables_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8722072, "supported_languages": null}, "macro.spark_utils.assert_not_null": {"name": "assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.assert_not_null", "macro_sql": "{% macro assert_not_null(function, arg) -%}\n {{ return(adapter.dispatch('assert_not_null', 'spark_utils')(function, arg)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.spark_utils.default__assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.872489, "supported_languages": null}, "macro.spark_utils.default__assert_not_null": {"name": "default__assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.default__assert_not_null", "macro_sql": "{% macro default__assert_not_null(function, arg) %}\n\n coalesce({{function}}({{arg}}), nvl2({{function}}({{arg}}), assert_true({{function}}({{arg}}) is not null), null))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.872663, "supported_languages": null}, "macro.spark_utils.spark__convert_timezone": {"name": "spark__convert_timezone", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/snowplow/convert_timezone.sql", "original_file_path": "macros/snowplow/convert_timezone.sql", "unique_id": "macro.spark_utils.spark__convert_timezone", "macro_sql": "{% macro spark__convert_timezone(in_tz, out_tz, in_timestamp) %}\n from_utc_timestamp(to_utc_timestamp({{in_timestamp}}, {{in_tz}}), {{out_tz}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.872841, "supported_languages": null}, "macro.dbt_date.get_date_dimension": {"name": "get_date_dimension", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_date_dimension.sql", "original_file_path": "macros/get_date_dimension.sql", "unique_id": "macro.dbt_date.get_date_dimension", "macro_sql": "{% macro get_date_dimension(start_date, end_date) %}\n {{ adapter.dispatch('get_date_dimension', 'dbt_date') (start_date, end_date) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__get_date_dimension"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.880691, "supported_languages": null}, "macro.dbt_date.default__get_date_dimension": {"name": "default__get_date_dimension", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_date_dimension.sql", "original_file_path": "macros/get_date_dimension.sql", "unique_id": "macro.dbt_date.default__get_date_dimension", "macro_sql": "{% macro default__get_date_dimension(start_date, end_date) %}\nwith base_dates as (\n {{ dbt_date.get_base_dates(start_date, end_date) }}\n),\ndates_with_prior_year_dates as (\n\n select\n cast(d.date_day as date) as date_day,\n cast({{ dbt.dateadd('year', -1 , 'd.date_day') }} as date) as prior_year_date_day,\n cast({{ dbt.dateadd('day', -364 , 'd.date_day') }} as date) as prior_year_over_year_date_day\n from\n \tbase_dates d\n\n)\nselect\n d.date_day,\n {{ dbt_date.yesterday('d.date_day') }} as prior_date_day,\n {{ dbt_date.tomorrow('d.date_day') }} as next_date_day,\n d.prior_year_date_day as prior_year_date_day,\n d.prior_year_over_year_date_day,\n {{ dbt_date.day_of_week('d.date_day', isoweek=false) }} as day_of_week,\n {{ dbt_date.day_of_week('d.date_day', isoweek=true) }} as day_of_week_iso,\n {{ dbt_date.day_name('d.date_day', short=false) }} as day_of_week_name,\n {{ dbt_date.day_name('d.date_day', short=true) }} as day_of_week_name_short,\n {{ dbt_date.day_of_month('d.date_day') }} as day_of_month,\n {{ dbt_date.day_of_year('d.date_day') }} as day_of_year,\n\n {{ dbt_date.week_start('d.date_day') }} as week_start_date,\n {{ dbt_date.week_end('d.date_day') }} as week_end_date,\n {{ dbt_date.week_start('d.prior_year_over_year_date_day') }} as prior_year_week_start_date,\n {{ dbt_date.week_end('d.prior_year_over_year_date_day') }} as prior_year_week_end_date,\n {{ dbt_date.week_of_year('d.date_day') }} as week_of_year,\n\n {{ dbt_date.iso_week_start('d.date_day') }} as iso_week_start_date,\n {{ dbt_date.iso_week_end('d.date_day') }} as iso_week_end_date,\n {{ dbt_date.iso_week_start('d.prior_year_over_year_date_day') }} as prior_year_iso_week_start_date,\n {{ dbt_date.iso_week_end('d.prior_year_over_year_date_day') }} as prior_year_iso_week_end_date,\n {{ dbt_date.iso_week_of_year('d.date_day') }} as iso_week_of_year,\n\n {{ dbt_date.week_of_year('d.prior_year_over_year_date_day') }} as prior_year_week_of_year,\n {{ dbt_date.iso_week_of_year('d.prior_year_over_year_date_day') }} as prior_year_iso_week_of_year,\n\n cast({{ dbt_date.date_part('month', 'd.date_day') }} as {{ dbt.type_int() }}) as month_of_year,\n {{ dbt_date.month_name('d.date_day', short=false) }} as month_name,\n {{ dbt_date.month_name('d.date_day', short=true) }} as month_name_short,\n\n cast({{ dbt.date_trunc('month', 'd.date_day') }} as date) as month_start_date,\n cast({{ last_day('d.date_day', 'month') }} as date) as month_end_date,\n\n cast({{ dbt.date_trunc('month', 'd.prior_year_date_day') }} as date) as prior_year_month_start_date,\n cast({{ last_day('d.prior_year_date_day', 'month') }} as date) as prior_year_month_end_date,\n\n cast({{ dbt_date.date_part('quarter', 'd.date_day') }} as {{ dbt.type_int() }}) as quarter_of_year,\n cast({{ dbt.date_trunc('quarter', 'd.date_day') }} as date) as quarter_start_date,\n cast({{ last_day('d.date_day', 'quarter') }} as date) as quarter_end_date,\n\n cast({{ dbt_date.date_part('year', 'd.date_day') }} as {{ dbt.type_int() }}) as year_number,\n cast({{ dbt.date_trunc('year', 'd.date_day') }} as date) as year_start_date,\n cast({{ last_day('d.date_day', 'year') }} as date) as year_end_date\nfrom\n dates_with_prior_year_dates d\norder by 1\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_base_dates", "macro.dbt.dateadd", "macro.dbt_date.yesterday", "macro.dbt_date.tomorrow", "macro.dbt_date.day_of_week", "macro.dbt_date.day_name", "macro.dbt_date.day_of_month", "macro.dbt_date.day_of_year", "macro.dbt_date.week_start", "macro.dbt_date.week_end", "macro.dbt_date.week_of_year", "macro.dbt_date.iso_week_start", "macro.dbt_date.iso_week_end", "macro.dbt_date.iso_week_of_year", "macro.dbt_date.date_part", "macro.dbt.type_int", "macro.dbt_date.month_name", "macro.dbt.date_trunc", "macro.dbt.last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.882688, "supported_languages": null}, "macro.dbt_date.postgres__get_date_dimension": {"name": "postgres__get_date_dimension", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_date_dimension.sql", "original_file_path": "macros/get_date_dimension.sql", "unique_id": "macro.dbt_date.postgres__get_date_dimension", "macro_sql": "{% macro postgres__get_date_dimension(start_date, end_date) %}\nwith base_dates as (\n {{ dbt_date.get_base_dates(start_date, end_date) }}\n),\ndates_with_prior_year_dates as (\n\n select\n cast(d.date_day as date) as date_day,\n cast({{ dbt.dateadd('year', -1 , 'd.date_day') }} as date) as prior_year_date_day,\n cast({{ dbt.dateadd('day', -364 , 'd.date_day') }} as date) as prior_year_over_year_date_day\n from\n \tbase_dates d\n\n)\nselect\n d.date_day,\n {{ dbt_date.yesterday('d.date_day') }} as prior_date_day,\n {{ dbt_date.tomorrow('d.date_day') }} as next_date_day,\n d.prior_year_date_day as prior_year_date_day,\n d.prior_year_over_year_date_day,\n {{ dbt_date.day_of_week('d.date_day', isoweek=true) }} as day_of_week,\n\n {{ dbt_date.day_name('d.date_day', short=false) }} as day_of_week_name,\n {{ dbt_date.day_name('d.date_day', short=true) }} as day_of_week_name_short,\n {{ dbt_date.day_of_month('d.date_day') }} as day_of_month,\n {{ dbt_date.day_of_year('d.date_day') }} as day_of_year,\n\n {{ dbt_date.week_start('d.date_day') }} as week_start_date,\n {{ dbt_date.week_end('d.date_day') }} as week_end_date,\n {{ dbt_date.week_start('d.prior_year_over_year_date_day') }} as prior_year_week_start_date,\n {{ dbt_date.week_end('d.prior_year_over_year_date_day') }} as prior_year_week_end_date,\n {{ dbt_date.week_of_year('d.date_day') }} as week_of_year,\n\n {{ dbt_date.iso_week_start('d.date_day') }} as iso_week_start_date,\n {{ dbt_date.iso_week_end('d.date_day') }} as iso_week_end_date,\n {{ dbt_date.iso_week_start('d.prior_year_over_year_date_day') }} as prior_year_iso_week_start_date,\n {{ dbt_date.iso_week_end('d.prior_year_over_year_date_day') }} as prior_year_iso_week_end_date,\n {{ dbt_date.iso_week_of_year('d.date_day') }} as iso_week_of_year,\n\n {{ dbt_date.week_of_year('d.prior_year_over_year_date_day') }} as prior_year_week_of_year,\n {{ dbt_date.iso_week_of_year('d.prior_year_over_year_date_day') }} as prior_year_iso_week_of_year,\n\n cast({{ dbt_date.date_part('month', 'd.date_day') }} as {{ dbt.type_int() }}) as month_of_year,\n {{ dbt_date.month_name('d.date_day', short=false) }} as month_name,\n {{ dbt_date.month_name('d.date_day', short=true) }} as month_name_short,\n\n cast({{ dbt.date_trunc('month', 'd.date_day') }} as date) as month_start_date,\n cast({{ last_day('d.date_day', 'month') }} as date) as month_end_date,\n\n cast({{ dbt.date_trunc('month', 'd.prior_year_date_day') }} as date) as prior_year_month_start_date,\n cast({{ last_day('d.prior_year_date_day', 'month') }} as date) as prior_year_month_end_date,\n\n cast({{ dbt_date.date_part('quarter', 'd.date_day') }} as {{ dbt.type_int() }}) as quarter_of_year,\n cast({{ dbt.date_trunc('quarter', 'd.date_day') }} as date) as quarter_start_date,\n {# last_day does not support quarter because postgresql does not support quarter interval. #}\n cast({{dbt.dateadd('day', '-1', dbt.dateadd('month', '3', dbt.date_trunc('quarter', 'd.date_day')))}} as date) as quarter_end_date,\n\n cast({{ dbt_date.date_part('year', 'd.date_day') }} as {{ dbt.type_int() }}) as year_number,\n cast({{ dbt.date_trunc('year', 'd.date_day') }} as date) as year_start_date,\n cast({{ last_day('d.date_day', 'year') }} as date) as year_end_date\nfrom\n dates_with_prior_year_dates d\norder by 1\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_base_dates", "macro.dbt.dateadd", "macro.dbt_date.yesterday", "macro.dbt_date.tomorrow", "macro.dbt_date.day_of_week", "macro.dbt_date.day_name", "macro.dbt_date.day_of_month", "macro.dbt_date.day_of_year", "macro.dbt_date.week_start", "macro.dbt_date.week_end", "macro.dbt_date.week_of_year", "macro.dbt_date.iso_week_start", "macro.dbt_date.iso_week_end", "macro.dbt_date.iso_week_of_year", "macro.dbt_date.date_part", "macro.dbt.type_int", "macro.dbt_date.month_name", "macro.dbt.date_trunc", "macro.dbt.last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.884696, "supported_languages": null}, "macro.dbt_date.get_base_dates": {"name": "get_base_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_base_dates.sql", "original_file_path": "macros/get_base_dates.sql", "unique_id": "macro.dbt_date.get_base_dates", "macro_sql": "{% macro get_base_dates(start_date=None, end_date=None, n_dateparts=None, datepart=\"day\") %}\n {{ adapter.dispatch('get_base_dates', 'dbt_date') (start_date, end_date, n_dateparts, datepart) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_base_dates"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.886131, "supported_languages": null}, "macro.dbt_date.default__get_base_dates": {"name": "default__get_base_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_base_dates.sql", "original_file_path": "macros/get_base_dates.sql", "unique_id": "macro.dbt_date.default__get_base_dates", "macro_sql": "{% macro default__get_base_dates(start_date, end_date, n_dateparts, datepart) %}\n\n{%- if start_date and end_date -%}\n{%- set start_date=\"cast('\" ~ start_date ~ \"' as \" ~ dbt.type_timestamp() ~ \")\" -%}\n{%- set end_date=\"cast('\" ~ end_date ~ \"' as \" ~ dbt.type_timestamp() ~ \")\" -%}\n\n{%- elif n_dateparts and datepart -%}\n\n{%- set start_date = dbt.dateadd(datepart, -1 * n_dateparts, dbt_date.today()) -%}\n{%- set end_date = dbt_date.tomorrow() -%}\n{%- endif -%}\n\nwith date_spine as\n(\n\n {{ dbt_date.date_spine(\n datepart=datepart,\n start_date=start_date,\n end_date=end_date,\n )\n }}\n\n)\nselect\n cast(d.date_{{ datepart }} as {{ dbt.type_timestamp() }}) as date_{{ datepart }}\nfrom\n date_spine d\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.dateadd", "macro.dbt_date.today", "macro.dbt_date.tomorrow", "macro.dbt_date.date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.886791, "supported_languages": null}, "macro.dbt_date.bigquery__get_base_dates": {"name": "bigquery__get_base_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_base_dates.sql", "original_file_path": "macros/get_base_dates.sql", "unique_id": "macro.dbt_date.bigquery__get_base_dates", "macro_sql": "{% macro bigquery__get_base_dates(start_date, end_date, n_dateparts, datepart) %}\n\n{%- if start_date and end_date -%}\n{%- set start_date=\"cast('\" ~ start_date ~ \"' as datetime )\" -%}\n{%- set end_date=\"cast('\" ~ end_date ~ \"' as datetime )\" -%}\n\n{%- elif n_dateparts and datepart -%}\n\n{%- set start_date = dbt.dateadd(datepart, -1 * n_dateparts, dbt_date.today()) -%}\n{%- set end_date = dbt_date.tomorrow() -%}\n{%- endif -%}\n\nwith date_spine as\n(\n\n {{ dbt_date.date_spine(\n datepart=datepart,\n start_date=start_date,\n end_date=end_date,\n )\n }}\n\n)\nselect\n cast(d.date_{{ datepart }} as {{ dbt.type_timestamp() }}) as date_{{ datepart }}\nfrom\n date_spine d\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt_date.today", "macro.dbt_date.tomorrow", "macro.dbt_date.date_spine", "macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.887392, "supported_languages": null}, "macro.dbt_date.trino__get_base_dates": {"name": "trino__get_base_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/get_base_dates.sql", "original_file_path": "macros/get_base_dates.sql", "unique_id": "macro.dbt_date.trino__get_base_dates", "macro_sql": "{% macro trino__get_base_dates(start_date, end_date, n_dateparts, datepart) %}\n\n{%- if start_date and end_date -%}\n{%- set start_date=\"cast('\" ~ start_date ~ \"' as \" ~ dbt.type_timestamp() ~ \")\" -%}\n{%- set end_date=\"cast('\" ~ end_date ~ \"' as \" ~ dbt.type_timestamp() ~ \")\" -%}\n\n{%- elif n_dateparts and datepart -%}\n\n{%- set start_date = dbt.dateadd(datepart, -1 * n_dateparts, dbt_date.now()) -%}\n{%- set end_date = dbt_date.tomorrow() -%}\n{%- endif -%}\n\nwith date_spine as\n(\n\n {{ dbt_date.date_spine(\n datepart=datepart,\n start_date=start_date,\n end_date=end_date,\n )\n }}\n\n)\nselect\n cast(d.date_{{ datepart }} as {{ dbt.type_timestamp() }}) as date_{{ datepart }}\nfrom\n date_spine d\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.dateadd", "macro.dbt_date.now", "macro.dbt_date.tomorrow", "macro.dbt_date.date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8880699, "supported_languages": null}, "macro.dbt_date.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt_date')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.888764, "supported_languages": null}, "macro.dbt_date.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.default__get_intervals_between", "macro_sql": "{% macro default__get_intervals_between(start_date, end_date, datepart) -%}\n {%- call statement('get_intervals_between', fetch_result=True) %}\n\n select {{ dbt.datediff(start_date, end_date, datepart) }}\n\n {%- endcall -%}\n\n {%- set value_list = load_result('get_intervals_between') -%}\n\n {%- if value_list and value_list['data'] -%}\n {%- set values = value_list['data'] | map(attribute=0) | list %}\n {{ return(values[0]) }}\n {%- else -%}\n {{ return(1) }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.889312, "supported_languages": null}, "macro.dbt_date.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt_date')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.889523, "supported_languages": null}, "macro.dbt_date.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/date_spine.sql", "original_file_path": "macros/_utils/date_spine.sql", "unique_id": "macro.dbt_date.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n{# call as follows:\n\ndate_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n) #}\n\n\nwith rawdata as (\n\n {{\n dbt_date.generate_series(\n dbt_date.get_intervals_between(start_date, end_date, datepart)\n )\n }}\n\n),\n\nall_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n \"(row_number() over (order by 1) - 1)\",\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n)\n\nselect * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.generate_series", "macro.dbt_date.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.889846, "supported_languages": null}, "macro.dbt_date.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt_date')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8905768, "supported_languages": null}, "macro.dbt_date.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.default__get_powers_of_two", "macro_sql": "{% macro default__get_powers_of_two(upper_bound) %}\n\n {% if upper_bound <= 0 %}\n {{ exceptions.raise_compiler_error(\"upper bound must be positive\") }}\n {% endif %}\n\n {% for _ in range(1, 100) %}\n {% if upper_bound <= 2 ** loop.index %}{{ return(loop.index) }}{% endif %}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.890955, "supported_languages": null}, "macro.dbt_date.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt_date')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.891123, "supported_languages": null}, "macro.dbt_date.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/generate_series.sql", "original_file_path": "macros/_utils/generate_series.sql", "unique_id": "macro.dbt_date.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt_date.get_powers_of_two(upper_bound) %}\n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n {% for i in range(n) %}\n p{{i}}.generated_number * power(2, {{i}})\n {% if not loop.last %} + {% endif %}\n {% endfor %}\n + 1\n as generated_number\n\n from\n\n {% for i in range(n) %}\n p as p{{i}}\n {% if not loop.last %} cross join {% endif %}\n {% endfor %}\n\n )\n\n select *\n from unioned\n where generated_number <= {{upper_bound}}\n order by generated_number\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.891621, "supported_languages": null}, "macro.dbt_date.date": {"name": "date", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/modules_datetime.sql", "original_file_path": "macros/_utils/modules_datetime.sql", "unique_id": "macro.dbt_date.date", "macro_sql": "{% macro date(year, month, day) %}\n {{ return(modules.datetime.date(year, month, day)) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.89194, "supported_languages": null}, "macro.dbt_date.datetime": {"name": "datetime", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/_utils/modules_datetime.sql", "original_file_path": "macros/_utils/modules_datetime.sql", "unique_id": "macro.dbt_date.datetime", "macro_sql": "{% macro datetime(year, month, day, hour=0, minute=0, second=0, microsecond=0, tz=None) %}\n {% set tz = tz if tz else var(\"dbt_date:time_zone\") %}\n {{ return(\n modules.datetime.datetime(\n year=year, month=month, day=day, hour=hour,\n minute=minute, second=second, microsecond=microsecond,\n tzinfo=modules.pytz.timezone(tz)\n )\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.892441, "supported_languages": null}, "macro.dbt_date.get_fiscal_year_dates": {"name": "get_fiscal_year_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/fiscal_date/get_fiscal_year_dates.sql", "original_file_path": "macros/fiscal_date/get_fiscal_year_dates.sql", "unique_id": "macro.dbt_date.get_fiscal_year_dates", "macro_sql": "{% macro get_fiscal_year_dates(dates, year_end_month=12, week_start_day=1, shift_year=1) %}\n{{ adapter.dispatch('get_fiscal_year_dates', 'dbt_date') (dates, year_end_month, week_start_day, shift_year) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__get_fiscal_year_dates"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.89397, "supported_languages": null}, "macro.dbt_date.default__get_fiscal_year_dates": {"name": "default__get_fiscal_year_dates", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/fiscal_date/get_fiscal_year_dates.sql", "original_file_path": "macros/fiscal_date/get_fiscal_year_dates.sql", "unique_id": "macro.dbt_date.default__get_fiscal_year_dates", "macro_sql": "{% macro default__get_fiscal_year_dates(dates, year_end_month, week_start_day, shift_year) %}\n-- this gets all the dates within a fiscal year\n-- determined by the given year-end-month\n-- ending on the saturday closest to that month's end date\nwith fsc_date_dimension as (\n select * from {{ dates }}\n),\nyear_month_end as (\n\n select\n d.year_number - {{ shift_year }} as fiscal_year_number,\n d.month_end_date\n from\n fsc_date_dimension d\n where\n d.month_of_year = {{ year_end_month }}\n group by 1,2\n\n),\nweeks as (\n\n select\n d.year_number,\n d.month_of_year,\n d.date_day as week_start_date,\n cast({{ dbt.dateadd('day', 6, 'd.date_day') }} as date) as week_end_date\n from\n fsc_date_dimension d\n where\n d.day_of_week = {{ week_start_day }}\n\n),\n-- get all the weeks that start in the month the year ends\nyear_week_ends as (\n\n select\n d.year_number - {{ shift_year }} as fiscal_year_number,\n d.week_end_date\n from\n weeks d\n where\n d.month_of_year = {{ year_end_month }}\n group by\n 1,2\n\n),\n-- then calculate which Saturday is closest to month end\nweeks_at_month_end as (\n\n select\n d.fiscal_year_number,\n d.week_end_date,\n m.month_end_date,\n rank() over\n (partition by d.fiscal_year_number\n order by\n abs({{ dbt.datediff('d.week_end_date', 'm.month_end_date', 'day') }})\n\n ) as closest_to_month_end\n from\n year_week_ends d\n join\n year_month_end m on d.fiscal_year_number = m.fiscal_year_number\n),\nfiscal_year_range as (\n\n select\n w.fiscal_year_number,\n cast(\n {{ dbt.dateadd('day', 1,\n 'lag(w.week_end_date) over(order by w.week_end_date)') }}\n as date) as fiscal_year_start_date,\n w.week_end_date as fiscal_year_end_date\n from\n weeks_at_month_end w\n where\n w.closest_to_month_end = 1\n\n),\nfiscal_year_dates as (\n\n select\n d.date_day,\n m.fiscal_year_number,\n m.fiscal_year_start_date,\n m.fiscal_year_end_date,\n w.week_start_date,\n w.week_end_date,\n -- we reset the weeks of the year starting with the merch year start date\n dense_rank()\n over(\n partition by m.fiscal_year_number\n order by w.week_start_date\n ) as fiscal_week_of_year\n from\n fsc_date_dimension d\n join\n fiscal_year_range m on d.date_day between m.fiscal_year_start_date and m.fiscal_year_end_date\n join\n weeks w on d.date_day between w.week_start_date and w.week_end_date\n\n)\nselect * from fiscal_year_dates order by 1\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.894496, "supported_languages": null}, "macro.dbt_date.get_fiscal_periods": {"name": "get_fiscal_periods", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/fiscal_date/get_fiscal_periods.sql", "original_file_path": "macros/fiscal_date/get_fiscal_periods.sql", "unique_id": "macro.dbt_date.get_fiscal_periods", "macro_sql": "{% macro get_fiscal_periods(dates, year_end_month, week_start_day, shift_year=1) %}\n{#\nThis macro requires you to pass in a ref to a date dimension, created via\ndbt_date.get_date_dimension()s\n#}\nwith fscl_year_dates_for_periods as (\n {{ dbt_date.get_fiscal_year_dates(dates, year_end_month, week_start_day, shift_year) }}\n),\nfscl_year_w13 as (\n\n select\n f.*,\n -- We count the weeks in a 13 week period\n -- and separate the 4-5-4 week sequences\n mod(cast(\n (f.fiscal_week_of_year-1) as {{ dbt.type_int() }}\n ), 13) as w13_number,\n -- Chop weeks into 13 week merch quarters\n cast(\n least(\n floor((f.fiscal_week_of_year-1)/13.0)\n , 3)\n as {{ dbt.type_int() }}) as quarter_number\n from\n fscl_year_dates_for_periods f\n\n),\nfscl_periods as (\n\n select\n f.date_day,\n f.fiscal_year_number,\n f.week_start_date,\n f.week_end_date,\n f.fiscal_week_of_year,\n case\n -- we move week 53 into the 3rd period of the quarter\n when f.fiscal_week_of_year = 53 then 3\n when f.w13_number between 0 and 3 then 1\n when f.w13_number between 4 and 8 then 2\n when f.w13_number between 9 and 12 then 3\n end as period_of_quarter,\n f.quarter_number\n from\n fscl_year_w13 f\n\n),\nfscl_periods_quarters as (\n\n select\n f.*,\n cast((\n (f.quarter_number * 3) + f.period_of_quarter\n ) as {{ dbt.type_int() }}) as fiscal_period_number\n from\n fscl_periods f\n\n)\nselect\n date_day,\n fiscal_year_number,\n week_start_date,\n week_end_date,\n fiscal_week_of_year,\n dense_rank() over(partition by fiscal_period_number order by fiscal_week_of_year) as fiscal_week_of_period,\n fiscal_period_number,\n quarter_number+1 as fiscal_quarter_number,\n period_of_quarter as fiscal_period_of_quarter\nfrom\n fscl_periods_quarters\norder by 1,2\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_date.get_fiscal_year_dates", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8953412, "supported_languages": null}, "macro.dbt_date.tomorrow": {"name": "tomorrow", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/tomorrow.sql", "original_file_path": "macros/calendar_date/tomorrow.sql", "unique_id": "macro.dbt_date.tomorrow", "macro_sql": "{%- macro tomorrow(date=None, tz=None) -%}\n{{ dbt_date.n_days_away(1, date, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8955362, "supported_languages": null}, "macro.dbt_date.next_week": {"name": "next_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_week.sql", "original_file_path": "macros/calendar_date/next_week.sql", "unique_id": "macro.dbt_date.next_week", "macro_sql": "{%- macro next_week(tz=None) -%}\n{{ dbt_date.n_weeks_away(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_weeks_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.895696, "supported_languages": null}, "macro.dbt_date.next_month_name": {"name": "next_month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_month_name.sql", "original_file_path": "macros/calendar_date/next_month_name.sql", "unique_id": "macro.dbt_date.next_month_name", "macro_sql": "{%- macro next_month_name(short=True, tz=None) -%}\n{{ dbt_date.month_name(dbt_date.next_month(tz), short=short) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.month_name", "macro.dbt_date.next_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.895988, "supported_languages": null}, "macro.dbt_date.next_month": {"name": "next_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_month.sql", "original_file_path": "macros/calendar_date/next_month.sql", "unique_id": "macro.dbt_date.next_month", "macro_sql": "{%- macro next_month(tz=None) -%}\n{{ dbt_date.n_months_away(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_months_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.896152, "supported_languages": null}, "macro.dbt_date.day_name": {"name": "day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.day_name", "macro_sql": "{%- macro day_name(date, short=True) -%}\n {{ adapter.dispatch('day_name', 'dbt_date') (date, short) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__day_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.896872, "supported_languages": null}, "macro.dbt_date.default__day_name": {"name": "default__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.default__day_name", "macro_sql": "\n\n{%- macro default__day_name(date, short) -%}\n{%- set f = 'Dy' if short else 'Day' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.897054, "supported_languages": null}, "macro.dbt_date.snowflake__day_name": {"name": "snowflake__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.snowflake__day_name", "macro_sql": "\n\n{%- macro snowflake__day_name(date, short) -%}\n {%- if short -%}\n dayname({{ date }})\n {%- else -%}\n -- long version not implemented on Snowflake so we're doing it manually :/\n case dayname({{ date }})\n when 'Mon' then 'Monday'\n when 'Tue' then 'Tuesday'\n when 'Wed' then 'Wednesday'\n when 'Thu' then 'Thursday'\n when 'Fri' then 'Friday'\n when 'Sat' then 'Saturday'\n when 'Sun' then 'Sunday'\n end\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.897239, "supported_languages": null}, "macro.dbt_date.bigquery__day_name": {"name": "bigquery__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.bigquery__day_name", "macro_sql": "\n\n{%- macro bigquery__day_name(date, short) -%}\n{%- set f = '%a' if short else '%A' -%}\n format_date('{{ f }}', cast({{ date }} as date))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.897417, "supported_languages": null}, "macro.dbt_date.postgres__day_name": {"name": "postgres__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.postgres__day_name", "macro_sql": "\n\n{%- macro postgres__day_name(date, short) -%}\n{# FM = Fill mode, which suppresses padding blanks #}\n{%- set f = 'FMDy' if short else 'FMDay' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.897602, "supported_languages": null}, "macro.dbt_date.duckdb__day_name": {"name": "duckdb__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.duckdb__day_name", "macro_sql": "\n\n{%- macro duckdb__day_name(date, short) -%}\n {%- if short -%}\n substr(dayname({{ date }}), 1, 3)\n {%- else -%}\n dayname({{ date }})\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8977642, "supported_languages": null}, "macro.dbt_date.spark__day_name": {"name": "spark__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.spark__day_name", "macro_sql": "\n\n{%- macro spark__day_name(date, short) -%}\n{%- set f = 'E' if short else 'EEEE' -%}\n date_format({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.897938, "supported_languages": null}, "macro.dbt_date.trino__day_name": {"name": "trino__day_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_name.sql", "original_file_path": "macros/calendar_date/day_name.sql", "unique_id": "macro.dbt_date.trino__day_name", "macro_sql": "\n\n{%- macro trino__day_name(date, short) -%}\n{%- set f = 'a' if short else 'W' -%}\n date_format({{ date }}, '%{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8981152, "supported_languages": null}, "macro.dbt_date.to_unixtimestamp": {"name": "to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.to_unixtimestamp", "macro_sql": "{%- macro to_unixtimestamp(timestamp) -%}\n {{ adapter.dispatch('to_unixtimestamp', 'dbt_date') (timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__to_unixtimestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.898473, "supported_languages": null}, "macro.dbt_date.default__to_unixtimestamp": {"name": "default__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.default__to_unixtimestamp", "macro_sql": "\n\n{%- macro default__to_unixtimestamp(timestamp) -%}\n {{ dbt_date.date_part('epoch', timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.898595, "supported_languages": null}, "macro.dbt_date.snowflake__to_unixtimestamp": {"name": "snowflake__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.snowflake__to_unixtimestamp", "macro_sql": "\n\n{%- macro snowflake__to_unixtimestamp(timestamp) -%}\n {{ dbt_date.date_part('epoch_seconds', timestamp) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.898719, "supported_languages": null}, "macro.dbt_date.bigquery__to_unixtimestamp": {"name": "bigquery__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.bigquery__to_unixtimestamp", "macro_sql": "\n\n{%- macro bigquery__to_unixtimestamp(timestamp) -%}\n unix_seconds({{ timestamp }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8988092, "supported_languages": null}, "macro.dbt_date.spark__to_unixtimestamp": {"name": "spark__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.spark__to_unixtimestamp", "macro_sql": "\n\n{%- macro spark__to_unixtimestamp(timestamp) -%}\n unix_timestamp({{ timestamp }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.898897, "supported_languages": null}, "macro.dbt_date.trino__to_unixtimestamp": {"name": "trino__to_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/to_unixtimestamp.sql", "original_file_path": "macros/calendar_date/to_unixtimestamp.sql", "unique_id": "macro.dbt_date.trino__to_unixtimestamp", "macro_sql": "\n\n{%- macro trino__to_unixtimestamp(timestamp) -%}\n to_unixtime({{ timestamp }} AT TIME ZONE 'UTC')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.898986, "supported_languages": null}, "macro.dbt_date.n_days_away": {"name": "n_days_away", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_days_away.sql", "original_file_path": "macros/calendar_date/n_days_away.sql", "unique_id": "macro.dbt_date.n_days_away", "macro_sql": "{%- macro n_days_away(n, date=None, tz=None) -%}\n{{ dbt_date.n_days_ago(-1 * n, date, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_days_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.8992069, "supported_languages": null}, "macro.dbt_date.week_start": {"name": "week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.week_start", "macro_sql": "{%- macro week_start(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_start', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.postgres__week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.899646, "supported_languages": null}, "macro.dbt_date.default__week_start": {"name": "default__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.default__week_start", "macro_sql": "{%- macro default__week_start(date) -%}\ncast({{ dbt.date_trunc('week', date) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.899998, "supported_languages": null}, "macro.dbt_date.snowflake__week_start": {"name": "snowflake__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.snowflake__week_start", "macro_sql": "\n\n{%- macro snowflake__week_start(date) -%}\n {#\n Get the day of week offset: e.g. if the date is a Sunday,\n dbt_date.day_of_week returns 1, so we subtract 1 to get a 0 offset\n #}\n {% set off_set = dbt_date.day_of_week(date, isoweek=False) ~ \" - 1\" %}\n cast({{ dbt.dateadd(\"day\", \"-1 * (\" ~ off_set ~ \")\", date) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.day_of_week", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.900264, "supported_languages": null}, "macro.dbt_date.postgres__week_start": {"name": "postgres__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.postgres__week_start", "macro_sql": "\n\n{%- macro postgres__week_start(date) -%}\n-- Sunday as week start date\ncast({{ dbt.dateadd('day', -1, dbt.date_trunc('week', dbt.dateadd('day', 1, date))) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.900495, "supported_languages": null}, "macro.dbt_date.duckdb__week_start": {"name": "duckdb__week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_start.sql", "original_file_path": "macros/calendar_date/week_start.sql", "unique_id": "macro.dbt_date.duckdb__week_start", "macro_sql": "\n\n{%- macro duckdb__week_start(date) -%}\n{{ return(dbt_date.postgres__week_start(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9006279, "supported_languages": null}, "macro.dbt_date.iso_week_start": {"name": "iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.iso_week_start", "macro_sql": "{%- macro iso_week_start(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_start', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.postgres__iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.901209, "supported_languages": null}, "macro.dbt_date._iso_week_start": {"name": "_iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date._iso_week_start", "macro_sql": "{%- macro _iso_week_start(date, week_type) -%}\ncast({{ dbt.date_trunc(week_type, date) }} as date)\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9013498, "supported_languages": null}, "macro.dbt_date.default__iso_week_start": {"name": "default__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.default__iso_week_start", "macro_sql": "\n\n{%- macro default__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'isoweek') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.901477, "supported_languages": null}, "macro.dbt_date.snowflake__iso_week_start": {"name": "snowflake__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.snowflake__iso_week_start", "macro_sql": "\n\n{%- macro snowflake__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.90161, "supported_languages": null}, "macro.dbt_date.postgres__iso_week_start": {"name": "postgres__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.postgres__iso_week_start", "macro_sql": "\n\n{%- macro postgres__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9017339, "supported_languages": null}, "macro.dbt_date.duckdb__iso_week_start": {"name": "duckdb__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.duckdb__iso_week_start", "macro_sql": "\n\n{%- macro duckdb__iso_week_start(date) -%}\n{{ return(dbt_date.postgres__iso_week_start(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.90186, "supported_languages": null}, "macro.dbt_date.spark__iso_week_start": {"name": "spark__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.spark__iso_week_start", "macro_sql": "\n\n{%- macro spark__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.901979, "supported_languages": null}, "macro.dbt_date.trino__iso_week_start": {"name": "trino__iso_week_start", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_start.sql", "original_file_path": "macros/calendar_date/iso_week_start.sql", "unique_id": "macro.dbt_date.trino__iso_week_start", "macro_sql": "\n\n{%- macro trino__iso_week_start(date) -%}\n{{ dbt_date._iso_week_start(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_start"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9021, "supported_languages": null}, "macro.dbt_date.n_days_ago": {"name": "n_days_ago", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_days_ago.sql", "original_file_path": "macros/calendar_date/n_days_ago.sql", "unique_id": "macro.dbt_date.n_days_ago", "macro_sql": "{%- macro n_days_ago(n, date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{%- set n = n|int -%}\ncast({{ dbt.dateadd('day', -1 * n, dt) }} as date)\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9024699, "supported_languages": null}, "macro.dbt_date.last_week": {"name": "last_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_week.sql", "original_file_path": "macros/calendar_date/last_week.sql", "unique_id": "macro.dbt_date.last_week", "macro_sql": "{%- macro last_week(tz=None) -%}\n{{ dbt_date.n_weeks_ago(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_weeks_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.902642, "supported_languages": null}, "macro.dbt_date.now": {"name": "now", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/now.sql", "original_file_path": "macros/calendar_date/now.sql", "unique_id": "macro.dbt_date.now", "macro_sql": "{%- macro now(tz=None) -%}\n{{ dbt_date.convert_timezone(dbt.current_timestamp(), tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.convert_timezone", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9028218, "supported_languages": null}, "macro.dbt_date.periods_since": {"name": "periods_since", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/periods_since.sql", "original_file_path": "macros/calendar_date/periods_since.sql", "unique_id": "macro.dbt_date.periods_since", "macro_sql": "{%- macro periods_since(date_col, period_name='day', tz=None) -%}\n{{ dbt.datediff(date_col, dbt_date.now(tz), period_name) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.datediff", "macro.dbt_date.now"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9030652, "supported_languages": null}, "macro.dbt_date.today": {"name": "today", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/today.sql", "original_file_path": "macros/calendar_date/today.sql", "unique_id": "macro.dbt_date.today", "macro_sql": "{%- macro today(tz=None) -%}\ncast({{ dbt_date.now(tz) }} as date)\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.now"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.90323, "supported_languages": null}, "macro.dbt_date.last_month": {"name": "last_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_month.sql", "original_file_path": "macros/calendar_date/last_month.sql", "unique_id": "macro.dbt_date.last_month", "macro_sql": "{%- macro last_month(tz=None) -%}\n{{ dbt_date.n_months_ago(1, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_months_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.903401, "supported_languages": null}, "macro.dbt_date.day_of_year": {"name": "day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.day_of_year", "macro_sql": "{%- macro day_of_year(date) -%}\n{{ adapter.dispatch('day_of_year', 'dbt_date') (date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.redshift__day_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.90378, "supported_languages": null}, "macro.dbt_date.default__day_of_year": {"name": "default__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.default__day_of_year", "macro_sql": "\n\n{%- macro default__day_of_year(date) -%}\n {{ dbt_date.date_part('dayofyear', date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.903906, "supported_languages": null}, "macro.dbt_date.postgres__day_of_year": {"name": "postgres__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.postgres__day_of_year", "macro_sql": "\n\n{%- macro postgres__day_of_year(date) -%}\n {{ dbt_date.date_part('doy', date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.904106, "supported_languages": null}, "macro.dbt_date.redshift__day_of_year": {"name": "redshift__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.redshift__day_of_year", "macro_sql": "\n\n{%- macro redshift__day_of_year(date) -%}\n cast({{ dbt_date.date_part('dayofyear', date) }} as {{ dbt.type_bigint() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.904286, "supported_languages": null}, "macro.dbt_date.spark__day_of_year": {"name": "spark__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.spark__day_of_year", "macro_sql": "\n\n{%- macro spark__day_of_year(date) -%}\n dayofyear({{ date }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.904381, "supported_languages": null}, "macro.dbt_date.trino__day_of_year": {"name": "trino__day_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_year.sql", "original_file_path": "macros/calendar_date/day_of_year.sql", "unique_id": "macro.dbt_date.trino__day_of_year", "macro_sql": "\n\n{%- macro trino__day_of_year(date) -%}\n {{ dbt_date.date_part('day_of_year', date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.90451, "supported_languages": null}, "macro.dbt_date.round_timestamp": {"name": "round_timestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/round_timestamp.sql", "original_file_path": "macros/calendar_date/round_timestamp.sql", "unique_id": "macro.dbt_date.round_timestamp", "macro_sql": "{% macro round_timestamp(timestamp) %}\n {{ dbt.date_trunc(\"day\", dbt.dateadd(\"hour\", 12, timestamp)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.904732, "supported_languages": null}, "macro.dbt_date.from_unixtimestamp": {"name": "from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.from_unixtimestamp", "macro_sql": "{%- macro from_unixtimestamp(epochs, format=\"seconds\") -%}\n {{ adapter.dispatch('from_unixtimestamp', 'dbt_date') (epochs, format) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__from_unixtimestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9066072, "supported_languages": null}, "macro.dbt_date.default__from_unixtimestamp": {"name": "default__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.default__from_unixtimestamp", "macro_sql": "\n\n{%- macro default__from_unixtimestamp(epochs, format=\"seconds\") -%}\n {%- if format != \"seconds\" -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n to_timestamp({{ epochs }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.906857, "supported_languages": null}, "macro.dbt_date.postgres__from_unixtimestamp": {"name": "postgres__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.postgres__from_unixtimestamp", "macro_sql": "\n\n{%- macro postgres__from_unixtimestamp(epochs, format=\"seconds\") -%}\n {%- if format != \"seconds\" -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n cast(to_timestamp({{ epochs }}) at time zone 'UTC' as timestamp)\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.907109, "supported_languages": null}, "macro.dbt_date.snowflake__from_unixtimestamp": {"name": "snowflake__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.snowflake__from_unixtimestamp", "macro_sql": "\n\n{%- macro snowflake__from_unixtimestamp(epochs, format) -%}\n {%- if format == \"seconds\" -%}\n {%- set scale = 0 -%}\n {%- elif format == \"milliseconds\" -%}\n {%- set scale = 3 -%}\n {%- elif format == \"microseconds\" -%}\n {%- set scale = 6 -%}\n {%- else -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n to_timestamp_ntz({{ epochs }}, {{ scale }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.907535, "supported_languages": null}, "macro.dbt_date.bigquery__from_unixtimestamp": {"name": "bigquery__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.bigquery__from_unixtimestamp", "macro_sql": "\n\n{%- macro bigquery__from_unixtimestamp(epochs, format) -%}\n {%- if format == \"seconds\" -%}\n timestamp_seconds({{ epochs }})\n {%- elif format == \"milliseconds\" -%}\n timestamp_millis({{ epochs }})\n {%- elif format == \"microseconds\" -%}\n timestamp_micros({{ epochs }})\n {%- else -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9078941, "supported_languages": null}, "macro.dbt_date.trino__from_unixtimestamp": {"name": "trino__from_unixtimestamp", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/from_unixtimestamp.sql", "original_file_path": "macros/calendar_date/from_unixtimestamp.sql", "unique_id": "macro.dbt_date.trino__from_unixtimestamp", "macro_sql": "\n\n{%- macro trino__from_unixtimestamp(epochs, format) -%}\n {%- if format == \"seconds\" -%}\n cast(from_unixtime({{ epochs }}) AT TIME ZONE 'UTC' as {{ dbt.type_timestamp() }})\n {%- elif format == \"milliseconds\" -%}\n cast(from_unixtime_nanos({{ epochs }} * pow(10, 6)) AT TIME ZONE 'UTC' as {{ dbt.type_timestamp() }})\n {%- elif format == \"microseconds\" -%}\n cast(from_unixtime_nanos({{ epochs }} * pow(10, 3)) AT TIME ZONE 'UTC' as {{ dbt.type_timestamp() }})\n {%- elif format == \"nanoseconds\" -%}\n cast(from_unixtime_nanos({{ epochs }}) AT TIME ZONE 'UTC' as {{ dbt.type_timestamp() }})\n {%- else -%}\n {{ exceptions.raise_compiler_error(\n \"value \" ~ format ~ \" for `format` for from_unixtimestamp is not supported.\"\n )\n }}\n {% endif -%}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.908457, "supported_languages": null}, "macro.dbt_date.n_months_ago": {"name": "n_months_ago", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_months_ago.sql", "original_file_path": "macros/calendar_date/n_months_ago.sql", "unique_id": "macro.dbt_date.n_months_ago", "macro_sql": "{%- macro n_months_ago(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('month',\n dbt.dateadd('month', -1 * n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.908802, "supported_languages": null}, "macro.dbt_date.date_part": {"name": "date_part", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/date_part.sql", "original_file_path": "macros/calendar_date/date_part.sql", "unique_id": "macro.dbt_date.date_part", "macro_sql": "{% macro date_part(datepart, date) -%}\n {{ adapter.dispatch('date_part', 'dbt_date') (datepart, date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.default__date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.909127, "supported_languages": null}, "macro.dbt_date.default__date_part": {"name": "default__date_part", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/date_part.sql", "original_file_path": "macros/calendar_date/date_part.sql", "unique_id": "macro.dbt_date.default__date_part", "macro_sql": "{% macro default__date_part(datepart, date) -%}\n date_part('{{ datepart }}', {{ date }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9092531, "supported_languages": null}, "macro.dbt_date.bigquery__date_part": {"name": "bigquery__date_part", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/date_part.sql", "original_file_path": "macros/calendar_date/date_part.sql", "unique_id": "macro.dbt_date.bigquery__date_part", "macro_sql": "{% macro bigquery__date_part(datepart, date) -%}\n extract({{ datepart }} from {{ date }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.909371, "supported_languages": null}, "macro.dbt_date.trino__date_part": {"name": "trino__date_part", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/date_part.sql", "original_file_path": "macros/calendar_date/date_part.sql", "unique_id": "macro.dbt_date.trino__date_part", "macro_sql": "{% macro trino__date_part(datepart, date) -%}\n extract({{ datepart }} from {{ date }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.909487, "supported_languages": null}, "macro.dbt_date.n_weeks_away": {"name": "n_weeks_away", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_weeks_away.sql", "original_file_path": "macros/calendar_date/n_weeks_away.sql", "unique_id": "macro.dbt_date.n_weeks_away", "macro_sql": "{%- macro n_weeks_away(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('week',\n dbt.dateadd('week', n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.909803, "supported_languages": null}, "macro.dbt_date.day_of_month": {"name": "day_of_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_month.sql", "original_file_path": "macros/calendar_date/day_of_month.sql", "unique_id": "macro.dbt_date.day_of_month", "macro_sql": "{%- macro day_of_month(date) -%}\n{{ dbt_date.date_part('day', date) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9099991, "supported_languages": null}, "macro.dbt_date.redshift__day_of_month": {"name": "redshift__day_of_month", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_month.sql", "original_file_path": "macros/calendar_date/day_of_month.sql", "unique_id": "macro.dbt_date.redshift__day_of_month", "macro_sql": "\n\n{%- macro redshift__day_of_month(date) -%}\ncast({{ dbt_date.date_part('day', date) }} as {{ dbt.type_bigint() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9101639, "supported_languages": null}, "macro.dbt_date.yesterday": {"name": "yesterday", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/yesterday.sql", "original_file_path": "macros/calendar_date/yesterday.sql", "unique_id": "macro.dbt_date.yesterday", "macro_sql": "{%- macro yesterday(date=None, tz=None) -%}\n{{ dbt_date.n_days_ago(1, date, tz) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.n_days_ago"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.910363, "supported_languages": null}, "macro.dbt_date.day_of_week": {"name": "day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.day_of_week", "macro_sql": "{%- macro day_of_week(date, isoweek=true) -%}\n{{ adapter.dispatch('day_of_week', 'dbt_date') (date, isoweek) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.redshift__day_of_week"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9132102, "supported_languages": null}, "macro.dbt_date.default__day_of_week": {"name": "default__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.default__day_of_week", "macro_sql": "\n\n{%- macro default__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (0) to Monday (1)\n when {{ dow }} = 0 then 7\n else {{ dow }}\n end\n {%- else -%}\n {{ dow }} + 1\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.913573, "supported_languages": null}, "macro.dbt_date.snowflake__day_of_week": {"name": "snowflake__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.snowflake__day_of_week", "macro_sql": "\n\n{%- macro snowflake__day_of_week(date, isoweek) -%}\n\n {%- if isoweek -%}\n {%- set dow_part = 'dayofweekiso' -%}\n {{ dbt_date.date_part(dow_part, date) }}\n {%- else -%}\n {%- set dow_part = 'dayofweek' -%}\n case\n when {{ dbt_date.date_part(dow_part, date) }} = 7 then 1\n else {{ dbt_date.date_part(dow_part, date) }} + 1\n end\n {%- endif -%}\n\n\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.913975, "supported_languages": null}, "macro.dbt_date.bigquery__day_of_week": {"name": "bigquery__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.bigquery__day_of_week", "macro_sql": "\n\n{%- macro bigquery__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (1) to Monday (2)\n when {{ dow }} = 1 then 7\n else {{ dow }} - 1\n end\n {%- else -%}\n {{ dow }}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.91426, "supported_languages": null}, "macro.dbt_date.postgres__day_of_week": {"name": "postgres__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.postgres__day_of_week", "macro_sql": "\n\n\n{%- macro postgres__day_of_week(date, isoweek) -%}\n\n {%- if isoweek -%}\n {%- set dow_part = 'isodow' -%}\n -- Monday(1) to Sunday (7)\n cast({{ dbt_date.date_part(dow_part, date) }} as {{ dbt.type_int() }})\n {%- else -%}\n {%- set dow_part = 'dow' -%}\n -- Sunday(1) to Saturday (7)\n cast({{ dbt_date.date_part(dow_part, date) }} + 1 as {{ dbt.type_int() }})\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9147332, "supported_languages": null}, "macro.dbt_date.redshift__day_of_week": {"name": "redshift__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.redshift__day_of_week", "macro_sql": "\n\n\n{%- macro redshift__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('dayofweek', date) -%}\n\n {%- if isoweek -%}\n case\n -- Shift start of week from Sunday (0) to Monday (1)\n when {{ dow }} = 0 then 7\n else cast({{ dow }} as {{ dbt.type_bigint() }})\n end\n {%- else -%}\n cast({{ dow }} + 1 as {{ dbt.type_bigint() }})\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_bigint"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.915162, "supported_languages": null}, "macro.dbt_date.duckdb__day_of_week": {"name": "duckdb__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.duckdb__day_of_week", "macro_sql": "\n\n{%- macro duckdb__day_of_week(date, isoweek) -%}\n{{ return(dbt_date.postgres__day_of_week(date, isoweek)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__day_of_week"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.915336, "supported_languages": null}, "macro.dbt_date.spark__day_of_week": {"name": "spark__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.spark__day_of_week", "macro_sql": "\n\n\n{%- macro spark__day_of_week(date, isoweek) -%}\n\n {%- set dow = \"dayofweek_iso\" if isoweek else \"dayofweek\" -%}\n\n {{ dbt_date.date_part(dow, date) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9155462, "supported_languages": null}, "macro.dbt_date.trino__day_of_week": {"name": "trino__day_of_week", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/day_of_week.sql", "original_file_path": "macros/calendar_date/day_of_week.sql", "unique_id": "macro.dbt_date.trino__day_of_week", "macro_sql": "\n\n\n{%- macro trino__day_of_week(date, isoweek) -%}\n\n {%- set dow = dbt_date.date_part('day_of_week', date) -%}\n\n {%- if isoweek -%}\n {{ dow }}\n {%- else -%}\n case\n when {{ dow }} = 7 then 1\n else {{ dow }} + 1\n end\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.915822, "supported_languages": null}, "macro.dbt_date.iso_week_end": {"name": "iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date.iso_week_end", "macro_sql": "{%- macro iso_week_end(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_end', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.default__iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9162781, "supported_languages": null}, "macro.dbt_date._iso_week_end": {"name": "_iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date._iso_week_end", "macro_sql": "{%- macro _iso_week_end(date, week_type) -%}\n{%- set dt = dbt_date.iso_week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.iso_week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.916478, "supported_languages": null}, "macro.dbt_date.default__iso_week_end": {"name": "default__iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date.default__iso_week_end", "macro_sql": "\n\n{%- macro default__iso_week_end(date) -%}\n{{ dbt_date._iso_week_end(date, 'isoweek') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.91661, "supported_languages": null}, "macro.dbt_date.snowflake__iso_week_end": {"name": "snowflake__iso_week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_end.sql", "original_file_path": "macros/calendar_date/iso_week_end.sql", "unique_id": "macro.dbt_date.snowflake__iso_week_end", "macro_sql": "\n\n{%- macro snowflake__iso_week_end(date) -%}\n{{ dbt_date._iso_week_end(date, 'weekiso') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9167411, "supported_languages": null}, "macro.dbt_date.n_weeks_ago": {"name": "n_weeks_ago", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_weeks_ago.sql", "original_file_path": "macros/calendar_date/n_weeks_ago.sql", "unique_id": "macro.dbt_date.n_weeks_ago", "macro_sql": "{%- macro n_weeks_ago(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('week',\n dbt.dateadd('week', -1 * n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.917092, "supported_languages": null}, "macro.dbt_date.month_name": {"name": "month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.month_name", "macro_sql": "{%- macro month_name(date, short=True) -%}\n {{ adapter.dispatch('month_name', 'dbt_date') (date, short) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__month_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9177291, "supported_languages": null}, "macro.dbt_date.default__month_name": {"name": "default__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.default__month_name", "macro_sql": "\n\n{%- macro default__month_name(date, short) -%}\n{%- set f = 'MON' if short else 'MONTH' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.917918, "supported_languages": null}, "macro.dbt_date.bigquery__month_name": {"name": "bigquery__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.bigquery__month_name", "macro_sql": "\n\n{%- macro bigquery__month_name(date, short) -%}\n{%- set f = '%b' if short else '%B' -%}\n format_date('{{ f }}', cast({{ date }} as date))\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.918109, "supported_languages": null}, "macro.dbt_date.snowflake__month_name": {"name": "snowflake__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.snowflake__month_name", "macro_sql": "\n\n{%- macro snowflake__month_name(date, short) -%}\n{%- set f = 'MON' if short else 'MMMM' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9183009, "supported_languages": null}, "macro.dbt_date.postgres__month_name": {"name": "postgres__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.postgres__month_name", "macro_sql": "\n\n{%- macro postgres__month_name(date, short) -%}\n{# FM = Fill mode, which suppresses padding blanks #}\n{%- set f = 'FMMon' if short else 'FMMonth' -%}\n to_char({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.918488, "supported_languages": null}, "macro.dbt_date.duckdb__month_name": {"name": "duckdb__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.duckdb__month_name", "macro_sql": "\n\n\n{%- macro duckdb__month_name(date, short) -%}\n {%- if short -%}\n substr(monthname({{ date }}), 1, 3)\n {%- else -%}\n monthname({{ date }})\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.918751, "supported_languages": null}, "macro.dbt_date.spark__month_name": {"name": "spark__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.spark__month_name", "macro_sql": "\n\n{%- macro spark__month_name(date, short) -%}\n{%- set f = 'LLL' if short else 'LLLL' -%}\n date_format({{ date }}, '{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9189398, "supported_languages": null}, "macro.dbt_date.trino__month_name": {"name": "trino__month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/month_name.sql", "original_file_path": "macros/calendar_date/month_name.sql", "unique_id": "macro.dbt_date.trino__month_name", "macro_sql": "\n\n{%- macro trino__month_name(date, short) -%}\n{%- set f = 'b' if short else 'M' -%}\n date_format({{ date }}, '%{{ f }}')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.919123, "supported_languages": null}, "macro.dbt_date.last_month_name": {"name": "last_month_name", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_month_name.sql", "original_file_path": "macros/calendar_date/last_month_name.sql", "unique_id": "macro.dbt_date.last_month_name", "macro_sql": "{%- macro last_month_name(short=True, tz=None) -%}\n{{ dbt_date.month_name(dbt_date.last_month(tz), short=short) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.month_name", "macro.dbt_date.last_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9193568, "supported_languages": null}, "macro.dbt_date.week_of_year": {"name": "week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.week_of_year", "macro_sql": "{%- macro week_of_year(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_of_year', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.postgres__week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9197938, "supported_languages": null}, "macro.dbt_date.default__week_of_year": {"name": "default__week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.default__week_of_year", "macro_sql": "{%- macro default__week_of_year(date) -%}\ncast({{ dbt_date.date_part('week', date) }} as {{ dbt.type_int() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.919977, "supported_languages": null}, "macro.dbt_date.postgres__week_of_year": {"name": "postgres__week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.postgres__week_of_year", "macro_sql": "\n\n{%- macro postgres__week_of_year(date) -%}\n{# postgresql 'week' returns isoweek. Use to_char instead.\n WW = the first week starts on the first day of the year #}\ncast(to_char({{ date }}, 'WW') as {{ dbt.type_int() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9201238, "supported_languages": null}, "macro.dbt_date.duckdb__week_of_year": {"name": "duckdb__week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_of_year.sql", "original_file_path": "macros/calendar_date/week_of_year.sql", "unique_id": "macro.dbt_date.duckdb__week_of_year", "macro_sql": "\n\n{%- macro duckdb__week_of_year(date) -%}\ncast(ceil(dayofyear({{ date }}) / 7) as int)\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9202292, "supported_languages": null}, "macro.dbt_date.convert_timezone": {"name": "convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.convert_timezone", "macro_sql": "{%- macro convert_timezone(column, target_tz=None, source_tz=None) -%}\n{%- set source_tz = \"UTC\" if not source_tz else source_tz -%}\n{%- set target_tz = var(\"dbt_date:time_zone\") if not target_tz else target_tz -%}\n{{ adapter.dispatch('convert_timezone', 'dbt_date') (column, target_tz, source_tz) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.redshift__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.921518, "supported_languages": null}, "macro.dbt_date.default__convert_timezone": {"name": "default__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.default__convert_timezone", "macro_sql": "{% macro default__convert_timezone(column, target_tz, source_tz) -%}\nconvert_timezone('{{ source_tz }}', '{{ target_tz }}',\n cast({{ column }} as {{ dbt.type_timestamp() }})\n)\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9217222, "supported_languages": null}, "macro.dbt_date.bigquery__convert_timezone": {"name": "bigquery__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.bigquery__convert_timezone", "macro_sql": "{%- macro bigquery__convert_timezone(column, target_tz, source_tz=None) -%}\ntimestamp(datetime({{ column }}, '{{ target_tz}}'))\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9218738, "supported_languages": null}, "macro.dbt_date.postgres__convert_timezone": {"name": "postgres__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.postgres__convert_timezone", "macro_sql": "{% macro postgres__convert_timezone(column, target_tz, source_tz) -%}\ncast(\n cast({{ column }} as {{ dbt.type_timestamp() }})\n at time zone '{{ source_tz }}' at time zone '{{ target_tz }}' as {{ dbt.type_timestamp() }}\n)\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9220989, "supported_languages": null}, "macro.dbt_date.redshift__convert_timezone": {"name": "redshift__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.redshift__convert_timezone", "macro_sql": "{%- macro redshift__convert_timezone(column, target_tz, source_tz) -%}\n{{ return(dbt_date.default__convert_timezone(column, target_tz, source_tz)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.default__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.922274, "supported_languages": null}, "macro.dbt_date.duckdb__convert_timezone": {"name": "duckdb__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.duckdb__convert_timezone", "macro_sql": "{% macro duckdb__convert_timezone(column, target_tz, source_tz) -%}\n{{ return(dbt_date.postgres__convert_timezone(column, target_tz, source_tz)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.postgres__convert_timezone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.922438, "supported_languages": null}, "macro.dbt_date.spark__convert_timezone": {"name": "spark__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.spark__convert_timezone", "macro_sql": "{%- macro spark__convert_timezone(column, target_tz, source_tz) -%}\nfrom_utc_timestamp(\n to_utc_timestamp({{ column }}, '{{ source_tz }}'),\n '{{ target_tz }}'\n )\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.922587, "supported_languages": null}, "macro.dbt_date.trino__convert_timezone": {"name": "trino__convert_timezone", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/convert_timezone.sql", "original_file_path": "macros/calendar_date/convert_timezone.sql", "unique_id": "macro.dbt_date.trino__convert_timezone", "macro_sql": "{%- macro trino__convert_timezone(column, target_tz, source_tz) -%}\n cast((at_timezone(with_timezone(cast({{ column }} as {{ dbt.type_timestamp() }}), '{{ source_tz }}'), '{{ target_tz }}')) as {{ dbt.type_timestamp() }})\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9227881, "supported_languages": null}, "macro.dbt_date.n_months_away": {"name": "n_months_away", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/n_months_away.sql", "original_file_path": "macros/calendar_date/n_months_away.sql", "unique_id": "macro.dbt_date.n_months_away", "macro_sql": "{%- macro n_months_away(n, tz=None) -%}\n{%- set n = n|int -%}\n{{ dbt.date_trunc('month',\n dbt.dateadd('month', n,\n dbt_date.today(tz)\n )\n ) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.date_trunc", "macro.dbt.dateadd", "macro.dbt_date.today"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.923101, "supported_languages": null}, "macro.dbt_date.iso_week_of_year": {"name": "iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.iso_week_of_year", "macro_sql": "{%- macro iso_week_of_year(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('iso_week_of_year', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.postgres__iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9237309, "supported_languages": null}, "macro.dbt_date._iso_week_of_year": {"name": "_iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date._iso_week_of_year", "macro_sql": "{%- macro _iso_week_of_year(date, week_type) -%}\ncast({{ dbt_date.date_part(week_type, date) }} as {{ dbt.type_int() }})\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.923904, "supported_languages": null}, "macro.dbt_date.default__iso_week_of_year": {"name": "default__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.default__iso_week_of_year", "macro_sql": "\n\n{%- macro default__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'isoweek') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.924026, "supported_languages": null}, "macro.dbt_date.snowflake__iso_week_of_year": {"name": "snowflake__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.snowflake__iso_week_of_year", "macro_sql": "\n\n{%- macro snowflake__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'weekiso') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.924216, "supported_languages": null}, "macro.dbt_date.postgres__iso_week_of_year": {"name": "postgres__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.postgres__iso_week_of_year", "macro_sql": "\n\n{%- macro postgres__iso_week_of_year(date) -%}\n-- postgresql week is isoweek, the first week of a year containing January 4 of that year.\n{{ dbt_date._iso_week_of_year(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9243488, "supported_languages": null}, "macro.dbt_date.duckdb__iso_week_of_year": {"name": "duckdb__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.duckdb__iso_week_of_year", "macro_sql": "\n\n{%- macro duckdb__iso_week_of_year(date) -%}\n{{ return(dbt_date.postgres__iso_week_of_year(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.924478, "supported_languages": null}, "macro.dbt_date.spark__iso_week_of_year": {"name": "spark__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.spark__iso_week_of_year", "macro_sql": "\n\n{%- macro spark__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.924604, "supported_languages": null}, "macro.dbt_date.trino__iso_week_of_year": {"name": "trino__iso_week_of_year", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/iso_week_of_year.sql", "original_file_path": "macros/calendar_date/iso_week_of_year.sql", "unique_id": "macro.dbt_date.trino__iso_week_of_year", "macro_sql": "\n\n{%- macro trino__iso_week_of_year(date) -%}\n{{ dbt_date._iso_week_of_year(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date._iso_week_of_year"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.924725, "supported_languages": null}, "macro.dbt_date.week_end": {"name": "week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.week_end", "macro_sql": "{%- macro week_end(date=None, tz=None) -%}\n{%-set dt = date if date else dbt_date.today(tz) -%}\n{{ adapter.dispatch('week_end', 'dbt_date') (dt) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_date.today", "macro.dbt_date.postgres__week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.925171, "supported_languages": null}, "macro.dbt_date.default__week_end": {"name": "default__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.default__week_end", "macro_sql": "{%- macro default__week_end(date) -%}\n{{ last_day(date, 'week') }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.925287, "supported_languages": null}, "macro.dbt_date.snowflake__week_end": {"name": "snowflake__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.snowflake__week_end", "macro_sql": "\n\n{%- macro snowflake__week_end(date) -%}\n{%- set dt = dbt_date.week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.925462, "supported_languages": null}, "macro.dbt_date.postgres__week_end": {"name": "postgres__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.postgres__week_end", "macro_sql": "\n\n{%- macro postgres__week_end(date) -%}\n{%- set dt = dbt_date.week_start(date) -%}\n{{ dbt_date.n_days_away(6, dt) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.week_start", "macro.dbt_date.n_days_away"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.925641, "supported_languages": null}, "macro.dbt_date.duckdb__week_end": {"name": "duckdb__week_end", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/week_end.sql", "original_file_path": "macros/calendar_date/week_end.sql", "unique_id": "macro.dbt_date.duckdb__week_end", "macro_sql": "\n\n{%- macro duckdb__week_end(date) -%}\n{{ return(dbt_date.postgres__week_end(date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_date.postgres__week_end"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.925766, "supported_languages": null}, "macro.dbt_date.next_month_number": {"name": "next_month_number", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/next_month_number.sql", "original_file_path": "macros/calendar_date/next_month_number.sql", "unique_id": "macro.dbt_date.next_month_number", "macro_sql": "{%- macro next_month_number(tz=None) -%}\n{{ dbt_date.date_part('month', dbt_date.next_month(tz)) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_date.next_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.925955, "supported_languages": null}, "macro.dbt_date.last_month_number": {"name": "last_month_number", "resource_type": "macro", "package_name": "dbt_date", "path": "macros/calendar_date/last_month_number.sql", "original_file_path": "macros/calendar_date/last_month_number.sql", "unique_id": "macro.dbt_date.last_month_number", "macro_sql": "{%- macro last_month_number(tz=None) -%}\n{{ dbt_date.date_part('month', dbt_date.last_month(tz)) }}\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_date.date_part", "macro.dbt_date.last_month"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.926146, "supported_languages": null}, "macro.fivetran_utils.enabled_vars": {"name": "enabled_vars", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/enabled_vars.sql", "original_file_path": "macros/enabled_vars.sql", "unique_id": "macro.fivetran_utils.enabled_vars", "macro_sql": "{% macro enabled_vars(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, True) == False %}\n {{ return(False) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(True) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.926502, "supported_languages": null}, "macro.fivetran_utils.percentile": {"name": "percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.percentile", "macro_sql": "{% macro percentile(percentile_field, partition_field, percent) -%}\n\n{{ adapter.dispatch('percentile', 'fivetran_utils') (percentile_field, partition_field, percent) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.92731, "supported_languages": null}, "macro.fivetran_utils.default__percentile": {"name": "default__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.default__percentile", "macro_sql": "{% macro default__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9274619, "supported_languages": null}, "macro.fivetran_utils.redshift__percentile": {"name": "redshift__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.redshift__percentile", "macro_sql": "{% macro redshift__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n over ( partition by {{ partition_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.927604, "supported_languages": null}, "macro.fivetran_utils.bigquery__percentile": {"name": "bigquery__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.bigquery__percentile", "macro_sql": "{% macro bigquery__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.927745, "supported_languages": null}, "macro.fivetran_utils.postgres__percentile": {"name": "postgres__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.postgres__percentile", "macro_sql": "{% macro postgres__percentile(percentile_field, partition_field, percent) %}\n\n percentile_cont( \n {{ percent }} )\n within group ( order by {{ percentile_field }} )\n /* have to group by partition field */\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.92787, "supported_languages": null}, "macro.fivetran_utils.spark__percentile": {"name": "spark__percentile", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/percentile.sql", "original_file_path": "macros/percentile.sql", "unique_id": "macro.fivetran_utils.spark__percentile", "macro_sql": "{% macro spark__percentile(percentile_field, partition_field, percent) %}\n\n percentile( \n {{ percentile_field }}, \n {{ percent }}) \n over (partition by {{ partition_field }} \n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.928007, "supported_languages": null}, "macro.fivetran_utils.pivot_json_extract": {"name": "pivot_json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/pivot_json_extract.sql", "original_file_path": "macros/pivot_json_extract.sql", "unique_id": "macro.fivetran_utils.pivot_json_extract", "macro_sql": "{% macro pivot_json_extract(string, list_of_properties) %}\n\n{%- for property in list_of_properties -%}\n{%- if property is mapping -%}\nreplace( {{ fivetran_utils.json_extract(string, property.name) }}, '\"', '') as {{ property.alias if property.alias else property.name | replace(' ', '_') | replace('.', '_') | lower }}\n\n{%- else -%}\nreplace( {{ fivetran_utils.json_extract(string, property) }}, '\"', '') as {{ property | replace(' ', '_') | lower }}\n\n{%- endif -%}\n{%- if not loop.last -%},{%- endif %}\n{% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9287732, "supported_languages": null}, "macro.fivetran_utils.persist_pass_through_columns": {"name": "persist_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/persist_pass_through_columns.sql", "original_file_path": "macros/persist_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.persist_pass_through_columns", "macro_sql": "{% macro persist_pass_through_columns(pass_through_variable, identifier=none, transform='') %}\n\n{% if var(pass_through_variable, none) %}\n {% for field in var(pass_through_variable) %}\n , {{ transform ~ '(' ~ (identifier ~ '.' if identifier else '') ~ (field.alias if field.alias else field.name) ~ ')' }} as {{ field.alias if field.alias else field.name }}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.929336, "supported_languages": null}, "macro.fivetran_utils.json_parse": {"name": "json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.json_parse", "macro_sql": "{% macro json_parse(string, string_path) -%}\n\n{{ adapter.dispatch('json_parse', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.930526, "supported_languages": null}, "macro.fivetran_utils.default__json_parse": {"name": "default__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.default__json_parse", "macro_sql": "{% macro default__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9307442, "supported_languages": null}, "macro.fivetran_utils.redshift__json_parse": {"name": "redshift__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.redshift__json_parse", "macro_sql": "{% macro redshift__json_parse(string, string_path) %}\n\n json_extract_path_text({{string}}, {%- for s in string_path -%}'{{ s }}'{%- if not loop.last -%},{%- endif -%}{%- endfor -%} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.93096, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_parse": {"name": "bigquery__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.bigquery__json_parse", "macro_sql": "{% macro bigquery__json_parse(string, string_path) %}\n\n \n json_extract_scalar({{string}}, '$.{%- for s in string_path -%}{{ s }}{%- if not loop.last -%}.{%- endif -%}{%- endfor -%} ')\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.93117, "supported_languages": null}, "macro.fivetran_utils.postgres__json_parse": {"name": "postgres__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.postgres__json_parse", "macro_sql": "{% macro postgres__json_parse(string, string_path) %}\n\n {{string}}::json #>> '{ {%- for s in string_path -%}{{ s }}{%- if not loop.last -%},{%- endif -%}{%- endfor -%} }'\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9315178, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_parse": {"name": "snowflake__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.snowflake__json_parse", "macro_sql": "{% macro snowflake__json_parse(string, string_path) %}\n\n parse_json( {{string}} ) {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9318242, "supported_languages": null}, "macro.fivetran_utils.spark__json_parse": {"name": "spark__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.spark__json_parse", "macro_sql": "{% macro spark__json_parse(string, string_path) %}\n\n {{string}} : {%- for s in string_path -%}{% if s is number %}[{{ s }}]{% else %}['{{ s }}']{% endif %}{%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.932084, "supported_languages": null}, "macro.fivetran_utils.sqlserver__json_parse": {"name": "sqlserver__json_parse", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_parse.sql", "original_file_path": "macros/json_parse.sql", "unique_id": "macro.fivetran_utils.sqlserver__json_parse", "macro_sql": "{% macro sqlserver__json_parse(string, string_path) %}\n\n json_value({{string}}, '$.{%- for s in string_path -%}{{ s }}{%- if not loop.last -%}.{%- endif -%}{%- endfor -%} ')\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.932321, "supported_languages": null}, "macro.fivetran_utils.max_bool": {"name": "max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.max_bool", "macro_sql": "{% macro max_bool(boolean_field) -%}\n\n{{ adapter.dispatch('max_bool', 'fivetran_utils') (boolean_field) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__max_bool"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.932663, "supported_languages": null}, "macro.fivetran_utils.default__max_bool": {"name": "default__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.default__max_bool", "macro_sql": "{% macro default__max_bool(boolean_field) %}\n\n bool_or( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.932768, "supported_languages": null}, "macro.fivetran_utils.snowflake__max_bool": {"name": "snowflake__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.snowflake__max_bool", "macro_sql": "{% macro snowflake__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.932868, "supported_languages": null}, "macro.fivetran_utils.bigquery__max_bool": {"name": "bigquery__max_bool", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/max_bool.sql", "original_file_path": "macros/max_bool.sql", "unique_id": "macro.fivetran_utils.bigquery__max_bool", "macro_sql": "{% macro bigquery__max_bool(boolean_field) %}\n\n max( {{ boolean_field }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.932968, "supported_languages": null}, "macro.fivetran_utils.calculated_fields": {"name": "calculated_fields", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/calculated_fields.sql", "original_file_path": "macros/calculated_fields.sql", "unique_id": "macro.fivetran_utils.calculated_fields", "macro_sql": "{% macro calculated_fields(variable) -%}\n\n{% if var(variable, none) %}\n {% for field in var(variable) %}\n , {{ field.transform_sql }} as {{ field.name }} \n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.933373, "supported_languages": null}, "macro.fivetran_utils.drop_schemas_automation": {"name": "drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.drop_schemas_automation", "macro_sql": "{% macro drop_schemas_automation(drop_target_schema=true) %}\n {{ return(adapter.dispatch('drop_schemas_automation', 'fivetran_utils')(drop_target_schema)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__drop_schemas_automation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.934041, "supported_languages": null}, "macro.fivetran_utils.default__drop_schemas_automation": {"name": "default__drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.default__drop_schemas_automation", "macro_sql": "{% macro default__drop_schemas_automation(drop_target_schema=true) %}\n\n{% set fetch_list_sql %}\n {% if target.type not in ('databricks', 'spark') %}\n select schema_name\n from \n {{ wrap_in_quotes(target.database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like '{{ target.schema | lower }}{%- if not drop_target_schema -%}_{%- endif -%}%'\n {% else %}\n SHOW SCHEMAS LIKE '{{ target.schema }}{%- if not drop_target_schema -%}_{%- endif -%}*'\n {% endif %}\n{% endset %}\n\n{% set results = run_query(fetch_list_sql) %}\n\n{% if execute %}\n {% set results_list = results.columns[0].values() %}\n{% else %}\n {% set results_list = [] %}\n{% endif %}\n\n{% for schema_to_drop in results_list %}\n {% do adapter.drop_schema(api.Relation.create(database=target.database, schema=schema_to_drop)) %}\n {{ print('Schema ' ~ schema_to_drop ~ ' successfully dropped from the ' ~ target.database ~ ' database.\\n')}}\n{% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.wrap_in_quotes", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.935126, "supported_languages": null}, "macro.fivetran_utils.seed_data_helper": {"name": "seed_data_helper", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/seed_data_helper.sql", "original_file_path": "macros/seed_data_helper.sql", "unique_id": "macro.fivetran_utils.seed_data_helper", "macro_sql": "{% macro seed_data_helper(seed_name, warehouses) %}\n\n{% if target.type in warehouses %}\n {% for w in warehouses %}\n {% if target.type == w %}\n {{ return(ref(seed_name ~ \"_\" ~ w ~ \"\")) }}\n {% endif %}\n {% endfor %}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.935675, "supported_languages": null}, "macro.fivetran_utils.fill_pass_through_columns": {"name": "fill_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_pass_through_columns.sql", "original_file_path": "macros/fill_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.fill_pass_through_columns", "macro_sql": "{% macro fill_pass_through_columns(pass_through_variable) %}\n\n{% if var(pass_through_variable) %}\n {% for field in var(pass_through_variable) %}\n {% if field is mapping %}\n {% if field.transform_sql %}\n , {{ field.transform_sql }} as {{ field.alias if field.alias else field.name }}\n {% else %}\n , {{ field.alias if field.alias else field.name }}\n {% endif %}\n {% else %}\n , {{ field }}\n {% endif %}\n {% endfor %}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.936394, "supported_languages": null}, "macro.fivetran_utils.string_agg": {"name": "string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.string_agg", "macro_sql": "{% macro string_agg(field_to_agg, delimiter) -%}\n\n{{ adapter.dispatch('string_agg', 'fivetran_utils') (field_to_agg, delimiter) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__string_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.936846, "supported_languages": null}, "macro.fivetran_utils.default__string_agg": {"name": "default__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.default__string_agg", "macro_sql": "{% macro default__string_agg(field_to_agg, delimiter) %}\n string_agg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9369678, "supported_languages": null}, "macro.fivetran_utils.snowflake__string_agg": {"name": "snowflake__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.snowflake__string_agg", "macro_sql": "{% macro snowflake__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.937089, "supported_languages": null}, "macro.fivetran_utils.redshift__string_agg": {"name": "redshift__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.redshift__string_agg", "macro_sql": "{% macro redshift__string_agg(field_to_agg, delimiter) %}\n listagg({{ field_to_agg }}, {{ delimiter }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9372091, "supported_languages": null}, "macro.fivetran_utils.spark__string_agg": {"name": "spark__string_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/string_agg.sql", "original_file_path": "macros/string_agg.sql", "unique_id": "macro.fivetran_utils.spark__string_agg", "macro_sql": "{% macro spark__string_agg(field_to_agg, delimiter) %}\n -- collect set will remove duplicates\n replace(replace(replace(cast( collect_set({{ field_to_agg }}) as string), '[', ''), ']', ''), ', ', {{ delimiter }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.937336, "supported_languages": null}, "macro.fivetran_utils.timestamp_diff": {"name": "timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.timestamp_diff", "macro_sql": "{% macro timestamp_diff(first_date, second_date, datepart) %}\n {{ adapter.dispatch('timestamp_diff', 'fivetran_utils')(first_date, second_date, datepart) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.940019, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_diff": {"name": "default__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.default__timestamp_diff", "macro_sql": "{% macro default__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9401758, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_diff": {"name": "redshift__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.redshift__timestamp_diff", "macro_sql": "{% macro redshift__timestamp_diff(first_date, second_date, datepart) %}\n\n datediff(\n {{ datepart }},\n {{ first_date }},\n {{ second_date }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.940323, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_diff": {"name": "bigquery__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.bigquery__timestamp_diff", "macro_sql": "{% macro bigquery__timestamp_diff(first_date, second_date, datepart) %}\n\n timestamp_diff(\n {{second_date}},\n {{first_date}},\n {{datepart}}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9404721, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_diff": {"name": "postgres__timestamp_diff", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_diff.sql", "original_file_path": "macros/timestamp_diff.sql", "unique_id": "macro.fivetran_utils.postgres__timestamp_diff", "macro_sql": "{% macro postgres__timestamp_diff(first_date, second_date, datepart) %}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ dbt.datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ dbt.datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ dbt.datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ dbt.datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.942077, "supported_languages": null}, "macro.fivetran_utils.try_cast": {"name": "try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.try_cast", "macro_sql": "{% macro try_cast(field, type) %}\n {{ adapter.dispatch('try_cast', 'fivetran_utils') (field, type) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9429278, "supported_languages": null}, "macro.fivetran_utils.default__try_cast": {"name": "default__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.default__try_cast", "macro_sql": "{% macro default__try_cast(field, type) %}\n {# most databases don't support this function yet\n so we just need to use cast #}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9430552, "supported_languages": null}, "macro.fivetran_utils.redshift__try_cast": {"name": "redshift__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.redshift__try_cast", "macro_sql": "{% macro redshift__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when trim({{field}}) ~ '^(0|[1-9][0-9]*)$' then trim({{field}})\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9433012, "supported_languages": null}, "macro.fivetran_utils.postgres__try_cast": {"name": "postgres__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.postgres__try_cast", "macro_sql": "{% macro postgres__try_cast(field, type) %}\n{%- if type == 'numeric' -%}\n\n case\n when replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar)) ~ '^(0|[1-9][0-9]*)$' \n then replace(cast({{field}} as varchar),cast(' ' as varchar),cast('' as varchar))\n else null\n end::{{type}}\n\n{% else %}\n {{ exceptions.raise_compiler_error(\n \"non-numeric datatypes are not currently supported\") }}\n\n{% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.943551, "supported_languages": null}, "macro.fivetran_utils.snowflake__try_cast": {"name": "snowflake__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.snowflake__try_cast", "macro_sql": "{% macro snowflake__try_cast(field, type) %}\n try_cast(cast({{field}} as varchar) as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.943669, "supported_languages": null}, "macro.fivetran_utils.bigquery__try_cast": {"name": "bigquery__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.bigquery__try_cast", "macro_sql": "{% macro bigquery__try_cast(field, type) %}\n safe_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.943786, "supported_languages": null}, "macro.fivetran_utils.spark__try_cast": {"name": "spark__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.spark__try_cast", "macro_sql": "{% macro spark__try_cast(field, type) %}\n try_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9438982, "supported_languages": null}, "macro.fivetran_utils.sqlserver__try_cast": {"name": "sqlserver__try_cast", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/try_cast.sql", "original_file_path": "macros/try_cast.sql", "unique_id": "macro.fivetran_utils.sqlserver__try_cast", "macro_sql": "{% macro sqlserver__try_cast(field, type) %}\n try_cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.944005, "supported_languages": null}, "macro.fivetran_utils.source_relation": {"name": "source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "unique_id": "macro.fivetran_utils.source_relation", "macro_sql": "{% macro source_relation(union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('source_relation', 'fivetran_utils') (union_schema_variable, union_database_variable) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.944445, "supported_languages": null}, "macro.fivetran_utils.default__source_relation": {"name": "default__source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/source_relation.sql", "original_file_path": "macros/source_relation.sql", "unique_id": "macro.fivetran_utils.default__source_relation", "macro_sql": "{% macro default__source_relation(union_schema_variable, union_database_variable) %}\n\n{% if var(union_schema_variable, none) %}\n, case\n {% for schema in var(union_schema_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%.{{ schema|lower }}.%' then '{{ schema|lower }}'\n {% endfor %}\n end as source_relation\n{% elif var(union_database_variable, none) %}\n, case\n {% for database in var(union_database_variable) %}\n when lower(replace(replace(_dbt_source_relation,'\"',''),'`','')) like '%{{ database|lower }}.%' then '{{ database|lower }}'\n {% endfor %}\n end as source_relation\n{% else %}\n, cast('' as {{ dbt.type_string() }}) as source_relation\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.944958, "supported_languages": null}, "macro.fivetran_utils.first_value": {"name": "first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.first_value", "macro_sql": "{% macro first_value(first_value_field, partition_field, order_by_field, order=\"asc\") -%}\n\n{{ adapter.dispatch('first_value', 'fivetran_utils') (first_value_field, partition_field, order_by_field, order) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__first_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.945397, "supported_languages": null}, "macro.fivetran_utils.default__first_value": {"name": "default__first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.default__first_value", "macro_sql": "{% macro default__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.945579, "supported_languages": null}, "macro.fivetran_utils.redshift__first_value": {"name": "redshift__first_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/first_value.sql", "original_file_path": "macros/first_value.sql", "unique_id": "macro.fivetran_utils.redshift__first_value", "macro_sql": "{% macro redshift__first_value(first_value_field, partition_field, order_by_field, order=\"asc\") %}\n\n first_value( {{ first_value_field }} ignore nulls ) over (partition by {{ partition_field }} order by {{ order_by_field }} {{ order }} , {{ partition_field }} rows unbounded preceding )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9457788, "supported_languages": null}, "macro.fivetran_utils.add_dbt_source_relation": {"name": "add_dbt_source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/add_dbt_source_relation.sql", "original_file_path": "macros/add_dbt_source_relation.sql", "unique_id": "macro.fivetran_utils.add_dbt_source_relation", "macro_sql": "{% macro add_dbt_source_relation() %}\n\n{% if var('union_schemas', none) or var('union_databases', none) %}\n, _dbt_source_relation\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.946012, "supported_languages": null}, "macro.fivetran_utils.add_pass_through_columns": {"name": "add_pass_through_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/add_pass_through_columns.sql", "original_file_path": "macros/add_pass_through_columns.sql", "unique_id": "macro.fivetran_utils.add_pass_through_columns", "macro_sql": "{% macro add_pass_through_columns(base_columns, pass_through_var) %}\n\n {% if pass_through_var %}\n\n {% for column in pass_through_var %}\n\n {% if column is mapping %}\n\n {% if column.alias %}\n\n {% do base_columns.append({ \"name\": column.name, \"alias\": column.alias, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column.name, \"datatype\": column.datatype if column.datatype else dbt.type_string()}) %}\n \n {% endif %}\n\n {% else %}\n\n {% do base_columns.append({ \"name\": column, \"datatype\": dbt.type_string()}) %}\n\n {% endif %}\n\n {% endfor %}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.947051, "supported_languages": null}, "macro.fivetran_utils.union_relations": {"name": "union_relations", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "unique_id": "macro.fivetran_utils.union_relations", "macro_sql": "{%- macro union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name=none) -%}\n\n {%- if exclude and include -%}\n {{ exceptions.raise_compiler_error(\"Both an exclude and include list were provided to the `union` macro. Only one is allowed\") }}\n {%- endif -%}\n\n {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#}\n {%- if not execute %}\n {{ return('') }}\n {% endif -%}\n\n {%- set column_override = column_override if column_override is not none else {} -%}\n {%- set source_column_name = source_column_name if source_column_name is not none else '_dbt_source_relation' -%}\n\n {%- set relation_columns = {} -%}\n {%- set column_superset = {} -%}\n\n {%- for relation in relations -%}\n\n {%- do relation_columns.update({relation: []}) -%}\n\n {%- do dbt_utils._is_relation(relation, 'union_relations') -%}\n {%- set cols = adapter.get_columns_in_relation(relation) -%}\n {%- for col in cols -%}\n\n {#- If an exclude list was provided and the column is in the list, do nothing -#}\n {%- if exclude and col.column in exclude -%}\n\n {#- If an include list was provided and the column is not in the list, do nothing -#}\n {%- elif include and col.column not in include -%}\n\n {#- Otherwise add the column to the column superset -#}\n {%- else -%}\n\n {#- update the list of columns in this relation -#}\n {%- do relation_columns[relation].append(col.column) -%}\n\n {%- if col.column in column_superset -%}\n\n {%- set stored = column_superset[col.column] -%}\n {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif %}\n\n {%- else -%}\n\n {%- do column_superset.update({col.column: col}) -%}\n\n {%- endif -%}\n\n {%- endif -%}\n\n {%- endfor -%}\n {%- endfor -%}\n\n {%- set ordered_column_names = column_superset.keys() -%}\n\n {%- for relation in relations %}\n\n (\n select\n\n cast({{ dbt.string_literal(relation) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {% for col_name in ordered_column_names -%}\n\n {%- set col = column_superset[col_name] %}\n {%- set col_type = column_override.get(col.column, col.data_type) %}\n {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %}\n cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%}\n\n {%- endfor %}\n\n from {{ aliases[loop.index0] if aliases else relation }}\n )\n\n {% if not loop.last -%}\n union all\n {% endif -%}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt_utils._is_relation", "macro.dbt.string_literal", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.950541, "supported_languages": null}, "macro.fivetran_utils.union_tables": {"name": "union_tables", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations.sql", "original_file_path": "macros/union_relations.sql", "unique_id": "macro.fivetran_utils.union_tables", "macro_sql": "{%- macro union_tables(tables, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_table') -%}\n\n {%- do exceptions.warn(\"Warning: the `union_tables` macro is no longer supported and will be deprecated in a future release of dbt-utils. Use the `union_relations` macro instead\") -%}\n\n {{ return(dbt_utils.union_relations(tables, column_override, include, exclude, source_column_name)) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils.union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9508722, "supported_languages": null}, "macro.fivetran_utils.snowflake_seed_data": {"name": "snowflake_seed_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/snowflake_seed_data.sql", "original_file_path": "macros/snowflake_seed_data.sql", "unique_id": "macro.fivetran_utils.snowflake_seed_data", "macro_sql": "{% macro snowflake_seed_data(seed_name) %}\n\n{% if target.type == 'snowflake' %}\n{{ return(ref(seed_name ~ '_snowflake')) }}\n{% else %}\n{{ return(ref(seed_name)) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.951211, "supported_languages": null}, "macro.fivetran_utils.fill_staging_columns": {"name": "fill_staging_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "unique_id": "macro.fivetran_utils.fill_staging_columns", "macro_sql": "{% macro fill_staging_columns(source_columns, staging_columns) -%}\n\n{%- set source_column_names = source_columns|map(attribute='name')|map('lower')|list -%}\n\n{%- for column in staging_columns %}\n {% if column.name|lower in source_column_names -%}\n {{ fivetran_utils.quote_column(column) }} as \n {%- if 'alias' in column %} {{ column.alias }} {% else %} {{ fivetran_utils.quote_column(column) }} {%- endif -%}\n {%- else -%}\n cast(null as {{ column.datatype }})\n {%- if 'alias' in column %} as {{ column.alias }} {% else %} as {{ fivetran_utils.quote_column(column) }} {% endif -%}\n {%- endif -%}\n {%- if not loop.last -%} , {% endif -%}\n{% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.quote_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.952548, "supported_languages": null}, "macro.fivetran_utils.quote_column": {"name": "quote_column", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fill_staging_columns.sql", "original_file_path": "macros/fill_staging_columns.sql", "unique_id": "macro.fivetran_utils.quote_column", "macro_sql": "{% macro quote_column(column) %}\n {% if 'quote' in column %}\n {% if column.quote %}\n {% if target.type in ('bigquery', 'spark', 'databricks') %}\n `{{ column.name }}`\n {% elif target.type == 'snowflake' %}\n \"{{ column.name | upper }}\"\n {% else %}\n \"{{ column.name }}\"\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n {% else %}\n {{ column.name }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.95304, "supported_languages": null}, "macro.fivetran_utils.json_extract": {"name": "json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.json_extract", "macro_sql": "{% macro json_extract(string, string_path) -%}\n\n{{ adapter.dispatch('json_extract', 'fivetran_utils') (string, string_path) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9535391, "supported_languages": null}, "macro.fivetran_utils.default__json_extract": {"name": "default__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.default__json_extract", "macro_sql": "{% macro default__json_extract(string, string_path) %}\n\n json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} )\n \n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.953676, "supported_languages": null}, "macro.fivetran_utils.snowflake__json_extract": {"name": "snowflake__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.snowflake__json_extract", "macro_sql": "{% macro snowflake__json_extract(string, string_path) %}\n\n json_extract_path_text(try_parse_json( {{string}} ), {{ \"'\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9538088, "supported_languages": null}, "macro.fivetran_utils.redshift__json_extract": {"name": "redshift__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.redshift__json_extract", "macro_sql": "{% macro redshift__json_extract(string, string_path) %}\n\n case when is_valid_json( {{string}} ) then json_extract_path_text({{string}}, {{ \"'\" ~ string_path ~ \"'\" }} ) else null end\n \n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.953962, "supported_languages": null}, "macro.fivetran_utils.bigquery__json_extract": {"name": "bigquery__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.bigquery__json_extract", "macro_sql": "{% macro bigquery__json_extract(string, string_path) %}\n\n json_extract_scalar({{string}}, {{ \"'$.\" ~ string_path ~ \"'\" }} )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9541, "supported_languages": null}, "macro.fivetran_utils.postgres__json_extract": {"name": "postgres__json_extract", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/json_extract.sql", "original_file_path": "macros/json_extract.sql", "unique_id": "macro.fivetran_utils.postgres__json_extract", "macro_sql": "{% macro postgres__json_extract(string, string_path) %}\n\n {{string}}::json->>{{\"'\" ~ string_path ~ \"'\" }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9542341, "supported_languages": null}, "macro.fivetran_utils.collect_freshness": {"name": "collect_freshness", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "unique_id": "macro.fivetran_utils.collect_freshness", "macro_sql": "{% macro collect_freshness(source, loaded_at_field, filter) %}\n {{ return(adapter.dispatch('collect_freshness')(source, loaded_at_field, filter))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__collect_freshness"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.954964, "supported_languages": null}, "macro.fivetran_utils.default__collect_freshness": {"name": "default__collect_freshness", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/collect_freshness.sql", "original_file_path": "macros/collect_freshness.sql", "unique_id": "macro.fivetran_utils.default__collect_freshness", "macro_sql": "{% macro default__collect_freshness(source, loaded_at_field, filter) %}\n {% call statement('collect_freshness', fetch_result=True, auto_begin=False) -%}\n\n {%- set enabled_array = [] -%}\n {% for node in graph.sources.values() %}\n {% if node.identifier == source.identifier %}\n {% if (node.meta['is_enabled'] | default(true)) %}\n {%- do enabled_array.append(1) -%}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% set is_enabled = (enabled_array != []) %}\n\n select\n {% if is_enabled %}\n max({{ loaded_at_field }})\n {% else %} \n {{ current_timestamp() }} {% endif %} as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n\n {% if is_enabled %}\n from {{ source }}\n {% if filter %}\n where {{ filter }}\n {% endif %}\n {% endif %}\n\n {% endcall %}\n\n {% if dbt_version.split('.') | map('int') | list >= [1, 5, 0] %}\n {{ return(load_result('collect_freshness')) }}\n {% else %}\n {{ return(load_result('collect_freshness').table) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.95611, "supported_languages": null}, "macro.fivetran_utils.timestamp_add": {"name": "timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.timestamp_add", "macro_sql": "{% macro timestamp_add(datepart, interval, from_timestamp) -%}\n\n{{ adapter.dispatch('timestamp_add', 'fivetran_utils') (datepart, interval, from_timestamp) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.956774, "supported_languages": null}, "macro.fivetran_utils.default__timestamp_add": {"name": "default__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.default__timestamp_add", "macro_sql": "{% macro default__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestampadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.956928, "supported_languages": null}, "macro.fivetran_utils.bigquery__timestamp_add": {"name": "bigquery__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.bigquery__timestamp_add", "macro_sql": "{% macro bigquery__timestamp_add(datepart, interval, from_timestamp) %}\n\n timestamp_add({{ from_timestamp }}, interval {{ interval }} {{ datepart }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.957067, "supported_languages": null}, "macro.fivetran_utils.redshift__timestamp_add": {"name": "redshift__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.redshift__timestamp_add", "macro_sql": "{% macro redshift__timestamp_add(datepart, interval, from_timestamp) %}\n\n dateadd(\n {{ datepart }},\n {{ interval }},\n {{ from_timestamp }}\n )\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.95721, "supported_languages": null}, "macro.fivetran_utils.postgres__timestamp_add": {"name": "postgres__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.postgres__timestamp_add", "macro_sql": "{% macro postgres__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ from_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.957348, "supported_languages": null}, "macro.fivetran_utils.spark__timestamp_add": {"name": "spark__timestamp_add", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/timestamp_add.sql", "original_file_path": "macros/timestamp_add.sql", "unique_id": "macro.fivetran_utils.spark__timestamp_add", "macro_sql": "{% macro spark__timestamp_add(datepart, interval, from_timestamp) %}\n\n {{ dbt.dateadd(datepart, interval, from_timestamp) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.957504, "supported_languages": null}, "macro.fivetran_utils.ceiling": {"name": "ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.ceiling", "macro_sql": "{% macro ceiling(num) -%}\n\n{{ adapter.dispatch('ceiling', 'fivetran_utils') (num) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__ceiling"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9577432, "supported_languages": null}, "macro.fivetran_utils.default__ceiling": {"name": "default__ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.default__ceiling", "macro_sql": "{% macro default__ceiling(num) %}\n ceiling({{ num }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.957834, "supported_languages": null}, "macro.fivetran_utils.snowflake__ceiling": {"name": "snowflake__ceiling", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/ceiling.sql", "original_file_path": "macros/ceiling.sql", "unique_id": "macro.fivetran_utils.snowflake__ceiling", "macro_sql": "{% macro snowflake__ceiling(num) %}\n ceil({{ num }})\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.957922, "supported_languages": null}, "macro.fivetran_utils.remove_prefix_from_columns": {"name": "remove_prefix_from_columns", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/remove_prefix_from_columns.sql", "original_file_path": "macros/remove_prefix_from_columns.sql", "unique_id": "macro.fivetran_utils.remove_prefix_from_columns", "macro_sql": "{% macro remove_prefix_from_columns(columns, prefix='', exclude=[]) %}\n\n {%- for col in columns if col.name not in exclude -%}\n {%- if col.name[:prefix|length]|lower == prefix -%}\n {{ col.name }} as {{ col.name[prefix|length:] }}\n {%- else -%}\n {{ col.name }}\n {%- endif -%}\n {%- if not loop.last -%},{%- endif %}\n {% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.958509, "supported_languages": null}, "macro.fivetran_utils.fivetran_date_spine": {"name": "fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.fivetran_date_spine", "macro_sql": "{% macro fivetran_date_spine(datepart, start_date, end_date) -%}\n\n{{ return(adapter.dispatch('fivetran_date_spine', 'fivetran_utils') (datepart, start_date, end_date)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__fivetran_date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.959643, "supported_languages": null}, "macro.fivetran_utils.default__fivetran_date_spine": {"name": "default__fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.default__fivetran_date_spine", "macro_sql": "{% macro default__fivetran_date_spine(datepart, start_date, end_date) %}\n\n {{ dbt_utils.date_spine(datepart, start_date, end_date) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.959805, "supported_languages": null}, "macro.fivetran_utils.sqlserver__fivetran_date_spine": {"name": "sqlserver__fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.sqlserver__fivetran_date_spine", "macro_sql": "{% macro sqlserver__fivetran_date_spine(datepart, start_date, end_date) -%}\n\n {% set date_spine_query %}\n with\n\n l0 as (\n\n select c\n from (select 1 union all select 1) as d(c)\n\n ),\n l1 as (\n\n select\n 1 as c\n from l0 as a\n cross join l0 as b\n\n ),\n\n l2 as (\n\n select 1 as c\n from l1 as a\n cross join l1 as b\n ),\n\n l3 as (\n\n select 1 as c\n from l2 as a\n cross join l2 as b\n ),\n\n l4 as (\n\n select 1 as c\n from l3 as a\n cross join l3 as b\n ),\n\n l5 as (\n\n select 1 as c\n from l4 as a\n cross join l4 as b\n ),\n\n nums as (\n\n select row_number() over (order by (select null)) as rownum\n from l5\n ),\n\n rawdata as (\n\n select top ({{dbt.datediff(start_date, end_date, datepart)}}) rownum -1 as n\n from nums\n order by rownum\n ),\n\n all_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n 'n',\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n ),\n\n filtered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n )\n\n select * from filtered\n order by 1\n\n {% endset %}\n\n {% set results = run_query(date_spine_query) %}\n\n {% if execute %}\n\n {% set results_list = results.columns[0].values() %}\n \n {% else %}\n\n {% set results_list = [] %}\n\n {% endif %}\n\n {%- for date_field in results_list %}\n select cast('{{ date_field }}' as date) as date_{{datepart}} {{ 'union all ' if not loop.last else '' }}\n {% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff", "macro.dbt.dateadd", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.960549, "supported_languages": null}, "macro.fivetran_utils.union_data": {"name": "union_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "unique_id": "macro.fivetran_utils.union_data", "macro_sql": "{%- macro union_data(table_identifier, database_variable, schema_variable, default_database, default_schema, default_variable, union_schema_variable='union_schemas', union_database_variable='union_databases') -%}\n\n{{ adapter.dispatch('union_data', 'fivetran_utils') (\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.default__union_data"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.96364, "supported_languages": null}, "macro.fivetran_utils.default__union_data": {"name": "default__union_data", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_data.sql", "original_file_path": "macros/union_data.sql", "unique_id": "macro.fivetran_utils.default__union_data", "macro_sql": "{%- macro default__union_data(\n table_identifier, \n database_variable, \n schema_variable, \n default_database, \n default_schema, \n default_variable,\n union_schema_variable,\n union_database_variable\n ) -%}\n\n{%- if var(union_schema_variable, none) -%}\n\n {%- set relations = [] -%}\n \n {%- if var(union_schema_variable) is string -%}\n {%- set trimmed = var(union_schema_variable)|trim('[')|trim(']') -%}\n {%- set schemas = trimmed.split(',')|map('trim',\" \")|map('trim','\"')|map('trim',\"'\") -%}\n {%- else -%}\n {%- set schemas = var(union_schema_variable) -%}\n {%- endif -%}\n\n {%- for schema in var(union_schema_variable) -%}\n {%- set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else var(database_variable, default_database),\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else schema,\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n \n {%- set relation_exists=relation is not none -%}\n\n {%- if relation_exists -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n {%- endfor -%}\n \n {%- if relations != [] -%}\n {{ dbt_utils.union_relations(relations) }}\n {%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n {%- endif -%}\n\n{%- elif var(union_database_variable, none) -%}\n\n {%- set relations = [] -%}\n\n {%- for database in var(union_database_variable) -%}\n {%- set relation=adapter.get_relation(\n database=source(schema, table_identifier).database if var('has_defined_sources', false) else database,\n schema=source(schema, table_identifier).schema if var('has_defined_sources', false) else var(schema_variable, default_schema),\n identifier=source(schema, table_identifier).identifier if var('has_defined_sources', false) else table_identifier\n ) -%}\n\n {%- set relation_exists=relation is not none -%}\n\n {%- if relation_exists -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n {%- endfor -%}\n\n {%- if relations != [] -%}\n {{ dbt_utils.union_relations(relations) }}\n {%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n {%- endif -%}\n\n{%- else -%}\n {% set exception_schemas = {\"linkedin_company_pages\": \"linkedin_pages\", \"instagram_business_pages\": \"instagram_business\"} %}\n {% set relation = namespace(value=\"\") %}\n {% if default_schema in exception_schemas.keys() %}\n {% for corrected_schema_name in exception_schemas.items() %} \n {% if default_schema in corrected_schema_name %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = corrected_schema_name[1] + \"_\" + table_identifier + \"_identifier\" %}\n {%- set relation.value=adapter.get_relation(\n database=source(corrected_schema_name[1], table_identifier).database,\n schema=source(corrected_schema_name[1], table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n {% endfor %}\n {% else %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifier\" %}\n {# Unfortunately the Twitter Organic identifiers were misspelled. As such, we will need to account for this in the model. This will be adjusted in the Twitter Organic package, but to ensure backwards compatibility, this needs to be included. #}\n {% if var(identifier_var, none) is none %} \n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifer\" %}\n {% endif %}\n {%- set relation.value=adapter.get_relation(\n database=source(default_schema, table_identifier).database,\n schema=source(default_schema, table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n{%- set table_exists=relation.value is not none -%}\n\n{%- if table_exists -%}\n select * \n from {{ relation.value }}\n{%- else -%}\n {% if execute and not var('fivetran__remove_empty_table_warnings', false) -%}\n {{ exceptions.warn(\"\\n\\nPlease be aware: The \" ~ table_identifier|upper ~ \" table was not found in your \" ~ default_schema|upper ~ \" schema(s). The Fivetran dbt package will create a completely empty \" ~ table_identifier|upper ~ \" staging model as to not break downstream transformations. To turn off these warnings, set the `fivetran__remove_empty_table_warnings` variable to TRUE (see https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#union_data-source for details).\\n\") }}\n {% endif -%}\n select \n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit 0\n{%- endif -%}\n{%- endif -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt_utils.union_relations", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.967839, "supported_languages": null}, "macro.fivetran_utils.dummy_coalesce_value": {"name": "dummy_coalesce_value", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/dummy_coalesce_value.sql", "original_file_path": "macros/dummy_coalesce_value.sql", "unique_id": "macro.fivetran_utils.dummy_coalesce_value", "macro_sql": "{% macro dummy_coalesce_value(column) %}\n\n{% set coalesce_value = {\n 'STRING': \"'DUMMY_STRING'\",\n 'BOOLEAN': 'null',\n 'INT': 999999999,\n 'FLOAT': 999999999.99,\n 'TIMESTAMP': 'cast(\"2099-12-31\" as timestamp)',\n 'DATE': 'cast(\"2099-12-31\" as date)',\n} %}\n\n{% if column.is_float() %}\n{{ return(coalesce_value['FLOAT']) }}\n\n{% elif column.is_numeric() %}\n{{ return(coalesce_value['INT']) }}\n\n{% elif column.is_string() %}\n{{ return(coalesce_value['STRING']) }}\n\n{% elif column.data_type|lower == 'boolean' %}\n{{ return(coalesce_value['BOOLEAN']) }}\n\n{% elif 'timestamp' in column.data_type|lower %}\n{{ return(coalesce_value['TIMESTAMP']) }}\n\n{% elif 'date' in column.data_type|lower %}\n{{ return(coalesce_value['DATE']) }}\n\n{% elif 'int' in column.data_type|lower %}\n{{ return(coalesce_value['INT']) }}\n\n{% endif %}\n\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.969117, "supported_languages": null}, "macro.fivetran_utils.extract_url_parameter": {"name": "extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.extract_url_parameter", "macro_sql": "{% macro extract_url_parameter(field, url_parameter) -%}\n\n{{ adapter.dispatch('extract_url_parameter', 'fivetran_utils') (field, url_parameter) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__extract_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.969425, "supported_languages": null}, "macro.fivetran_utils.default__extract_url_parameter": {"name": "default__extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.default__extract_url_parameter", "macro_sql": "{% macro default__extract_url_parameter(field, url_parameter) -%}\n\n{{ dbt_utils.get_url_parameter(field, url_parameter) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.969559, "supported_languages": null}, "macro.fivetran_utils.spark__extract_url_parameter": {"name": "spark__extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.spark__extract_url_parameter", "macro_sql": "{% macro spark__extract_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"=([^&]+)'\" -%}\nnullif(regexp_extract({{ field }}, {{ formatted_url_parameter }}, 1), '')\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.969739, "supported_languages": null}, "macro.fivetran_utils.wrap_in_quotes": {"name": "wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.wrap_in_quotes", "macro_sql": "{%- macro wrap_in_quotes(object_to_quote) -%}\n\n{{ return(adapter.dispatch('wrap_in_quotes', 'fivetran_utils')(object_to_quote)) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.redshift__wrap_in_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.970044, "supported_languages": null}, "macro.fivetran_utils.default__wrap_in_quotes": {"name": "default__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.default__wrap_in_quotes", "macro_sql": "{%- macro default__wrap_in_quotes(object_to_quote) -%}\n{# bigquery, spark, databricks #}\n `{{ object_to_quote }}`\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.970141, "supported_languages": null}, "macro.fivetran_utils.snowflake__wrap_in_quotes": {"name": "snowflake__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.snowflake__wrap_in_quotes", "macro_sql": "{%- macro snowflake__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote | upper }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.970242, "supported_languages": null}, "macro.fivetran_utils.redshift__wrap_in_quotes": {"name": "redshift__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.redshift__wrap_in_quotes", "macro_sql": "{%- macro redshift__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.970332, "supported_languages": null}, "macro.fivetran_utils.postgres__wrap_in_quotes": {"name": "postgres__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.postgres__wrap_in_quotes", "macro_sql": "{%- macro postgres__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.9704168, "supported_languages": null}, "macro.fivetran_utils.array_agg": {"name": "array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.array_agg", "macro_sql": "{% macro array_agg(field_to_agg) -%}\n\n{{ adapter.dispatch('array_agg', 'fivetran_utils') (field_to_agg) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.redshift__array_agg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.970647, "supported_languages": null}, "macro.fivetran_utils.default__array_agg": {"name": "default__array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.default__array_agg", "macro_sql": "{% macro default__array_agg(field_to_agg) %}\n array_agg({{ field_to_agg }})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.97074, "supported_languages": null}, "macro.fivetran_utils.redshift__array_agg": {"name": "redshift__array_agg", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/array_agg.sql", "original_file_path": "macros/array_agg.sql", "unique_id": "macro.fivetran_utils.redshift__array_agg", "macro_sql": "{% macro redshift__array_agg(field_to_agg) %}\n listagg({{ field_to_agg }}, ',')\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.970829, "supported_languages": null}, "macro.fivetran_utils.empty_variable_warning": {"name": "empty_variable_warning", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/empty_variable_warning.sql", "original_file_path": "macros/empty_variable_warning.sql", "unique_id": "macro.fivetran_utils.empty_variable_warning", "macro_sql": "{% macro empty_variable_warning(variable, downstream_model) %}\n\n{% if not var(variable) %}\n{{ log(\n \"\"\"\n Warning: You have passed an empty list to the \"\"\" ~ variable ~ \"\"\".\n As a result, you won't see the history of any columns in the \"\"\" ~ downstream_model ~ \"\"\" model.\n \"\"\",\n info=True\n) }}\n{% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.97118, "supported_languages": null}, "macro.fivetran_utils.enabled_vars_one_true": {"name": "enabled_vars_one_true", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/enabled_vars_one_true.sql", "original_file_path": "macros/enabled_vars_one_true.sql", "unique_id": "macro.fivetran_utils.enabled_vars_one_true", "macro_sql": "{% macro enabled_vars_one_true(vars) %}\n\n{% for v in vars %}\n \n {% if var(v, False) == True %}\n {{ return(True) }}\n {% endif %}\n\n{% endfor %}\n\n{{ return(False) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1709613502.971539, "supported_languages": null}}, "docs": {"doc.dbt.__overview__": {"name": "__overview__", "resource_type": "doc", "package_name": "dbt", "path": "overview.md", "original_file_path": "docs/overview.md", "unique_id": "doc.dbt.__overview__", "block_contents": "### Welcome!\n\nWelcome to the auto-generated documentation for your dbt project!\n\n### Navigation\n\nYou can use the `Project` and `Database` navigation tabs on the left side of the window to explore the models\nin your project.\n\n#### Project Tab\nThe `Project` tab mirrors the directory structure of your dbt project. In this tab, you can see all of the\nmodels defined in your dbt project, as well as models imported from dbt packages.\n\n#### Database Tab\nThe `Database` tab also exposes your models, but in a format that looks more like a database explorer. This view\nshows relations (tables and views) grouped into database schemas. Note that ephemeral models are _not_ shown\nin this interface, as they do not exist in the database.\n\n### Graph Exploration\nYou can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.\n\nOn model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the `Expand`\nbutton at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,\nor are built from, the model you're exploring.\n\nOnce expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the\nmodels in the graph. For more information on model selection, check out the [dbt docs](https://docs.getdbt.com/docs/model-selection-syntax).\n\nNote that you can also right-click on models to interactively filter and explore the graph.\n\n---\n\n### More information\n\n- [What is dbt](https://docs.getdbt.com/docs/introduction)?\n- Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint)\n- [Installation](https://docs.getdbt.com/docs/installation)\n- Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion"}, "doc.shopify_source._fivetran_synced": {"name": "_fivetran_synced", "resource_type": "doc", "package_name": "shopify_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.shopify_source._fivetran_synced", "block_contents": "The time when a record was last updated by Fivetran."}, "doc.shopify_source._fivetran_deleted": {"name": "_fivetran_deleted", "resource_type": "doc", "package_name": "shopify_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.shopify_source._fivetran_deleted", "block_contents": "Boolean representing whether the record was soft-deleted in Shopify."}, "doc.shopify_source.source_relation": {"name": "source_relation", "resource_type": "doc", "package_name": "shopify_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.shopify_source.source_relation", "block_contents": "The schema or database this record came from if you are making use of the `shopify_union_schemas` or `shopify_union_databases` variables, respectively. Empty string if you are not using either of these variables to union together multiple Shopify connectors."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"model.shopify.shopify__product_variant_metafields": [{"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__product_variant_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__product_variant_metafields.sql", "original_file_path": "models/metafields/shopify__product_variant_metafields.sql", "unique_id": "model.shopify.shopify__product_variant_metafields", "fqn": ["shopify", "metafields", "shopify__product_variant_metafields"], "alias": "shopify__product_variant_metafields", "checksum": {"name": "sha256", "checksum": "4cef81a12286b210f0051a024d437fb044fa2803dd6f0e66c0e91ffee0a3e3be"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Replica of the stg_shopify__product_variant model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1709613504.826338, "config_call_dict": {"enabled": false}, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__product_variant_metafields\"", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_product_variant_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__product_variant\", \n reference_value = 'variant') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__product_variant", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__product_image_metafields": [{"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__product_image_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__product_image_metafields.sql", "original_file_path": "models/metafields/shopify__product_image_metafields.sql", "unique_id": "model.shopify.shopify__product_image_metafields", "fqn": ["shopify", "metafields", "shopify__product_image_metafields"], "alias": "shopify__product_image_metafields", "checksum": {"name": "sha256", "checksum": "4aec5656b7c7a23b5269ab60d5f2676100ee2ce48aa0615dfd09a90544a3fa6b"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Replica of the stg_shopify__product_image model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1709613504.825933, "config_call_dict": {"enabled": false}, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__product_image_metafields\"", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_product_image_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__product_image\", \n reference_value = 'image') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__product_image", "package": null, "version": null}, {"name": "stg_shopify__product_image", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__product_metafields": [{"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__product_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__product_metafields.sql", "original_file_path": "models/metafields/shopify__product_metafields.sql", "unique_id": "model.shopify.shopify__product_metafields", "fqn": ["shopify", "metafields", "shopify__product_metafields"], "alias": "shopify__product_metafields", "checksum": {"name": "sha256", "checksum": "38e8cd623bec62c1b43dd9bcaa2649ce20e4c0aac4f97d2bae9f1072d77c9397"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Replica of the stg_shopify__product model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1709613504.826137, "config_call_dict": {"enabled": false}, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__product_metafields\"", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_product_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__product\", \n reference_value = 'product') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__product", "package": null, "version": null}, {"name": "stg_shopify__product", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__customer_metafields": [{"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__customer_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__customer_metafields.sql", "original_file_path": "models/metafields/shopify__customer_metafields.sql", "unique_id": "model.shopify.shopify__customer_metafields", "fqn": ["shopify", "metafields", "shopify__customer_metafields"], "alias": "shopify__customer_metafields", "checksum": {"name": "sha256", "checksum": "930f0b2ee5e81f9afda49bfa97d8cfea57b93c8eaef9b35c7fc7fa02a3e7169a"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Replica of the stg_shopify__customer model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1709613504.825523, "config_call_dict": {"enabled": false}, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_metafields\"", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_customer_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__customer\", \n reference_value = 'customer') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__customer", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__shop_metafields": [{"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__shop_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__shop_metafields.sql", "original_file_path": "models/metafields/shopify__shop_metafields.sql", "unique_id": "model.shopify.shopify__shop_metafields", "fqn": ["shopify", "metafields", "shopify__shop_metafields"], "alias": "shopify__shop_metafields", "checksum": {"name": "sha256", "checksum": "5480e68f24876dff46ff07f0e748e4f9d76d99f4683ee753db39f2dc26dc6236"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Replica of the stg_shopify__shop model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1709613504.826536, "config_call_dict": {"enabled": false}, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__shop_metafields\"", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_shop_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__shop\", \n reference_value = 'shop') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__shop", "package": null, "version": null}, {"name": "stg_shopify__shop", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__collection_metafields": [{"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__collection_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__collection_metafields.sql", "original_file_path": "models/metafields/shopify__collection_metafields.sql", "unique_id": "model.shopify.shopify__collection_metafields", "fqn": ["shopify", "metafields", "shopify__collection_metafields"], "alias": "shopify__collection_metafields", "checksum": {"name": "sha256", "checksum": "b15253b479249d3bb649da92a809e461f2deb3f855028ff888e034d3d35f5ccb"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Replica of the stg_shopify__collection model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1709613504.825299, "config_call_dict": {"enabled": false}, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__collection_metafields\"", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_collection_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__collection\", \n reference_value = 'collection') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__collection", "package": null, "version": null}, {"name": "stg_shopify__collection", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}], "model.shopify.shopify__order_metafields": [{"database": "dev", "schema": "shopify_integration_tests_6_shopify", "name": "shopify__order_metafields", "resource_type": "model", "package_name": "shopify", "path": "metafields/shopify__order_metafields.sql", "original_file_path": "models/metafields/shopify__order_metafields.sql", "unique_id": "model.shopify.shopify__order_metafields", "fqn": ["shopify", "metafields", "shopify__order_metafields"], "alias": "shopify__order_metafields", "checksum": {"name": "sha256", "checksum": "5a05055226eb230df0e40f46c7f066e5aa7a3714c53fe98afa312d46faaa1e9f"}, "config": {"enabled": false, "alias": null, "schema": "shopify", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "access": "protected"}, "tags": [], "description": "Replica of the stg_shopify__order model with the addition of metafields pivoted out from the stg_shopify__metafield model.", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "shopify://models/metafields/shopify_metafields.yml", "build_path": null, "deferred": false, "unrendered_config": {"schema": "shopify", "materialized": "table", "enabled": false}, "created_at": 1709613504.825731, "config_call_dict": {"enabled": false}, "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_metafields\"", "raw_code": "{{ config(enabled=var('shopify_using_all_metafields', False) or var('shopify_using_order_metafields', False)) }}\n\n{{ get_metafields( \n source_object = \"stg_shopify__order\", \n reference_value = 'order') \n}}", "language": "sql", "refs": [{"name": "stg_shopify__metafield", "package": null, "version": null}, {"name": "stg_shopify__order", "package": null, "version": null}, {"name": "stg_shopify__order", "package": null, "version": null}, {"name": "stg_shopify__metafield", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.shopify.get_metafields"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "defer_relation": null}]}, "parent_map": {"seed.shopify_integration_tests.shopify_order_data": [], "seed.shopify_integration_tests.shopify_order_shipping_line_data": [], "seed.shopify_integration_tests.shopify_fulfillment_event_data": [], "seed.shopify_integration_tests.shopify_order_url_tag_data": [], "seed.shopify_integration_tests.shopify_order_line_refund_data": [], "seed.shopify_integration_tests.shopify_discount_code_data": [], "seed.shopify_integration_tests.shopify_order_adjustment_data": [], "seed.shopify_integration_tests.shopify_product_variant_data": [], "seed.shopify_integration_tests.shopify_refund_data": [], "seed.shopify_integration_tests.shopify_transaction_data": [], "seed.shopify_integration_tests.shopify_inventory_item_data": [], "seed.shopify_integration_tests.shopify_product_data": [], "seed.shopify_integration_tests.shopify_location_data": [], "seed.shopify_integration_tests.shopify_metafield_data": [], "seed.shopify_integration_tests.shopify_order_note_attribute_data": [], "seed.shopify_integration_tests.shopify_order_discount_code_data": [], "seed.shopify_integration_tests.shopify_product_tag_data": [], "seed.shopify_integration_tests.shopify_collection_product_data": [], "seed.shopify_integration_tests.shopify_order_shipping_tax_line_data": [], "seed.shopify_integration_tests.shopify_collection_data": [], "seed.shopify_integration_tests.shopify_price_rule_data": [], "seed.shopify_integration_tests.shopify_order_tag_data": [], "seed.shopify_integration_tests.shopify_abandoned_checkout_shipping_line_data": [], "seed.shopify_integration_tests.shopify_shop_data": [], "seed.shopify_integration_tests.shopify_product_image_data": [], "seed.shopify_integration_tests.shopify_abandoned_checkout_discount_code_data": [], "seed.shopify_integration_tests.shopify_abandoned_checkout_data": [], "seed.shopify_integration_tests.shopify_fulfillment_data": [], "seed.shopify_integration_tests.shopify_customer_tag_data": [], "seed.shopify_integration_tests.shopify_customer_data": [], "seed.shopify_integration_tests.shopify_order_line_data": [], "seed.shopify_integration_tests.shopify_tax_line_data": [], "seed.shopify_integration_tests.shopify_inventory_level_data": [], "seed.shopify_integration_tests.shopify_tender_transaction_data": [], "model.shopify_source.stg_shopify__customer_tag": ["model.shopify_source.stg_shopify__customer_tag_tmp"], "model.shopify_source.stg_shopify__order_line": ["model.shopify_source.stg_shopify__order_line_tmp"], "model.shopify_source.stg_shopify__tender_transaction": ["model.shopify_source.stg_shopify__tender_transaction_tmp"], "model.shopify_source.stg_shopify__metafield": ["model.shopify_source.stg_shopify__metafield_tmp"], "model.shopify_source.stg_shopify__refund": ["model.shopify_source.stg_shopify__refund_tmp"], "model.shopify_source.stg_shopify__product": ["model.shopify_source.stg_shopify__product_tmp"], "model.shopify_source.stg_shopify__tax_line": ["model.shopify_source.stg_shopify__tax_line_tmp"], "model.shopify_source.stg_shopify__product_variant": ["model.shopify_source.stg_shopify__product_variant_tmp"], "model.shopify_source.stg_shopify__product_image": ["model.shopify_source.stg_shopify__product_image_tmp"], "model.shopify_source.stg_shopify__order_shipping_line": ["model.shopify_source.stg_shopify__order_shipping_line_tmp"], "model.shopify_source.stg_shopify__price_rule": ["model.shopify_source.stg_shopify__price_rule_tmp"], "model.shopify_source.stg_shopify__inventory_item": ["model.shopify_source.stg_shopify__inventory_item_tmp"], "model.shopify_source.stg_shopify__order": ["model.shopify_source.stg_shopify__order_tmp"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"], "model.shopify_source.stg_shopify__product_tag": ["model.shopify_source.stg_shopify__product_tag_tmp"], "model.shopify_source.stg_shopify__order_note_attribute": ["model.shopify_source.stg_shopify__order_note_attribute_tmp"], "model.shopify_source.stg_shopify__fulfillment_event": ["model.shopify_source.stg_shopify__fulfillment_event_tmp"], "model.shopify_source.stg_shopify__collection": ["model.shopify_source.stg_shopify__collection_tmp"], "model.shopify_source.stg_shopify__collection_product": ["model.shopify_source.stg_shopify__collection_product_tmp"], "model.shopify_source.stg_shopify__inventory_level": ["model.shopify_source.stg_shopify__inventory_level_tmp"], "model.shopify_source.stg_shopify__order_shipping_tax_line": ["model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"], "model.shopify_source.stg_shopify__transaction": ["model.shopify_source.stg_shopify__transaction_tmp"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"], "model.shopify_source.stg_shopify__order_adjustment": ["model.shopify_source.stg_shopify__order_adjustment_tmp"], "model.shopify_source.stg_shopify__customer": ["model.shopify_source.stg_shopify__customer_tmp"], "model.shopify_source.stg_shopify__location": ["model.shopify_source.stg_shopify__location_tmp"], "model.shopify_source.stg_shopify__shop": ["model.shopify_source.stg_shopify__shop_tmp"], "model.shopify_source.stg_shopify__order_line_refund": ["model.shopify_source.stg_shopify__order_line_refund_tmp"], "model.shopify_source.stg_shopify__order_discount_code": ["model.shopify_source.stg_shopify__order_discount_code_tmp"], "model.shopify_source.stg_shopify__discount_code": ["model.shopify_source.stg_shopify__discount_code_tmp"], "model.shopify_source.stg_shopify__order_tag": ["model.shopify_source.stg_shopify__order_tag_tmp"], "model.shopify_source.stg_shopify__abandoned_checkout": ["model.shopify_source.stg_shopify__abandoned_checkout_tmp"], "model.shopify_source.stg_shopify__order_url_tag": ["model.shopify_source.stg_shopify__order_url_tag_tmp"], "model.shopify_source.stg_shopify__fulfillment": ["model.shopify_source.stg_shopify__fulfillment_tmp"], "model.shopify_source.stg_shopify__discount_code_tmp": ["source.shopify_source.shopify.discount_code"], "model.shopify_source.stg_shopify__order_shipping_line_tmp": ["source.shopify_source.shopify.order_shipping_line"], "model.shopify_source.stg_shopify__price_rule_tmp": ["source.shopify_source.shopify.price_rule"], "model.shopify_source.stg_shopify__customer_tmp": ["source.shopify_source.shopify.customer"], "model.shopify_source.stg_shopify__order_note_attribute_tmp": ["source.shopify_source.shopify.order_note_attribute"], "model.shopify_source.stg_shopify__order_line_tmp": ["source.shopify_source.shopify.order_line"], "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": ["source.shopify_source.shopify.order_shipping_tax_line"], "model.shopify_source.stg_shopify__inventory_level_tmp": ["source.shopify_source.shopify.inventory_level"], "model.shopify_source.stg_shopify__order_discount_code_tmp": ["source.shopify_source.shopify.order_discount_code"], "model.shopify_source.stg_shopify__tax_line_tmp": ["source.shopify_source.shopify.tax_line"], "model.shopify_source.stg_shopify__shop_tmp": ["source.shopify_source.shopify.shop"], "model.shopify_source.stg_shopify__order_url_tag_tmp": ["source.shopify_source.shopify.order_url_tag"], "model.shopify_source.stg_shopify__fulfillment_tmp": ["source.shopify_source.shopify.fulfillment"], "model.shopify_source.stg_shopify__collection_tmp": ["source.shopify_source.shopify.collection"], "model.shopify_source.stg_shopify__refund_tmp": ["source.shopify_source.shopify.refund"], "model.shopify_source.stg_shopify__fulfillment_event_tmp": ["source.shopify_source.shopify.fulfillment_event"], "model.shopify_source.stg_shopify__product_tmp": ["source.shopify_source.shopify.product"], "model.shopify_source.stg_shopify__order_adjustment_tmp": ["source.shopify_source.shopify.order_adjustment"], "model.shopify_source.stg_shopify__inventory_item_tmp": ["source.shopify_source.shopify.inventory_item"], "model.shopify_source.stg_shopify__order_tag_tmp": ["source.shopify_source.shopify.order_tag"], "model.shopify_source.stg_shopify__product_tag_tmp": ["source.shopify_source.shopify.product_tag"], "model.shopify_source.stg_shopify__order_line_refund_tmp": ["source.shopify_source.shopify.order_line_refund"], "model.shopify_source.stg_shopify__customer_tag_tmp": ["source.shopify_source.shopify.customer_tag"], "model.shopify_source.stg_shopify__product_image_tmp": ["source.shopify_source.shopify.product_image"], "model.shopify_source.stg_shopify__tender_transaction_tmp": ["source.shopify_source.shopify.tender_transaction"], "model.shopify_source.stg_shopify__transaction_tmp": ["source.shopify_source.shopify.transaction"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": ["source.shopify_source.shopify.abandoned_checkout_discount_code"], "model.shopify_source.stg_shopify__product_variant_tmp": ["source.shopify_source.shopify.product_variant"], "model.shopify_source.stg_shopify__abandoned_checkout_tmp": ["source.shopify_source.shopify.abandoned_checkout"], "model.shopify_source.stg_shopify__order_tmp": ["source.shopify_source.shopify.order"], "model.shopify_source.stg_shopify__metafield_tmp": ["source.shopify_source.shopify.metafield"], "model.shopify_source.stg_shopify__collection_product_tmp": ["source.shopify_source.shopify.collection_product"], "model.shopify_source.stg_shopify__location_tmp": ["source.shopify_source.shopify.location"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": ["source.shopify_source.shopify.abandoned_checkout_shipping_line"], "model.shopify.shopify__customer_email_cohorts": ["model.shopify.shopify__calendar", "model.shopify.shopify__customer_emails", "model.shopify.shopify__orders"], "model.shopify.shopify__customer_cohorts": ["model.shopify.shopify__calendar", "model.shopify.shopify__customers", "model.shopify.shopify__orders"], "model.shopify.shopify__discounts": ["model.shopify.int_shopify__discounts__abandoned_checkouts", "model.shopify.int_shopify__discounts__order_aggregates", "model.shopify_source.stg_shopify__discount_code", "model.shopify_source.stg_shopify__price_rule"], "model.shopify.shopify__customer_emails": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.int_shopify__emails__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout"], "model.shopify.shopify__inventory_levels": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify_source.stg_shopify__inventory_item", "model.shopify_source.stg_shopify__inventory_level", "model.shopify_source.stg_shopify__location", "model.shopify_source.stg_shopify__product", "model.shopify_source.stg_shopify__product_variant"], "model.shopify.shopify__orders": ["model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__fulfillment", "model.shopify_source.stg_shopify__order", "model.shopify_source.stg_shopify__order_adjustment", "model.shopify_source.stg_shopify__order_discount_code", "model.shopify_source.stg_shopify__order_tag", "model.shopify_source.stg_shopify__order_url_tag"], "model.shopify.shopify__daily_shop": ["model.shopify.int_shopify__daily_abandoned_checkouts", "model.shopify.int_shopify__daily_fulfillment", "model.shopify.int_shopify__daily_orders", "model.shopify.shopify__calendar", "model.shopify_source.stg_shopify__shop"], "model.shopify.shopify__products": ["model.shopify.int_shopify__product__order_line_aggregates", "model.shopify.int_shopify__products_with_aggregates"], "model.shopify.shopify__transactions": ["model.shopify_source.stg_shopify__tender_transaction", "model.shopify_source.stg_shopify__transaction"], "model.shopify.shopify__customers": ["model.shopify.shopify__customers__order_aggregates", "model.shopify_source.stg_shopify__abandoned_checkout", "model.shopify_source.stg_shopify__customer"], "model.shopify.shopify__order_lines": ["model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__product_variant", "model.shopify_source.stg_shopify__tax_line"], "model.shopify.shopify__calendar": [], "model.shopify.int_shopify__customer_email_rollup": ["model.shopify_source.stg_shopify__customer", "model.shopify_source.stg_shopify__customer_tag"], "model.shopify.int_shopify__inventory_level__aggregates": ["model.shopify.shopify__orders__order_refunds", "model.shopify_source.stg_shopify__fulfillment", "model.shopify_source.stg_shopify__order", "model.shopify_source.stg_shopify__order_line"], "model.shopify.int_shopify__products_with_aggregates": ["model.shopify_source.stg_shopify__collection", "model.shopify_source.stg_shopify__collection_product", "model.shopify_source.stg_shopify__product", "model.shopify_source.stg_shopify__product_image", "model.shopify_source.stg_shopify__product_tag", "model.shopify_source.stg_shopify__product_variant"], "model.shopify.int_shopify__discounts__order_aggregates": ["model.shopify.shopify__orders", "model.shopify_source.stg_shopify__order_discount_code"], "model.shopify.shopify__orders__order_line_aggregates": ["model.shopify.int_shopify__order__shipping_aggregates", "model.shopify_source.stg_shopify__order_line", "model.shopify_source.stg_shopify__tax_line"], "model.shopify.int_shopify__order__shipping_aggregates": ["model.shopify_source.stg_shopify__order_shipping_line", "model.shopify_source.stg_shopify__order_shipping_tax_line"], "model.shopify.int_shopify__product__order_line_aggregates": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders"], "model.shopify.int_shopify__discounts__abandoned_checkouts": ["model.shopify_source.stg_shopify__abandoned_checkout", "model.shopify_source.stg_shopify__abandoned_checkout_discount_code", "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"], "model.shopify.int_shopify__daily_abandoned_checkouts": ["model.shopify_source.stg_shopify__abandoned_checkout"], "model.shopify.shopify__customers__order_aggregates": ["model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer_tag", "model.shopify_source.stg_shopify__order"], "model.shopify.shopify__orders__order_refunds": ["model.shopify_source.stg_shopify__order_line_refund", "model.shopify_source.stg_shopify__refund"], "model.shopify.int_shopify__daily_orders": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders"], "model.shopify.int_shopify__daily_fulfillment": ["model.shopify_source.stg_shopify__fulfillment_event"], "model.shopify.int_shopify__emails__order_aggregates": ["model.shopify.shopify__orders__order_line_aggregates", "model.shopify.shopify__transactions", "model.shopify_source.stg_shopify__customer", "model.shopify_source.stg_shopify__order"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25": ["model.shopify_source.stg_shopify__customer"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29": ["model.shopify_source.stg_shopify__order_line_refund"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c": ["model.shopify_source.stg_shopify__order_line"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1": ["model.shopify_source.stg_shopify__order"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2": ["model.shopify_source.stg_shopify__product"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0": ["model.shopify_source.stg_shopify__product_variant"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a": ["model.shopify_source.stg_shopify__transaction"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35": ["model.shopify_source.stg_shopify__refund"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0": ["model.shopify_source.stg_shopify__order_adjustment"], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db": ["model.shopify_source.stg_shopify__abandoned_checkout"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58": ["model.shopify_source.stg_shopify__abandoned_checkout"], "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a": ["model.shopify_source.stg_shopify__collection_product"], "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1": ["model.shopify_source.stg_shopify__collection_product"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e": ["model.shopify_source.stg_shopify__collection_product"], "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2": ["model.shopify_source.stg_shopify__collection"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878": ["model.shopify_source.stg_shopify__collection"], "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd": ["model.shopify_source.stg_shopify__customer_tag"], "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351": ["model.shopify_source.stg_shopify__customer_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f": ["model.shopify_source.stg_shopify__customer_tag"], "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e": ["model.shopify_source.stg_shopify__discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172": ["model.shopify_source.stg_shopify__discount_code"], "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e": ["model.shopify_source.stg_shopify__fulfillment"], "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70": ["model.shopify_source.stg_shopify__fulfillment"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a": ["model.shopify_source.stg_shopify__fulfillment"], "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe": ["model.shopify_source.stg_shopify__inventory_item"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84": ["model.shopify_source.stg_shopify__inventory_item"], "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e": ["model.shopify_source.stg_shopify__inventory_level"], "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f": ["model.shopify_source.stg_shopify__inventory_level"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7": ["model.shopify_source.stg_shopify__inventory_level"], "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf": ["model.shopify_source.stg_shopify__location"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9": ["model.shopify_source.stg_shopify__location"], "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6": ["model.shopify_source.stg_shopify__metafield"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca": ["model.shopify_source.stg_shopify__metafield"], "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446": ["model.shopify_source.stg_shopify__order_note_attribute"], "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375": ["model.shopify_source.stg_shopify__order_note_attribute"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0": ["model.shopify_source.stg_shopify__order_note_attribute"], "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613": ["model.shopify_source.stg_shopify__order_shipping_line"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933": ["model.shopify_source.stg_shopify__order_shipping_line"], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2": ["model.shopify_source.stg_shopify__order_tag"], "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6": ["model.shopify_source.stg_shopify__order_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07": ["model.shopify_source.stg_shopify__order_tag"], "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325": ["model.shopify_source.stg_shopify__order_url_tag"], "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1": ["model.shopify_source.stg_shopify__order_url_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf": ["model.shopify_source.stg_shopify__order_url_tag"], "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee": ["model.shopify_source.stg_shopify__price_rule"], "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c": ["model.shopify_source.stg_shopify__product_image"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead": ["model.shopify_source.stg_shopify__product_image"], "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019": ["model.shopify_source.stg_shopify__product_tag"], "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3": ["model.shopify_source.stg_shopify__product_tag"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc": ["model.shopify_source.stg_shopify__product_tag"], "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe": ["model.shopify_source.stg_shopify__shop"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415": ["model.shopify_source.stg_shopify__shop"], "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1": ["model.shopify_source.stg_shopify__tender_transaction"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b": ["model.shopify_source.stg_shopify__tender_transaction"], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"], "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f": ["model.shopify_source.stg_shopify__order_discount_code"], "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d": ["model.shopify_source.stg_shopify__order_discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1": ["model.shopify_source.stg_shopify__order_discount_code"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"], "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601": ["model.shopify_source.stg_shopify__fulfillment_event"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a": ["model.shopify_source.stg_shopify__fulfillment_event"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800": ["model.shopify_source.stg_shopify__tax_line"], "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a": ["model.shopify.shopify__customer_cohorts"], "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925": ["model.shopify.shopify__customer_cohorts"], "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182": ["model.shopify.shopify__customer_email_cohorts"], "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48": ["model.shopify.shopify__customer_email_cohorts"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d": ["model.shopify.shopify__orders"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469": ["model.shopify.shopify__customers"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886": ["model.shopify.shopify__customer_emails"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a": ["model.shopify.shopify__products"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95": ["model.shopify.shopify__order_lines"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0": ["model.shopify.shopify__transactions"], "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56": ["model.shopify.shopify__inventory_levels"], "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0": ["model.shopify.shopify__inventory_levels"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606": ["model.shopify.shopify__inventory_levels"], "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81": ["model.shopify.shopify__discounts"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f": ["model.shopify.shopify__discounts"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206": ["model.shopify.shopify__discounts"], "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f": ["model.shopify.shopify__daily_shop"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9": ["model.shopify.shopify__customers__order_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473": ["model.shopify.shopify__orders__order_line_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a": ["model.shopify.int_shopify__emails__order_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda": ["model.shopify.int_shopify__customer_email_rollup"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114": ["model.shopify.int_shopify__inventory_level__aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca": ["model.shopify.int_shopify__discounts__order_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795": ["model.shopify.int_shopify__discounts__abandoned_checkouts"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867": ["model.shopify.int_shopify__order__shipping_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683": ["model.shopify.int_shopify__product__order_line_aggregates"], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c": ["model.shopify.int_shopify__products_with_aggregates"], "source.shopify_source.shopify.order": [], "source.shopify_source.shopify.customer": [], "source.shopify_source.shopify.order_line": [], "source.shopify_source.shopify.order_line_refund": [], "source.shopify_source.shopify.product": [], "source.shopify_source.shopify.product_variant": [], "source.shopify_source.shopify.transaction": [], "source.shopify_source.shopify.refund": [], "source.shopify_source.shopify.order_adjustment": [], "source.shopify_source.shopify.abandoned_checkout": [], "source.shopify_source.shopify.collection_product": [], "source.shopify_source.shopify.collection": [], "source.shopify_source.shopify.customer_tag": [], "source.shopify_source.shopify.discount_code": [], "source.shopify_source.shopify.fulfillment": [], "source.shopify_source.shopify.inventory_item": [], "source.shopify_source.shopify.inventory_level": [], "source.shopify_source.shopify.location": [], "source.shopify_source.shopify.metafield": [], "source.shopify_source.shopify.order_note_attribute": [], "source.shopify_source.shopify.order_shipping_line": [], "source.shopify_source.shopify.order_shipping_tax_line": [], "source.shopify_source.shopify.order_tag": [], "source.shopify_source.shopify.order_url_tag": [], "source.shopify_source.shopify.price_rule": [], "source.shopify_source.shopify.product_image": [], "source.shopify_source.shopify.product_tag": [], "source.shopify_source.shopify.shop": [], "source.shopify_source.shopify.tender_transaction": [], "source.shopify_source.shopify.abandoned_checkout_discount_code": [], "source.shopify_source.shopify.order_discount_code": [], "source.shopify_source.shopify.abandoned_checkout_shipping_line": [], "source.shopify_source.shopify.fulfillment_event": [], "source.shopify_source.shopify.tax_line": []}, "child_map": {"seed.shopify_integration_tests.shopify_order_data": [], "seed.shopify_integration_tests.shopify_order_shipping_line_data": [], "seed.shopify_integration_tests.shopify_fulfillment_event_data": [], "seed.shopify_integration_tests.shopify_order_url_tag_data": [], "seed.shopify_integration_tests.shopify_order_line_refund_data": [], "seed.shopify_integration_tests.shopify_discount_code_data": [], "seed.shopify_integration_tests.shopify_order_adjustment_data": [], "seed.shopify_integration_tests.shopify_product_variant_data": [], "seed.shopify_integration_tests.shopify_refund_data": [], "seed.shopify_integration_tests.shopify_transaction_data": [], "seed.shopify_integration_tests.shopify_inventory_item_data": [], "seed.shopify_integration_tests.shopify_product_data": [], "seed.shopify_integration_tests.shopify_location_data": [], "seed.shopify_integration_tests.shopify_metafield_data": [], "seed.shopify_integration_tests.shopify_order_note_attribute_data": [], "seed.shopify_integration_tests.shopify_order_discount_code_data": [], "seed.shopify_integration_tests.shopify_product_tag_data": [], "seed.shopify_integration_tests.shopify_collection_product_data": [], "seed.shopify_integration_tests.shopify_order_shipping_tax_line_data": [], "seed.shopify_integration_tests.shopify_collection_data": [], "seed.shopify_integration_tests.shopify_price_rule_data": [], "seed.shopify_integration_tests.shopify_order_tag_data": [], "seed.shopify_integration_tests.shopify_abandoned_checkout_shipping_line_data": [], "seed.shopify_integration_tests.shopify_shop_data": [], "seed.shopify_integration_tests.shopify_product_image_data": [], "seed.shopify_integration_tests.shopify_abandoned_checkout_discount_code_data": [], "seed.shopify_integration_tests.shopify_abandoned_checkout_data": [], "seed.shopify_integration_tests.shopify_fulfillment_data": [], "seed.shopify_integration_tests.shopify_customer_tag_data": [], "seed.shopify_integration_tests.shopify_customer_data": [], "seed.shopify_integration_tests.shopify_order_line_data": [], "seed.shopify_integration_tests.shopify_tax_line_data": [], "seed.shopify_integration_tests.shopify_inventory_level_data": [], "seed.shopify_integration_tests.shopify_tender_transaction_data": [], "model.shopify_source.stg_shopify__customer_tag": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.shopify__customers__order_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f", "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351", "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd"], "model.shopify_source.stg_shopify__order_line": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__order_lines", "model.shopify.shopify__orders__order_line_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c"], "model.shopify_source.stg_shopify__tender_transaction": ["model.shopify.shopify__transactions", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b", "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1"], "model.shopify_source.stg_shopify__metafield": ["test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca", "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6"], "model.shopify_source.stg_shopify__refund": ["model.shopify.shopify__orders__order_refunds", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35"], "model.shopify_source.stg_shopify__product": ["model.shopify.int_shopify__products_with_aggregates", "model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2"], "model.shopify_source.stg_shopify__tax_line": ["model.shopify.shopify__order_lines", "model.shopify.shopify__orders__order_line_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800"], "model.shopify_source.stg_shopify__product_variant": ["model.shopify.int_shopify__products_with_aggregates", "model.shopify.shopify__inventory_levels", "model.shopify.shopify__order_lines", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0"], "model.shopify_source.stg_shopify__product_image": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead", "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c"], "model.shopify_source.stg_shopify__order_shipping_line": ["model.shopify.int_shopify__order__shipping_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933", "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613"], "model.shopify_source.stg_shopify__price_rule": ["model.shopify.shopify__discounts", "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008", "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee", "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0"], "model.shopify_source.stg_shopify__inventory_item": ["model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84", "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe"], "model.shopify_source.stg_shopify__order": ["model.shopify.int_shopify__emails__order_aggregates", "model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__customers__order_aggregates", "model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code": ["model.shopify.int_shopify__discounts__abandoned_checkouts", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84", "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7"], "model.shopify_source.stg_shopify__product_tag": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc", "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019", "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3"], "model.shopify_source.stg_shopify__order_note_attribute": ["test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0", "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446", "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375"], "model.shopify_source.stg_shopify__fulfillment_event": ["model.shopify.int_shopify__daily_fulfillment", "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a"], "model.shopify_source.stg_shopify__collection": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878", "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2"], "model.shopify_source.stg_shopify__collection_product": ["model.shopify.int_shopify__products_with_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e", "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a", "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1"], "model.shopify_source.stg_shopify__inventory_level": ["model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7", "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e", "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f"], "model.shopify_source.stg_shopify__order_shipping_tax_line": ["model.shopify.int_shopify__order__shipping_aggregates", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d", "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd", "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295"], "model.shopify_source.stg_shopify__transaction": ["model.shopify.shopify__transactions", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line": ["model.shopify.int_shopify__discounts__abandoned_checkouts", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac"], "model.shopify_source.stg_shopify__order_adjustment": ["model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0"], "model.shopify_source.stg_shopify__customer": ["model.shopify.int_shopify__customer_email_rollup", "model.shopify.int_shopify__emails__order_aggregates", "model.shopify.shopify__customers", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25"], "model.shopify_source.stg_shopify__location": ["model.shopify.shopify__inventory_levels", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9", "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf"], "model.shopify_source.stg_shopify__shop": ["model.shopify.shopify__daily_shop", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415", "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe"], "model.shopify_source.stg_shopify__order_line_refund": ["model.shopify.shopify__orders__order_refunds", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29"], "model.shopify_source.stg_shopify__order_discount_code": ["model.shopify.int_shopify__discounts__order_aggregates", "model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1", "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f", "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d"], "model.shopify_source.stg_shopify__discount_code": ["model.shopify.shopify__discounts", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172", "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e"], "model.shopify_source.stg_shopify__order_tag": ["model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07", "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2", "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6"], "model.shopify_source.stg_shopify__abandoned_checkout": ["model.shopify.int_shopify__daily_abandoned_checkouts", "model.shopify.int_shopify__discounts__abandoned_checkouts", "model.shopify.shopify__customer_emails", "model.shopify.shopify__customers", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58", "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db"], "model.shopify_source.stg_shopify__order_url_tag": ["model.shopify.shopify__orders", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf", "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325", "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1"], "model.shopify_source.stg_shopify__fulfillment": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__orders", "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70", "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a", "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e"], "model.shopify_source.stg_shopify__discount_code_tmp": ["model.shopify_source.stg_shopify__discount_code"], "model.shopify_source.stg_shopify__order_shipping_line_tmp": ["model.shopify_source.stg_shopify__order_shipping_line"], "model.shopify_source.stg_shopify__price_rule_tmp": ["model.shopify_source.stg_shopify__price_rule"], "model.shopify_source.stg_shopify__customer_tmp": ["model.shopify_source.stg_shopify__customer"], "model.shopify_source.stg_shopify__order_note_attribute_tmp": ["model.shopify_source.stg_shopify__order_note_attribute"], "model.shopify_source.stg_shopify__order_line_tmp": ["model.shopify_source.stg_shopify__order_line"], "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp": ["model.shopify_source.stg_shopify__order_shipping_tax_line"], "model.shopify_source.stg_shopify__inventory_level_tmp": ["model.shopify_source.stg_shopify__inventory_level"], "model.shopify_source.stg_shopify__order_discount_code_tmp": ["model.shopify_source.stg_shopify__order_discount_code"], "model.shopify_source.stg_shopify__tax_line_tmp": ["model.shopify_source.stg_shopify__tax_line"], "model.shopify_source.stg_shopify__shop_tmp": ["model.shopify_source.stg_shopify__shop"], "model.shopify_source.stg_shopify__order_url_tag_tmp": ["model.shopify_source.stg_shopify__order_url_tag"], "model.shopify_source.stg_shopify__fulfillment_tmp": ["model.shopify_source.stg_shopify__fulfillment"], "model.shopify_source.stg_shopify__collection_tmp": ["model.shopify_source.stg_shopify__collection"], "model.shopify_source.stg_shopify__refund_tmp": ["model.shopify_source.stg_shopify__refund"], "model.shopify_source.stg_shopify__fulfillment_event_tmp": ["model.shopify_source.stg_shopify__fulfillment_event"], "model.shopify_source.stg_shopify__product_tmp": ["model.shopify_source.stg_shopify__product"], "model.shopify_source.stg_shopify__order_adjustment_tmp": ["model.shopify_source.stg_shopify__order_adjustment"], "model.shopify_source.stg_shopify__inventory_item_tmp": ["model.shopify_source.stg_shopify__inventory_item"], "model.shopify_source.stg_shopify__order_tag_tmp": ["model.shopify_source.stg_shopify__order_tag"], "model.shopify_source.stg_shopify__product_tag_tmp": ["model.shopify_source.stg_shopify__product_tag"], "model.shopify_source.stg_shopify__order_line_refund_tmp": ["model.shopify_source.stg_shopify__order_line_refund"], "model.shopify_source.stg_shopify__customer_tag_tmp": ["model.shopify_source.stg_shopify__customer_tag"], "model.shopify_source.stg_shopify__product_image_tmp": ["model.shopify_source.stg_shopify__product_image"], "model.shopify_source.stg_shopify__tender_transaction_tmp": ["model.shopify_source.stg_shopify__tender_transaction"], "model.shopify_source.stg_shopify__transaction_tmp": ["model.shopify_source.stg_shopify__transaction"], "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code"], "model.shopify_source.stg_shopify__product_variant_tmp": ["model.shopify_source.stg_shopify__product_variant"], "model.shopify_source.stg_shopify__abandoned_checkout_tmp": ["model.shopify_source.stg_shopify__abandoned_checkout"], "model.shopify_source.stg_shopify__order_tmp": ["model.shopify_source.stg_shopify__order"], "model.shopify_source.stg_shopify__metafield_tmp": ["model.shopify_source.stg_shopify__metafield"], "model.shopify_source.stg_shopify__collection_product_tmp": ["model.shopify_source.stg_shopify__collection_product"], "model.shopify_source.stg_shopify__location_tmp": ["model.shopify_source.stg_shopify__location"], "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"], "model.shopify.shopify__customer_email_cohorts": ["test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48", "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182"], "model.shopify.shopify__customer_cohorts": ["test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925", "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a"], "model.shopify.shopify__discounts": ["test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206", "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81"], "model.shopify.shopify__customer_emails": ["model.shopify.shopify__customer_email_cohorts", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886"], "model.shopify.shopify__inventory_levels": ["test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606", "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56", "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0"], "model.shopify.shopify__orders": ["model.shopify.int_shopify__daily_orders", "model.shopify.int_shopify__discounts__order_aggregates", "model.shopify.int_shopify__product__order_line_aggregates", "model.shopify.shopify__customer_cohorts", "model.shopify.shopify__customer_email_cohorts", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d"], "model.shopify.shopify__daily_shop": ["test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f"], "model.shopify.shopify__products": ["test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a"], "model.shopify.shopify__transactions": ["model.shopify.int_shopify__emails__order_aggregates", "model.shopify.shopify__customers__order_aggregates", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0"], "model.shopify.shopify__customers": ["model.shopify.shopify__customer_cohorts", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469"], "model.shopify.shopify__order_lines": ["model.shopify.int_shopify__daily_orders", "model.shopify.int_shopify__product__order_line_aggregates", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95"], "model.shopify.shopify__calendar": ["model.shopify.shopify__customer_cohorts", "model.shopify.shopify__customer_email_cohorts", "model.shopify.shopify__daily_shop"], "model.shopify.int_shopify__customer_email_rollup": ["model.shopify.shopify__customer_emails", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda"], "model.shopify.int_shopify__inventory_level__aggregates": ["model.shopify.shopify__inventory_levels", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114"], "model.shopify.int_shopify__products_with_aggregates": ["model.shopify.shopify__products", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c"], "model.shopify.int_shopify__discounts__order_aggregates": ["model.shopify.shopify__discounts", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca"], "model.shopify.shopify__orders__order_line_aggregates": ["model.shopify.int_shopify__emails__order_aggregates", "model.shopify.shopify__customers__order_aggregates", "model.shopify.shopify__orders", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473"], "model.shopify.int_shopify__order__shipping_aggregates": ["model.shopify.shopify__orders__order_line_aggregates", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867"], "model.shopify.int_shopify__product__order_line_aggregates": ["model.shopify.shopify__products", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683"], "model.shopify.int_shopify__discounts__abandoned_checkouts": ["model.shopify.shopify__discounts", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795"], "model.shopify.int_shopify__daily_abandoned_checkouts": ["model.shopify.shopify__daily_shop"], "model.shopify.shopify__customers__order_aggregates": ["model.shopify.shopify__customers", "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9"], "model.shopify.shopify__orders__order_refunds": ["model.shopify.int_shopify__inventory_level__aggregates", "model.shopify.shopify__order_lines", "model.shopify.shopify__orders"], "model.shopify.int_shopify__daily_orders": ["model.shopify.shopify__daily_shop"], "model.shopify.int_shopify__daily_fulfillment": ["model.shopify.shopify__daily_shop"], "model.shopify.int_shopify__emails__order_aggregates": ["model.shopify.shopify__customer_emails", "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a"], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0": [], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58": [], "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a": [], "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e": [], "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878": [], "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd": [], "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f": [], "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172": [], "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e": [], "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a": [], "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84": [], "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e": [], "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7": [], "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9": [], "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca": [], "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446": [], "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0": [], "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933": [], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd": [], "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d": [], "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2": [], "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07": [], "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325": [], "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf": [], "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0": [], "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008": [], "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee": [], "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead": [], "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019": [], "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc": [], "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415": [], "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b": [], "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84": [], "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f": [], "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac": [], "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a": [], "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800": [], "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a": [], "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925": [], "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182": [], "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0": [], "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56": [], "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606": [], "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206": [], "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9": [], "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683": [], "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c": [], "source.shopify_source.shopify.order": ["model.shopify_source.stg_shopify__order_tmp"], "source.shopify_source.shopify.customer": ["model.shopify_source.stg_shopify__customer_tmp"], "source.shopify_source.shopify.order_line": ["model.shopify_source.stg_shopify__order_line_tmp"], "source.shopify_source.shopify.order_line_refund": ["model.shopify_source.stg_shopify__order_line_refund_tmp"], "source.shopify_source.shopify.product": ["model.shopify_source.stg_shopify__product_tmp"], "source.shopify_source.shopify.product_variant": ["model.shopify_source.stg_shopify__product_variant_tmp"], "source.shopify_source.shopify.transaction": ["model.shopify_source.stg_shopify__transaction_tmp"], "source.shopify_source.shopify.refund": ["model.shopify_source.stg_shopify__refund_tmp"], "source.shopify_source.shopify.order_adjustment": ["model.shopify_source.stg_shopify__order_adjustment_tmp"], "source.shopify_source.shopify.abandoned_checkout": ["model.shopify_source.stg_shopify__abandoned_checkout_tmp"], "source.shopify_source.shopify.collection_product": ["model.shopify_source.stg_shopify__collection_product_tmp"], "source.shopify_source.shopify.collection": ["model.shopify_source.stg_shopify__collection_tmp"], "source.shopify_source.shopify.customer_tag": ["model.shopify_source.stg_shopify__customer_tag_tmp"], "source.shopify_source.shopify.discount_code": ["model.shopify_source.stg_shopify__discount_code_tmp"], "source.shopify_source.shopify.fulfillment": ["model.shopify_source.stg_shopify__fulfillment_tmp"], "source.shopify_source.shopify.inventory_item": ["model.shopify_source.stg_shopify__inventory_item_tmp"], "source.shopify_source.shopify.inventory_level": ["model.shopify_source.stg_shopify__inventory_level_tmp"], "source.shopify_source.shopify.location": ["model.shopify_source.stg_shopify__location_tmp"], "source.shopify_source.shopify.metafield": ["model.shopify_source.stg_shopify__metafield_tmp"], "source.shopify_source.shopify.order_note_attribute": ["model.shopify_source.stg_shopify__order_note_attribute_tmp"], "source.shopify_source.shopify.order_shipping_line": ["model.shopify_source.stg_shopify__order_shipping_line_tmp"], "source.shopify_source.shopify.order_shipping_tax_line": ["model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"], "source.shopify_source.shopify.order_tag": ["model.shopify_source.stg_shopify__order_tag_tmp"], "source.shopify_source.shopify.order_url_tag": ["model.shopify_source.stg_shopify__order_url_tag_tmp"], "source.shopify_source.shopify.price_rule": ["model.shopify_source.stg_shopify__price_rule_tmp"], "source.shopify_source.shopify.product_image": ["model.shopify_source.stg_shopify__product_image_tmp"], "source.shopify_source.shopify.product_tag": ["model.shopify_source.stg_shopify__product_tag_tmp"], "source.shopify_source.shopify.shop": ["model.shopify_source.stg_shopify__shop_tmp"], "source.shopify_source.shopify.tender_transaction": ["model.shopify_source.stg_shopify__tender_transaction_tmp"], "source.shopify_source.shopify.abandoned_checkout_discount_code": ["model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"], "source.shopify_source.shopify.order_discount_code": ["model.shopify_source.stg_shopify__order_discount_code_tmp"], "source.shopify_source.shopify.abandoned_checkout_shipping_line": ["model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"], "source.shopify_source.shopify.fulfillment_event": ["model.shopify_source.stg_shopify__fulfillment_event_tmp"], "source.shopify_source.shopify.tax_line": ["model.shopify_source.stg_shopify__tax_line_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}} \ No newline at end of file diff --git a/docs/run_results.json b/docs/run_results.json index 27dddca..e031f61 100644 --- a/docs/run_results.json +++ b/docs/run_results.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v4.json", "dbt_version": "1.6.1", "generated_at": "2023-10-04T19:43:27.578339Z", "invocation_id": "2d213e3c-e320-4711-a5b0-687bb1755668", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.314702Z", "completed_at": "2023-10-04T19:43:19.359430Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:19.362800Z", "completed_at": "2023-10-04T19:43:19.362880Z"}], "thread_id": "Thread-1", "execution_time": 0.05561399459838867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.develop.my_first_dbt_model"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.328070Z", "completed_at": "2023-10-04T19:43:19.616487Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:19.617829Z", "completed_at": "2023-10-04T19:43:19.617843Z"}], "thread_id": "Thread-3", "execution_time": 0.3066229820251465, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.333906Z", "completed_at": "2023-10-04T19:43:19.634841Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:19.637699Z", "completed_at": "2023-10-04T19:43:19.637716Z"}], "thread_id": "Thread-4", "execution_time": 0.32698988914489746, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.368171Z", "completed_at": "2023-10-04T19:43:19.636827Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:19.641191Z", "completed_at": "2023-10-04T19:43:19.641204Z"}], "thread_id": "Thread-1", "execution_time": 0.27762365341186523, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.655671Z", "completed_at": "2023-10-04T19:43:19.998152Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:19.999534Z", "completed_at": "2023-10-04T19:43:19.999546Z"}], "thread_id": "Thread-1", "execution_time": 0.353161096572876, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer_tag_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.623350Z", "completed_at": "2023-10-04T19:43:20.056531Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.058499Z", "completed_at": "2023-10-04T19:43:20.058513Z"}], "thread_id": "Thread-3", "execution_time": 0.43921518325805664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection_product_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.648299Z", "completed_at": "2023-10-04T19:43:20.074015Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.075690Z", "completed_at": "2023-10-04T19:43:20.075702Z"}], "thread_id": "Thread-4", "execution_time": 0.43203091621398926, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.003920Z", "completed_at": "2023-10-04T19:43:20.293890Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.295137Z", "completed_at": "2023-10-04T19:43:20.295149Z"}], "thread_id": "Thread-1", "execution_time": 0.29369091987609863, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.065421Z", "completed_at": "2023-10-04T19:43:20.358523Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.361030Z", "completed_at": "2023-10-04T19:43:20.361051Z"}], "thread_id": "Thread-3", "execution_time": 0.29970288276672363, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__discount_code_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.080793Z", "completed_at": "2023-10-04T19:43:20.380538Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.381773Z", "completed_at": "2023-10-04T19:43:20.381788Z"}], "thread_id": "Thread-4", "execution_time": 0.30413198471069336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__fulfillment_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:19.321462Z", "completed_at": "2023-10-04T19:43:20.595411Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.596566Z", "completed_at": "2023-10-04T19:43:20.596578Z"}], "thread_id": "Thread-2", "execution_time": 1.2865729331970215, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__calendar"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.299052Z", "completed_at": "2023-10-04T19:43:20.613915Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.615459Z", "completed_at": "2023-10-04T19:43:20.615477Z"}], "thread_id": "Thread-1", "execution_time": 0.31987714767456055, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_item_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.365657Z", "completed_at": "2023-10-04T19:43:20.664724Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.666124Z", "completed_at": "2023-10-04T19:43:20.666136Z"}], "thread_id": "Thread-3", "execution_time": 0.3036460876464844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_level_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.389446Z", "completed_at": "2023-10-04T19:43:20.709575Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.710870Z", "completed_at": "2023-10-04T19:43:20.710883Z"}], "thread_id": "Thread-4", "execution_time": 0.3249509334564209, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__location_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.623972Z", "completed_at": "2023-10-04T19:43:20.871816Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.873157Z", "completed_at": "2023-10-04T19:43:20.873170Z"}], "thread_id": "Thread-1", "execution_time": 0.25430989265441895, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_adjustment_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.600359Z", "completed_at": "2023-10-04T19:43:20.892799Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.895587Z", "completed_at": "2023-10-04T19:43:20.895609Z"}], "thread_id": "Thread-2", "execution_time": 0.3005950450897217, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__metafield_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.670812Z", "completed_at": "2023-10-04T19:43:20.921154Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.922801Z", "completed_at": "2023-10-04T19:43:20.922818Z"}], "thread_id": "Thread-3", "execution_time": 0.25462913513183594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_discount_code_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.716210Z", "completed_at": "2023-10-04T19:43:20.986633Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:20.988561Z", "completed_at": "2023-10-04T19:43:20.988587Z"}], "thread_id": "Thread-4", "execution_time": 0.27573108673095703, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line_refund_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.903589Z", "completed_at": "2023-10-04T19:43:21.172570Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.173768Z", "completed_at": "2023-10-04T19:43:21.173780Z"}], "thread_id": "Thread-2", "execution_time": 0.27285194396972656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.880042Z", "completed_at": "2023-10-04T19:43:21.194258Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.195836Z", "completed_at": "2023-10-04T19:43:21.195851Z"}], "thread_id": "Thread-1", "execution_time": 0.3196437358856201, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.928314Z", "completed_at": "2023-10-04T19:43:21.212588Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.214355Z", "completed_at": "2023-10-04T19:43:21.214375Z"}], "thread_id": "Thread-3", "execution_time": 0.28923702239990234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:20.995477Z", "completed_at": "2023-10-04T19:43:21.322062Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.323237Z", "completed_at": "2023-10-04T19:43:21.323250Z"}], "thread_id": "Thread-4", "execution_time": 0.3323557376861572, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.178560Z", "completed_at": "2023-10-04T19:43:21.476424Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.477604Z", "completed_at": "2023-10-04T19:43:21.477617Z"}], "thread_id": "Thread-2", "execution_time": 0.3022158145904541, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_tag_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.199934Z", "completed_at": "2023-10-04T19:43:21.489397Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.492017Z", "completed_at": "2023-10-04T19:43:21.492031Z"}], "thread_id": "Thread-1", "execution_time": 0.2951169013977051, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.219015Z", "completed_at": "2023-10-04T19:43:21.516332Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.517590Z", "completed_at": "2023-10-04T19:43:21.517603Z"}], "thread_id": "Thread-3", "execution_time": 0.3013310432434082, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_url_tag_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.327589Z", "completed_at": "2023-10-04T19:43:21.563996Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.565479Z", "completed_at": "2023-10-04T19:43:21.565498Z"}], "thread_id": "Thread-4", "execution_time": 0.24105596542358398, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__price_rule_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.497182Z", "completed_at": "2023-10-04T19:43:21.770785Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.772087Z", "completed_at": "2023-10-04T19:43:21.772099Z"}], "thread_id": "Thread-1", "execution_time": 0.2776327133178711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_tag_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.521906Z", "completed_at": "2023-10-04T19:43:21.790275Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.792094Z", "completed_at": "2023-10-04T19:43:21.792114Z"}], "thread_id": "Thread-3", "execution_time": 0.2734980583190918, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.483395Z", "completed_at": "2023-10-04T19:43:21.815477Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.817489Z", "completed_at": "2023-10-04T19:43:21.817511Z"}], "thread_id": "Thread-2", "execution_time": 0.3381781578063965, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_image_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.571407Z", "completed_at": "2023-10-04T19:43:21.870161Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:21.871339Z", "completed_at": "2023-10-04T19:43:21.871350Z"}], "thread_id": "Thread-4", "execution_time": 0.30270981788635254, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_variant_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.798478Z", "completed_at": "2023-10-04T19:43:22.108658Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.110016Z", "completed_at": "2023-10-04T19:43:22.110033Z"}], "thread_id": "Thread-3", "execution_time": 0.3153097629547119, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__shop_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.776599Z", "completed_at": "2023-10-04T19:43:22.122506Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.125162Z", "completed_at": "2023-10-04T19:43:22.125179Z"}], "thread_id": "Thread-1", "execution_time": 0.35190510749816895, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__refund_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.825381Z", "completed_at": "2023-10-04T19:43:22.137668Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.138834Z", "completed_at": "2023-10-04T19:43:22.138844Z"}], "thread_id": "Thread-2", "execution_time": 0.3165922164916992, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tax_line_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.132868Z", "completed_at": "2023-10-04T19:43:22.142851Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.151252Z", "completed_at": "2023-10-04T19:43:22.151264Z"}], "thread_id": "Thread-1", "execution_time": 0.021274805068969727, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.develop.my_second_dbt_model"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.143541Z", "completed_at": "2023-10-04T19:43:22.172904Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.174109Z", "completed_at": "2023-10-04T19:43:22.174120Z"}], "thread_id": "Thread-2", "execution_time": 0.03374195098876953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.develop.not_null_my_first_dbt_model_id.5fb22c2710"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.163789Z", "completed_at": "2023-10-04T19:43:22.175965Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.181101Z", "completed_at": "2023-10-04T19:43:22.181114Z"}], "thread_id": "Thread-1", "execution_time": 0.020559072494506836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.develop.unique_my_first_dbt_model_id.16e066b321"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:21.875237Z", "completed_at": "2023-10-04T19:43:22.183580Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.198083Z", "completed_at": "2023-10-04T19:43:22.198097Z"}], "thread_id": "Thread-4", "execution_time": 0.3261570930480957, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tender_transaction_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.116215Z", "completed_at": "2023-10-04T19:43:22.430500Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.431670Z", "completed_at": "2023-10-04T19:43:22.431682Z"}], "thread_id": "Thread-3", "execution_time": 0.31825685501098633, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__transaction_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.184187Z", "completed_at": "2023-10-04T19:43:22.518003Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.521505Z", "completed_at": "2023-10-04T19:43:22.521519Z"}], "thread_id": "Thread-2", "execution_time": 0.34393811225891113, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.213095Z", "completed_at": "2023-10-04T19:43:22.518793Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.522157Z", "completed_at": "2023-10-04T19:43:22.522166Z"}], "thread_id": "Thread-4", "execution_time": 0.31568288803100586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.200813Z", "completed_at": "2023-10-04T19:43:22.520871Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.527999Z", "completed_at": "2023-10-04T19:43:22.528022Z"}], "thread_id": "Thread-1", "execution_time": 0.33505797386169434, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.435625Z", "completed_at": "2023-10-04T19:43:22.787462Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.788721Z", "completed_at": "2023-10-04T19:43:22.788734Z"}], "thread_id": "Thread-3", "execution_time": 0.35573410987854004, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer_tag"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.557627Z", "completed_at": "2023-10-04T19:43:22.925546Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.927214Z", "completed_at": "2023-10-04T19:43:22.927243Z"}], "thread_id": "Thread-1", "execution_time": 0.39433908462524414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.545567Z", "completed_at": "2023-10-04T19:43:22.928340Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.936128Z", "completed_at": "2023-10-04T19:43:22.936140Z"}], "thread_id": "Thread-4", "execution_time": 0.4088928699493408, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.537656Z", "completed_at": "2023-10-04T19:43:22.946431Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:22.966935Z", "completed_at": "2023-10-04T19:43:22.966958Z"}], "thread_id": "Thread-2", "execution_time": 0.4483189582824707, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection_product"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.793559Z", "completed_at": "2023-10-04T19:43:23.181427Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.183565Z", "completed_at": "2023-10-04T19:43:23.183583Z"}], "thread_id": "Thread-3", "execution_time": 0.39360594749450684, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__discount_code"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.947238Z", "completed_at": "2023-10-04T19:43:23.404859Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.406075Z", "completed_at": "2023-10-04T19:43:23.406086Z"}], "thread_id": "Thread-1", "execution_time": 0.4663429260253906, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__fulfillment"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.988409Z", "completed_at": "2023-10-04T19:43:23.406701Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.411021Z", "completed_at": "2023-10-04T19:43:23.411030Z"}], "thread_id": "Thread-2", "execution_time": 0.42818117141723633, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_level"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:22.968752Z", "completed_at": "2023-10-04T19:43:23.408466Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.412452Z", "completed_at": "2023-10-04T19:43:23.412462Z"}], "thread_id": "Thread-4", "execution_time": 0.4552958011627197, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_item"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.431370Z", "completed_at": "2023-10-04T19:43:23.707046Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.708454Z", "completed_at": "2023-10-04T19:43:23.708472Z"}], "thread_id": "Thread-2", "execution_time": 0.2864949703216553, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__metafield"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.442653Z", "completed_at": "2023-10-04T19:43:23.711584Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.735629Z", "completed_at": "2023-10-04T19:43:23.735643Z"}], "thread_id": "Thread-4", "execution_time": 0.31092405319213867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_discount_code"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.416890Z", "completed_at": "2023-10-04T19:43:23.737991Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.755642Z", "completed_at": "2023-10-04T19:43:23.755655Z"}], "thread_id": "Thread-1", "execution_time": 0.34757089614868164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_adjustment"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.189026Z", "completed_at": "2023-10-04T19:43:23.740397Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:23.758102Z", "completed_at": "2023-10-04T19:43:23.758114Z"}], "thread_id": "Thread-3", "execution_time": 0.576287031173706, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__location"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.779860Z", "completed_at": "2023-10-04T19:43:24.121699Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.132895Z", "completed_at": "2023-10-04T19:43:24.132910Z"}], "thread_id": "Thread-1", "execution_time": 0.36124420166015625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.782237Z", "completed_at": "2023-10-04T19:43:24.132040Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.137345Z", "completed_at": "2023-10-04T19:43:24.137358Z"}], "thread_id": "Thread-3", "execution_time": 0.36406517028808594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.765366Z", "completed_at": "2023-10-04T19:43:24.134160Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.141203Z", "completed_at": "2023-10-04T19:43:24.141211Z"}], "thread_id": "Thread-4", "execution_time": 0.3884279727935791, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:23.742244Z", "completed_at": "2023-10-04T19:43:24.136519Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.142851Z", "completed_at": "2023-10-04T19:43:24.142864Z"}], "thread_id": "Thread-2", "execution_time": 0.40983009338378906, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line_refund"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.149151Z", "completed_at": "2023-10-04T19:43:24.443922Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.445335Z", "completed_at": "2023-10-04T19:43:24.445349Z"}], "thread_id": "Thread-1", "execution_time": 0.30514097213745117, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.160672Z", "completed_at": "2023-10-04T19:43:24.475471Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.477093Z", "completed_at": "2023-10-04T19:43:24.477114Z"}], "thread_id": "Thread-3", "execution_time": 0.33231520652770996, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_tag"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.187164Z", "completed_at": "2023-10-04T19:43:24.547471Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.550062Z", "completed_at": "2023-10-04T19:43:24.550078Z"}], "thread_id": "Thread-2", "execution_time": 0.39237499237060547, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_url_tag"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.173958Z", "completed_at": "2023-10-04T19:43:24.549201Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.552828Z", "completed_at": "2023-10-04T19:43:24.552839Z"}], "thread_id": "Thread-4", "execution_time": 0.39705538749694824, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.451641Z", "completed_at": "2023-10-04T19:43:24.765315Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.766633Z", "completed_at": "2023-10-04T19:43:24.766646Z"}], "thread_id": "Thread-1", "execution_time": 0.31891393661499023, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__price_rule"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.501131Z", "completed_at": "2023-10-04T19:43:24.788957Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.790234Z", "completed_at": "2023-10-04T19:43:24.790245Z"}], "thread_id": "Thread-3", "execution_time": 0.3042597770690918, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_tag"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.559238Z", "completed_at": "2023-10-04T19:43:24.885434Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.886792Z", "completed_at": "2023-10-04T19:43:24.886805Z"}], "thread_id": "Thread-2", "execution_time": 0.3321089744567871, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.572784Z", "completed_at": "2023-10-04T19:43:24.937616Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:24.938753Z", "completed_at": "2023-10-04T19:43:24.938764Z"}], "thread_id": "Thread-4", "execution_time": 0.38158488273620605, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_image"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.770706Z", "completed_at": "2023-10-04T19:43:25.147549Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.149532Z", "completed_at": "2023-10-04T19:43:25.149553Z"}], "thread_id": "Thread-1", "execution_time": 0.3823559284210205, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_variant"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.794121Z", "completed_at": "2023-10-04T19:43:25.150433Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.154248Z", "completed_at": "2023-10-04T19:43:25.154264Z"}], "thread_id": "Thread-3", "execution_time": 0.3640110492706299, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__shop"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.158752Z", "completed_at": "2023-10-04T19:43:25.176221Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.177883Z", "completed_at": "2023-10-04T19:43:25.177897Z"}], "thread_id": "Thread-1", "execution_time": 0.024112939834594727, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.develop.not_null_my_second_dbt_model_id.151b76d778"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.169077Z", "completed_at": "2023-10-04T19:43:25.180023Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.183123Z", "completed_at": "2023-10-04T19:43:25.183133Z"}], "thread_id": "Thread-3", "execution_time": 0.017539262771606445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.develop.unique_my_second_dbt_model_id.57a0f8c493"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.942423Z", "completed_at": "2023-10-04T19:43:25.219422Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.220694Z", "completed_at": "2023-10-04T19:43:25.220708Z"}], "thread_id": "Thread-4", "execution_time": 0.2805161476135254, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tax_line"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.224263Z", "completed_at": "2023-10-04T19:43:25.240465Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.241659Z", "completed_at": "2023-10-04T19:43:25.241670Z"}], "thread_id": "Thread-4", "execution_time": 0.020401954650878906, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:24.890703Z", "completed_at": "2023-10-04T19:43:25.242261Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.245651Z", "completed_at": "2023-10-04T19:43:25.245661Z"}], "thread_id": "Thread-2", "execution_time": 0.35809898376464844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__refund"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.249387Z", "completed_at": "2023-10-04T19:43:25.265238Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.267147Z", "completed_at": "2023-10-04T19:43:25.267160Z"}], "thread_id": "Thread-4", "execution_time": 0.02305006980895996, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.282320Z", "completed_at": "2023-10-04T19:43:25.288873Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.290652Z", "completed_at": "2023-10-04T19:43:25.290663Z"}], "thread_id": "Thread-4", "execution_time": 0.02003192901611328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.273976Z", "completed_at": "2023-10-04T19:43:25.290014Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.293039Z", "completed_at": "2023-10-04T19:43:25.293048Z"}], "thread_id": "Thread-2", "execution_time": 0.023239850997924805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.307628Z", "completed_at": "2023-10-04T19:43:25.319357Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.328051Z", "completed_at": "2023-10-04T19:43:25.328064Z"}], "thread_id": "Thread-2", "execution_time": 0.031275033950805664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.319992Z", "completed_at": "2023-10-04T19:43:25.329943Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.332724Z", "completed_at": "2023-10-04T19:43:25.332734Z"}], "thread_id": "Thread-4", "execution_time": 0.016563892364501953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.335142Z", "completed_at": "2023-10-04T19:43:25.352440Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.353631Z", "completed_at": "2023-10-04T19:43:25.353642Z"}], "thread_id": "Thread-2", "execution_time": 0.022716760635375977, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.345302Z", "completed_at": "2023-10-04T19:43:25.356107Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.358989Z", "completed_at": "2023-10-04T19:43:25.358997Z"}], "thread_id": "Thread-4", "execution_time": 0.03157496452331543, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.380460Z", "completed_at": "2023-10-04T19:43:25.388307Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.389541Z", "completed_at": "2023-10-04T19:43:25.389553Z"}], "thread_id": "Thread-4", "execution_time": 0.011898040771484375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.393203Z", "completed_at": "2023-10-04T19:43:25.401657Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.402834Z", "completed_at": "2023-10-04T19:43:25.402846Z"}], "thread_id": "Thread-4", "execution_time": 0.011914968490600586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.406600Z", "completed_at": "2023-10-04T19:43:25.414171Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.415591Z", "completed_at": "2023-10-04T19:43:25.415601Z"}], "thread_id": "Thread-4", "execution_time": 0.011430978775024414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.419488Z", "completed_at": "2023-10-04T19:43:25.426560Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.427941Z", "completed_at": "2023-10-04T19:43:25.427955Z"}], "thread_id": "Thread-4", "execution_time": 0.010997295379638672, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.432238Z", "completed_at": "2023-10-04T19:43:25.439136Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.440326Z", "completed_at": "2023-10-04T19:43:25.440337Z"}], "thread_id": "Thread-4", "execution_time": 0.010625123977661133, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.444053Z", "completed_at": "2023-10-04T19:43:25.461057Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.462250Z", "completed_at": "2023-10-04T19:43:25.462261Z"}], "thread_id": "Thread-4", "execution_time": 0.020593881607055664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.185808Z", "completed_at": "2023-10-04T19:43:25.471397Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.474553Z", "completed_at": "2023-10-04T19:43:25.474572Z"}], "thread_id": "Thread-1", "execution_time": 0.2935051918029785, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tender_transaction"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.466243Z", "completed_at": "2023-10-04T19:43:25.477526Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.480333Z", "completed_at": "2023-10-04T19:43:25.480343Z"}], "thread_id": "Thread-4", "execution_time": 0.024986982345581055, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.480993Z", "completed_at": "2023-10-04T19:43:25.510092Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.513147Z", "completed_at": "2023-10-04T19:43:25.513163Z"}], "thread_id": "Thread-1", "execution_time": 0.043929100036621094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.197932Z", "completed_at": "2023-10-04T19:43:25.513825Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.524465Z", "completed_at": "2023-10-04T19:43:25.524475Z"}], "thread_id": "Thread-3", "execution_time": 0.3310432434082031, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__transaction"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.514452Z", "completed_at": "2023-10-04T19:43:25.526082Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.538119Z", "completed_at": "2023-10-04T19:43:25.538132Z"}], "thread_id": "Thread-4", "execution_time": 0.029421091079711914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.529700Z", "completed_at": "2023-10-04T19:43:25.541921Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.553015Z", "completed_at": "2023-10-04T19:43:25.553038Z"}], "thread_id": "Thread-1", "execution_time": 0.029448986053466797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.544007Z", "completed_at": "2023-10-04T19:43:25.562873Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.566869Z", "completed_at": "2023-10-04T19:43:25.566883Z"}], "thread_id": "Thread-3", "execution_time": 0.0364680290222168, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.555558Z", "completed_at": "2023-10-04T19:43:25.566072Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.576481Z", "completed_at": "2023-10-04T19:43:25.576494Z"}], "thread_id": "Thread-4", "execution_time": 0.02701592445373535, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.567628Z", "completed_at": "2023-10-04T19:43:25.579714Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.583917Z", "completed_at": "2023-10-04T19:43:25.583927Z"}], "thread_id": "Thread-1", "execution_time": 0.029146194458007812, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.584582Z", "completed_at": "2023-10-04T19:43:25.605204Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.613639Z", "completed_at": "2023-10-04T19:43:25.613653Z"}], "thread_id": "Thread-3", "execution_time": 0.03527402877807617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.594108Z", "completed_at": "2023-10-04T19:43:25.614512Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.618578Z", "completed_at": "2023-10-04T19:43:25.618591Z"}], "thread_id": "Thread-4", "execution_time": 0.038448333740234375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.606083Z", "completed_at": "2023-10-04T19:43:25.617092Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.622294Z", "completed_at": "2023-10-04T19:43:25.622307Z"}], "thread_id": "Thread-1", "execution_time": 0.02377605438232422, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.626298Z", "completed_at": "2023-10-04T19:43:25.644324Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.659179Z", "completed_at": "2023-10-04T19:43:25.659194Z"}], "thread_id": "Thread-3", "execution_time": 0.04108858108520508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.639223Z", "completed_at": "2023-10-04T19:43:25.660008Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.664222Z", "completed_at": "2023-10-04T19:43:25.664234Z"}], "thread_id": "Thread-4", "execution_time": 0.031606197357177734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.649833Z", "completed_at": "2023-10-04T19:43:25.663446Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.668845Z", "completed_at": "2023-10-04T19:43:25.668858Z"}], "thread_id": "Thread-1", "execution_time": 0.04140329360961914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.670700Z", "completed_at": "2023-10-04T19:43:25.689716Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.699911Z", "completed_at": "2023-10-04T19:43:25.699926Z"}], "thread_id": "Thread-3", "execution_time": 0.03697514533996582, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.683850Z", "completed_at": "2023-10-04T19:43:25.700600Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.704603Z", "completed_at": "2023-10-04T19:43:25.704615Z"}], "thread_id": "Thread-4", "execution_time": 0.026602983474731445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.692736Z", "completed_at": "2023-10-04T19:43:25.703964Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.708416Z", "completed_at": "2023-10-04T19:43:25.708425Z"}], "thread_id": "Thread-1", "execution_time": 0.03408098220825195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.709737Z", "completed_at": "2023-10-04T19:43:25.720415Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.732311Z", "completed_at": "2023-10-04T19:43:25.732323Z"}], "thread_id": "Thread-3", "execution_time": 0.0358738899230957, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.721921Z", "completed_at": "2023-10-04T19:43:25.740200Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.745662Z", "completed_at": "2023-10-04T19:43:25.745677Z"}], "thread_id": "Thread-4", "execution_time": 0.031150102615356445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.733027Z", "completed_at": "2023-10-04T19:43:25.743003Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.749872Z", "completed_at": "2023-10-04T19:43:25.749885Z"}], "thread_id": "Thread-1", "execution_time": 0.032119035720825195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.359631Z", "completed_at": "2023-10-04T19:43:25.744555Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.751320Z", "completed_at": "2023-10-04T19:43:25.751330Z"}], "thread_id": "Thread-2", "execution_time": 0.4044198989868164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.int_shopify__customer_email_rollup"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.753991Z", "completed_at": "2023-10-04T19:43:25.772908Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.792080Z", "completed_at": "2023-10-04T19:43:25.792091Z"}], "thread_id": "Thread-3", "execution_time": 0.047219038009643555, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.767484Z", "completed_at": "2023-10-04T19:43:25.791442Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.795536Z", "completed_at": "2023-10-04T19:43:25.795549Z"}], "thread_id": "Thread-4", "execution_time": 0.03613591194152832, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.776489Z", "completed_at": "2023-10-04T19:43:25.796251Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.802291Z", "completed_at": "2023-10-04T19:43:25.802303Z"}], "thread_id": "Thread-1", "execution_time": 0.03951692581176758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.783793Z", "completed_at": "2023-10-04T19:43:25.797454Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.803537Z", "completed_at": "2023-10-04T19:43:25.803547Z"}], "thread_id": "Thread-2", "execution_time": 0.046128034591674805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.806150Z", "completed_at": "2023-10-04T19:43:25.823463Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.834237Z", "completed_at": "2023-10-04T19:43:25.834248Z"}], "thread_id": "Thread-3", "execution_time": 0.04343414306640625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.815817Z", "completed_at": "2023-10-04T19:43:25.831712Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.844672Z", "completed_at": "2023-10-04T19:43:25.844686Z"}], "thread_id": "Thread-4", "execution_time": 0.04311704635620117, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.834875Z", "completed_at": "2023-10-04T19:43:25.849928Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.935690Z", "completed_at": "2023-10-04T19:43:25.935714Z"}], "thread_id": "Thread-2", "execution_time": 0.11530709266662598, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.940658Z", "completed_at": "2023-10-04T19:43:25.959060Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.964289Z", "completed_at": "2023-10-04T19:43:25.964304Z"}], "thread_id": "Thread-4", "execution_time": 0.12119674682617188, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.949016Z", "completed_at": "2023-10-04T19:43:25.962435Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:25.975615Z", "completed_at": "2023-10-04T19:43:25.975632Z"}], "thread_id": "Thread-1", "execution_time": 0.17731571197509766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.966145Z", "completed_at": "2023-10-04T19:43:26.031988Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.037534Z", "completed_at": "2023-10-04T19:43:26.037545Z"}], "thread_id": "Thread-2", "execution_time": 0.08604288101196289, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:25.854708Z", "completed_at": "2023-10-04T19:43:26.035070Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.047657Z", "completed_at": "2023-10-04T19:43:26.047682Z"}], "thread_id": "Thread-3", "execution_time": 0.2074720859527588, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.038704Z", "completed_at": "2023-10-04T19:43:26.057488Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.063343Z", "completed_at": "2023-10-04T19:43:26.063354Z"}], "thread_id": "Thread-4", "execution_time": 0.03889203071594238, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.048691Z", "completed_at": "2023-10-04T19:43:26.061200Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.072442Z", "completed_at": "2023-10-04T19:43:26.072450Z"}], "thread_id": "Thread-1", "execution_time": 0.04503202438354492, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.064473Z", "completed_at": "2023-10-04T19:43:26.082350Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.087458Z", "completed_at": "2023-10-04T19:43:26.087468Z"}], "thread_id": "Thread-2", "execution_time": 0.038254737854003906, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.073158Z", "completed_at": "2023-10-04T19:43:26.084423Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.095341Z", "completed_at": "2023-10-04T19:43:26.095355Z"}], "thread_id": "Thread-3", "execution_time": 0.04236316680908203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.088059Z", "completed_at": "2023-10-04T19:43:26.106510Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.112117Z", "completed_at": "2023-10-04T19:43:26.112128Z"}], "thread_id": "Thread-4", "execution_time": 0.038434743881225586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.097540Z", "completed_at": "2023-10-04T19:43:26.109739Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.122204Z", "completed_at": "2023-10-04T19:43:26.122213Z"}], "thread_id": "Thread-1", "execution_time": 0.04419088363647461, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.113737Z", "completed_at": "2023-10-04T19:43:26.131189Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.135919Z", "completed_at": "2023-10-04T19:43:26.135929Z"}], "thread_id": "Thread-2", "execution_time": 0.03802013397216797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.122817Z", "completed_at": "2023-10-04T19:43:26.135307Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.153708Z", "completed_at": "2023-10-04T19:43:26.153722Z"}], "thread_id": "Thread-3", "execution_time": 0.04510498046875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.136530Z", "completed_at": "2023-10-04T19:43:26.156532Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.161758Z", "completed_at": "2023-10-04T19:43:26.161771Z"}], "thread_id": "Thread-4", "execution_time": 0.038761138916015625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.146886Z", "completed_at": "2023-10-04T19:43:26.157963Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.168988Z", "completed_at": "2023-10-04T19:43:26.169000Z"}], "thread_id": "Thread-1", "execution_time": 0.03735995292663574, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.162445Z", "completed_at": "2023-10-04T19:43:26.180767Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.185886Z", "completed_at": "2023-10-04T19:43:26.185898Z"}], "thread_id": "Thread-2", "execution_time": 0.03781700134277344, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.172747Z", "completed_at": "2023-10-04T19:43:26.185185Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.221205Z", "completed_at": "2023-10-04T19:43:26.221229Z"}], "thread_id": "Thread-3", "execution_time": 0.10328006744384766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.187071Z", "completed_at": "2023-10-04T19:43:26.243042Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.288989Z", "completed_at": "2023-10-04T19:43:26.288999Z"}], "thread_id": "Thread-4", "execution_time": 0.11609482765197754, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.195841Z", "completed_at": "2023-10-04T19:43:26.286919Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.299224Z", "completed_at": "2023-10-04T19:43:26.299233Z"}], "thread_id": "Thread-1", "execution_time": 0.11787581443786621, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.290957Z", "completed_at": "2023-10-04T19:43:26.308775Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.320912Z", "completed_at": "2023-10-04T19:43:26.320923Z"}], "thread_id": "Thread-2", "execution_time": 0.046098947525024414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.321599Z", "completed_at": "2023-10-04T19:43:26.341970Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.347501Z", "completed_at": "2023-10-04T19:43:26.347513Z"}], "thread_id": "Thread-4", "execution_time": 0.03972005844116211, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.333136Z", "completed_at": "2023-10-04T19:43:26.346322Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.365272Z", "completed_at": "2023-10-04T19:43:26.365289Z"}], "thread_id": "Thread-1", "execution_time": 0.04737496376037598, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.349154Z", "completed_at": "2023-10-04T19:43:26.368316Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.373921Z", "completed_at": "2023-10-04T19:43:26.373932Z"}], "thread_id": "Thread-2", "execution_time": 0.039724111557006836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.357868Z", "completed_at": "2023-10-04T19:43:26.370464Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.382434Z", "completed_at": "2023-10-04T19:43:26.382447Z"}], "thread_id": "Thread-3", "execution_time": 0.04556107521057129, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.384561Z", "completed_at": "2023-10-04T19:43:26.397443Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.420112Z", "completed_at": "2023-10-04T19:43:26.420128Z"}], "thread_id": "Thread-1", "execution_time": 0.05281686782836914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.412683Z", "completed_at": "2023-10-04T19:43:26.427929Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.444098Z", "completed_at": "2023-10-04T19:43:26.444113Z"}], "thread_id": "Thread-3", "execution_time": 0.05022001266479492, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.401440Z", "completed_at": "2023-10-04T19:43:26.441048Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.445864Z", "completed_at": "2023-10-04T19:43:26.445873Z"}], "thread_id": "Thread-2", "execution_time": 0.06303000450134277, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.430608Z", "completed_at": "2023-10-04T19:43:26.444799Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.460376Z", "completed_at": "2023-10-04T19:43:26.460387Z"}], "thread_id": "Thread-4", "execution_time": 0.039968013763427734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.448127Z", "completed_at": "2023-10-04T19:43:26.463821Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.476783Z", "completed_at": "2023-10-04T19:43:26.476795Z"}], "thread_id": "Thread-1", "execution_time": 0.04336690902709961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__transactions"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.467666Z", "completed_at": "2023-10-04T19:43:26.486729Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.515022Z", "completed_at": "2023-10-04T19:43:26.515042Z"}], "thread_id": "Thread-3", "execution_time": 0.056802988052368164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.477445Z", "completed_at": "2023-10-04T19:43:26.511458Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.517600Z", "completed_at": "2023-10-04T19:43:26.517611Z"}], "thread_id": "Thread-2", "execution_time": 0.06638407707214355, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.519421Z", "completed_at": "2023-10-04T19:43:26.535526Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.573049Z", "completed_at": "2023-10-04T19:43:26.573075Z"}], "thread_id": "Thread-1", "execution_time": 0.10731911659240723, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.539195Z", "completed_at": "2023-10-04T19:43:26.633696Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.663057Z", "completed_at": "2023-10-04T19:43:26.663086Z"}], "thread_id": "Thread-3", "execution_time": 0.1364879608154297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.589578Z", "completed_at": "2023-10-04T19:43:26.668016Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.691622Z", "completed_at": "2023-10-04T19:43:26.691642Z"}], "thread_id": "Thread-2", "execution_time": 0.15935325622558594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__order_lines"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.672769Z", "completed_at": "2023-10-04T19:43:26.696664Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:26.807224Z", "completed_at": "2023-10-04T19:43:26.807238Z"}], "thread_id": "Thread-1", "execution_time": 0.1495499610900879, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.810323Z", "completed_at": "2023-10-04T19:43:26.936511Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.006630Z", "completed_at": "2023-10-04T19:43:27.006647Z"}], "thread_id": "Thread-2", "execution_time": 0.2272050380706787, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__orders"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.920502Z", "completed_at": "2023-10-04T19:43:26.953602Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.007435Z", "completed_at": "2023-10-04T19:43:27.007446Z"}], "thread_id": "Thread-1", "execution_time": 0.14228010177612305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.931224Z", "completed_at": "2023-10-04T19:43:27.012100Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.017492Z", "completed_at": "2023-10-04T19:43:27.017503Z"}], "thread_id": "Thread-4", "execution_time": 0.10621523857116699, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__inventory_levels"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:26.996275Z", "completed_at": "2023-10-04T19:43:27.012987Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.018121Z", "completed_at": "2023-10-04T19:43:27.018131Z"}], "thread_id": "Thread-3", "execution_time": 0.09963130950927734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.019271Z", "completed_at": "2023-10-04T19:43:27.049208Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.063639Z", "completed_at": "2023-10-04T19:43:27.063662Z"}], "thread_id": "Thread-2", "execution_time": 0.058593034744262695, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.053244Z", "completed_at": "2023-10-04T19:43:27.076806Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.088515Z", "completed_at": "2023-10-04T19:43:27.088531Z"}], "thread_id": "Thread-4", "execution_time": 0.04250979423522949, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.078895Z", "completed_at": "2023-10-04T19:43:27.093595Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.102042Z", "completed_at": "2023-10-04T19:43:27.102055Z"}], "thread_id": "Thread-2", "execution_time": 0.027641773223876953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.126789Z", "completed_at": "2023-10-04T19:43:27.136438Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.139397Z", "completed_at": "2023-10-04T19:43:27.139407Z"}], "thread_id": "Thread-2", "execution_time": 0.02277398109436035, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.140045Z", "completed_at": "2023-10-04T19:43:27.158553Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.159948Z", "completed_at": "2023-10-04T19:43:27.159962Z"}], "thread_id": "Thread-4", "execution_time": 0.0240478515625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.151024Z", "completed_at": "2023-10-04T19:43:27.162852Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.165682Z", "completed_at": "2023-10-04T19:43:27.165693Z"}], "thread_id": "Thread-2", "execution_time": 0.02324819564819336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.166368Z", "completed_at": "2023-10-04T19:43:27.186739Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.200189Z", "completed_at": "2023-10-04T19:43:27.200204Z"}], "thread_id": "Thread-4", "execution_time": 0.0377049446105957, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.175855Z", "completed_at": "2023-10-04T19:43:27.276115Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.277383Z", "completed_at": "2023-10-04T19:43:27.277397Z"}], "thread_id": "Thread-2", "execution_time": 0.10458588600158691, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__daily_shop"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.210253Z", "completed_at": "2023-10-04T19:43:27.278061Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.281312Z", "completed_at": "2023-10-04T19:43:27.281322Z"}], "thread_id": "Thread-4", "execution_time": 0.07418513298034668, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__discounts"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.285210Z", "completed_at": "2023-10-04T19:43:27.307054Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.314250Z", "completed_at": "2023-10-04T19:43:27.314264Z"}], "thread_id": "Thread-2", "execution_time": 0.033345937728881836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.296400Z", "completed_at": "2023-10-04T19:43:27.316850Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.319679Z", "completed_at": "2023-10-04T19:43:27.319691Z"}], "thread_id": "Thread-4", "execution_time": 0.0354461669921875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__products"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.320313Z", "completed_at": "2023-10-04T19:43:27.334053Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.344473Z", "completed_at": "2023-10-04T19:43:27.344489Z"}], "thread_id": "Thread-2", "execution_time": 0.028224945068359375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.334789Z", "completed_at": "2023-10-04T19:43:27.346459Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.349142Z", "completed_at": "2023-10-04T19:43:27.349152Z"}], "thread_id": "Thread-4", "execution_time": 0.018259286880493164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.351881Z", "completed_at": "2023-10-04T19:43:27.368097Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.369385Z", "completed_at": "2023-10-04T19:43:27.369395Z"}], "thread_id": "Thread-2", "execution_time": 0.02208113670349121, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.361138Z", "completed_at": "2023-10-04T19:43:27.372765Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.381447Z", "completed_at": "2023-10-04T19:43:27.381459Z"}], "thread_id": "Thread-4", "execution_time": 0.023186922073364258, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.374419Z", "completed_at": "2023-10-04T19:43:27.392789Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.394292Z", "completed_at": "2023-10-04T19:43:27.394312Z"}], "thread_id": "Thread-2", "execution_time": 0.023596763610839844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.385963Z", "completed_at": "2023-10-04T19:43:27.396788Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.397950Z", "completed_at": "2023-10-04T19:43:27.397959Z"}], "thread_id": "Thread-4", "execution_time": 0.014340877532958984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.030905Z", "completed_at": "2023-10-04T19:43:27.455133Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.456489Z", "completed_at": "2023-10-04T19:43:27.456500Z"}], "thread_id": "Thread-1", "execution_time": 0.44134998321533203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customer_emails"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.065308Z", "completed_at": "2023-10-04T19:43:27.461258Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.477992Z", "completed_at": "2023-10-04T19:43:27.478009Z"}], "thread_id": "Thread-3", "execution_time": 0.43656301498413086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customers"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.463888Z", "completed_at": "2023-10-04T19:43:27.487652Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.490003Z", "completed_at": "2023-10-04T19:43:27.490013Z"}], "thread_id": "Thread-2", "execution_time": 0.033653974533081055, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customer_email_cohorts"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.478742Z", "completed_at": "2023-10-04T19:43:27.490574Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.496080Z", "completed_at": "2023-10-04T19:43:27.496090Z"}], "thread_id": "Thread-4", "execution_time": 0.05544114112854004, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.497250Z", "completed_at": "2023-10-04T19:43:27.520853Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.531732Z", "completed_at": "2023-10-04T19:43:27.531744Z"}], "thread_id": "Thread-1", "execution_time": 0.0503849983215332, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customer_cohorts"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.507724Z", "completed_at": "2023-10-04T19:43:27.521986Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.532523Z", "completed_at": "2023-10-04T19:43:27.532533Z"}], "thread_id": "Thread-3", "execution_time": 0.05063199996948242, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.523872Z", "completed_at": "2023-10-04T19:43:27.540614Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.545856Z", "completed_at": "2023-10-04T19:43:27.545867Z"}], "thread_id": "Thread-2", "execution_time": 0.029809951782226562, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.533459Z", "completed_at": "2023-10-04T19:43:27.544749Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.550952Z", "completed_at": "2023-10-04T19:43:27.550962Z"}], "thread_id": "Thread-4", "execution_time": 0.030692100524902344, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.554053Z", "completed_at": "2023-10-04T19:43:27.568031Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.569272Z", "completed_at": "2023-10-04T19:43:27.569283Z"}], "thread_id": "Thread-1", "execution_time": 0.020939111709594727, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-10-04T19:43:27.560856Z", "completed_at": "2023-10-04T19:43:27.570938Z"}, {"name": "execute", "started_at": "2023-10-04T19:43:27.572316Z", "completed_at": "2023-10-04T19:43:27.572324Z"}], "thread_id": "Thread-3", "execution_time": 0.02322697639465332, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a"}], "elapsed_time": 9.208833932876587, "args": {"defer": false, "enable_legacy_logger": false, "static_parser": true, "compile": true, "write_json": true, "quiet": false, "project_dir": "/Users/renee.li/Documents/dbt/shopify/develop", "log_level": "info", "indirect_selection": "eager", "log_path": "/Users/renee.li/Documents/dbt/shopify/develop/logs", "version_check": true, "log_format_file": "debug", "populate_cache": true, "profiles_dir": "/Users/renee.li/.dbt", "vars": {}, "which": "generate", "print": true, "empty_catalog": false, "exclude": [], "select": [], "strict_mode": false, "use_colors_file": true, "send_anonymous_usage_stats": true, "introspect": true, "favor_state": false, "warn_error_options": {"include": [], "exclude": []}, "use_colors": true, "log_format": "default", "printer_width": 80, "macro_debugging": false, "log_file_max_bytes": 10485760, "cache_selected_only": false, "partial_parse_file_diff": true, "log_level_file": "debug", "partial_parse": true, "invocation_command": "dbt docs generate"}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v5.json", "dbt_version": "1.7.9", "generated_at": "2024-03-05T04:40:13.081476Z", "invocation_id": "b8cf0abf-d17e-4c11-a5b8-383e8497b1df", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.013205Z", "completed_at": "2024-03-05T04:40:01.055733Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.057240Z", "completed_at": "2024-03-05T04:40:01.057251Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.0673069953918457, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_discount_code_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.050398Z", "completed_at": "2024-03-05T04:40:01.056024Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.057511Z", "completed_at": "2024-03-05T04:40:01.057514Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.06607913970947266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.032968Z", "completed_at": "2024-03-05T04:40:01.056265Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.058501Z", "completed_at": "2024-03-05T04:40:01.058505Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.06841111183166504, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_abandoned_checkout_shipping_line_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.072492Z", "completed_at": "2024-03-05T04:40:01.078301Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.079621Z", "completed_at": "2024-03-05T04:40:01.079628Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.016360044479370117, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_collection_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.075069Z", "completed_at": "2024-03-05T04:40:01.078560Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.080134Z", "completed_at": "2024-03-05T04:40:01.080137Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0164642333984375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer_tag_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_customer_tag_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.069616Z", "completed_at": "2024-03-05T04:40:01.079145Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.080905Z", "completed_at": "2024-03-05T04:40:01.080908Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.018524169921875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection_product_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_collection_product_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.084904Z", "completed_at": "2024-03-05T04:40:01.125904Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.126414Z", "completed_at": "2024-03-05T04:40:01.126424Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.043978214263916016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_customer_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.119889Z", "completed_at": "2024-03-05T04:40:01.127935Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.131777Z", "completed_at": "2024-03-05T04:40:01.131781Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.048834800720214844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__discount_code_tmp", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a discount code in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_discount_code_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.122576Z", "completed_at": "2024-03-05T04:40:01.128187Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.132023Z", "completed_at": "2024-03-05T04:40:01.132027Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.04864788055419922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__fulfillment_event_tmp", "compiled": true, "compiled_code": "\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_event_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.129037Z", "completed_at": "2024-03-05T04:40:01.133627Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.135388Z", "completed_at": "2024-03-05T04:40:01.135392Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.011939764022827148, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__fulfillment_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_fulfillment_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.135813Z", "completed_at": "2024-03-05T04:40:01.143338Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.147063Z", "completed_at": "2024-03-05T04:40:01.147069Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.013590097427368164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_item_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_item_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.139806Z", "completed_at": "2024-03-05T04:40:01.144051Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.148128Z", "completed_at": "2024-03-05T04:40:01.148131Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.014315128326416016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_level_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_inventory_level_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.144293Z", "completed_at": "2024-03-05T04:40:01.148645Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.150417Z", "completed_at": "2024-03-05T04:40:01.150421Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.011331796646118164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__location_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_location_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.151053Z", "completed_at": "2024-03-05T04:40:01.158215Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.159641Z", "completed_at": "2024-03-05T04:40:01.159647Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.01531529426574707, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__metafield_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_metafield_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.155204Z", "completed_at": "2024-03-05T04:40:01.159869Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.165705Z", "completed_at": "2024-03-05T04:40:01.165709Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.015865087509155273, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_adjustment_tmp", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_adjustment_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.160106Z", "completed_at": "2024-03-05T04:40:01.166827Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.171292Z", "completed_at": "2024-03-05T04:40:01.171298Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.013496160507202148, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_discount_code_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_discount_code_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.167772Z", "completed_at": "2024-03-05T04:40:01.175400Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.176886Z", "completed_at": "2024-03-05T04:40:01.176891Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.011779069900512695, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line_refund_tmp", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_refund_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.172335Z", "completed_at": "2024-03-05T04:40:01.177338Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.181851Z", "completed_at": "2024-03-05T04:40:01.181856Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.01195526123046875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_line_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.178078Z", "completed_at": "2024-03-05T04:40:01.183136Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.187999Z", "completed_at": "2024-03-05T04:40:01.188003Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.012183189392089844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_note_attribute_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.184049Z", "completed_at": "2024-03-05T04:40:01.191675Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.192923Z", "completed_at": "2024-03-05T04:40:01.192927Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.011608123779296875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_line_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.188944Z", "completed_at": "2024-03-05T04:40:01.193150Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.197209Z", "completed_at": "2024-03-05T04:40:01.197214Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.01040506362915039, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_shipping_tax_line_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.194228Z", "completed_at": "2024-03-05T04:40:01.198776Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.202703Z", "completed_at": "2024-03-05T04:40:01.202708Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.01436471939086914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_tag_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_tag_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.199059Z", "completed_at": "2024-03-05T04:40:01.206477Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.207824Z", "completed_at": "2024-03-05T04:40:01.207829Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.011406898498535156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.202949Z", "completed_at": "2024-03-05T04:40:01.208092Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.209919Z", "completed_at": "2024-03-05T04:40:01.209923Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.011747121810913086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_url_tag_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_order_url_tag_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.210166Z", "completed_at": "2024-03-05T04:40:01.214400Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.218457Z", "completed_at": "2024-03-05T04:40:01.218461Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.013598918914794922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__price_rule_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_price_rule_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.214620Z", "completed_at": "2024-03-05T04:40:01.218681Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.222894Z", "completed_at": "2024-03-05T04:40:01.222897Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010933876037597656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_image_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_image_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.219111Z", "completed_at": "2024-03-05T04:40:01.223133Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.224870Z", "completed_at": "2024-03-05T04:40:01.224873Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.011811971664428711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_tag_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_tag_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.225101Z", "completed_at": "2024-03-05T04:40:01.232826Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.233968Z", "completed_at": "2024-03-05T04:40:01.233972Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.013799190521240234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.230115Z", "completed_at": "2024-03-05T04:40:01.234182Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.238033Z", "completed_at": "2024-03-05T04:40:01.238036Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010295867919921875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_variant_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_product_variant_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.234403Z", "completed_at": "2024-03-05T04:40:01.238251Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.239927Z", "completed_at": "2024-03-05T04:40:01.239930Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.010598182678222656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__refund_tmp", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a refund in Shopify\n\n\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_refund_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.240158Z", "completed_at": "2024-03-05T04:40:01.251155Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.257069Z", "completed_at": "2024-03-05T04:40:01.257076Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.019747018814086914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__shop_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_shop_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.251823Z", "completed_at": "2024-03-05T04:40:01.257769Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.262363Z", "completed_at": "2024-03-05T04:40:01.262366Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.02024102210998535, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tax_line_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_tax_line_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.258536Z", "completed_at": "2024-03-05T04:40:01.262947Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.267062Z", "completed_at": "2024-03-05T04:40:01.267067Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.011546134948730469, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tender_transaction_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_tender_transaction_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.268682Z", "completed_at": "2024-03-05T04:40:01.269867Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.271365Z", "completed_at": "2024-03-05T04:40:01.271369Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006079912185668945, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.264376Z", "completed_at": "2024-03-05T04:40:01.270118Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.271601Z", "completed_at": "2024-03-05T04:40:01.271604Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.011239051818847656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__transaction_tmp", "compiled": true, "compiled_code": "\n \n \n \n \n \n select * \n from \"dev\".\"shopify_integration_tests_6\".\"shopify_transaction_data\"", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction_tmp\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.271836Z", "completed_at": "2024-03-05T04:40:01.272967Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.274894Z", "completed_at": "2024-03-05T04:40:01.274897Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.005594730377197266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_discount_code_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.276845Z", "completed_at": "2024-03-05T04:40:01.278821Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.281415Z", "completed_at": "2024-03-05T04:40:01.281420Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.008547067642211914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_abandoned_checkout_shipping_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.279064Z", "completed_at": "2024-03-05T04:40:01.280100Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.281660Z", "completed_at": "2024-03-05T04:40:01.281663Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.008664131164550781, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_collection_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:00.996797Z", "completed_at": "2024-03-05T04:40:01.256758Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.261338Z", "completed_at": "2024-03-05T04:40:01.261342Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.2944331169128418, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__calendar", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 1890\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n dateadd(\n day,\n row_number() over (order by 1) - 1,\n cast('2019-01-01' as date)\n )\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= current_date\n\n)\n\nselect * from filtered\n\n", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.281886Z", "completed_at": "2024-03-05T04:40:01.283056Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.285630Z", "completed_at": "2024-03-05T04:40:01.285633Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.006536006927490234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_collection_product_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.288053Z", "completed_at": "2024-03-05T04:40:01.289232Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.293909Z", "completed_at": "2024-03-05T04:40:01.293913Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010102987289428711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_customer_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.289698Z", "completed_at": "2024-03-05T04:40:01.291450Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.294308Z", "completed_at": "2024-03-05T04:40:01.294311Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.010200023651123047, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_customer_tag_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.292229Z", "completed_at": "2024-03-05T04:40:01.293310Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.296233Z", "completed_at": "2024-03-05T04:40:01.296236Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.01007986068725586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_discount_code_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.294519Z", "completed_at": "2024-03-05T04:40:01.295555Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.297929Z", "completed_at": "2024-03-05T04:40:01.297931Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.00754094123840332, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_fulfillment_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.300424Z", "completed_at": "2024-03-05T04:40:01.301708Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.306488Z", "completed_at": "2024-03-05T04:40:01.306493Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010345935821533203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_fulfillment_event_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.302245Z", "completed_at": "2024-03-05T04:40:01.303277Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.306892Z", "completed_at": "2024-03-05T04:40:01.306895Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.010442972183227539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_inventory_item_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.304069Z", "completed_at": "2024-03-05T04:40:01.305881Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.308801Z", "completed_at": "2024-03-05T04:40:01.308803Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010343074798583984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_inventory_level_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.307108Z", "completed_at": "2024-03-05T04:40:01.308125Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.310498Z", "completed_at": "2024-03-05T04:40:01.310501Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008226156234741211, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_location_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.312944Z", "completed_at": "2024-03-05T04:40:01.314086Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.318664Z", "completed_at": "2024-03-05T04:40:01.318669Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009988069534301758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_metafield_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.314534Z", "completed_at": "2024-03-05T04:40:01.315560Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.319058Z", "completed_at": "2024-03-05T04:40:01.319060Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.010098934173583984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_adjustment_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.316339Z", "completed_at": "2024-03-05T04:40:01.318056Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.320980Z", "completed_at": "2024-03-05T04:40:01.320982Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.009980201721191406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.319277Z", "completed_at": "2024-03-05T04:40:01.320280Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.322659Z", "completed_at": "2024-03-05T04:40:01.322661Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008073091506958008, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_discount_code_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.325004Z", "completed_at": "2024-03-05T04:40:01.326168Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.330718Z", "completed_at": "2024-03-05T04:40:01.330722Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009825944900512695, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.326633Z", "completed_at": "2024-03-05T04:40:01.327666Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.331109Z", "completed_at": "2024-03-05T04:40:01.331111Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.00994729995727539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_line_refund_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.328440Z", "completed_at": "2024-03-05T04:40:01.330124Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.332973Z", "completed_at": "2024-03-05T04:40:01.332976Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.009858131408691406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_note_attribute_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.331320Z", "completed_at": "2024-03-05T04:40:01.332317Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.334653Z", "completed_at": "2024-03-05T04:40:01.334655Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008161783218383789, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_shipping_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.337397Z", "completed_at": "2024-03-05T04:40:01.338603Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.342817Z", "completed_at": "2024-03-05T04:40:01.342823Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.01093292236328125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_shipping_tax_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.339112Z", "completed_at": "2024-03-05T04:40:01.340195Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.343239Z", "completed_at": "2024-03-05T04:40:01.343241Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.011101007461547852, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_tag_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.341010Z", "completed_at": "2024-03-05T04:40:01.342136Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.346106Z", "completed_at": "2024-03-05T04:40:01.346109Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010775089263916016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_order_url_tag_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.343457Z", "completed_at": "2024-03-05T04:40:01.345372Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.347926Z", "completed_at": "2024-03-05T04:40:01.347929Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008842945098876953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_price_rule_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.350543Z", "completed_at": "2024-03-05T04:40:01.351986Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.356287Z", "completed_at": "2024-03-05T04:40:01.356292Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010921001434326172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_product_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.352567Z", "completed_at": "2024-03-05T04:40:01.353677Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.356693Z", "completed_at": "2024-03-05T04:40:01.356695Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.011004209518432617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_product_image_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.354561Z", "completed_at": "2024-03-05T04:40:01.355661Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.359408Z", "completed_at": "2024-03-05T04:40:01.359411Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010915994644165039, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_product_tag_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.356906Z", "completed_at": "2024-03-05T04:40:01.358642Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.361270Z", "completed_at": "2024-03-05T04:40:01.361277Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008935213088989258, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_product_variant_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.364123Z", "completed_at": "2024-03-05T04:40:01.365461Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.369589Z", "completed_at": "2024-03-05T04:40:01.369594Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010119915008544922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_refund_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.365954Z", "completed_at": "2024-03-05T04:40:01.367047Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.370006Z", "completed_at": "2024-03-05T04:40:01.370008Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.010035991668701172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_shop_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.367901Z", "completed_at": "2024-03-05T04:40:01.368969Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.372023Z", "completed_at": "2024-03-05T04:40:01.372026Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.009896993637084961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_tax_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.370215Z", "completed_at": "2024-03-05T04:40:01.371326Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.373775Z", "completed_at": "2024-03-05T04:40:01.373777Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.007822275161743164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_tender_transaction_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.376371Z", "completed_at": "2024-03-05T04:40:01.378422Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:01.403405Z", "completed_at": "2024-03-05T04:40:01.403414Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.039964914321899414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.shopify_integration_tests.shopify_transaction_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.378945Z", "completed_at": "2024-03-05T04:40:02.678258Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:02.679713Z", "completed_at": "2024-03-05T04:40:02.679716Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.4386920928955078, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_discount_code", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n checkout_id\n \n as \n \n checkout_id\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n discount_id\n \n as \n \n discount_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n checkout_id,\n upper(code) as code,\n discount_id,\n amount,\n type,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation, \n case when checkout_id is null and code is null\n then row_number() over(partition by source_relation order by index)\n else row_number() over(partition by checkout_id, upper(code), source_relation order by index desc)\n end as index\n\n from fields\n \n)\n\nselect *\nfrom final\nwhere index = 1", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.418672Z", "completed_at": "2024-03-05T04:40:02.676850Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:02.678026Z", "completed_at": "2024-03-05T04:40:02.678029Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.398529052734375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n disjunctive\n \n as \n \n disjunctive\n \n, \n \n \n handle\n \n as \n \n handle\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n published_at\n \n as \n \n published_at\n \n, \n \n \n published_scope\n \n as \n \n published_scope\n \n, \n \n \n rules\n \n as \n \n rules\n \n, \n \n \n sort_order\n \n as \n \n sort_order\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as collection_id,\n _fivetran_deleted as is_deleted,\n case \n when disjunctive is null then null\n when disjunctive then 'disjunctive'\n else 'conjunctive' end as rule_logic,\n handle,\n published_scope,\n rules,\n sort_order,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(published_at as timestamp) as timestamp)\n) as published_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.391934Z", "completed_at": "2024-03-05T04:40:02.678473Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:02.679969Z", "completed_at": "2024-03-05T04:40:02.679971Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.4642000198364258, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n abandoned_checkout_url\n \n as \n \n abandoned_checkout_url\n \n, \n \n \n billing_address_address_1\n \n as \n \n billing_address_address_1\n \n, \n cast(null as TEXT) as \n \n billing_address_address_2\n \n , \n \n \n billing_address_city\n \n as \n \n billing_address_city\n \n, \n \n \n billing_address_company\n \n as \n \n billing_address_company\n \n, \n \n \n billing_address_country\n \n as \n \n billing_address_country\n \n, \n \n \n billing_address_country_code\n \n as \n \n billing_address_country_code\n \n, \n \n \n billing_address_first_name\n \n as \n \n billing_address_first_name\n \n, \n \n \n billing_address_last_name\n \n as \n \n billing_address_last_name\n \n, \n \n \n billing_address_latitude\n \n as \n \n billing_address_latitude\n \n, \n \n \n billing_address_longitude\n \n as \n \n billing_address_longitude\n \n, \n \n \n billing_address_name\n \n as \n \n billing_address_name\n \n, \n \n \n billing_address_phone\n \n as \n \n billing_address_phone\n \n, \n \n \n billing_address_province\n \n as \n \n billing_address_province\n \n, \n \n \n billing_address_province_code\n \n as \n \n billing_address_province_code\n \n, \n \n \n billing_address_zip\n \n as \n \n billing_address_zip\n \n, \n \n \n buyer_accepts_marketing\n \n as \n \n buyer_accepts_marketing\n \n, \n \n \n cart_token\n \n as \n \n cart_token\n \n, \n \n \n closed_at\n \n as \n \n closed_at\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n customer_locale\n \n as \n \n customer_locale\n \n, \n \n \n device_id\n \n as \n \n device_id\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n gateway\n \n as \n \n gateway\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n landing_site_base_url\n \n as \n \n landing_site_base_url\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n note\n \n as \n \n note\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n presentment_currency\n \n as \n \n presentment_currency\n \n, \n \n \n referring_site\n \n as \n \n referring_site\n \n, \n \n \n shipping_address_address_1\n \n as \n \n shipping_address_address_1\n \n, \n cast(null as TEXT) as \n \n shipping_address_address_2\n \n , \n \n \n shipping_address_city\n \n as \n \n shipping_address_city\n \n, \n \n \n shipping_address_company\n \n as \n \n shipping_address_company\n \n, \n \n \n shipping_address_country\n \n as \n \n shipping_address_country\n \n, \n \n \n shipping_address_country_code\n \n as \n \n shipping_address_country_code\n \n, \n \n \n shipping_address_first_name\n \n as \n \n shipping_address_first_name\n \n, \n \n \n shipping_address_last_name\n \n as \n \n shipping_address_last_name\n \n, \n \n \n shipping_address_latitude\n \n as \n \n shipping_address_latitude\n \n, \n \n \n shipping_address_longitude\n \n as \n \n shipping_address_longitude\n \n, \n \n \n shipping_address_name\n \n as \n \n shipping_address_name\n \n, \n \n \n shipping_address_phone\n \n as \n \n shipping_address_phone\n \n, \n \n \n shipping_address_province\n \n as \n \n shipping_address_province\n \n, \n \n \n shipping_address_province_code\n \n as \n \n shipping_address_province_code\n \n, \n \n \n shipping_address_zip\n \n as \n \n shipping_address_zip\n \n, \n \n \n source_name\n \n as \n \n source_name\n \n, \n \n \n subtotal_price\n \n as \n \n subtotal_price\n \n, \n \n \n taxes_included\n \n as \n \n taxes_included\n \n, \n \n \n token\n \n as \n \n token\n \n, \n \n \n total_discounts\n \n as \n \n total_discounts\n \n, \n \n \n total_duties\n \n as \n \n total_duties\n \n, \n \n \n total_line_items_price\n \n as \n \n total_line_items_price\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n total_tax\n \n as \n \n total_tax\n \n, \n \n \n total_weight\n \n as \n \n total_weight\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n _fivetran_deleted as is_deleted,\n abandoned_checkout_url,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n cart_token,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(closed_at as timestamp) as timestamp)\n) as closed_at,\n currency as shop_currency,\n customer_id,\n customer_locale,\n device_id,\n email,\n gateway,\n id as checkout_id,\n landing_site_base_url,\n location_id,\n name,\n note,\n phone,\n presentment_currency,\n referring_site,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n token,\n total_discounts,\n total_duties,\n total_line_items_price,\n total_price,\n total_tax,\n total_weight,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n user_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:01.404073Z", "completed_at": "2024-03-05T04:40:02.675575Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:02.677731Z", "completed_at": "2024-03-05T04:40:02.677738Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.4709012508392334, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__abandoned_checkout_shipping_line", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n carrier_identifier\n \n as \n \n carrier_identifier\n \n, \n \n \n checkout_id\n \n as \n \n checkout_id\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n delivery_category\n \n as \n \n delivery_category\n \n, \n \n \n delivery_expectation_range\n \n as \n \n delivery_expectation_range\n \n, \n \n \n delivery_expectation_range_max\n \n as \n \n delivery_expectation_range_max\n \n, \n \n \n delivery_expectation_range_min\n \n as \n \n delivery_expectation_range_min\n \n, \n \n \n delivery_expectation_type\n \n as \n \n delivery_expectation_type\n \n, \n \n \n discounted_price\n \n as \n \n discounted_price\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n requested_fulfillment_service_id\n \n as \n \n requested_fulfillment_service_id\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as abandoned_checkout_shipping_line_id,\n checkout_id,\n index,\n carrier_identifier,\n code as shipping_code,\n delivery_category,\n delivery_expectation_range,\n delivery_expectation_range_max,\n delivery_expectation_range_min,\n delivery_expectation_type,\n discounted_price,\n phone,\n price,\n requested_fulfillment_service_id,\n source,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:02.848985Z", "completed_at": "2024-03-05T04:40:03.875790Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:03.876301Z", "completed_at": "2024-03-05T04:40:03.876308Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.1703197956085205, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n accepts_marketing\n \n as \n \n accepts_marketing\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n default_address_id\n \n as \n \n default_address_id\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n orders_count\n \n as \n \n orders_count\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n state\n \n as \n \n state\n \n, \n \n \n tax_exempt\n \n as \n \n tax_exempt\n \n, \n \n \n total_spent\n \n as \n \n total_spent\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n verified_email\n \n as \n \n verified_email\n \n, \n cast(null as timestamp) as \n \n email_marketing_consent_consent_updated_at\n \n , \n cast(null as TEXT) as \n \n email_marketing_consent_opt_in_level\n \n , \n cast(null as TEXT) as \n \n email_marketing_consent_state\n \n , \n cast(null as TEXT) as \n \n note\n \n , \n cast(null as timestamp) as \n \n accepts_marketing_updated_at\n \n , \n cast(null as TEXT) as \n \n marketing_opt_in_level\n \n , \n cast(null as TEXT) as \n \n currency\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as customer_id,\n lower(email) as email,\n first_name,\n last_name,\n orders_count,\n default_address_id,\n phone,\n lower(state) as account_state,\n tax_exempt as is_tax_exempt,\n total_spent,\n verified_email as is_verified_email,\n note,\n currency,\n case \n when email_marketing_consent_state is null then\n case \n when accepts_marketing is null then null\n when accepts_marketing then 'subscribed (legacy)' \n else 'not_subscribed (legacy)' end\n else lower(email_marketing_consent_state) end as marketing_consent_state,\n lower(coalesce(email_marketing_consent_opt_in_level, marketing_opt_in_level)) as marketing_opt_in_level,\n\n convert_timezone('UTC', 'UTC',\n cast(cast(coalesce(accepts_marketing_updated_at, email_marketing_consent_consent_updated_at) as timestamp) as timestamp)\n) as marketing_consent_updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n \n\n\n\n\n\n from fields\n \n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:02.833261Z", "completed_at": "2024-03-05T04:40:03.926312Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:03.926785Z", "completed_at": "2024-03-05T04:40:03.926788Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.2009859085083008, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__collection_product", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n collection_id\n \n as \n \n collection_id\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n collection_id,\n product_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:02.868661Z", "completed_at": "2024-03-05T04:40:03.925182Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:03.925692Z", "completed_at": "2024-03-05T04:40:03.925697Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.153357982635498, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__discount_code", "compiled": true, "compiled_code": "-- this model will be all NULL until you create a discount code in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n price_rule_id\n \n as \n \n price_rule_id\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n usage_count\n \n as \n \n usage_count\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as discount_code_id,\n upper(code) as code,\n price_rule_id,\n usage_count,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:02.817679Z", "completed_at": "2024-03-05T04:40:03.899783Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:03.900318Z", "completed_at": "2024-03-05T04:40:03.900323Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.2046139240264893, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__customer_tag", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n customer_id,\n index,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:04.024578Z", "completed_at": "2024-03-05T04:40:05.079717Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:05.080397Z", "completed_at": "2024-03-05T04:40:05.080406Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.1520130634307861, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__fulfillment_event", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n address_1\n \n as \n \n address_1\n \n, \n \n \n city\n \n as \n \n city\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n estimated_delivery_at\n \n as \n \n estimated_delivery_at\n \n, \n \n \n fulfillment_id\n \n as \n \n fulfillment_id\n \n, \n \n \n happened_at\n \n as \n \n happened_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n message\n \n as \n \n message\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n province\n \n as \n \n province\n \n, \n \n \n shop_id\n \n as \n \n shop_id\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n zip\n \n as \n \n zip\n \n\n\n\n \n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_event_id,\n fulfillment_id,\n shop_id,\n order_id,\n status,\n message,\n convert_timezone('UTC', 'UTC',\n cast(cast(estimated_delivery_at as timestamp) as timestamp)\n) as estimated_delivery_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(happened_at as timestamp) as timestamp)\n) as happened_at,\n address_1,\n city,\n province,\n country,\n zip,\n latitude,\n longitude,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:04.039440Z", "completed_at": "2024-03-05T04:40:05.151212Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:05.151825Z", "completed_at": "2024-03-05T04:40:05.151831Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.2140820026397705, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__fulfillment", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n service\n \n as \n \n service\n \n, \n \n \n shipment_status\n \n as \n \n shipment_status\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n tracking_company\n \n as \n \n tracking_company\n \n, \n \n \n tracking_number\n \n as \n \n tracking_number\n \n, \n \n \n tracking_numbers\n \n as \n \n tracking_numbers\n \n, \n \n \n tracking_urls\n \n as \n \n tracking_urls\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as fulfillment_id,\n location_id,\n order_id,\n name,\n service,\n shipment_status,\n lower(status) as status,\n tracking_company,\n tracking_number,\n tracking_numbers,\n tracking_urls,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:04.061623Z", "completed_at": "2024-03-05T04:40:05.137413Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:05.137939Z", "completed_at": "2024-03-05T04:40:05.137945Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.2340600490570068, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_level", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n available\n \n as \n \n available\n \n, \n \n \n inventory_item_id\n \n as \n \n inventory_item_id\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n inventory_item_id,\n location_id,\n available as available_quantity,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:04.051237Z", "completed_at": "2024-03-05T04:40:05.173979Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:05.175244Z", "completed_at": "2024-03-05T04:40:05.175249Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.2773802280426025, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__inventory_item", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n cost\n \n as \n \n cost\n \n, \n \n \n country_code_of_origin\n \n as \n \n country_code_of_origin\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n province_code_of_origin\n \n as \n \n province_code_of_origin\n \n, \n \n \n requires_shipping\n \n as \n \n requires_shipping\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n tracked\n \n as \n \n tracked\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as inventory_item_id,\n sku,\n _fivetran_deleted as is_deleted, -- won't filter out for now\n cost,\n country_code_of_origin,\n province_code_of_origin,\n requires_shipping as is_shipping_required,\n tracked as is_inventory_quantity_tracked,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:05.175488Z", "completed_at": "2024-03-05T04:40:06.293417Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:06.294625Z", "completed_at": "2024-03-05T04:40:06.294629Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.2452378273010254, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__location", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n active\n \n as \n \n active\n \n, \n \n \n address_1\n \n as \n \n address_1\n \n, \n \n \n address_2\n \n as \n \n address_2\n \n, \n \n \n city\n \n as \n \n city\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n \n \n country_name\n \n as \n \n country_name\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n legacy\n \n as \n \n legacy\n \n, \n \n \n localized_country_name\n \n as \n \n localized_country_name\n \n, \n \n \n localized_province_name\n \n as \n \n localized_province_name\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n province\n \n as \n \n province\n \n, \n \n \n province_code\n \n as \n \n province_code\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n zip\n \n as \n \n zip\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as location_id,\n name,\n _fivetran_deleted as is_deleted,\n active as is_active,\n address_1,\n address_2,\n city,\n country,\n country_code,\n country_name,\n legacy as is_legacy,\n localized_country_name,\n localized_province_name,\n phone,\n province,\n province_code,\n zip,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:05.259165Z", "completed_at": "2024-03-05T04:40:06.279894Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:06.291909Z", "completed_at": "2024-03-05T04:40:06.291916Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.161741018295288, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_adjustment", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order adjustment in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n refund_id\n \n as \n \n refund_id\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n amount_set\n \n as \n \n amount_set\n \n, \n \n \n tax_amount\n \n as \n \n tax_amount\n \n, \n \n \n tax_amount_set\n \n as \n \n tax_amount_set\n \n, \n \n \n kind\n \n as \n \n kind\n \n, \n \n \n reason\n \n as \n \n reason\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as order_adjustment_id,\n order_id,\n refund_id,\n amount,\n amount_set,\n tax_amount,\n tax_amount_set,\n kind,\n reason,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:05.301557Z", "completed_at": "2024-03-05T04:40:06.292472Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:06.293046Z", "completed_at": "2024-03-05T04:40:06.293055Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.1200039386749268, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_discount_code", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n type\n \n as \n \n type\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n upper(code) as code,\n type,\n amount,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n where index = 1 -- Sanity check. index should not > 1 but open an issue if that's not the case in your data\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:05.238173Z", "completed_at": "2024-03-05T04:40:06.293899Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:06.294884Z", "completed_at": "2024-03-05T04:40:06.294888Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.1848292350769043, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__metafield", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n key\n \n as \n \n key\n \n, \n \n \n namespace\n \n as \n \n namespace\n \n, \n \n \n owner_id\n \n as \n \n owner_id\n \n, \n \n \n owner_resource\n \n as \n \n owner_resource\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n value_type\n \n as \n \n value_type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as metafield_id,\n description,\n namespace,\n key,\n value,\n lower(coalesce(type, value_type)) as value_type,\n owner_id as owner_resource_id,\n lower(owner_resource) as owner_resource,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n lower(namespace || '_' || key) as metafield_reference,\n case when id is null\n then row_number() over(partition by source_relation order by updated_at desc) = 1\n else row_number() over(partition by id, source_relation order by updated_at desc) = 1\n end as is_most_recent_record,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:06.450874Z", "completed_at": "2024-03-05T04:40:07.405222Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:07.405925Z", "completed_at": "2024-03-05T04:40:07.405934Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.0643079280853271, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_note_attribute", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n name,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:06.426729Z", "completed_at": "2024-03-05T04:40:07.475902Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:07.476618Z", "completed_at": "2024-03-05T04:40:07.476626Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.1694471836090088, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line_refund", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made an order line refund in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n order_line_id\n \n as \n \n order_line_id\n \n, \n \n \n subtotal\n \n as \n \n subtotal\n \n, \n \n \n subtotal_set\n \n as \n \n subtotal_set\n \n, \n \n \n total_tax\n \n as \n \n total_tax\n \n, \n \n \n total_tax_set\n \n as \n \n total_tax_set\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n refund_id\n \n as \n \n refund_id\n \n, \n \n \n restock_type\n \n as \n \n restock_type\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select\n id as order_line_refund_id,\n location_id,\n order_line_id,\n subtotal,\n subtotal_set,\n total_tax,\n total_tax_set,\n quantity,\n refund_id,\n restock_type,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:06.461456Z", "completed_at": "2024-03-05T04:40:07.611374Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:07.617795Z", "completed_at": "2024-03-05T04:40:07.617799Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.334463119506836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_line", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n carrier_identifier\n \n as \n \n carrier_identifier\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n delivery_category\n \n as \n \n delivery_category\n \n, \n \n \n discounted_price\n \n as \n \n discounted_price\n \n, \n \n \n discounted_price_set\n \n as \n \n discounted_price_set\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n price_set\n \n as \n \n price_set\n \n, \n \n \n requested_fulfillment_service_id\n \n as \n \n requested_fulfillment_service_id\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as order_shipping_line_id,\n order_id,\n carrier_identifier,\n code,\n delivery_category,\n discounted_price,\n discounted_price_set,\n phone,\n price,\n price_set,\n requested_fulfillment_service_id is not null as is_third_party_required,\n source,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:06.439864Z", "completed_at": "2024-03-05T04:40:07.604784Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:07.617471Z", "completed_at": "2024-03-05T04:40:07.617481Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.344186782836914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_line", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n fulfillable_quantity\n \n as \n \n fulfillable_quantity\n \n, \n \n \n fulfillment_status\n \n as \n \n fulfillment_status\n \n, \n \n \n gift_card\n \n as \n \n gift_card\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n pre_tax_price\n \n as \n \n pre_tax_price\n \n, \n cast(null as TEXT) as \n \n pre_tax_price_set\n \n , \n \n \n price\n \n as \n \n price\n \n, \n cast(null as TEXT) as \n \n price_set\n \n , \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n requires_shipping\n \n as \n \n requires_shipping\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n cast(null as TEXT) as \n \n tax_code\n \n , \n \n \n title\n \n as \n \n title\n \n, \n \n \n total_discount\n \n as \n \n total_discount\n \n, \n cast(null as TEXT) as \n \n total_discount_set\n \n , \n \n \n variant_id\n \n as \n \n variant_id\n \n, \n cast(null as TEXT) as \n \n variant_title\n \n , \n cast(null as TEXT) as \n \n variant_inventory_management\n \n , \n \n \n vendor\n \n as \n \n vendor\n \n, \n cast(null as TEXT) as \n \n properties\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n \n select \n id as order_line_id,\n index,\n name,\n order_id,\n fulfillable_quantity,\n fulfillment_status,\n gift_card as is_gift_card,\n grams,\n pre_tax_price,\n pre_tax_price_set,\n price,\n price_set,\n product_id,\n quantity,\n requires_shipping as is_shipping_required,\n sku,\n taxable as is_taxable,\n tax_code,\n title,\n total_discount,\n total_discount_set,\n variant_id,\n variant_title,\n variant_inventory_management,\n vendor,\n properties,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n\n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:07.491658Z", "completed_at": "2024-03-05T04:40:08.446595Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:08.447173Z", "completed_at": "2024-03-05T04:40:08.447181Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.1231629848480225, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_shipping_tax_line", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_shipping_line_id\n \n as \n \n order_shipping_line_id\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n price_set\n \n as \n \n price_set\n \n, \n \n \n rate\n \n as \n \n rate\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_shipping_line_id,\n index,\n price,\n price_set,\n rate,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:07.762151Z", "completed_at": "2024-03-05T04:40:08.681849Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:08.682406Z", "completed_at": "2024-03-05T04:40:08.682411Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.0195808410644531, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n id\n \n as \n \n id\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n, \n \n \n total_discounts\n \n as \n \n total_discounts\n \n, \n cast(null as TEXT) as \n \n total_discounts_set\n \n , \n \n \n total_line_items_price\n \n as \n \n total_line_items_price\n \n, \n cast(null as TEXT) as \n \n total_line_items_price_set\n \n , \n \n \n total_price\n \n as \n \n total_price\n \n, \n cast(null as TEXT) as \n \n total_price_set\n \n , \n cast(null as TEXT) as \n \n total_tax_set\n \n , \n \n \n total_tax\n \n as \n \n total_tax\n \n, \n \n \n source_name\n \n as \n \n source_name\n \n, \n \n \n subtotal_price\n \n as \n \n subtotal_price\n \n, \n \n \n taxes_included\n \n as \n \n taxes_included\n \n, \n \n \n total_weight\n \n as \n \n total_weight\n \n, \n cast(null as float) as \n \n total_tip_received\n \n , \n \n \n landing_site_base_url\n \n as \n \n landing_site_base_url\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n note\n \n as \n \n note\n \n, \n \n \n number\n \n as \n \n number\n \n, \n \n \n order_number\n \n as \n \n order_number\n \n, \n \n \n cancel_reason\n \n as \n \n cancel_reason\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n cart_token\n \n as \n \n cart_token\n \n, \n \n \n checkout_token\n \n as \n \n checkout_token\n \n, \n \n \n closed_at\n \n as \n \n closed_at\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n financial_status\n \n as \n \n financial_status\n \n, \n \n \n fulfillment_status\n \n as \n \n fulfillment_status\n \n, \n \n \n referring_site\n \n as \n \n referring_site\n \n, \n \n \n billing_address_address_1\n \n as \n \n billing_address_address_1\n \n, \n \n \n billing_address_address_2\n \n as \n \n billing_address_address_2\n \n, \n \n \n billing_address_city\n \n as \n \n billing_address_city\n \n, \n \n \n billing_address_company\n \n as \n \n billing_address_company\n \n, \n \n \n billing_address_country\n \n as \n \n billing_address_country\n \n, \n \n \n billing_address_country_code\n \n as \n \n billing_address_country_code\n \n, \n \n \n billing_address_first_name\n \n as \n \n billing_address_first_name\n \n, \n \n \n billing_address_last_name\n \n as \n \n billing_address_last_name\n \n, \n \n \n billing_address_latitude\n \n as \n \n billing_address_latitude\n \n, \n \n \n billing_address_longitude\n \n as \n \n billing_address_longitude\n \n, \n \n \n billing_address_name\n \n as \n \n billing_address_name\n \n, \n \n \n billing_address_phone\n \n as \n \n billing_address_phone\n \n, \n \n \n billing_address_province\n \n as \n \n billing_address_province\n \n, \n \n \n billing_address_province_code\n \n as \n \n billing_address_province_code\n \n, \n \n \n billing_address_zip\n \n as \n \n billing_address_zip\n \n, \n \n \n browser_ip\n \n as \n \n browser_ip\n \n, \n \n \n buyer_accepts_marketing\n \n as \n \n buyer_accepts_marketing\n \n, \n cast(null as TEXT) as \n \n total_shipping_price_set\n \n , \n \n \n shipping_address_address_1\n \n as \n \n shipping_address_address_1\n \n, \n \n \n shipping_address_address_2\n \n as \n \n shipping_address_address_2\n \n, \n \n \n shipping_address_city\n \n as \n \n shipping_address_city\n \n, \n \n \n shipping_address_company\n \n as \n \n shipping_address_company\n \n, \n \n \n shipping_address_country\n \n as \n \n shipping_address_country\n \n, \n \n \n shipping_address_country_code\n \n as \n \n shipping_address_country_code\n \n, \n \n \n shipping_address_first_name\n \n as \n \n shipping_address_first_name\n \n, \n \n \n shipping_address_last_name\n \n as \n \n shipping_address_last_name\n \n, \n \n \n shipping_address_latitude\n \n as \n \n shipping_address_latitude\n \n, \n \n \n shipping_address_longitude\n \n as \n \n shipping_address_longitude\n \n, \n \n \n shipping_address_name\n \n as \n \n shipping_address_name\n \n, \n \n \n shipping_address_phone\n \n as \n \n shipping_address_phone\n \n, \n \n \n shipping_address_province\n \n as \n \n shipping_address_province\n \n, \n \n \n shipping_address_province_code\n \n as \n \n shipping_address_province_code\n \n, \n \n \n shipping_address_zip\n \n as \n \n shipping_address_zip\n \n, \n \n \n test\n \n as \n \n test\n \n, \n \n \n token\n \n as \n \n token\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n cast(null as integer) as \n \n app_id\n \n , \n cast(null as integer) as \n \n checkout_id\n \n , \n cast(null as TEXT) as \n \n client_details_user_agent\n \n , \n cast(null as TEXT) as \n \n customer_locale\n \n , \n cast(null as TEXT) as \n \n order_status_url\n \n , \n cast(null as TEXT) as \n \n presentment_currency\n \n , \n cast(null as boolean) as \n \n confirmed\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as order_id,\n user_id,\n total_discounts,\n total_discounts_set,\n total_line_items_price,\n total_line_items_price_set,\n total_price,\n total_price_set,\n total_tax_set,\n total_tax,\n source_name,\n subtotal_price,\n taxes_included as has_taxes_included,\n total_weight,\n total_tip_received,\n landing_site_base_url,\n location_id,\n name,\n note,\n number,\n order_number,\n cancel_reason,\n cart_token,\n checkout_token,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(cancelled_at as timestamp) as timestamp)\n) as cancelled_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(closed_at as timestamp) as timestamp)\n) as closed_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n currency,\n customer_id,\n lower(email) as email,\n financial_status,\n fulfillment_status,\n referring_site,\n billing_address_address_1,\n billing_address_address_2,\n billing_address_city,\n billing_address_company,\n billing_address_country,\n billing_address_country_code,\n billing_address_first_name,\n billing_address_last_name,\n billing_address_latitude,\n billing_address_longitude,\n billing_address_name,\n billing_address_phone,\n billing_address_province,\n billing_address_province_code,\n billing_address_zip,\n browser_ip,\n total_shipping_price_set,\n shipping_address_address_1,\n shipping_address_address_2,\n shipping_address_city,\n shipping_address_company,\n shipping_address_country,\n shipping_address_country_code,\n shipping_address_first_name,\n shipping_address_last_name,\n shipping_address_latitude,\n shipping_address_longitude,\n shipping_address_name,\n shipping_address_phone,\n shipping_address_province,\n shipping_address_province_code,\n shipping_address_zip,\n token,\n app_id,\n checkout_id,\n client_details_user_agent,\n customer_locale,\n order_status_url,\n presentment_currency,\n test as is_test_order,\n _fivetran_deleted as is_deleted,\n buyer_accepts_marketing as has_buyer_accepted_marketing,\n confirmed as is_confirmed,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(is_test_order, false)\nand not coalesce(is_deleted, false)", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:07.605149Z", "completed_at": "2024-03-05T04:40:08.626126Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:08.640438Z", "completed_at": "2024-03-05T04:40:08.640447Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.1916890144348145, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_tag", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n index,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:07.777533Z", "completed_at": "2024-03-05T04:40:08.639594Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:08.679585Z", "completed_at": "2024-03-05T04:40:08.679594Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.0379259586334229, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__order_url_tag", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n key\n \n as \n \n key\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n order_id,\n key,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n \n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:08.626495Z", "completed_at": "2024-03-05T04:40:09.635218Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:09.635945Z", "completed_at": "2024-03-05T04:40:09.635954Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.1278660297393799, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__price_rule", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n allocation_limit\n \n as \n \n allocation_limit\n \n, \n \n \n allocation_method\n \n as \n \n allocation_method\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n customer_selection\n \n as \n \n customer_selection\n \n, \n \n \n ends_at\n \n as \n \n ends_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n once_per_customer\n \n as \n \n once_per_customer\n \n, \n \n \n prerequisite_quantity_range\n \n as \n \n prerequisite_quantity_range\n \n, \n \n \n prerequisite_shipping_price_range\n \n as \n \n prerequisite_shipping_price_range\n \n, \n \n \n prerequisite_subtotal_range\n \n as \n \n prerequisite_subtotal_range\n \n, \n \n \n prerequisite_to_entitlement_purchase_prerequisite_amount\n \n as \n \n prerequisite_to_entitlement_purchase_prerequisite_amount\n \n, \n \n \n quantity_ratio_entitled_quantity\n \n as \n \n quantity_ratio_entitled_quantity\n \n, \n \n \n quantity_ratio_prerequisite_quantity\n \n as \n \n quantity_ratio_prerequisite_quantity\n \n, \n \n \n starts_at\n \n as \n \n starts_at\n \n, \n \n \n target_selection\n \n as \n \n target_selection\n \n, \n \n \n target_type\n \n as \n \n target_type\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n usage_limit\n \n as \n \n usage_limit\n \n, \n \n \n value\n \n as \n \n value\n \n, \n \n \n value_type\n \n as \n \n value_type\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select\n id as price_rule_id,\n allocation_limit,\n allocation_method,\n customer_selection,\n once_per_customer as is_once_per_customer,\n prerequisite_quantity_range as prereq_min_quantity,\n prerequisite_shipping_price_range as prereq_max_shipping_price,\n prerequisite_subtotal_range as prereq_min_subtotal,\n prerequisite_to_entitlement_purchase_prerequisite_amount as prereq_min_purchase_quantity_for_entitlement,\n quantity_ratio_entitled_quantity as prereq_buy_x_get_this,\n quantity_ratio_prerequisite_quantity as prereq_buy_this_get_y,\n target_selection,\n target_type,\n title,\n usage_limit,\n value,\n value_type,\n convert_timezone('UTC', 'UTC',\n cast(cast(starts_at as timestamp) as timestamp)\n) as starts_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(ends_at as timestamp) as timestamp)\n) as ends_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:08.816419Z", "completed_at": "2024-03-05T04:40:09.766296Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:09.777933Z", "completed_at": "2024-03-05T04:40:09.777938Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.0533018112182617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n handle\n \n as \n \n handle\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n product_type\n \n as \n \n product_type\n \n, \n \n \n published_at\n \n as \n \n published_at\n \n, \n \n \n published_scope\n \n as \n \n published_scope\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n vendor\n \n as \n \n vendor\n \n, \n cast(null as TEXT) as \n \n status\n \n \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n \n select\n id as product_id,\n handle,\n product_type,\n published_scope,\n title,\n vendor,\n status,\n _fivetran_deleted as is_deleted,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(published_at as timestamp) as timestamp)\n) as published_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\nfrom fields\n\n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:08.797282Z", "completed_at": "2024-03-05T04:40:09.764937Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:09.766898Z", "completed_at": "2024-03-05T04:40:09.766903Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.0890250205993652, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_tag", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n value\n \n as \n \n value\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n product_id,\n index,\n value,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:08.782645Z", "completed_at": "2024-03-05T04:40:09.765409Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:09.767302Z", "completed_at": "2024-03-05T04:40:09.767305Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.104640007019043, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_image", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n height\n \n as \n \n height\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n position\n \n as \n \n position\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n src\n \n as \n \n src\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n variant_ids\n \n as \n \n variant_ids\n \n, \n \n \n width\n \n as \n \n width\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as product_image_id,\n product_id,\n height,\n position,\n src,\n variant_ids,\n width,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:09.767515Z", "completed_at": "2024-03-05T04:40:10.666772Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:10.667596Z", "completed_at": "2024-03-05T04:40:10.667606Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.040196180343628, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__product_variant", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n \n id\n \n as \n \n id\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n product_id\n \n as \n \n product_id\n \n, \n \n \n inventory_item_id\n \n as \n \n inventory_item_id\n \n, \n \n \n image_id\n \n as \n \n image_id\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n position\n \n as \n \n position\n \n, \n \n \n inventory_policy\n \n as \n \n inventory_policy\n \n, \n \n \n compare_at_price\n \n as \n \n compare_at_price\n \n, \n \n \n fulfillment_service\n \n as \n \n fulfillment_service\n \n, \n \n \n inventory_management\n \n as \n \n inventory_management\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n barcode\n \n as \n \n barcode\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n old_inventory_quantity\n \n as \n \n old_inventory_quantity\n \n, \n \n \n inventory_quantity\n \n as \n \n inventory_quantity\n \n, \n \n \n weight\n \n as \n \n weight\n \n, \n \n \n weight_unit\n \n as \n \n weight_unit\n \n, \n \n \n option_1\n \n as \n \n option_1\n \n, \n \n \n option_2\n \n as \n \n option_2\n \n, \n \n \n option_3\n \n as \n \n option_3\n \n, \n \n \n tax_code\n \n as \n \n tax_code\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select\n id as variant_id,\n product_id,\n inventory_item_id,\n image_id,\n title,\n price,\n sku,\n position,\n inventory_policy,\n compare_at_price,\n fulfillment_service,\n inventory_management,\n taxable as is_taxable,\n barcode,\n grams,\n coalesce(inventory_quantity, old_inventory_quantity) as inventory_quantity,\n weight,\n weight_unit,\n option_1,\n option_2,\n option_3,\n tax_code,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:09.889605Z", "completed_at": "2024-03-05T04:40:10.885005Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:10.885578Z", "completed_at": "2024-03-05T04:40:10.885585Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 1.1576781272888184, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__shop", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n address_1\n \n as \n \n address_1\n \n, \n \n \n address_2\n \n as \n \n address_2\n \n, \n \n \n checkout_api_supported\n \n as \n \n checkout_api_supported\n \n, \n \n \n city\n \n as \n \n city\n \n, \n \n \n cookie_consent_level\n \n as \n \n cookie_consent_level\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n \n \n country_name\n \n as \n \n country_name\n \n, \n \n \n county_taxes\n \n as \n \n county_taxes\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n customer_email\n \n as \n \n customer_email\n \n, \n \n \n domain\n \n as \n \n domain\n \n, \n \n \n eligible_for_card_reader_giveaway\n \n as \n \n eligible_for_card_reader_giveaway\n \n, \n \n \n eligible_for_payments\n \n as \n \n eligible_for_payments\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n enabled_presentment_currencies\n \n as \n \n enabled_presentment_currencies\n \n, \n \n \n google_apps_domain\n \n as \n \n google_apps_domain\n \n, \n \n \n google_apps_login_enabled\n \n as \n \n google_apps_login_enabled\n \n, \n \n \n has_discounts\n \n as \n \n has_discounts\n \n, \n \n \n has_gift_cards\n \n as \n \n has_gift_cards\n \n, \n \n \n has_storefront\n \n as \n \n has_storefront\n \n, \n \n \n iana_timezone\n \n as \n \n iana_timezone\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n money_format\n \n as \n \n money_format\n \n, \n \n \n money_in_emails_format\n \n as \n \n money_in_emails_format\n \n, \n \n \n money_with_currency_format\n \n as \n \n money_with_currency_format\n \n, \n \n \n money_with_currency_in_emails_format\n \n as \n \n money_with_currency_in_emails_format\n \n, \n \n \n myshopify_domain\n \n as \n \n myshopify_domain\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n password_enabled\n \n as \n \n password_enabled\n \n, \n \n \n phone\n \n as \n \n phone\n \n, \n \n \n plan_display_name\n \n as \n \n plan_display_name\n \n, \n \n \n plan_name\n \n as \n \n plan_name\n \n, \n \n \n pre_launch_enabled\n \n as \n \n pre_launch_enabled\n \n, \n \n \n primary_locale\n \n as \n \n primary_locale\n \n, \n \n \n province\n \n as \n \n province\n \n, \n \n \n province_code\n \n as \n \n province_code\n \n, \n \n \n requires_extra_payments_agreement\n \n as \n \n requires_extra_payments_agreement\n \n, \n \n \n setup_required\n \n as \n \n setup_required\n \n, \n \n \n shop_owner\n \n as \n \n shop_owner\n \n, \n \n \n source\n \n as \n \n source\n \n, \n \n \n tax_shipping\n \n as \n \n tax_shipping\n \n, \n \n \n taxes_included\n \n as \n \n taxes_included\n \n, \n \n \n timezone\n \n as \n \n timezone\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n weight_unit\n \n as \n \n weight_unit\n \n, \n \n \n zip\n \n as \n \n zip\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as shop_id,\n name,\n _fivetran_deleted as is_deleted,\n address_1,\n address_2,\n city,\n province,\n province_code,\n country,\n country_code,\n country_name,\n zip,\n latitude,\n longitude,\n case when county_taxes is null then false else county_taxes end as has_county_taxes,\n currency,\n enabled_presentment_currencies,\n customer_email,\n email,\n domain,\n phone,\n timezone,\n iana_timezone,\n primary_locale,\n weight_unit,\n myshopify_domain,\n cookie_consent_level,\n shop_owner,\n source,\n tax_shipping as has_shipping_taxes,\n case when taxes_included is null then false else taxes_included end as has_taxes_included_in_price,\n has_discounts,\n has_gift_cards,\n has_storefront,\n checkout_api_supported as has_checkout_api_supported,\n eligible_for_card_reader_giveaway as is_eligible_for_card_reader_giveaway,\n eligible_for_payments as is_eligible_for_payments,\n google_apps_domain,\n case when google_apps_login_enabled is null then false else google_apps_login_enabled end as is_google_apps_login_enabled,\n money_format,\n money_in_emails_format,\n money_with_currency_format,\n money_with_currency_in_emails_format,\n plan_display_name,\n plan_name,\n password_enabled as is_password_enabled,\n pre_launch_enabled as is_pre_launch_enabled,\n requires_extra_payments_agreement as is_extra_payments_agreement_required,\n setup_required as is_setup_required,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(updated_at as timestamp) as timestamp)\n) as updated_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:09.870992Z", "completed_at": "2024-03-05T04:40:10.989064Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:10.989705Z", "completed_at": "2024-03-05T04:40:10.989712Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 1.257200002670288, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__refund", "compiled": true, "compiled_code": "-- this model will be all NULL until you have made a refund in Shopify\n\nwith base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund_tmp\"\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n note\n \n as \n \n note\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n restock\n \n as \n \n restock\n \n, \n \n \n total_duties_set\n \n as \n \n total_duties_set\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n \n from base\n),\n\nfinal as (\n\n select\n id as refund_id,\n note,\n order_id,\n restock,\n total_duties_set,\n user_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.128382Z", "completed_at": "2024-03-05T04:40:11.140842Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.141491Z", "completed_at": "2024-03-05T04:40:11.141499Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.014595985412597656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_discount_code_checkout_id__code__source_relation.7c343c0e84", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, code, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n group by checkout_id, code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.143525Z", "completed_at": "2024-03-05T04:40:11.150491Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.151078Z", "completed_at": "2024-03-05T04:40:11.151085Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.008817911148071289, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_discount_code_checkout_id.c00e9d48a7", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect checkout_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\nwhere checkout_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.153248Z", "completed_at": "2024-03-05T04:40:11.158004Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.158818Z", "completed_at": "2024-03-05T04:40:11.158825Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.006799936294555664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_collection_id__source_relation.1df832a878", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n collection_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n group by collection_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.160803Z", "completed_at": "2024-03-05T04:40:11.164668Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.165282Z", "completed_at": "2024-03-05T04:40:11.165288Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.005656003952026367, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__collection_collection_id.96b2719af2", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\nwhere collection_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:09.901763Z", "completed_at": "2024-03-05T04:40:11.047670Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.059946Z", "completed_at": "2024-03-05T04:40:11.059952Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 1.284888744354248, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tax_line", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_line_id\n \n as \n \n order_line_id\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n price_set\n \n as \n \n price_set\n \n, \n \n \n rate\n \n as \n \n rate\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n \n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n index,\n order_line_id,\n price,\n price_set,\n rate,\n title,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.179313Z", "completed_at": "2024-03-05T04:40:11.182494Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.183452Z", "completed_at": "2024-03-05T04:40:11.183459Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.008941888809204102, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__abandoned_checkout_checkout_id.7904acc8db", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect checkout_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\nwhere checkout_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.176062Z", "completed_at": "2024-03-05T04:40:11.182754Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.183722Z", "completed_at": "2024-03-05T04:40:11.183726Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009768009185791016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_checkout_id__source_relation.46f03b4b58", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n group by checkout_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.190186Z", "completed_at": "2024-03-05T04:40:11.194568Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.195821Z", "completed_at": "2024-03-05T04:40:11.195825Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010808706283569336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__abandoned_checkout_shipping_line_checkout_id__index__source_relation.adf831caac", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n checkout_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n group by checkout_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.197423Z", "completed_at": "2024-03-05T04:40:11.204424Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.204880Z", "completed_at": "2024-03-05T04:40:11.204885Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.009186983108520508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__collection_product_collection_id__product_id__source_relation.2a7693423e", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n collection_id, product_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n group by collection_id, product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.201207Z", "completed_at": "2024-03-05T04:40:11.209046Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.209511Z", "completed_at": "2024-03-05T04:40:11.209515Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009292125701904297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_customer_id__source_relation.1b2185db25", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.206359Z", "completed_at": "2024-03-05T04:40:11.210367Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.211379Z", "completed_at": "2024-03-05T04:40:11.211382Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.009418964385986328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_collection_id.8bf72f774a", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\nwhere collection_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.211604Z", "completed_at": "2024-03-05T04:40:11.219410Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.219904Z", "completed_at": "2024-03-05T04:40:11.219909Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009674787521362305, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__collection_product_product_id.1e720211b1", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\nwhere product_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.216338Z", "completed_at": "2024-03-05T04:40:11.220802Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.221774Z", "completed_at": "2024-03-05T04:40:11.221777Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.009124755859375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__discount_code_discount_code_id__source_relation.cdfb802172", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n discount_code_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\"\n group by discount_code_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.222004Z", "completed_at": "2024-03-05T04:40:11.232299Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.238851Z", "completed_at": "2024-03-05T04:40:11.238857Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.018220186233520508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__discount_code_discount_code_id.a5590b867e", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_code_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\"\nwhere discount_code_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.240262Z", "completed_at": "2024-03-05T04:40:11.246657Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.247123Z", "completed_at": "2024-03-05T04:40:11.247127Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.007779121398925781, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__customer_tag_customer_id__index__source_relation.a145b36d0f", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n group by customer_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.248528Z", "completed_at": "2024-03-05T04:40:11.252707Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.253220Z", "completed_at": "2024-03-05T04:40:11.253224Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005629062652587891, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_customer_id.c532ce5351", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\nwhere customer_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.255357Z", "completed_at": "2024-03-05T04:40:11.259109Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.259917Z", "completed_at": "2024-03-05T04:40:11.259922Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0061800479888916016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__customer_tag_index.1db05a64dd", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\nwhere index is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.268225Z", "completed_at": "2024-03-05T04:40:11.275531Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.275995Z", "completed_at": "2024-03-05T04:40:11.276000Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.008784055709838867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.accepted_values_stg_shopify__fulfillment_event_status__attempted_delivery__delivered__failure__in_transit__out_for_delivery__ready_for_pickup__picked_up__label_printed__label_purchased__confirmed.c0ab202601", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n status as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n group by status\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'attempted_delivery','delivered','failure','in_transit','out_for_delivery','ready_for_pickup','picked_up','label_printed','label_purchased','confirmed'\n)\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.277504Z", "completed_at": "2024-03-05T04:40:11.280759Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.281204Z", "completed_at": "2024-03-05T04:40:11.281208Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004622220993041992, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_event_fulfillment_event_id__source_relation.bbccfe999a", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n fulfillment_event_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n group by fulfillment_event_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.282663Z", "completed_at": "2024-03-05T04:40:11.287520Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.287985Z", "completed_at": "2024-03-05T04:40:11.287990Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006259918212890625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.accepted_values_stg_shopify__fulfillment_status__pending__open__success__cancelled__error__failure.7c48600b70", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n status as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n group by status\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'pending','open','success','cancelled','error','failure'\n)\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.289425Z", "completed_at": "2024-03-05T04:40:11.332137Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.332589Z", "completed_at": "2024-03-05T04:40:11.332595Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.044100046157836914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__fulfillment_fulfillment_id__source_relation.680798d67a", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n fulfillment_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n group by fulfillment_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.334063Z", "completed_at": "2024-03-05T04:40:11.336892Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.337319Z", "completed_at": "2024-03-05T04:40:11.337323Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0041429996490478516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__fulfillment_fulfillment_id.ef5030632e", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect fulfillment_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\nwhere fulfillment_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.338683Z", "completed_at": "2024-03-05T04:40:11.342429Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.342869Z", "completed_at": "2024-03-05T04:40:11.342874Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005093812942504883, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_level_inventory_item_id__location_id__source_relation.30e02799e7", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, location_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\n group by inventory_item_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.344545Z", "completed_at": "2024-03-05T04:40:11.347947Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.348414Z", "completed_at": "2024-03-05T04:40:11.348421Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0050048828125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_inventory_item_id.fccf494b8e", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\nwhere inventory_item_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.349960Z", "completed_at": "2024-03-05T04:40:11.354295Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.354782Z", "completed_at": "2024-03-05T04:40:11.354788Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005785942077636719, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_level_location_id.92e79be57f", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\nwhere location_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.356386Z", "completed_at": "2024-03-05T04:40:11.360094Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.360585Z", "completed_at": "2024-03-05T04:40:11.360592Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0052449703216552734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__inventory_item_inventory_item_id__source_relation.efb946be84", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\"\n group by inventory_item_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.362274Z", "completed_at": "2024-03-05T04:40:11.365484Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.365924Z", "completed_at": "2024-03-05T04:40:11.365929Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004700899124145508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__inventory_item_inventory_item_id.ebb8e84fbe", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\"\nwhere inventory_item_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.367374Z", "completed_at": "2024-03-05T04:40:11.370502Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.370995Z", "completed_at": "2024-03-05T04:40:11.371000Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004565000534057617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__location_location_id__source_relation.d3455164b9", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n location_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\"\n group by location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.372573Z", "completed_at": "2024-03-05T04:40:11.376900Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.377361Z", "completed_at": "2024-03-05T04:40:11.377368Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.00580906867980957, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__location_location_id.ee4166d1bf", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\"\nwhere location_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.378911Z", "completed_at": "2024-03-05T04:40:11.382518Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.383095Z", "completed_at": "2024-03-05T04:40:11.383100Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005166053771972656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_adjustment_order_adjustment_id__source_relation.00b7d10cb0", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_adjustment_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment\"\n group by order_adjustment_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.384764Z", "completed_at": "2024-03-05T04:40:11.388468Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.388961Z", "completed_at": "2024-03-05T04:40:11.388967Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0053119659423828125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_discount_code_order_id__code__source_relation.0b164cd5b1", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, code, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n group by order_id, code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.390617Z", "completed_at": "2024-03-05T04:40:11.393900Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.394338Z", "completed_at": "2024-03-05T04:40:11.394343Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004794120788574219, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_code.067f3e6d0f", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect code\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\nwhere code is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.396006Z", "completed_at": "2024-03-05T04:40:11.400334Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.400813Z", "completed_at": "2024-03-05T04:40:11.400821Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006011009216308594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_discount_code_order_id.ca7b6ffa4d", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\nwhere order_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.402478Z", "completed_at": "2024-03-05T04:40:11.405938Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.406371Z", "completed_at": "2024-03-05T04:40:11.406376Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004881858825683594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__metafield_metafield_id__source_relation.f74f7735ca", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n metafield_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield\"\n group by metafield_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.408318Z", "completed_at": "2024-03-05T04:40:11.412451Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.412955Z", "completed_at": "2024-03-05T04:40:11.412961Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006106138229370117, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__metafield_metafield_id.456551b3c6", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect metafield_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__metafield\"\nwhere metafield_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.414606Z", "completed_at": "2024-03-05T04:40:11.417983Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.418436Z", "completed_at": "2024-03-05T04:40:11.418442Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004805803298950195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_note_attribute_order_id__name__source_relation.b214a3d1c0", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, name, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\"\n group by order_id, name, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.419881Z", "completed_at": "2024-03-05T04:40:11.423741Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.424168Z", "completed_at": "2024-03-05T04:40:11.424173Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0052089691162109375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_name.1c77264446", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect name\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\"\nwhere name is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.425729Z", "completed_at": "2024-03-05T04:40:11.428533Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.429006Z", "completed_at": "2024-03-05T04:40:11.429011Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0043299198150634766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_note_attribute_order_id.d710018375", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_note_attribute\"\nwhere order_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.430555Z", "completed_at": "2024-03-05T04:40:11.433923Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.434414Z", "completed_at": "2024-03-05T04:40:11.434420Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.00482487678527832, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_refund_order_line_refund_id__source_relation.1877420c29", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_refund_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n group by order_line_refund_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.436000Z", "completed_at": "2024-03-05T04:40:11.439622Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.440086Z", "completed_at": "2024-03-05T04:40:11.440091Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005064249038696289, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_line_order_shipping_line_id__source_relation.6d1c3ae933", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_shipping_line_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by order_shipping_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.441622Z", "completed_at": "2024-03-05T04:40:11.445730Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.446217Z", "completed_at": "2024-03-05T04:40:11.446222Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005579948425292969, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_line_order_shipping_line_id.37ad762613", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_shipping_line_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\nwhere order_shipping_line_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.447802Z", "completed_at": "2024-03-05T04:40:11.451033Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.451487Z", "completed_at": "2024-03-05T04:40:11.451491Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004631996154785156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_line_order_line_id__source_relation.c2797e7a9c", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n group by order_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.459857Z", "completed_at": "2024-03-05T04:40:11.463387Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.463871Z", "completed_at": "2024-03-05T04:40:11.463877Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.00545811653137207, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_shipping_tax_line_order_shipping_line_id__index__source_relation.f13c5fef8d", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_shipping_line_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by order_shipping_line_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.465789Z", "completed_at": "2024-03-05T04:40:11.470173Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.470633Z", "completed_at": "2024-03-05T04:40:11.470639Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006020784378051758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_index.fd09a295cd", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\nwhere index is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.478922Z", "completed_at": "2024-03-05T04:40:11.497058Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.498201Z", "completed_at": "2024-03-05T04:40:11.498220Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.027202844619750977, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_shipping_tax_line_order_shipping_line_id.0fcfb55295", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_shipping_line_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\nwhere order_shipping_line_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.500403Z", "completed_at": "2024-03-05T04:40:11.506734Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.515664Z", "completed_at": "2024-03-05T04:40:11.515672Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.01977396011352539, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_order_id__source_relation.81d10381c1", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.521743Z", "completed_at": "2024-03-05T04:40:11.542587Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.543425Z", "completed_at": "2024-03-05T04:40:11.543433Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.023175954818725586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_tag_order_id__index__source_relation.9a2443bd07", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\n group by order_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.545385Z", "completed_at": "2024-03-05T04:40:11.572800Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.574046Z", "completed_at": "2024-03-05T04:40:11.574083Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.031295061111450195, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_index.c8a0f2d6a2", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\nwhere index is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.588240Z", "completed_at": "2024-03-05T04:40:11.868031Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.880287Z", "completed_at": "2024-03-05T04:40:11.880448Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.3015439510345459, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_tag_order_id.cfe1531ec6", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\nwhere order_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.890288Z", "completed_at": "2024-03-05T04:40:11.906369Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.906896Z", "completed_at": "2024-03-05T04:40:11.906904Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.020086050033569336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__order_url_tag_order_id__key__source_relation.568d75c0cf", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, key, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\n group by order_id, key, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.908909Z", "completed_at": "2024-03-05T04:40:11.912058Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.912787Z", "completed_at": "2024-03-05T04:40:11.912806Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0050868988037109375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_key.4644eec325", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect key\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\nwhere key is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.914544Z", "completed_at": "2024-03-05T04:40:11.917790Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.918383Z", "completed_at": "2024-03-05T04:40:11.918389Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0050449371337890625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__order_url_tag_order_id.84a8f408d1", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\nwhere order_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.920066Z", "completed_at": "2024-03-05T04:40:11.924547Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.925013Z", "completed_at": "2024-03-05T04:40:11.925020Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005986928939819336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_target_type__line_item__shipping_line.921059c008", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n target_type as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n group by target_type\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'line_item','shipping_line'\n)\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.926745Z", "completed_at": "2024-03-05T04:40:11.931811Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.932286Z", "completed_at": "2024-03-05T04:40:11.932291Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006662130355834961, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.accepted_values_stg_shopify__price_rule_value_type__percentage__fixed_amount.65eceed909", "compiled": true, "compiled_code": "\n \n \n\nwith all_values as (\n\n select\n value_type as value_field,\n count(*) as n_records\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n group by value_type\n\n)\n\nselect *\nfrom all_values\nwhere value_field not in (\n 'percentage','fixed_amount'\n)\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.933921Z", "completed_at": "2024-03-05T04:40:11.937430Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.937888Z", "completed_at": "2024-03-05T04:40:11.937892Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005009174346923828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__price_rule_price_rule_id__source_relation.56ce313bee", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n price_rule_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n group by price_rule_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.939496Z", "completed_at": "2024-03-05T04:40:11.943034Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.943500Z", "completed_at": "2024-03-05T04:40:11.943510Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005147218704223633, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__price_rule_price_rule_id.a7160b00e0", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect price_rule_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\nwhere price_rule_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.945150Z", "completed_at": "2024-03-05T04:40:11.948258Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.948728Z", "completed_at": "2024-03-05T04:40:11.948732Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.004589080810546875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_product_id__source_relation.48b32ab6a2", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.950165Z", "completed_at": "2024-03-05T04:40:11.954655Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.955338Z", "completed_at": "2024-03-05T04:40:11.955345Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.00623011589050293, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_tag_product_id__index__source_relation.995253e0cc", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n group by product_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.957190Z", "completed_at": "2024-03-05T04:40:11.961341Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.961847Z", "completed_at": "2024-03-05T04:40:11.961854Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005852937698364258, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_index.fb66bd9019", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect index\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\nwhere index is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.963915Z", "completed_at": "2024-03-05T04:40:11.967288Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.967725Z", "completed_at": "2024-03-05T04:40:11.967730Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.00489497184753418, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__product_tag_product_id.2b27a85ed3", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\nwhere product_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.048165Z", "completed_at": "2024-03-05T04:40:11.883198Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.888340Z", "completed_at": "2024-03-05T04:40:11.888351Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.9268338680267334, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__transaction", "compiled": true, "compiled_code": "with base as (\n\n select * from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction_tmp\"\n\n),\n\nfields as (\n\n select\n\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n refund_id\n \n as \n \n refund_id\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n device_id\n \n as \n \n device_id\n \n, \n \n \n gateway\n \n as \n \n gateway\n \n, \n \n \n source_name\n \n as \n \n source_name\n \n, \n \n \n message\n \n as \n \n message\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n location_id\n \n as \n \n location_id\n \n, \n \n \n parent_id\n \n as \n \n parent_id\n \n, \n \n \n payment_avs_result_code\n \n as \n \n payment_avs_result_code\n \n, \n \n \n payment_credit_card_bin\n \n as \n \n payment_credit_card_bin\n \n, \n \n \n payment_cvv_result_code\n \n as \n \n payment_cvv_result_code\n \n, \n \n \n payment_credit_card_number\n \n as \n \n payment_credit_card_number\n \n, \n \n \n payment_credit_card_company\n \n as \n \n payment_credit_card_company\n \n, \n \n \n kind\n \n as \n \n kind\n \n, \n \n \n receipt\n \n as \n \n receipt\n \n, \n \n \n currency_exchange_id\n \n as \n \n currency_exchange_id\n \n, \n \n \n currency_exchange_adjustment\n \n as \n \n currency_exchange_adjustment\n \n, \n \n \n currency_exchange_original_amount\n \n as \n \n currency_exchange_original_amount\n \n, \n \n \n currency_exchange_final_amount\n \n as \n \n currency_exchange_final_amount\n \n, \n \n \n currency_exchange_currency\n \n as \n \n currency_exchange_currency\n \n, \n \n \n error_code\n \n as \n \n error_code\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n test\n \n as \n \n test\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n cast(null as timestamp) as \n \n authorization_expires_at\n \n , \n \n \n \n \n \"authorization\"\n \n \n \n as authorization_code \n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n\n),\n\nfinal as (\n\n select \n id as transaction_id,\n order_id,\n refund_id,\n amount,\n device_id,\n gateway,\n source_name,\n message,\n currency,\n location_id,\n parent_id,\n payment_avs_result_code,\n payment_credit_card_bin,\n payment_cvv_result_code,\n payment_credit_card_number,\n payment_credit_card_company,\n kind,\n receipt,\n currency_exchange_id,\n currency_exchange_adjustment,\n currency_exchange_original_amount,\n currency_exchange_final_amount,\n currency_exchange_currency,\n error_code,\n status,\n user_id,\n authorization_code,\n convert_timezone('UTC', 'UTC',\n cast(cast(created_at as timestamp) as timestamp)\n) as created_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_timestamp,\n convert_timezone('UTC', 'UTC',\n cast(cast(authorization_expires_at as timestamp) as timestamp)\n) as authorization_expires_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n \n\n\n\n\n\n from fields\n where not coalesce(test, false)\n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.969555Z", "completed_at": "2024-03-05T04:40:11.973979Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.975147Z", "completed_at": "2024-03-05T04:40:11.975151Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010788679122924805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_image_product_image_id__source_relation.9614191ead", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_image_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n group by product_image_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.975389Z", "completed_at": "2024-03-05T04:40:11.980743Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.986871Z", "completed_at": "2024-03-05T04:40:11.986876Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.012974023818969727, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__product_image_product_image_id.911df72b9c", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect product_image_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\nwhere product_image_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.989421Z", "completed_at": "2024-03-05T04:40:11.996755Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.997250Z", "completed_at": "2024-03-05T04:40:11.997256Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.009814977645874023, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__product_variant_variant_id__source_relation.7506695ec0", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n variant_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n group by variant_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.993392Z", "completed_at": "2024-03-05T04:40:11.997478Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.998656Z", "completed_at": "2024-03-05T04:40:11.998659Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006723880767822266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__shop_shop_id__source_relation.29a0875415", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n shop_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\"\n group by shop_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:11.226031Z", "completed_at": "2024-03-05T04:40:11.887068Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.889975Z", "completed_at": "2024-03-05T04:40:11.889980Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.7834351062774658, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.int_shopify__customer_email_rollup", "compiled": true, "compiled_code": "with customers as (\n\n select \n *,\n row_number() over(partition by email, source_relation order by created_timestamp desc) as customer_index\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null -- nonsensical to include any null emails here\n\n), customer_tags as (\n\n select \n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), rollup_customers as (\n\n select\n -- fields to group by\n lower(customers.email) as email,\n customers.source_relation,\n\n -- fields to string agg together\n \n listagg(distinct cast(customers.customer_id as TEXT), ', ')\n\n as customer_ids,\n \n listagg(distinct cast(customers.phone as TEXT), ', ')\n\n as phone_numbers,\n \n listagg(distinct cast(customer_tags.value as TEXT), ', ')\n\n as customer_tags,\n\n -- fields to take aggregates of\n min(customers.created_timestamp) as first_account_created_at,\n max(customers.created_timestamp) as last_account_created_at,\n max(customers.updated_timestamp) as last_updated_at,\n max(customers.marketing_consent_updated_at) as marketing_consent_updated_at,\n max(customers._fivetran_synced) as last_fivetran_synced,\n\n -- take true if ever given for boolean fields\n \n\n bool_or( case when customers.customer_index = 1 then customers.is_tax_exempt else null end )\n\n as is_tax_exempt, -- since this changes every year\n \n\n bool_or( customers.is_verified_email )\n\n as is_verified_email\n\n -- for all other fields, just take the latest value\n \n \n \n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.first_name else null end) as first_name\n \n \n \n , max(case when customers.customer_index = 1 then customers.last_name else null end) as last_name\n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.default_address_id else null end) as default_address_id\n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.account_state else null end) as account_state\n \n \n \n \n \n \n \n \n \n , max(case when customers.customer_index = 1 then customers.note else null end) as note\n \n \n \n , max(case when customers.customer_index = 1 then customers.currency else null end) as currency\n \n \n \n , max(case when customers.customer_index = 1 then customers.marketing_consent_state else null end) as marketing_consent_state\n \n \n \n , max(case when customers.customer_index = 1 then customers.marketing_opt_in_level else null end) as marketing_opt_in_level\n \n \n \n \n \n \n \n \n \n \n \n \n\n from customers \n left join customer_tags\n on customers.customer_id = customer_tags.customer_id\n and customers.source_relation = customer_tags.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom rollup_customers", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"int_shopify__customer_email_rollup\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.000224Z", "completed_at": "2024-03-05T04:40:12.008150Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.010364Z", "completed_at": "2024-03-05T04:40:12.010368Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.012580156326293945, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__shop_shop_id.42e70e2fbe", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect shop_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\"\nwhere shop_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:10.808690Z", "completed_at": "2024-03-05T04:40:11.885092Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:11.889263Z", "completed_at": "2024-03-05T04:40:11.889270Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 1.212925910949707, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify_source.stg_shopify__tender_transaction", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n amount\n \n as \n \n amount\n \n, \n \n \n currency\n \n as \n \n currency\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n payment_method\n \n as \n \n payment_method\n \n, \n \n \n processed_at\n \n as \n \n processed_at\n \n, \n \n \n remote_reference\n \n as \n \n remote_reference\n \n, \n \n \n test\n \n as \n \n test\n \n, \n \n \n user_id\n \n as \n \n user_id\n \n\n\n\n\n \n\n\n, cast('' as TEXT) as source_relation\n\n\n\n\n from base\n),\n\nfinal as (\n \n select \n id as transaction_id,\n order_id,\n amount,\n currency,\n payment_method,\n remote_reference,\n user_id,\n convert_timezone('UTC', 'UTC',\n cast(cast(processed_at as timestamp) as timestamp)\n) as processed_at,\n convert_timezone('UTC', 'UTC',\n cast(cast(_fivetran_synced as timestamp) as timestamp)\n) as _fivetran_synced,\n source_relation\n\n from fields\n where not coalesce(test, false)\n)\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.012761Z", "completed_at": "2024-03-05T04:40:12.026032Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.027839Z", "completed_at": "2024-03-05T04:40:12.027845Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.017956018447875977, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__refund_refund_id__source_relation.cd4dbc2b35", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n refund_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n group by refund_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.016693Z", "completed_at": "2024-03-05T04:40:12.026699Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.028492Z", "completed_at": "2024-03-05T04:40:12.028494Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.027426719665527344, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tax_line_order_line_id__index__source_relation.f01b294800", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, index, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n group by order_line_id, index, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.020605Z", "completed_at": "2024-03-05T04:40:12.028071Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.039807Z", "completed_at": "2024-03-05T04:40:12.039811Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.024641990661621094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__abandoned_checkouts_code__type__source_relation.36fced7795", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n), validation_errors as (\n\n select\n code, type, source_relation\n from __dbt__cte__int_shopify__discounts__abandoned_checkouts\n group by code, type, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.043049Z", "completed_at": "2024-03-05T04:40:12.051713Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.061115Z", "completed_at": "2024-03-05T04:40:12.061122Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.021667003631591797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__order__shipping_aggregates_order_id__source_relation.0e1a050867", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), validation_errors as (\n\n select\n order_id, source_relation\n from __dbt__cte__int_shopify__order__shipping_aggregates\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.047495Z", "completed_at": "2024-03-05T04:40:12.057167Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.061627Z", "completed_at": "2024-03-05T04:40:12.061630Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.021731138229370117, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__transaction_transaction_id__source_relation.d55a33652a", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction\"\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.051992Z", "completed_at": "2024-03-05T04:40:12.061360Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.063554Z", "completed_at": "2024-03-05T04:40:12.063557Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.017651796340942383, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__products_with_aggregates_product_id__source_relation.8a5ff7736c", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n), \n\ncollection_product as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n),\n\ncollection as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct_image as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n listagg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n listagg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n), validation_errors as (\n\n select\n product_id, source_relation\n from __dbt__cte__int_shopify__products_with_aggregates\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.057673Z", "completed_at": "2024-03-05T04:40:12.062583Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.065030Z", "completed_at": "2024-03-05T04:40:12.065032Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.014913082122802734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__customer_email_rollup_email__source_relation.cdcb98cbda", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n email, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"int_shopify__customer_email_rollup\"\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.089723Z", "completed_at": "2024-03-05T04:40:12.117630Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.119722Z", "completed_at": "2024-03-05T04:40:12.119728Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.05559992790222168, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__order_lines", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), product_variants as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n\n), refunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal,\n \n listagg(distinct cast(refunds.restock_type as TEXT), ', ')\n\n as restock_types\n from refunds\n group by 1,2\n\n), tax_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), tax_lines_aggregated as (\n\n select\n tax_lines.order_line_id,\n tax_lines.source_relation,\n sum(tax_lines.price) as order_line_tax\n\n from tax_lines\n group by 1,2\n\n), joined as (\n\n select\n order_lines.*,\n \n refunds_aggregated.restock_types,\n\n coalesce(refunds_aggregated.quantity,0) as refunded_quantity,\n coalesce(refunds_aggregated.subtotal,0) as refunded_subtotal,\n order_lines.quantity - coalesce(refunds_aggregated.quantity,0) as quantity_net_refunds,\n order_lines.pre_tax_price - coalesce(refunds_aggregated.subtotal,0) as subtotal_net_refunds,\n \n product_variants.created_timestamp as variant_created_at,\n product_variants.updated_timestamp as variant_updated_at,\n product_variants.inventory_item_id,\n product_variants.image_id,\n\n product_variants.price as variant_price,\n product_variants.sku as variant_sku,\n product_variants.position as variant_position,\n product_variants.inventory_policy as variant_inventory_policy,\n product_variants.compare_at_price as variant_compare_at_price,\n product_variants.fulfillment_service as variant_fulfillment_service,\n\n product_variants.is_taxable as variant_is_taxable,\n product_variants.barcode as variant_barcode,\n product_variants.grams as variant_grams,\n product_variants.inventory_quantity as variant_inventory_quantity,\n product_variants.weight as variant_weight,\n product_variants.weight_unit as variant_weight_unit,\n product_variants.option_1 as variant_option_1,\n product_variants.option_2 as variant_option_2,\n product_variants.option_3 as variant_option_3,\n product_variants.tax_code as variant_tax_code,\n\n tax_lines_aggregated.order_line_tax\n\n from order_lines\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n left join product_variants\n on product_variants.variant_id = order_lines.variant_id\n and product_variants.source_relation = order_lines.source_relation\n left join tax_lines_aggregated\n on tax_lines_aggregated.order_line_id = order_lines.order_line_id\n and tax_lines_aggregated.source_relation = order_lines.source_relation\n\n\n)\n\nselect *\nfrom joined", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.107925Z", "completed_at": "2024-03-05T04:40:12.118238Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.120190Z", "completed_at": "2024-03-05T04:40:12.120193Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.03667092323303223, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__transactions", "compiled": true, "compiled_code": "with transactions as (\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__transaction\"\n\n), tender_transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\"\n\n), joined as (\n select \n transactions.*,\n tender_transactions.payment_method,\n parent_transactions.created_timestamp as parent_created_timestamp,\n parent_transactions.kind as parent_kind,\n parent_transactions.amount as parent_amount,\n parent_transactions.status as parent_status\n from transactions\n left join tender_transactions\n on transactions.transaction_id = tender_transactions.transaction_id\n and transactions.source_relation = tender_transactions.source_relation\n left join transactions as parent_transactions\n on transactions.parent_id = parent_transactions.transaction_id\n and transactions.source_relation = parent_transactions.source_relation\n\n), exchange_rate as (\n\n select\n *,\n coalesce(cast(nullif(\n\n json_extract_path_text(receipt,'charges','data','0','balance_transaction','exchange_rate')\n\n, '') as numeric(28,6) ),1) as exchange_rate,\n coalesce(cast(nullif(\n\n json_extract_path_text(receipt,'charges','data','0','balance_transaction','exchange_rate')\n\n, '') as numeric(28,6) ),1) * amount as currency_exchange_calculated_amount\n from joined\n\n)\n\nselect *\nfrom exchange_rate", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.114709Z", "completed_at": "2024-03-05T04:40:12.119424Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.125988Z", "completed_at": "2024-03-05T04:40:12.125993Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.019756793975830078, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.dbt_utils_unique_combination_of_columns_stg_shopify__tender_transaction_transaction_id__source_relation.96e8ff578b", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\"\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.121170Z", "completed_at": "2024-03-05T04:40:12.128173Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.165693Z", "completed_at": "2024-03-05T04:40:12.165700Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.047651052474975586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify_source.not_null_stg_shopify__tender_transaction_transaction_id.61935430b1", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect transaction_id\nfrom \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tender_transaction\"\nwhere transaction_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.153089Z", "completed_at": "2024-03-05T04:40:12.190746Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.194119Z", "completed_at": "2024-03-05T04:40:12.194125Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.06733822822570801, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders__order_line_aggregates_order_id__source_relation.09d921d473", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), validation_errors as (\n\n select\n order_id, source_relation\n from __dbt__cte__shopify__orders__order_line_aggregates\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.129649Z", "completed_at": "2024-03-05T04:40:12.193407Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.195467Z", "completed_at": "2024-03-05T04:40:12.195470Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0731039047241211, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__orders", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_lines as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), order_adjustments as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_adjustment\"\n\n), order_adjustments_aggregates as (\n select\n order_id,\n source_relation,\n sum(amount) as order_adjustment_amount,\n sum(tax_amount) as order_adjustment_tax_amount\n from order_adjustments\n group by 1,2\n\n), refunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refund_aggregates as (\n select\n order_id,\n source_relation,\n sum(subtotal) as refund_subtotal,\n sum(total_tax) as refund_total_tax\n from refunds\n group by 1,2\n\n), order_discount_code as (\n \n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n\n), discount_aggregates as (\n\n select \n order_id,\n source_relation,\n sum(case when type = 'shipping' then amount else 0 end) as shipping_discount_amount,\n sum(case when type = 'percentage' then amount else 0 end) as percentage_calc_discount_amount,\n sum(case when type = 'shipping' then amount else 0 end) as fixed_amount_discount_amount,\n count(distinct code) as count_discount_codes_applied\n\n from order_discount_code\n group by 1,2\n\n), order_tag as (\n\n select\n order_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as order_tags\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_tag\"\n group by 1,2\n\n), order_url_tag as (\n\n select\n order_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as order_url_tags\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_url_tag\"\n group by 1,2\n\n), fulfillments as (\n\n select \n order_id,\n source_relation,\n count(fulfillment_id) as number_of_fulfillments,\n \n listagg(distinct cast(service as TEXT), ', ')\n\n as fulfillment_services,\n \n listagg(distinct cast(tracking_company as TEXT), ', ')\n\n as tracking_companies,\n \n listagg(distinct cast(tracking_number as TEXT), ', ')\n\n as tracking_numbers\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n group by 1,2\n\n), joined as (\n\n select\n orders.*,\n coalesce(cast(\n\n json_extract_path_text(total_shipping_price_set,'shop_money','amount')\n\n as float) ,0) as shipping_cost,\n \n order_adjustments_aggregates.order_adjustment_amount,\n order_adjustments_aggregates.order_adjustment_tax_amount,\n\n refund_aggregates.refund_subtotal,\n refund_aggregates.refund_total_tax,\n\n (orders.total_price\n + coalesce(order_adjustments_aggregates.order_adjustment_amount,0) + coalesce(order_adjustments_aggregates.order_adjustment_tax_amount,0) \n - coalesce(refund_aggregates.refund_subtotal,0) - coalesce(refund_aggregates.refund_total_tax,0)) as order_adjusted_total,\n order_lines.line_item_count,\n\n coalesce(discount_aggregates.shipping_discount_amount, 0) as shipping_discount_amount,\n coalesce(discount_aggregates.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n coalesce(discount_aggregates.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n coalesce(discount_aggregates.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(order_lines.order_total_shipping_tax, 0) as order_total_shipping_tax,\n order_tag.order_tags,\n order_url_tag.order_url_tags,\n fulfillments.number_of_fulfillments,\n fulfillments.fulfillment_services,\n fulfillments.tracking_companies,\n fulfillments.tracking_numbers\n\n\n from orders\n left join order_lines\n on orders.order_id = order_lines.order_id\n and orders.source_relation = order_lines.source_relation\n left join refund_aggregates\n on orders.order_id = refund_aggregates.order_id\n and orders.source_relation = refund_aggregates.source_relation\n left join order_adjustments_aggregates\n on orders.order_id = order_adjustments_aggregates.order_id\n and orders.source_relation = order_adjustments_aggregates.source_relation\n left join discount_aggregates\n on orders.order_id = discount_aggregates.order_id \n and orders.source_relation = discount_aggregates.source_relation\n left join order_tag\n on orders.order_id = order_tag.order_id\n and orders.source_relation = order_tag.source_relation\n left join order_url_tag\n on orders.order_id = order_url_tag.order_id\n and orders.source_relation = order_url_tag.source_relation\n left join fulfillments\n on orders.order_id = fulfillments.order_id\n and orders.source_relation = fulfillments.source_relation\n\n), windows as (\n\n select \n *,\n row_number() over (partition by customer_id, source_relation order by created_timestamp) as customer_order_seq_number\n from joined\n\n), new_vs_repeat as (\n\n select \n *,\n case \n when customer_order_seq_number = 1 then 'new'\n else 'repeat'\n end as new_vs_repeat\n from windows\n\n)\n\nselect *\nfrom new_vs_repeat", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.166779Z", "completed_at": "2024-03-05T04:40:12.194579Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.200883Z", "completed_at": "2024-03-05T04:40:12.200887Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.07304716110229492, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__inventory_levels", "compiled": true, "compiled_code": "with __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n),\n\nfulfillment as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), inventory_level as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_level\"\n), \n\ninventory_item as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__inventory_item\"\n),\n\nlocation as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__location\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n),\n\ninventory_level_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__inventory_level__aggregates\n),\n\njoined_info as (\n\n select \n inventory_level.*,\n inventory_item.sku,\n inventory_item.is_deleted as is_inventory_item_deleted,\n inventory_item.cost,\n inventory_item.country_code_of_origin,\n inventory_item.province_code_of_origin,\n inventory_item.is_shipping_required,\n inventory_item.is_inventory_quantity_tracked,\n inventory_item.created_at as inventory_item_created_at,\n inventory_item.updated_at as inventory_item_updated_at,\n\n location.name as location_name, \n location.is_deleted as is_location_deleted,\n location.is_active as is_location_active,\n location.address_1,\n location.address_2,\n location.city,\n location.country,\n location.country_code,\n location.is_legacy as is_legacy_location,\n location.province,\n location.province_code,\n location.phone,\n location.zip,\n location.created_at as location_created_at,\n location.updated_at as location_updated_at,\n\n product_variant.variant_id,\n product_variant.product_id,\n product_variant.title as variant_title,\n product_variant.inventory_policy as variant_inventory_policy,\n product_variant.price as variant_price,\n product_variant.image_id as variant_image_id,\n product_variant.fulfillment_service as variant_fulfillment_service,\n product_variant.inventory_management as variant_inventory_management,\n product_variant.is_taxable as is_variant_taxable,\n product_variant.barcode as variant_barcode,\n product_variant.grams as variant_grams, \n product_variant.inventory_quantity as variant_inventory_quantity,\n product_variant.weight as variant_weight,\n product_variant.weight_unit as variant_weight_unit,\n product_variant.option_1 as variant_option_1,\n product_variant.option_2 as variant_option_2,\n product_variant.option_3 as variant_option_3,\n product_variant.tax_code as variant_tax_code,\n product_variant.created_timestamp as variant_created_at,\n product_variant.updated_timestamp as variant_updated_at\n\n \n\n\n\n\n\n from inventory_level\n join inventory_item \n on inventory_level.inventory_item_id = inventory_item.inventory_item_id \n and inventory_level.source_relation = inventory_item.source_relation \n join location \n on inventory_level.location_id = location.location_id \n and inventory_level.source_relation = location.source_relation \n join product_variant \n on inventory_item.inventory_item_id = product_variant.inventory_item_id \n and inventory_item.source_relation = product_variant.source_relation\n\n),\n\njoined_aggregates as (\n\n select \n joined_info.*,\n coalesce(inventory_level_aggregated.subtotal_sold, 0) as subtotal_sold,\n coalesce(inventory_level_aggregated.quantity_sold, 0) as quantity_sold,\n coalesce(inventory_level_aggregated.count_distinct_orders, 0) as count_distinct_orders,\n coalesce(inventory_level_aggregated.count_distinct_customers, 0) as count_distinct_customers,\n coalesce(inventory_level_aggregated.count_distinct_customer_emails, 0) as count_distinct_customer_emails,\n inventory_level_aggregated.first_order_timestamp,\n inventory_level_aggregated.last_order_timestamp,\n coalesce(inventory_level_aggregated.subtotal_sold_refunds, 0) as subtotal_sold_refunds,\n coalesce(inventory_level_aggregated.quantity_sold_refunds, 0) as quantity_sold_refunds\n\n \n , coalesce(count_fulfillment_pending, 0) as count_fulfillment_pending\n \n , coalesce(count_fulfillment_open, 0) as count_fulfillment_open\n \n , coalesce(count_fulfillment_success, 0) as count_fulfillment_success\n \n , coalesce(count_fulfillment_cancelled, 0) as count_fulfillment_cancelled\n \n , coalesce(count_fulfillment_error, 0) as count_fulfillment_error\n \n , coalesce(count_fulfillment_failure, 0) as count_fulfillment_failure\n \n\n from joined_info\n left join inventory_level_aggregated\n on joined_info.location_id = inventory_level_aggregated.location_id\n and joined_info.variant_id = inventory_level_aggregated.variant_id\n and joined_info.source_relation = inventory_level_aggregated.source_relation\n),\n\nfinal as (\n\n select \n *,\n subtotal_sold - subtotal_sold_refunds as net_subtotal_sold,\n quantity_sold - quantity_sold_refunds as net_quantity_sold\n from joined_aggregates\n)\n\nselect * \nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.195918Z", "completed_at": "2024-03-05T04:40:12.201897Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.207711Z", "completed_at": "2024-03-05T04:40:12.207716Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.01780414581298828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__inventory_level__aggregates_variant_id__location_id__source_relation.13af752114", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__shopify__orders__order_refunds as (\nwith refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__refund\"\n\n), order_line_refunds as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line_refund\"\n \n), refund_join as (\n\n select \n refunds.refund_id,\n refunds.created_at,\n refunds.order_id,\n refunds.user_id,\n refunds.source_relation,\n order_line_refunds.order_line_refund_id,\n order_line_refunds.order_line_id,\n order_line_refunds.restock_type,\n order_line_refunds.quantity,\n order_line_refunds.subtotal,\n order_line_refunds.total_tax\n\n from refunds\n left join order_line_refunds\n on refunds.refund_id = order_line_refunds.refund_id\n and refunds.source_relation = order_line_refunds.source_relation\n\n)\n\nselect *\nfrom refund_join\n), __dbt__cte__int_shopify__inventory_level__aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n),\n\nfulfillment as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where not coalesce(is_deleted, false)\n), \n\nrefunds as (\n\n select *\n from __dbt__cte__shopify__orders__order_refunds\n\n), refunds_aggregated as (\n \n select\n order_line_id,\n source_relation,\n sum(quantity) as quantity,\n sum(coalesce(subtotal, 0)) as subtotal\n\n from refunds\n group by 1,2\n),\n\njoined as (\n\n select\n order_lines.order_line_id,\n order_lines.variant_id,\n order_lines.source_relation,\n fulfillment.location_id, -- location id is stored in fulfillment rather than order\n orders.order_id,\n orders.customer_id,\n fulfillment.fulfillment_id,\n lower(orders.email) as email,\n order_lines.pre_tax_price,\n order_lines.quantity,\n orders.created_timestamp as order_created_timestamp,\n fulfillment.status as fulfillment_status, \n refunds_aggregated.subtotal as subtotal_sold_refunds, \n refunds_aggregated.quantity as quantity_sold_refunds\n\n from order_lines\n join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n join fulfillment\n on orders.order_id = fulfillment.order_id\n and orders.source_relation = fulfillment.source_relation\n left join refunds_aggregated\n on refunds_aggregated.order_line_id = order_lines.order_line_id\n and refunds_aggregated.source_relation = order_lines.source_relation\n),\n\naggregated as (\n\n select\n variant_id,\n location_id,\n source_relation,\n sum(pre_tax_price) as subtotal_sold,\n sum(quantity) as quantity_sold,\n count(distinct order_id) as count_distinct_orders,\n count(distinct customer_id) as count_distinct_customers,\n count(distinct email) as count_distinct_customer_emails,\n min(order_created_timestamp) as first_order_timestamp,\n max(order_created_timestamp) as last_order_timestamp\n\n \n , count(distinct case when fulfillment_status = 'pending' then fulfillment_id end) as count_fulfillment_pending\n \n , count(distinct case when fulfillment_status = 'open' then fulfillment_id end) as count_fulfillment_open\n \n , count(distinct case when fulfillment_status = 'success' then fulfillment_id end) as count_fulfillment_success\n \n , count(distinct case when fulfillment_status = 'cancelled' then fulfillment_id end) as count_fulfillment_cancelled\n \n , count(distinct case when fulfillment_status = 'error' then fulfillment_id end) as count_fulfillment_error\n \n , count(distinct case when fulfillment_status = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n\n , sum(coalesce(subtotal_sold_refunds, 0)) as subtotal_sold_refunds\n , sum(coalesce(quantity_sold_refunds, 0)) as quantity_sold_refunds\n\n from joined\n\n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n variant_id, location_id, source_relation\n from __dbt__cte__int_shopify__inventory_level__aggregates\n group by variant_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.203682Z", "completed_at": "2024-03-05T04:40:12.223970Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.229841Z", "completed_at": "2024-03-05T04:40:12.229848Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.047553062438964844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__order_lines_order_line_id__source_relation.2483d5ef95", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_line_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n group by order_line_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.208380Z", "completed_at": "2024-03-05T04:40:12.224304Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.230093Z", "completed_at": "2024-03-05T04:40:12.230096Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.04636335372924805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__transactions_transaction_id__source_relation.7341b755c0", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n transaction_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n group by transaction_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.261678Z", "completed_at": "2024-03-05T04:40:12.266464Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.269046Z", "completed_at": "2024-03-05T04:40:12.269050Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.009443283081054688, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__orders_order_id__source_relation.b2d1eaf63d", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n group by order_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.271007Z", "completed_at": "2024-03-05T04:40:12.280355Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.369139Z", "completed_at": "2024-03-05T04:40:12.369147Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.10157179832458496, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__inventory_levels_inventory_item_id__location_id__source_relation.1498734606", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n inventory_item_id, location_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\"\n group by inventory_item_id, location_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.274244Z", "completed_at": "2024-03-05T04:40:12.280864Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.369627Z", "completed_at": "2024-03-05T04:40:12.369630Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.10168099403381348, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__inventory_levels_inventory_item_id.272596fe56", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect inventory_item_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\"\nwhere inventory_item_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.277097Z", "completed_at": "2024-03-05T04:40:12.346177Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.370574Z", "completed_at": "2024-03-05T04:40:12.370576Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.10220098495483398, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__inventory_levels_location_id.80391b9ca0", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect location_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__inventory_levels\"\nwhere location_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.375277Z", "completed_at": "2024-03-05T04:40:12.396902Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.398773Z", "completed_at": "2024-03-05T04:40:12.398781Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.027698040008544922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__emails__order_aggregates_email__source_relation.06e9d74e1a", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n email, source_relation\n from __dbt__cte__int_shopify__emails__order_aggregates\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.390132Z", "completed_at": "2024-03-05T04:40:12.398519Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.401301Z", "completed_at": "2024-03-05T04:40:12.401304Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.02810192108154297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers__order_aggregates_customer_id__source_relation.5a5e85c8a9", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), validation_errors as (\n\n select\n customer_id, source_relation\n from __dbt__cte__shopify__customers__order_aggregates\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.424600Z", "completed_at": "2024-03-05T04:40:12.430717Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.433161Z", "completed_at": "2024-03-05T04:40:12.433173Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.03069305419921875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__discounts__order_aggregates_code__type__source_relation.9094049eca", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n), validation_errors as (\n\n select\n code, type, source_relation\n from __dbt__cte__int_shopify__discounts__order_aggregates\n group by code, type, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.404919Z", "completed_at": "2024-03-05T04:40:12.431050Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.434303Z", "completed_at": "2024-03-05T04:40:12.434308Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.03259587287902832, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__discounts", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__discounts__order_aggregates as (\nwith order_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_discount_code\"\n),\n\norders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n),\n\norders_aggregated as (\n\n select \n order_discount_code.code,\n order_discount_code.type,\n order_discount_code.source_relation,\n avg(order_discount_code.amount) as avg_order_discount_amount,\n sum(order_discount_code.amount) as total_order_discount_amount,\n max(orders.total_line_items_price) as total_order_line_items_price, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.shipping_cost) as total_order_shipping_cost, -- summing would multiply the total by the # of discount codes applied to an order\n max(orders.refund_subtotal + orders.refund_total_tax) as total_order_refund_amount, -- summing would multiply the total by the # of discount codes applied to an order\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n count(distinct order_discount_code.order_id) as count_orders\n\n from order_discount_code\n join orders \n on order_discount_code.order_id = orders.order_id \n and order_discount_code.source_relation = orders.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom orders_aggregated\n), __dbt__cte__int_shopify__discounts__abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_discount_code as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_discount_code\"\n\n -- we need the TYPE of discount (shipping, percentage, fixed_amount) to avoid fanning out of joins\n -- so filter out records that have this\n where coalesce(type, '') != ''\n),\n\nabandoned_checkout_shipping_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout_shipping_line\"\n),\n\nroll_up_shipping_line as (\n\n select \n checkout_id,\n source_relation,\n sum(price) as price\n\n from abandoned_checkout_shipping_line\n group by 1,2\n),\n\nabandoned_checkouts_aggregated as (\n\n select \n abandoned_checkout_discount_code.code,\n abandoned_checkout_discount_code.type,\n abandoned_checkout_discount_code.source_relation,\n sum(abandoned_checkout_discount_code.amount) as total_abandoned_checkout_discount_amount,\n sum(coalesce(abandoned_checkout.total_line_items_price, 0)) as total_abandoned_checkout_line_items_price,\n sum(coalesce(roll_up_shipping_line.price, 0)) as total_abandoned_checkout_shipping_price,\n count(distinct customer_id) as count_abandoned_checkout_customers,\n count(distinct email) as count_abandoned_checkout_customer_emails,\n count(distinct abandoned_checkout.checkout_id) as count_abandoned_checkouts\n\n from abandoned_checkout_discount_code\n left join abandoned_checkout\n on abandoned_checkout_discount_code.checkout_id = abandoned_checkout.checkout_id\n and abandoned_checkout_discount_code.source_relation = abandoned_checkout.source_relation\n left join roll_up_shipping_line\n on roll_up_shipping_line.checkout_id = abandoned_checkout_discount_code.checkout_id \n and roll_up_shipping_line.source_relation = abandoned_checkout_discount_code.source_relation\n\n group by 1,2,3\n)\n\nselect *\nfrom abandoned_checkouts_aggregated\n), discount as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__discount_code\"\n),\n\nprice_rule as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__price_rule\"\n),\n\norders_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__discounts__order_aggregates\n),\n\nabandoned_checkouts_aggregated as (\n\n select *\n from __dbt__cte__int_shopify__discounts__abandoned_checkouts\n),\n\ndiscount_price_rule_joined as (\n\n select\n discount.*,\n price_rule.target_selection,\n price_rule.target_type,\n price_rule.title,\n price_rule.usage_limit,\n price_rule.value,\n price_rule.value_type,\n price_rule.allocation_limit,\n price_rule.allocation_method,\n price_rule.is_once_per_customer,\n price_rule.customer_selection,\n -- the below are NULL if customer_selection = all\n price_rule.prereq_min_quantity,\n price_rule.prereq_max_shipping_price,\n price_rule.prereq_min_subtotal,\n price_rule.prereq_min_purchase_quantity_for_entitlement,\n price_rule.prereq_buy_x_get_this,\n price_rule.prereq_buy_this_get_y,\n price_rule.starts_at,\n price_rule.ends_at,\n price_rule.created_at as price_rule_created_at,\n price_rule.updated_at as price_rule_updated_at\n\n from discount\n left join price_rule\n on discount.price_rule_id = price_rule.price_rule_id\n and discount.source_relation = price_rule.source_relation\n),\n\naggregates_joined as (\n\n select \n discount_price_rule_joined.*,\n coalesce(orders_aggregated.count_orders, 0) as count_orders,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n orders_aggregated.avg_order_discount_amount,\n coalesce(orders_aggregated.total_order_discount_amount, 0) as total_order_discount_amount,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_discount_amount, 0) as total_abandoned_checkout_discount_amount,\n coalesce(orders_aggregated.total_order_line_items_price, 0) as total_order_line_items_price,\n coalesce(orders_aggregated.total_order_shipping_cost, 0) as total_order_shipping_cost,\n coalesce(abandoned_checkouts_aggregated.total_abandoned_checkout_shipping_price, 0) as total_abandoned_checkout_shipping_price,\n coalesce(orders_aggregated.total_order_refund_amount, 0) as total_order_refund_amount,\n coalesce(orders_aggregated.count_customers, 0) as count_customers,\n coalesce(orders_aggregated.count_customer_emails, 0) as count_customer_emails,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customers, 0) as count_abandoned_checkout_customers,\n coalesce(abandoned_checkouts_aggregated.count_abandoned_checkout_customer_emails, 0) as count_abandoned_checkout_customer_emails\n\n from discount_price_rule_joined\n left join orders_aggregated\n on discount_price_rule_joined.code = orders_aggregated.code\n and discount_price_rule_joined.source_relation = orders_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = orders_aggregated.type\n \n left join abandoned_checkouts_aggregated\n on discount_price_rule_joined.code = abandoned_checkouts_aggregated.code\n and discount_price_rule_joined.source_relation = abandoned_checkouts_aggregated.source_relation\n -- in case one CODE can apply to both shipping and line items, percentages and fixed_amounts\n and (case \n when discount_price_rule_joined.target_type = 'shipping_line' then 'shipping' -- when target_type = 'shipping', value_type = 'percentage'\n else discount_price_rule_joined.value_type end) = abandoned_checkouts_aggregated.type \n)\n\nselect * \nfrom aggregates_joined", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.460249Z", "completed_at": "2024-03-05T04:40:12.480039Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.480610Z", "completed_at": "2024-03-05T04:40:12.480617Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.04136514663696289, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__products", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__products_with_aggregates as (\nwith products as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product\"\n), \n\ncollection_product as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection_product\"\n),\n\ncollection as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__collection\"\n where not coalesce(is_deleted, false) -- limit to only active collections\n),\n\nproduct_tag as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_tag\"\n),\n\nproduct_variant as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_variant\"\n),\n\nproduct_image as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__product_image\"\n),\n\n\ncollections_aggregated as (\n\n select\n collection_product.product_id,\n collection_product.source_relation,\n \n listagg(collection.title, ', ')\n\n as collections\n from collection_product \n join collection \n on collection_product.collection_id = collection.collection_id\n and collection_product.source_relation = collection.source_relation\n group by 1,2\n),\n\ntags_aggregated as (\n\n select \n product_id,\n source_relation,\n \n listagg(value, ', ')\n\n as tags\n \n from product_tag\n group by 1,2\n),\n\nvariants_aggregated as (\n\n select \n product_id,\n source_relation,\n count(variant_id) as count_variants\n\n from product_variant\n group by 1,2\n\n),\n\nimages_aggregated as (\n\n select \n product_id,\n source_relation,\n count(*) as count_images\n from product_image\n group by 1,2\n),\n\njoined as (\n\n select\n products.*,\n collections_aggregated.collections,\n tags_aggregated.tags,\n variants_aggregated.count_variants,\n coalesce(images_aggregated.count_images, 0) > 0 as has_product_image\n\n from products\n left join collections_aggregated\n on products.product_id = collections_aggregated.product_id\n and products.source_relation = collections_aggregated.source_relation\n left join tags_aggregated\n on products.product_id = tags_aggregated.product_id\n and products.source_relation = tags_aggregated.source_relation\n left join variants_aggregated\n on products.product_id = variants_aggregated.product_id\n and products.source_relation = variants_aggregated.source_relation\n left join images_aggregated\n on products.product_id = images_aggregated.product_id\n and products.source_relation = images_aggregated.source_relation\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n), products as (\n\n select *\n from __dbt__cte__int_shopify__products_with_aggregates\n\n), product_order_lines as (\n\n select *\n from __dbt__cte__int_shopify__product__order_line_aggregates\n\n), joined as (\n\n select\n products.*,\n coalesce(product_order_lines.quantity_sold,0) as total_quantity_sold,\n coalesce(product_order_lines.subtotal_sold,0) as subtotal_sold,\n coalesce(product_order_lines.quantity_sold_net_refunds,0) as quantity_sold_net_refunds,\n coalesce(product_order_lines.subtotal_sold_net_refunds,0) as subtotal_sold_net_refunds,\n product_order_lines.first_order_timestamp,\n product_order_lines.most_recent_order_timestamp,\n product_order_lines.avg_quantity_per_order_line as avg_quantity_per_order_line,\n coalesce(product_order_lines.product_total_discount,0) as product_total_discount,\n product_order_lines.product_avg_discount_per_order_line as product_avg_discount_per_order_line,\n coalesce(product_order_lines.product_total_tax,0) as product_total_tax,\n product_order_lines.product_avg_tax_per_order_line as product_avg_tax_per_order_line\n\n from products\n left join product_order_lines\n on products.product_id = product_order_lines.product_id\n and products.source_relation = product_order_lines.source_relation\n)\n\nselect *\nfrom joined", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__products\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.442092Z", "completed_at": "2024-03-05T04:40:12.488451Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.489835Z", "completed_at": "2024-03-05T04:40:12.489841Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.05143022537231445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__daily_shop", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__daily_orders as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n where not coalesce(is_deleted, false)\n),\n\norder_lines as(\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n),\n\norder_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_timestamp) as date) as date_day,\n count(distinct order_id) as count_orders,\n sum(line_item_count) as count_line_items,\n avg(line_item_count) as avg_line_item_count,\n count(distinct customer_id) as count_customers,\n count(distinct email) as count_customer_emails,\n sum(order_adjusted_total) as order_adjusted_total,\n avg(order_adjusted_total) as avg_order_value,\n sum(shipping_cost) as shipping_cost,\n sum(order_adjustment_amount) as order_adjustment_amount,\n sum(order_adjustment_tax_amount) as order_adjustment_tax_amount,\n sum(refund_subtotal) as refund_subtotal,\n sum(refund_total_tax) as refund_total_tax,\n sum(total_discounts) as total_discounts,\n avg(total_discounts) as avg_discount,\n sum(shipping_discount_amount) as shipping_discount_amount,\n avg(shipping_discount_amount) as avg_shipping_discount_amount,\n sum(percentage_calc_discount_amount) as percentage_calc_discount_amount,\n avg(percentage_calc_discount_amount) as avg_percentage_calc_discount_amount,\n sum(fixed_amount_discount_amount) as fixed_amount_discount_amount,\n avg(fixed_amount_discount_amount) as avg_fixed_amount_discount_amount,\n sum(count_discount_codes_applied) as count_discount_codes_applied,\n count(distinct location_id) as count_locations_ordered_from,\n sum(case when count_discount_codes_applied > 0 then 1 else 0 end) as count_orders_with_discounts,\n sum(case when refund_subtotal > 0 then 1 else 0 end) as count_orders_with_refunds,\n min(created_timestamp) as first_order_timestamp,\n max(created_timestamp) as last_order_timestamp\n\n from orders\n group by 1,2\n\n),\n\norder_line_aggregates as (\n\n select\n order_lines.source_relation,\n cast(date_trunc('day', orders.created_timestamp) as date) as date_day,\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.refunded_quantity) as quantity_refunded,\n sum(order_lines.quantity_net_refunds) as quantity_net,\n sum(order_lines.quantity) / count(distinct order_lines.order_id) as avg_quantity_sold,\n sum(order_lines.quantity_net_refunds) / count(distinct order_lines.order_id) as avg_quantity_net,\n count(distinct order_lines.variant_id) as count_variants_sold, \n count(distinct order_lines.product_id) as count_products_sold, \n sum(case when order_lines.is_gift_card then order_lines.quantity_net_refunds else 0 end) as quantity_gift_cards_sold,\n sum(case when order_lines.is_shipping_required then order_lines.quantity_net_refunds else 0 end) as quantity_requiring_shipping\n\n from order_lines\n left join orders -- just joining with order to get the created_timestamp\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n\n group by 1,2\n),\n\nfinal as (\n\n select \n order_aggregates.*,\n order_line_aggregates.quantity_sold,\n order_line_aggregates.quantity_refunded,\n order_line_aggregates.quantity_net,\n order_line_aggregates.count_variants_sold,\n order_line_aggregates.count_products_sold,\n order_line_aggregates.quantity_gift_cards_sold,\n order_line_aggregates.quantity_requiring_shipping,\n order_line_aggregates.avg_quantity_sold,\n order_line_aggregates.avg_quantity_net\n\n from order_aggregates\n left join order_line_aggregates\n on order_aggregates.date_day = order_line_aggregates.date_day\n and order_aggregates.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__daily_abandoned_checkouts as (\nwith abandoned_checkout as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n\n -- \"deleted\" abandoned checkouts do not appear to have any data tying them to customers,\n -- discounts, or products (and should therefore not get joined in) but let's filter them out here\n where not coalesce(is_deleted, false)\n),\n\nabandoned_checkout_aggregates as (\n\n select\n source_relation,\n cast(date_trunc('day', created_at) as date) as date_day,\n count(distinct checkout_id) as count_abandoned_checkouts,\n count(distinct customer_id) as count_customers_abandoned_checkout,\n count(distinct email) as count_customer_emails_abandoned_checkout\n\n from abandoned_checkout\n group by 1,2\n)\n\nselect * \nfrom abandoned_checkout_aggregates\n), __dbt__cte__int_shopify__daily_fulfillment as (\n\n\nwith fulfillment_event as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__fulfillment_event\"\n),\n\nfulfillment_aggregates as (\n\n select \n source_relation,\n cast(date_trunc('day', happened_at) as date) as date_day\n\n \n , count(distinct case when lower(status) = 'attempted_delivery' then fulfillment_id end) as count_fulfillment_attempted_delivery\n \n , count(distinct case when lower(status) = 'delivered' then fulfillment_id end) as count_fulfillment_delivered\n \n , count(distinct case when lower(status) = 'failure' then fulfillment_id end) as count_fulfillment_failure\n \n , count(distinct case when lower(status) = 'in_transit' then fulfillment_id end) as count_fulfillment_in_transit\n \n , count(distinct case when lower(status) = 'out_for_delivery' then fulfillment_id end) as count_fulfillment_out_for_delivery\n \n , count(distinct case when lower(status) = 'ready_for_pickup' then fulfillment_id end) as count_fulfillment_ready_for_pickup\n \n , count(distinct case when lower(status) = 'picked_up' then fulfillment_id end) as count_fulfillment_picked_up\n \n , count(distinct case when lower(status) = 'label_printed' then fulfillment_id end) as count_fulfillment_label_printed\n \n , count(distinct case when lower(status) = 'label_purchased' then fulfillment_id end) as count_fulfillment_label_purchased\n \n , count(distinct case when lower(status) = 'confirmed' then fulfillment_id end) as count_fulfillment_confirmed\n \n \n from fulfillment_event\n group by 1,2\n\n)\n\nselect *\nfrom fulfillment_aggregates\n), shop as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__shop\"\n),\n\ncalendar as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\"\n where cast(date_trunc('day', date_day) as date) = date_day\n),\n\ndaily_orders as (\n\n select *\n from __dbt__cte__int_shopify__daily_orders\n),\n\ndaily_abandoned_checkouts as (\n\n select *\n from __dbt__cte__int_shopify__daily_abandoned_checkouts\n),\n\n\ndaily_fulfillment as (\n\n select *\n from __dbt__cte__int_shopify__daily_fulfillment\n),\n\n\nshop_calendar as (\n\n select\n cast(date_trunc('day', calendar.date_day) as date) as date_day,\n shop.shop_id,\n shop.name,\n shop.domain,\n shop.is_deleted,\n shop.currency,\n shop.enabled_presentment_currencies,\n shop.iana_timezone,\n shop.created_at,\n shop.source_relation\n\n from calendar\n join shop \n on cast(shop.created_at as date) <= calendar.date_day\n),\n\nfinal as (\n\n select \n shop_calendar.*,\n\n coalesce(daily_orders.count_orders, 0) as count_orders,\n coalesce(daily_orders.count_line_items, 0) as count_line_items,\n daily_orders.avg_line_item_count,\n coalesce(daily_orders.count_customers, 0) as count_customers,\n coalesce(daily_orders.count_customer_emails, 0) as count_customer_emails,\n coalesce(daily_orders.order_adjusted_total, 0) as order_adjusted_total,\n daily_orders.avg_order_value,\n coalesce(daily_orders.shipping_cost, 0) as shipping_cost,\n coalesce(daily_orders.order_adjustment_amount, 0) as order_adjustment_amount,\n coalesce(daily_orders.order_adjustment_tax_amount, 0) as order_adjustment_tax_amount,\n coalesce(daily_orders.refund_subtotal, 0) as refund_subtotal,\n coalesce(daily_orders.refund_total_tax, 0) as refund_total_tax,\n coalesce(daily_orders.total_discounts, 0) as total_discounts,\n daily_orders.avg_discount,\n coalesce(daily_orders.shipping_discount_amount, 0) as shipping_discount_amount,\n daily_orders.avg_shipping_discount_amount,\n coalesce(daily_orders.percentage_calc_discount_amount, 0) as percentage_calc_discount_amount,\n daily_orders.avg_percentage_calc_discount_amount,\n coalesce(daily_orders.fixed_amount_discount_amount, 0) as fixed_amount_discount_amount,\n daily_orders.avg_fixed_amount_discount_amount,\n coalesce(daily_orders.count_discount_codes_applied, 0) as count_discount_codes_applied,\n coalesce(daily_orders.count_locations_ordered_from, 0) as count_locations_ordered_from,\n coalesce(daily_orders.count_orders_with_discounts, 0) as count_orders_with_discounts,\n coalesce(daily_orders.count_orders_with_refunds, 0) as count_orders_with_refunds,\n daily_orders.first_order_timestamp,\n daily_orders.last_order_timestamp,\n\n coalesce(daily_orders.quantity_sold, 0) as quantity_sold,\n coalesce(daily_orders.quantity_refunded, 0) as quantity_refunded,\n coalesce(daily_orders.quantity_net, 0) as quantity_net,\n daily_orders.avg_quantity_sold,\n daily_orders.avg_quantity_net,\n coalesce(daily_orders.count_variants_sold, 0) as count_variants_sold,\n coalesce(daily_orders.count_products_sold, 0) as count_products_sold,\n coalesce(daily_orders.quantity_gift_cards_sold, 0) as quantity_gift_cards_sold,\n coalesce(daily_orders.quantity_requiring_shipping, 0) as quantity_requiring_shipping,\n\n coalesce(daily_abandoned_checkouts.count_abandoned_checkouts, 0) as count_abandoned_checkouts,\n coalesce(daily_abandoned_checkouts.count_customers_abandoned_checkout, 0) as count_customers_abandoned_checkout,\n coalesce(daily_abandoned_checkouts.count_customer_emails_abandoned_checkout, 0) as count_customer_emails_abandoned_checkout\n\n \n \n , coalesce(count_fulfillment_attempted_delivery, 0) as count_fulfillment_attempted_delivery\n \n , coalesce(count_fulfillment_delivered, 0) as count_fulfillment_delivered\n \n , coalesce(count_fulfillment_failure, 0) as count_fulfillment_failure\n \n , coalesce(count_fulfillment_in_transit, 0) as count_fulfillment_in_transit\n \n , coalesce(count_fulfillment_out_for_delivery, 0) as count_fulfillment_out_for_delivery\n \n , coalesce(count_fulfillment_ready_for_pickup, 0) as count_fulfillment_ready_for_pickup\n \n , coalesce(count_fulfillment_picked_up, 0) as count_fulfillment_picked_up\n \n , coalesce(count_fulfillment_label_printed, 0) as count_fulfillment_label_printed\n \n , coalesce(count_fulfillment_label_purchased, 0) as count_fulfillment_label_purchased\n \n , coalesce(count_fulfillment_confirmed, 0) as count_fulfillment_confirmed\n \n \n\n from shop_calendar\n left join daily_orders \n on shop_calendar.source_relation = daily_orders.source_relation\n and shop_calendar.date_day = daily_orders.date_day\n left join daily_abandoned_checkouts \n on shop_calendar.source_relation = daily_abandoned_checkouts.source_relation\n and shop_calendar.date_day = daily_abandoned_checkouts.date_day\n \n left join daily_fulfillment \n on shop_calendar.source_relation = daily_fulfillment.source_relation\n and shop_calendar.date_day = daily_fulfillment.date_day\n \n \n)\n\n\nselect *\nfrom final", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__daily_shop\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.482185Z", "completed_at": "2024-03-05T04:40:12.495112Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.495941Z", "completed_at": "2024-03-05T04:40:12.495947Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.015049934387207031, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_int_shopify__product__order_line_aggregates_product_id__source_relation.871d87e683", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith __dbt__cte__int_shopify__product__order_line_aggregates as (\nwith order_lines as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__order_lines\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), product_aggregated as (\n select \n order_lines.product_id,\n order_lines.source_relation,\n\n -- moved over from shopify__products\n sum(order_lines.quantity) as quantity_sold,\n sum(order_lines.pre_tax_price) as subtotal_sold,\n sum(order_lines.quantity_net_refunds) as quantity_sold_net_refunds,\n sum(order_lines.subtotal_net_refunds) as subtotal_sold_net_refunds,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n\n -- new columns\n sum(order_lines.total_discount) as product_total_discount,\n sum(order_lines.order_line_tax) as product_total_tax,\n avg(order_lines.quantity) as avg_quantity_per_order_line,\n avg(order_lines.total_discount) as product_avg_discount_per_order_line,\n avg(order_lines.order_line_tax) as product_avg_tax_per_order_line\n\n from order_lines\n left join orders\n on order_lines.order_id = orders.order_id\n and order_lines.source_relation = orders.source_relation\n group by 1,2\n\n)\n\nselect *\nfrom product_aggregated\n), validation_errors as (\n\n select\n product_id, source_relation\n from __dbt__cte__int_shopify__product__order_line_aggregates\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.491341Z", "completed_at": "2024-03-05T04:40:12.496253Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.498563Z", "completed_at": "2024-03-05T04:40:12.498566Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008665084838867188, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_code__source_relation.6983c8ac7f", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n code, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\"\n group by code, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.501435Z", "completed_at": "2024-03-05T04:40:12.510643Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.511252Z", "completed_at": "2024-03-05T04:40:12.511259Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.012857913970947266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__discounts_discount_code_id__source_relation.ddf4da9206", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n discount_code_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\"\n group by discount_code_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.507535Z", "completed_at": "2024-03-05T04:40:12.512021Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.513348Z", "completed_at": "2024-03-05T04:40:12.513351Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008524894714355469, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__discounts_discount_code_id.4ae7c46f81", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_code_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__discounts\"\nwhere discount_code_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.514467Z", "completed_at": "2024-03-05T04:40:12.521501Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.521985Z", "completed_at": "2024-03-05T04:40:12.521991Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009699106216430664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__products_product_id__source_relation.f00b2fb95a", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n product_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__products\"\n group by product_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.518664Z", "completed_at": "2024-03-05T04:40:12.522201Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.523158Z", "completed_at": "2024-03-05T04:40:12.523161Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.005620002746582031, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__daily_shop_shop_id.8ac464697f", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect shop_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__daily_shop\"\nwhere shop_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.281321Z", "completed_at": "2024-03-05T04:40:12.936436Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.937197Z", "completed_at": "2024-03-05T04:40:12.937213Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.7130863666534424, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customer_emails", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__int_shopify__emails__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_emails as (\n-- in case any orders records don't have the customer email attached yet\n select \n customer_id, \n source_relation,\n email\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n where email is not null\n group by 1,2,3\n \n), aggregated as (\n\n select\n lower(customer_emails.email) as email,\n orders.source_relation,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n from orders\n join customer_emails\n on orders.customer_id = customer_emails.customer_id\n and orders.source_relation = customer_emails.source_relation\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n\n group by 1,2\n\n)\n\nselect *\nfrom aggregated\n), customer_emails as (\n\n select \n \"email\",\n \"source_relation\",\n \"customer_ids\",\n \"phone_numbers\",\n \"customer_tags\",\n \"first_account_created_at\",\n \"last_account_created_at\",\n \"last_updated_at\",\n \"marketing_consent_updated_at\",\n \"last_fivetran_synced\",\n \"is_tax_exempt\",\n \"is_verified_email\",\n \"first_name\",\n \"last_name\",\n \"default_address_id\",\n \"account_state\",\n \"note\",\n \"currency\",\n \"marketing_consent_state\",\n \"marketing_opt_in_level\"\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"int_shopify__customer_email_rollup\"\n\n), orders as (\n\n select *\n from __dbt__cte__int_shopify__emails__order_aggregates\n where email is not null\n\n), abandoned as (\n\n select \n lower(email) as email,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n where email is not null\n group by 1,2\n\n), joined as (\n\n select \n customer_emails.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customer_emails\n left join orders\n on customer_emails.email = orders.email\n and customer_emails.source_relation = orders.source_relation\n left join abandoned\n on customer_emails.email = abandoned.email\n and customer_emails.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_emails\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.996635Z", "completed_at": "2024-03-05T04:40:13.011054Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.012085Z", "completed_at": "2024-03-05T04:40:13.012092Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.01829075813293457, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customer_email_cohorts", "compiled": true, "compiled_code": "with calendar as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\"\n where cast(date_trunc('month', date_day) as date) = date_day\n\n), customers as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_emails\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.email,\n customers.first_order_timestamp,\n customers.source_relation,\n date_trunc('month', first_order_timestamp) as cohort_month\n from calendar\n inner join customers\n on cast(date_trunc('month', first_order_timestamp) as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.email, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.email = orders.email\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast(date_trunc('month', created_timestamp) as date)\n group by 1,2,3,4,5\n\n), windows as (\n\n \n\n select\n *,\n sum(total_price_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as total_price_lifetime,\n sum(order_count_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as order_count_lifetime,\n sum(line_item_count_in_month) over (partition by email, source_relation order by date_month rows between unbounded preceding and current row) as line_item_count_lifetime,\n row_number() over (partition by email, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n md5(cast(coalesce(cast(date_month as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(email as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_email_cohorts\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:13.007438Z", "completed_at": "2024-03-05T04:40:13.011325Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.012349Z", "completed_at": "2024-03-05T04:40:13.012352Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.018458843231201172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customer_emails_email__source_relation.fcf0ae8886", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n email, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_emails\"\n group by email, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:13.015698Z", "completed_at": "2024-03-05T04:40:13.024031Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.024760Z", "completed_at": "2024-03-05T04:40:13.024765Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.01094818115234375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__customer_email_cohorts_customer_cohort_id.ccd3e5bc48", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_cohort_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_email_cohorts\"\nwhere customer_cohort_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:13.019829Z", "completed_at": "2024-03-05T04:40:13.024525Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.025698Z", "completed_at": "2024-03-05T04:40:13.025701Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.011313199996948242, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.unique_shopify__customer_email_cohorts_customer_cohort_id.74d42a8182", "compiled": true, "compiled_code": "\n \n \n\nselect\n customer_cohort_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_email_cohorts\"\nwhere customer_cohort_id is not null\ngroup by customer_cohort_id\nhaving count(*) > 1\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:12.379842Z", "completed_at": "2024-03-05T04:40:12.994229Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:12.996313Z", "completed_at": "2024-03-05T04:40:12.996319Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.6821508407592773, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customers", "compiled": true, "compiled_code": "with __dbt__cte__int_shopify__order__shipping_aggregates as (\nwith order_shipping_line as (\n\n select\n order_id,\n source_relation,\n order_shipping_line_id,\n sum(price) as shipping_price,\n sum(discounted_price) as discounted_shipping_price\n \n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_line\"\n group by 1,2,3\n\n), order_shipping_tax_line as (\n\n select\n order_shipping_line_id,\n source_relation,\n sum(price) as shipping_tax\n\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_shipping_tax_line\"\n group by 1,2 \n\n), aggregated as (\n\n select \n order_shipping_line.order_id,\n order_shipping_line.source_relation,\n sum(order_shipping_line.shipping_price) as shipping_price,\n sum(order_shipping_line.discounted_shipping_price) as discounted_shipping_price,\n sum(order_shipping_tax_line.shipping_tax) as shipping_tax\n\n from order_shipping_line\n left join order_shipping_tax_line\n on order_shipping_line.order_shipping_line_id = order_shipping_tax_line.order_shipping_line_id\n and order_shipping_line.source_relation = order_shipping_tax_line.source_relation\n group by 1,2\n)\n\nselect * \nfrom aggregated\n), __dbt__cte__shopify__orders__order_line_aggregates as (\nwith order_line as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order_line\"\n\n), tax as (\n\n select\n *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__tax_line\"\n\n), shipping as (\n\n select\n *\n from __dbt__cte__int_shopify__order__shipping_aggregates\n\n), tax_aggregates as (\n\n select\n order_line_id,\n source_relation,\n sum(price) price\n\n from tax\n group by 1,2\n\n), order_line_aggregates as (\n\n select \n order_line.order_id,\n order_line.source_relation,\n count(*) as line_item_count,\n sum(order_line.quantity) as order_total_quantity,\n sum(tax_aggregates.price) as order_total_tax,\n sum(order_line.total_discount) as order_total_discount\n\n from order_line\n left join tax_aggregates\n on tax_aggregates.order_line_id = order_line.order_line_id\n and tax_aggregates.source_relation = order_line.source_relation\n group by 1,2\n\n), final as (\n\n select\n order_line_aggregates.order_id,\n order_line_aggregates.source_relation,\n order_line_aggregates.line_item_count,\n order_line_aggregates.order_total_quantity,\n order_line_aggregates.order_total_tax,\n order_line_aggregates.order_total_discount,\n shipping.shipping_price as order_total_shipping,\n shipping.discounted_shipping_price as order_total_shipping_with_discounts,\n shipping.shipping_tax as order_total_shipping_tax\n\n from order_line_aggregates\n left join shipping\n on shipping.order_id = order_line_aggregates.order_id\n and shipping.source_relation = order_line_aggregates.source_relation\n)\n\nselect *\nfrom final\n), __dbt__cte__shopify__customers__order_aggregates as (\nwith orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__order\"\n where customer_id is not null\n\n), order_aggregates as (\n\n select *\n from __dbt__cte__shopify__orders__order_line_aggregates\n\n), transactions as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__transactions\"\n\n where lower(status) = 'success'\n and lower(kind) not in ('authorization', 'void')\n and lower(gateway) != 'gift_card' -- redeeming a giftcard does not introduce new revenue\n\n), transaction_aggregates as (\n -- this is necessary as customers can pay via multiple payment gateways\n select \n order_id,\n source_relation,\n lower(kind) as kind,\n sum(currency_exchange_calculated_amount) as currency_exchange_calculated_amount\n\n from transactions\n group by 1,2,3\n\n), customer_tags as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer_tag\"\n\n), customer_tags_aggregated as (\n\n select \n customer_id,\n source_relation,\n \n listagg(distinct cast(value as TEXT), ', ')\n\n as customer_tags\n\n from customer_tags\n group by 1,2\n\n), aggregated as (\n\n select\n orders.customer_id,\n orders.source_relation,\n customer_tags_aggregated.customer_tags,\n min(orders.created_timestamp) as first_order_timestamp,\n max(orders.created_timestamp) as most_recent_order_timestamp,\n avg(transaction_aggregates.currency_exchange_calculated_amount) as avg_order_value,\n sum(transaction_aggregates.currency_exchange_calculated_amount) as lifetime_total_spent,\n sum(refunds.currency_exchange_calculated_amount) as lifetime_total_refunded,\n count(distinct orders.order_id) as lifetime_count_orders,\n avg(order_aggregates.order_total_quantity) as avg_quantity_per_order,\n sum(order_aggregates.order_total_tax) as lifetime_total_tax,\n avg(order_aggregates.order_total_tax) as avg_tax_per_order,\n sum(order_aggregates.order_total_discount) as lifetime_total_discount,\n avg(order_aggregates.order_total_discount) as avg_discount_per_order,\n sum(order_aggregates.order_total_shipping) as lifetime_total_shipping,\n avg(order_aggregates.order_total_shipping) as avg_shipping_per_order,\n sum(order_aggregates.order_total_shipping_with_discounts) as lifetime_total_shipping_with_discounts,\n avg(order_aggregates.order_total_shipping_with_discounts) as avg_shipping_with_discounts_per_order,\n sum(order_aggregates.order_total_shipping_tax) as lifetime_total_shipping_tax,\n avg(order_aggregates.order_total_shipping_tax) as avg_shipping_tax_per_order\n\n from orders\n left join transaction_aggregates \n on orders.order_id = transaction_aggregates.order_id\n and orders.source_relation = transaction_aggregates.source_relation\n and transaction_aggregates.kind in ('sale','capture')\n left join transaction_aggregates as refunds\n on orders.order_id = refunds.order_id\n and orders.source_relation = refunds.source_relation\n and refunds.kind = 'refund'\n left join order_aggregates\n on orders.order_id = order_aggregates.order_id\n and orders.source_relation = order_aggregates.source_relation\n left join customer_tags_aggregated\n on orders.customer_id = customer_tags_aggregated.customer_id\n and orders.source_relation = customer_tags_aggregated.source_relation\n \n group by 1,2,3\n)\n\nselect *\nfrom aggregated\n), customers as (\n\n select \n \"customer_id\",\n \"email\",\n \"first_name\",\n \"last_name\",\n \"default_address_id\",\n \"phone\",\n \"account_state\",\n \"is_tax_exempt\",\n \"is_verified_email\",\n \"note\",\n \"currency\",\n \"marketing_consent_state\",\n \"marketing_opt_in_level\",\n \"marketing_consent_updated_at\",\n \"created_timestamp\",\n \"updated_timestamp\",\n \"_fivetran_synced\",\n \"source_relation\"\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__customer\"\n\n), orders as (\n\n select *\n from __dbt__cte__shopify__customers__order_aggregates\n\n), abandoned as (\n\n select \n customer_id,\n source_relation,\n count(distinct checkout_id) as lifetime_abandoned_checkouts\n from \"dev\".\"shopify_integration_tests_6_stg_shopify\".\"stg_shopify__abandoned_checkout\"\n where customer_id is not null\n group by 1,2\n\n), joined as (\n\n select \n customers.*,\n coalesce(abandoned.lifetime_abandoned_checkouts, 0) as lifetime_abandoned_checkouts,\n orders.first_order_timestamp,\n orders.most_recent_order_timestamp,\n orders.customer_tags,\n orders.avg_order_value,\n coalesce(orders.lifetime_total_spent, 0) as lifetime_total_spent,\n coalesce(orders.lifetime_total_refunded, 0) as lifetime_total_refunded,\n (coalesce(orders.lifetime_total_spent, 0) - coalesce(orders.lifetime_total_refunded, 0)) as lifetime_total_net,\n coalesce(orders.lifetime_count_orders, 0) as lifetime_count_orders,\n orders.avg_quantity_per_order,\n coalesce(orders.lifetime_total_tax, 0) as lifetime_total_tax,\n orders.avg_tax_per_order,\n coalesce(orders.lifetime_total_discount, 0) as lifetime_total_discount,\n orders.avg_discount_per_order,\n coalesce(orders.lifetime_total_shipping, 0) as lifetime_total_shipping,\n orders.avg_shipping_per_order,\n coalesce(orders.lifetime_total_shipping_with_discounts, 0) as lifetime_total_shipping_with_discounts,\n orders.avg_shipping_with_discounts_per_order,\n coalesce(orders.lifetime_total_shipping_tax, 0) as lifetime_total_shipping_tax,\n orders.avg_shipping_tax_per_order\n\n from customers\n left join orders\n on customers.customer_id = orders.customer_id\n and customers.source_relation = orders.source_relation\n left join abandoned\n on customers.customer_id = abandoned.customer_id\n and customers.source_relation = abandoned.source_relation\n)\n\nselect *\nfrom joined", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customers\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:13.057711Z", "completed_at": "2024-03-05T04:40:13.066846Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.067847Z", "completed_at": "2024-03-05T04:40:13.067853Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.012045145034790039, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.shopify.shopify__customer_cohorts", "compiled": true, "compiled_code": "with calendar as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__calendar\"\n where cast(date_trunc('month', date_day) as date) = date_day\n\n), customers as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customers\"\n\n), orders as (\n\n select *\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__orders\"\n\n), customer_calendar as (\n\n select\n calendar.date_day as date_month,\n customers.customer_id,\n customers.first_order_timestamp,\n customers.source_relation,\n date_trunc('month', first_order_timestamp) as cohort_month\n from calendar\n inner join customers\n on cast(date_trunc('month', first_order_timestamp) as date) <= calendar.date_day\n\n), orders_joined as (\n\n select \n customer_calendar.date_month, \n customer_calendar.customer_id, \n customer_calendar.first_order_timestamp,\n customer_calendar.cohort_month,\n customer_calendar.source_relation,\n coalesce(count(distinct orders.order_id), 0) as order_count_in_month,\n coalesce(sum(orders.order_adjusted_total), 0) as total_price_in_month,\n coalesce(sum(orders.line_item_count), 0) as line_item_count_in_month\n from customer_calendar\n left join orders\n on customer_calendar.customer_id = orders.customer_id\n and customer_calendar.source_relation = orders.source_relation\n and customer_calendar.date_month = cast(date_trunc('month', created_timestamp) as date)\n group by 1,2,3,4,5\n\n), windows as (\n\n \n\n select\n *,\n sum(total_price_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as total_price_lifetime,\n sum(order_count_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as order_count_lifetime,\n sum(line_item_count_in_month) over (partition by customer_id, source_relation order by date_month rows between unbounded preceding and current row) as line_item_count_lifetime,\n row_number() over (partition by customer_id, source_relation order by date_month asc) as cohort_month_number\n from orders_joined\n \n), surrogate_key as (\n\n select \n *, \n md5(cast(coalesce(cast(date_month as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(customer_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as customer_cohort_id\n from windows\n\n)\n\nselect *\nfrom surrogate_key", "relation_name": "\"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_cohorts\""}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:13.063487Z", "completed_at": "2024-03-05T04:40:13.067124Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.068101Z", "completed_at": "2024-03-05T04:40:13.068103Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.012111186981201172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.dbt_utils_unique_combination_of_columns_shopify__customers_customer_id__source_relation.88d3656469", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n customer_id, source_relation\n from \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customers\"\n group by customer_id, source_relation\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:13.071146Z", "completed_at": "2024-03-05T04:40:13.078015Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.078937Z", "completed_at": "2024-03-05T04:40:13.078942Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.009608030319213867, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.not_null_shopify__customer_cohorts_customer_cohort_id.88e9c30925", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_cohort_id\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_cohorts\"\nwhere customer_cohort_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-03-05T04:40:13.074967Z", "completed_at": "2024-03-05T04:40:13.078251Z"}, {"name": "execute", "started_at": "2024-03-05T04:40:13.079171Z", "completed_at": "2024-03-05T04:40:13.079174Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.009662151336669922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.shopify.unique_shopify__customer_cohorts_customer_cohort_id.c5e4855c7a", "compiled": true, "compiled_code": "\n \n \n\nselect\n customer_cohort_id as unique_field,\n count(*) as n_records\n\nfrom \"dev\".\"shopify_integration_tests_6_shopify\".\"shopify__customer_cohorts\"\nwhere customer_cohort_id is not null\ngroup by customer_cohort_id\nhaving count(*) > 1\n\n\n", "relation_name": null}], "elapsed_time": 12.945242166519165, "args": {"log_level": "info", "populate_cache": true, "cache_selected_only": false, "log_format_file": "debug", "enable_legacy_logger": false, "show_resource_report": false, "log_path": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests/logs", "strict_mode": false, "invocation_command": "dbt docs generate -t redshift", "warn_error_options": {"include": [], "exclude": []}, "target": "redshift", "version_check": true, "partial_parse": true, "indirect_selection": "eager", "quiet": false, "partial_parse_file_diff": true, "send_anonymous_usage_stats": true, "introspect": true, "use_colors_file": true, "printer_width": 80, "compile": true, "static": false, "favor_state": false, "log_level_file": "debug", "select": [], "profiles_dir": "/Users/avinash.kunnath/.dbt", "static_parser": true, "empty_catalog": false, "macro_debugging": false, "use_colors": true, "vars": {}, "log_format": "default", "log_file_max_bytes": 10485760, "print": true, "project_dir": "/Users/avinash.kunnath/Documents/dbt_packages/shopify/dbt_shopify/integration_tests", "write_json": true, "defer": false, "which": "generate", "exclude": []}} \ No newline at end of file diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 487dcac..7e0ed4f 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'shopify_integration_tests' -version: '0.10.0' +version: '0.11.0' profile: 'integration_tests' config-version: 2 @@ -117,9 +117,14 @@ seeds: user_id: "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}" shopify_abandoned_checkout_discount_code_data: +column_types: + checkout_id: "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}" + discount_id: "{%- if target.type == 'bigquery' -%} INT64 {%- else -%} bigint {%- endif -%}" amount: float + _fivetran_synced: timestamp created_at: timestamp updated_at: timestamp + code: "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}" + type: "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}" shopify_abandoned_checkout_data: +column_types: total_line_items_price: float @@ -156,6 +161,9 @@ seeds: +column_types: value_type: "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}" type: "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks') else 'varchar' }}" + _fivetran_synced: timestamp + created_at: timestamp + updated_at: timestamp shopify_shop_data: +column_types: taxes_included: boolean diff --git a/models/intermediate/int_shopify__customer_email_rollup.sql b/models/intermediate/int_shopify__customer_email_rollup.sql index 7074c61..7a75e05 100644 --- a/models/intermediate/int_shopify__customer_email_rollup.sql +++ b/models/intermediate/int_shopify__customer_email_rollup.sql @@ -2,7 +2,7 @@ with customers as ( select *, - row_number() over(partition by email order by created_timestamp desc) as customer_index + row_number() over(partition by email, source_relation order by created_timestamp desc) as customer_index from {{ var('shopify_customer') }} where email is not null -- nonsensical to include any null emails here diff --git a/packages.yml b/packages.yml index b2afa41..5edf641 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - package: fivetran/shopify_source - version: [">=0.10.0", "<0.11.0"] \ No newline at end of file + version: [">=0.11.0", "<0.12.0"] \ No newline at end of file