diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml new file mode 100644 index 0000000..cd0c9e5 --- /dev/null +++ b/.github/workflows/generate-docs.yml @@ -0,0 +1,13 @@ +name: 'generate dbt docs' +on: + pull_request: + types: + - labeled + +jobs: + generate-docs: + if: github.event.label.name == 'docs:ready' + uses: fivetran/dbt_package_automations/.github/workflows/generate-docs.yml@main + secrets: inherit + with: + schema_var_name: recharge_schema \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0c2a5..e90db76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# dbt_recharge_source v0.4.0 + +[PR #21](https://github.com/fivetran/dbt_recharge_source/pull/21) includes the following updates: + +## Schema & Data Updates +**4 new columns -- 2 deprecated columns -- 6 potential breaking changes** + +| Data Model | Change Type | Old Name | New Name | Notes | +| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ---------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| `stg_recharge__one_time_product` | Deprecated column | `_is_deleted` | `_is_deleted` | The column will continue to persist for the time being, but we encourage referencing the `_fivetran_deleted` column in its place. | +| `stg_recharge__one_time_product` | New column | `_fivetran_deleted` | | Boolean created by Fivetran to indicate whether the record has been deleted. | +| `stg_recharge__order` | Deprecated column | `_is_deleted` | `_is_deleted` | The column will continue to persist for the time being, but we encourage referencing the `_fivetran_deleted` column in its place. | +| `stg_recharge__order` | New column | `_fivetran_deleted` | | Boolean created by Fivetran to indicate whether the record has been deleted. **For dbt Core users: If this field is included in the `recharge__order_passthrough_columns` variable. It will need to be removed in order to avoid duplicate column compilation failures.** | +| `stg_recharge__charge` | New column | `_fivetran_deleted` | | Boolean created by Fivetran to indicate whether the record has been deleted. **For dbt Core users: If this field is included in the `recharge__charge_passthrough_columns` variable. It will need to be removed in order to avoid duplicate column compilation failures.** | +| `stg_recharge__customer` | New column | `_fivetran_deleted` | | Boolean created by Fivetran to indicate whether the record has been deleted. | + +## Documentation +- Added all new column documentation in the relevant src_recharge.yml and stg_recharge.yml files. +- Updated all the deprecated column documentation in the relevant src_recharge.yml and stg_recharge.yml files. +- Added column documentation for the `billing_*` fields related to the `CUSTOMER` source and staging models. + +## Under the Hood +- Included relevant updates to the impacted seed files for integration tests. +- Introduced the generate-docs github workflow for consistent docs generation. + # dbt_recharge_source v0.3.2 This release includes the following updates. diff --git a/LICENSE b/LICENSE index 261eeb9..f9554a9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright © 2025 Fivetran Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 8497beb..d6d41a5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Include the following recharge_source package version in your `packages.yml` fil ```yml packages: - package: fivetran/recharge_source - version: [">=0.3.0", "<0.4.0"] # we recommend using ranges to capture non-breaking changes automatically + version: [">=0.4.0", "<0.5.0"] # we recommend using ranges to capture non-breaking changes automatically ``` ### Step 3: Define database and schema variables diff --git a/dbt_project.yml b/dbt_project.yml index 7b01b37..d6b1497 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ name: 'recharge_source' -version: '0.3.2' +version: '0.4.0' config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] diff --git a/docs/catalog.json b/docs/catalog.json index 9349a93..8320fd1 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.9.5", "generated_at": "2025-05-29T18:24:28.431279Z", "invocation_id": "c1693709-3df1-42e7-b13e-d529149b92c0", "env": {}}, "nodes": {"model.recharge_source.stg_recharge__address": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"address_id": {"type": "INT64", "index": 1, "name": "address_id", "comment": null}, "customer_id": {"type": "INT64", "index": 2, "name": "customer_id", "comment": null}, "first_name": {"type": "STRING", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 4, "name": "last_name", "comment": null}, "address_created_at": {"type": "TIMESTAMP", "index": 5, "name": "address_created_at", "comment": null}, "address_updated_at": {"type": "TIMESTAMP", "index": 6, "name": "address_updated_at", "comment": null}, "address_line_1": {"type": "STRING", "index": 7, "name": "address_line_1", "comment": null}, "address_line_2": {"type": "STRING", "index": 8, "name": "address_line_2", "comment": null}, "city": {"type": "STRING", "index": 9, "name": "city", "comment": null}, "province": {"type": "INT64", "index": 10, "name": "province", "comment": null}, "zip": {"type": "STRING", "index": 11, "name": "zip", "comment": null}, "country_code": {"type": "STRING", "index": 12, "name": "country_code", "comment": null}, "country": {"type": "STRING", "index": 13, "name": "country", "comment": null}, "company": {"type": "INT64", "index": 14, "name": "company", "comment": null}, "phone": {"type": "STRING", "index": 15, "name": "phone", "comment": null}, "payment_method_id": {"type": "STRING", "index": 16, "name": "payment_method_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 225, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address"}, "model.recharge_source.stg_recharge__address_discounts": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_discounts", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"discount_id": {"type": "INT64", "index": 1, "name": "discount_id", "comment": null}, "address_id": {"type": "INT64", "index": 2, "name": "address_id", "comment": null}, "index": {"type": "INT64", "index": 3, "name": "index", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_discounts"}, "model.recharge_source.stg_recharge__address_discounts_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_discounts_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 3, "name": "INDEX", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 4, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 5, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_discounts_tmp"}, "model.recharge_source.stg_recharge__address_shipping_line": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_shipping_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"address_id": {"type": "INT64", "index": 1, "name": "address_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "price": {"type": "FLOAT64", "index": 3, "name": "price", "comment": null}, "code": {"type": "STRING", "index": 4, "name": "code", "comment": null}, "title": {"type": "STRING", "index": 5, "name": "title", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 82, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_shipping_line"}, "model.recharge_source.stg_recharge__address_shipping_line_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_shipping_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ADDRESS_ID": {"type": "INT64", "index": 1, "name": "ADDRESS_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 6, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 7, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_shipping_line_tmp"}, "model.recharge_source.stg_recharge__address_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "FIRST_NAME": {"type": "STRING", "index": 3, "name": "FIRST_NAME", "comment": null}, "LAST_NAME": {"type": "STRING", "index": 4, "name": "LAST_NAME", "comment": null}, "ADDRESS_1": {"type": "STRING", "index": 5, "name": "ADDRESS_1", "comment": null}, "ADDRESS_2": {"type": "STRING", "index": 6, "name": "ADDRESS_2", "comment": null}, "CITY": {"type": "STRING", "index": 7, "name": "CITY", "comment": null}, "PROVINCE": {"type": "INT64", "index": 8, "name": "PROVINCE", "comment": null}, "COUNTRY_CODE": {"type": "STRING", "index": 9, "name": "COUNTRY_CODE", "comment": null}, "ZIP": {"type": "STRING", "index": 10, "name": "ZIP", "comment": null}, "COMPANY": {"type": "INT64", "index": 11, "name": "COMPANY", "comment": null}, "PHONE": {"type": "STRING", "index": 12, "name": "PHONE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 13, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 14, "name": "UPDATED_AT", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 15, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 16, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_tmp"}, "model.recharge_source.stg_recharge__charge": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"charge_id": {"type": "INT64", "index": 1, "name": "charge_id", "comment": null}, "customer_id": {"type": "INT64", "index": 2, "name": "customer_id", "comment": null}, "customer_hash": {"type": "STRING", "index": 3, "name": "customer_hash", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "charge_created_at": {"type": "TIMESTAMP", "index": 5, "name": "charge_created_at", "comment": null}, "charge_type": {"type": "STRING", "index": 6, "name": "charge_type", "comment": null}, "charge_status": {"type": "STRING", "index": 7, "name": "charge_status", "comment": null}, "charge_updated_at": {"type": "TIMESTAMP", "index": 8, "name": "charge_updated_at", "comment": null}, "note": {"type": "STRING", "index": 9, "name": "note", "comment": null}, "subtotal_price": {"type": "FLOAT64", "index": 10, "name": "subtotal_price", "comment": null}, "tax_lines": {"type": "FLOAT64", "index": 11, "name": "tax_lines", "comment": null}, "total_discounts": {"type": "INT64", "index": 12, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "FLOAT64", "index": 13, "name": "total_line_items_price", "comment": null}, "total_tax": {"type": "FLOAT64", "index": 14, "name": "total_tax", "comment": null}, "total_price": {"type": "FLOAT64", "index": 15, "name": "total_price", "comment": null}, "total_refunds": {"type": "INT64", "index": 16, "name": "total_refunds", "comment": null}, "total_weight_grams": {"type": "INT64", "index": 17, "name": "total_weight_grams", "comment": null}, "charge_scheduled_at": {"type": "TIMESTAMP", "index": 18, "name": "charge_scheduled_at", "comment": null}, "charge_processed_at": {"type": "TIMESTAMP", "index": 19, "name": "charge_processed_at", "comment": null}, "payment_processor": {"type": "STRING", "index": 20, "name": "payment_processor", "comment": null}, "external_transaction_id_payment_processor": {"type": "INT64", "index": 21, "name": "external_transaction_id_payment_processor", "comment": null}, "external_order_id_ecommerce": {"type": "INT64", "index": 22, "name": "external_order_id_ecommerce", "comment": null}, "orders_count": {"type": "INT64", "index": 23, "name": "orders_count", "comment": null}, "has_uncommitted_changes": {"type": "BOOL", "index": 24, "name": "has_uncommitted_changes", "comment": null}, "retry_date": {"type": "TIMESTAMP", "index": 25, "name": "retry_date", "comment": null}, "error_type": {"type": "INT64", "index": 26, "name": "error_type", "comment": null}, "times_retried": {"type": "INT64", "index": 27, "name": "times_retried", "comment": null}, "address_id": {"type": "INT64", "index": 28, "name": "address_id", "comment": null}, "client_details_browser_ip": {"type": "INT64", "index": 29, "name": "client_details_browser_ip", "comment": null}, "client_details_user_agent": {"type": "INT64", "index": 30, "name": "client_details_user_agent", "comment": null}, "tags": {"type": "STRING", "index": 31, "name": "tags", "comment": null}, "error": {"type": "INT64", "index": 32, "name": "error", "comment": null}, "external_variant_id_not_found": {"type": "INT64", "index": 33, "name": "external_variant_id_not_found", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 530, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge"}, "model.recharge_source.stg_recharge__charge_discount": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_discount", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"charge_id": {"type": "INT64", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "discount_id": {"type": "INT64", "index": 3, "name": "discount_id", "comment": null}, "code": {"type": "STRING", "index": 4, "name": "code", "comment": null}, "discount_value": {"type": "FLOAT64", "index": 5, "name": "discount_value", "comment": null}, "value_type": {"type": "STRING", "index": 6, "name": "value_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 104, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_discount"}, "model.recharge_source.stg_recharge__charge_discount_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_discount_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "ID": {"type": "INT64", "index": 3, "name": "ID", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "VALUE": {"type": "FLOAT64", "index": 5, "name": "VALUE", "comment": null}, "VALUE_TYPE": {"type": "STRING", "index": 6, "name": "VALUE_TYPE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 7, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_discount_tmp"}, "model.recharge_source.stg_recharge__charge_line_item": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_line_item", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"charge_id": {"type": "INT64", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "vendor": {"type": "STRING", "index": 3, "name": "vendor", "comment": null}, "title": {"type": "STRING", "index": 4, "name": "title", "comment": null}, "variant_title": {"type": "STRING", "index": 5, "name": "variant_title", "comment": null}, "sku": {"type": "STRING", "index": 6, "name": "sku", "comment": null}, "grams": {"type": "INT64", "index": 7, "name": "grams", "comment": null}, "quantity": {"type": "INT64", "index": 8, "name": "quantity", "comment": null}, "total_price": {"type": "FLOAT64", "index": 9, "name": "total_price", "comment": null}, "unit_price": {"type": "FLOAT64", "index": 10, "name": "unit_price", "comment": null}, "tax_due": {"type": "INT64", "index": 11, "name": "tax_due", "comment": null}, "taxable": {"type": "BOOL", "index": 12, "name": "taxable", "comment": null}, "taxable_amount": {"type": "INT64", "index": 13, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "BOOL", "index": 14, "name": "unit_price_includes_tax", "comment": null}, "external_product_id_ecommerce": {"type": "INT64", "index": 15, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "INT64", "index": 16, "name": "external_variant_id_ecommerce", "comment": null}, "purchase_item_id": {"type": "INT64", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "STRING", "index": 18, "name": "purchase_item_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 292, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_line_item"}, "model.recharge_source.stg_recharge__charge_line_item_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_line_item_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 3, "name": "VARIANT_TITLE", "comment": null}, "TITLE": {"type": "STRING", "index": 4, "name": "TITLE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 5, "name": "QUANTITY", "comment": null}, "GRAMS": {"type": "INT64", "index": 6, "name": "GRAMS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 7, "name": "TOTAL_PRICE", "comment": null}, "SKU": {"type": "STRING", "index": 8, "name": "SKU", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 9, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "VENDOR": {"type": "STRING", "index": 10, "name": "VENDOR", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 11, "name": "_FIVETRAN_SYNCED", "comment": null}, "UNIT_PRICE": {"type": "FLOAT64", "index": 12, "name": "UNIT_PRICE", "comment": null}, "TAX_DUE": {"type": "INT64", "index": 13, "name": "TAX_DUE", "comment": null}, "TAXABLE": {"type": "BOOL", "index": 14, "name": "TAXABLE", "comment": null}, "TAXABLE_AMOUNT": {"type": "INT64", "index": 15, "name": "TAXABLE_AMOUNT", "comment": null}, "UNIT_PRICE_INCLUDES_TAX": {"type": "BOOL", "index": 16, "name": "UNIT_PRICE_INCLUDES_TAX", "comment": null}, "PURCHASE_ITEM_ID": {"type": "INT64", "index": 17, "name": "PURCHASE_ITEM_ID", "comment": null}, "PURCHASE_ITEM_TYPE": {"type": "STRING", "index": 18, "name": "PURCHASE_ITEM_TYPE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 19, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}}, "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.recharge_source.stg_recharge__charge_line_item_tmp"}, "model.recharge_source.stg_recharge__charge_order_attribute": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_order_attribute", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"charge_id": {"type": "INT64", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "order_attribute": {"type": "STRING", "index": 3, "name": "order_attribute", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 280, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute"}, "model.recharge_source.stg_recharge__charge_order_attribute_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_order_attribute_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "ORDER_ATTRIBUTE": {"type": "STRING", "index": 3, "name": "ORDER_ATTRIBUTE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 4, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute_tmp"}, "model.recharge_source.stg_recharge__charge_shipping_line": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_shipping_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"charge_id": {"type": "INT64", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "price": {"type": "FLOAT64", "index": 3, "name": "price", "comment": null}, "code": {"type": "STRING", "index": 4, "name": "code", "comment": null}, "title": {"type": "STRING", "index": 5, "name": "title", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 86, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line"}, "model.recharge_source.stg_recharge__charge_shipping_line_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_shipping_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 6, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line_tmp"}, "model.recharge_source.stg_recharge__charge_tax_line": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_tax_line", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"charge_id": {"type": "INT64", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "price": {"type": "FLOAT64", "index": 3, "name": "price", "comment": null}, "rate": {"type": "FLOAT64", "index": 4, "name": "rate", "comment": null}, "title": {"type": "STRING", "index": 5, "name": "title", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 84, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_tax_line"}, "model.recharge_source.stg_recharge__charge_tax_line_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_tax_line_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "RATE": {"type": "FLOAT64", "index": 4, "name": "RATE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 6, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_tax_line_tmp"}, "model.recharge_source.stg_recharge__charge_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "CUSTOMER_HASH": {"type": "STRING", "index": 4, "name": "CUSTOMER_HASH", "comment": null}, "NOTE": {"type": "STRING", "index": 5, "name": "NOTE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 7, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 8, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 9, "name": "SCHEDULED_AT", "comment": null}, "ORDERS_COUNT": {"type": "INT64", "index": 10, "name": "ORDERS_COUNT", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 11, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "SUBTOTAL_PRICE": {"type": "FLOAT64", "index": 12, "name": "SUBTOTAL_PRICE", "comment": null}, "TAGS": {"type": "STRING", "index": 13, "name": "TAGS", "comment": null}, "TAX_LINES": {"type": "FLOAT64", "index": 14, "name": "TAX_LINES", "comment": null}, "TOTAL_DISCOUNTS": {"type": "INT64", "index": 15, "name": "TOTAL_DISCOUNTS", "comment": null}, "TOTAL_LINE_ITEMS_PRICE": {"type": "FLOAT64", "index": 16, "name": "TOTAL_LINE_ITEMS_PRICE", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 17, "name": "TOTAL_PRICE", "comment": null}, "TOTAL_TAX": {"type": "FLOAT64", "index": 18, "name": "TOTAL_TAX", "comment": null}, "TOTAL_WEIGHT_GRAMS": {"type": "INT64", "index": 19, "name": "TOTAL_WEIGHT_GRAMS", "comment": null}, "TYPE": {"type": "STRING", "index": 20, "name": "TYPE", "comment": null}, "STATUS": {"type": "STRING", "index": 21, "name": "STATUS", "comment": null}, "TOTAL_REFUNDS": {"type": "INT64", "index": 22, "name": "TOTAL_REFUNDS", "comment": null}, "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR": {"type": "INT64", "index": 23, "name": "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR", "comment": null}, "EMAIL": {"type": "STRING", "index": 24, "name": "EMAIL", "comment": null}, "PAYMENT_PROCESSOR": {"type": "STRING", "index": 25, "name": "PAYMENT_PROCESSOR", "comment": null}, "HAS_UNCOMMITED_CHANGES": {"type": "BOOL", "index": 26, "name": "HAS_UNCOMMITED_CHANGES", "comment": null}, "RETRY_DATE": {"type": "TIMESTAMP", "index": 27, "name": "RETRY_DATE", "comment": null}, "ERROR_TYPE": {"type": "INT64", "index": 28, "name": "ERROR_TYPE", "comment": null}, "ERROR": {"type": "INT64", "index": 29, "name": "ERROR", "comment": null}, "CHARGE_ATTEMPTS": {"type": "INT64", "index": 30, "name": "CHARGE_ATTEMPTS", "comment": null}, "EXTERNAL_VARIANT_ID_NOT_FOUND": {"type": "INT64", "index": 31, "name": "EXTERNAL_VARIANT_ID_NOT_FOUND", "comment": null}, "CLIENT_DETAILS_BROWSER_IP": {"type": "INT64", "index": 32, "name": "CLIENT_DETAILS_BROWSER_IP", "comment": null}, "CLIENT_DETAILS_USER_AGENT": {"type": "INT64", "index": 33, "name": "CLIENT_DETAILS_USER_AGENT", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 34, "name": "_FIVETRAN_SYNCED", "comment": null}, "LAST_CHARGE_ATTEMPT_DATE": {"type": "TIMESTAMP", "index": 35, "name": "LAST_CHARGE_ATTEMPT_DATE", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_tmp"}, "model.recharge_source.stg_recharge__customer": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__customer", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"customer_id": {"type": "INT64", "index": 1, "name": "customer_id", "comment": null}, "customer_hash": {"type": "STRING", "index": 2, "name": "customer_hash", "comment": null}, "external_customer_id_ecommerce": {"type": "INT64", "index": 3, "name": "external_customer_id_ecommerce", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "STRING", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 6, "name": "last_name", "comment": null}, "customer_created_at": {"type": "TIMESTAMP", "index": 7, "name": "customer_created_at", "comment": null}, "customer_updated_at": {"type": "TIMESTAMP", "index": 8, "name": "customer_updated_at", "comment": null}, "first_charge_processed_at": {"type": "TIMESTAMP", "index": 9, "name": "first_charge_processed_at", "comment": null}, "subscriptions_active_count": {"type": "INT64", "index": 10, "name": "subscriptions_active_count", "comment": null}, "subscriptions_total_count": {"type": "INT64", "index": 11, "name": "subscriptions_total_count", "comment": null}, "has_valid_payment_method": {"type": "BOOL", "index": 12, "name": "has_valid_payment_method", "comment": null}, "has_payment_method_in_dunning": {"type": "BOOL", "index": 13, "name": "has_payment_method_in_dunning", "comment": null}, "tax_exempt": {"type": "BOOL", "index": 14, "name": "tax_exempt", "comment": null}, "billing_first_name": {"type": "STRING", "index": 15, "name": "billing_first_name", "comment": null}, "billing_last_name": {"type": "STRING", "index": 16, "name": "billing_last_name", "comment": null}, "billing_company": {"type": "STRING", "index": 17, "name": "billing_company", "comment": null}, "billing_city": {"type": "STRING", "index": 18, "name": "billing_city", "comment": null}, "billing_country": {"type": "STRING", "index": 19, "name": "billing_country", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 260, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__customer"}, "model.recharge_source.stg_recharge__customer_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__customer_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "HASH": {"type": "STRING", "index": 2, "name": "HASH", "comment": null}, "EXTERNAL_CUSTOMER_ID_ECOMMERCE": {"type": "INT64", "index": 3, "name": "EXTERNAL_CUSTOMER_ID_ECOMMERCE", "comment": null}, "EMAIL": {"type": "STRING", "index": 4, "name": "EMAIL", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "UPDATED_AT", "comment": null}, "FIRST_CHARGE_PROCESSED_AT": {"type": "TIMESTAMP", "index": 7, "name": "FIRST_CHARGE_PROCESSED_AT", "comment": null}, "FIRST_NAME": {"type": "STRING", "index": 8, "name": "FIRST_NAME", "comment": null}, "LAST_NAME": {"type": "STRING", "index": 9, "name": "LAST_NAME", "comment": null}, "SUBSCRIPTIONS_ACTIVE_COUNT": {"type": "INT64", "index": 10, "name": "SUBSCRIPTIONS_ACTIVE_COUNT", "comment": null}, "SUBSCRIPTIONS_TOTAL_COUNT": {"type": "INT64", "index": 11, "name": "SUBSCRIPTIONS_TOTAL_COUNT", "comment": null}, "HAS_VALID_PAYMENT_METHOD": {"type": "BOOL", "index": 12, "name": "HAS_VALID_PAYMENT_METHOD", "comment": null}, "HAS_PAYMENT_METHOD_IN_DUNNING": {"type": "BOOL", "index": 13, "name": "HAS_PAYMENT_METHOD_IN_DUNNING", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 14, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}, "TAX_EXEMPT": {"type": "BOOL", "index": 16, "name": "TAX_EXEMPT", "comment": null}}, "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.recharge_source.stg_recharge__customer_tmp"}, "model.recharge_source.stg_recharge__discount": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__discount", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"discount_id": {"type": "INT64", "index": 1, "name": "discount_id", "comment": null}, "discount_created_at": {"type": "TIMESTAMP", "index": 2, "name": "discount_created_at", "comment": null}, "discount_updated_at": {"type": "TIMESTAMP", "index": 3, "name": "discount_updated_at", "comment": null}, "discount_starts_at": {"type": "TIMESTAMP", "index": 4, "name": "discount_starts_at", "comment": null}, "discount_ends_at": {"type": "TIMESTAMP", "index": 5, "name": "discount_ends_at", "comment": null}, "code": {"type": "STRING", "index": 6, "name": "code", "comment": null}, "value": {"type": "INT64", "index": 7, "name": "value", "comment": null}, "status": {"type": "STRING", "index": 8, "name": "status", "comment": null}, "usage_limits": {"type": "INT64", "index": 9, "name": "usage_limits", "comment": null}, "applies_to": {"type": "STRING", "index": 10, "name": "applies_to", "comment": null}, "applies_to_resource": {"type": "STRING", "index": 11, "name": "applies_to_resource", "comment": null}, "applies_to_id": {"type": "INT64", "index": 12, "name": "applies_to_id", "comment": null}, "applies_to_product_type": {"type": "STRING", "index": 13, "name": "applies_to_product_type", "comment": null}, "minimum_order_amount": {"type": "INT64", "index": 14, "name": "minimum_order_amount", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 195, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__discount"}, "model.recharge_source.stg_recharge__discount_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__discount_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 2, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 3, "name": "UPDATED_AT", "comment": null}, "STARTS_AT": {"type": "TIMESTAMP", "index": 4, "name": "STARTS_AT", "comment": null}, "ENDS_AT": {"type": "TIMESTAMP", "index": 5, "name": "ENDS_AT", "comment": null}, "CODE": {"type": "STRING", "index": 6, "name": "CODE", "comment": null}, "VALUE": {"type": "INT64", "index": 7, "name": "VALUE", "comment": null}, "STATUS": {"type": "STRING", "index": 8, "name": "STATUS", "comment": null}, "USAGE_LIMITS": {"type": "INT64", "index": 9, "name": "USAGE_LIMITS", "comment": null}, "APPLIES_TO": {"type": "STRING", "index": 10, "name": "APPLIES_TO", "comment": null}, "APPLIES_TO_RESOURCE": {"type": "STRING", "index": 11, "name": "APPLIES_TO_RESOURCE", "comment": null}, "APPLIES_TO_ID": {"type": "INT64", "index": 12, "name": "APPLIES_TO_ID", "comment": null}, "APPLIES_TO_PRODUCT_TYPE": {"type": "STRING", "index": 13, "name": "APPLIES_TO_PRODUCT_TYPE", "comment": null}, "MINIMUM_ORDER_AMOUNT": {"type": "INT64", "index": 14, "name": "MINIMUM_ORDER_AMOUNT", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__discount_tmp"}, "model.recharge_source.stg_recharge__one_time_product": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__one_time_product", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"one_time_product_id": {"type": "INT64", "index": 1, "name": "one_time_product_id", "comment": null}, "address_id": {"type": "INT64", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "INT64", "index": 3, "name": "customer_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 4, "name": "is_deleted", "comment": null}, "one_time_created_at": {"type": "TIMESTAMP", "index": 5, "name": "one_time_created_at", "comment": null}, "one_time_updated_at": {"type": "TIMESTAMP", "index": 6, "name": "one_time_updated_at", "comment": null}, "one_time_next_charge_scheduled_at": {"type": "TIMESTAMP", "index": 7, "name": "one_time_next_charge_scheduled_at", "comment": null}, "product_title": {"type": "STRING", "index": 8, "name": "product_title", "comment": null}, "variant_title": {"type": "INT64", "index": 9, "name": "variant_title", "comment": null}, "price": {"type": "INT64", "index": 10, "name": "price", "comment": null}, "quantity": {"type": "INT64", "index": 11, "name": "quantity", "comment": null}, "external_product_id_ecommerce": {"type": "INT64", "index": 12, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "INT64", "index": 13, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "INT64", "index": 14, "name": "sku", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 198, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__one_time_product"}, "model.recharge_source.stg_recharge__one_time_product_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__one_time_product_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 4, "name": "IS_DELETED", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "UPDATED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 7, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 8, "name": "PRODUCT_TITLE", "comment": null}, "VARIANT_TITLE": {"type": "INT64", "index": 9, "name": "VARIANT_TITLE", "comment": null}, "PRICE": {"type": "INT64", "index": 10, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 11, "name": "QUANTITY", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 12, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "INT64", "index": 14, "name": "SKU", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__one_time_product_tmp"}, "model.recharge_source.stg_recharge__order": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "external_order_id_ecommerce": {"type": "INT64", "index": 2, "name": "external_order_id_ecommerce", "comment": null}, "external_order_number_ecommerce": {"type": "INT64", "index": 3, "name": "external_order_number_ecommerce", "comment": null}, "customer_id": {"type": "INT64", "index": 4, "name": "customer_id", "comment": null}, "email": {"type": "STRING", "index": 5, "name": "email", "comment": null}, "order_created_at": {"type": "TIMESTAMP", "index": 6, "name": "order_created_at", "comment": null}, "order_status": {"type": "STRING", "index": 7, "name": "order_status", "comment": null}, "order_updated_at": {"type": "TIMESTAMP", "index": 8, "name": "order_updated_at", "comment": null}, "charge_id": {"type": "INT64", "index": 9, "name": "charge_id", "comment": null}, "transaction_id": {"type": "STRING", "index": 10, "name": "transaction_id", "comment": null}, "charge_status": {"type": "STRING", "index": 11, "name": "charge_status", "comment": null}, "is_prepaid": {"type": "BOOL", "index": 12, "name": "is_prepaid", "comment": null}, "order_total_price": {"type": "FLOAT64", "index": 13, "name": "order_total_price", "comment": null}, "order_type": {"type": "STRING", "index": 14, "name": "order_type", "comment": null}, "order_processed_at": {"type": "TIMESTAMP", "index": 15, "name": "order_processed_at", "comment": null}, "order_scheduled_at": {"type": "TIMESTAMP", "index": 16, "name": "order_scheduled_at", "comment": null}, "order_shipped_date": {"type": "TIMESTAMP", "index": 17, "name": "order_shipped_date", "comment": null}, "address_id": {"type": "INT64", "index": 18, "name": "address_id", "comment": null}, "is_deleted": {"type": "BOOL", "index": 19, "name": "is_deleted", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 356, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order"}, "model.recharge_source.stg_recharge__order_line_item": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order_line_item", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"order_id": {"type": "INT64", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "INT64", "index": 2, "name": "index", "comment": null}, "external_product_id_ecommerce": {"type": "INT64", "index": 3, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "INT64", "index": 4, "name": "external_variant_id_ecommerce", "comment": null}, "order_line_item_title": {"type": "STRING", "index": 5, "name": "order_line_item_title", "comment": null}, "product_variant_title": {"type": "STRING", "index": 6, "name": "product_variant_title", "comment": null}, "sku": {"type": "STRING", "index": 7, "name": "sku", "comment": null}, "quantity": {"type": "INT64", "index": 8, "name": "quantity", "comment": null}, "grams": {"type": "INT64", "index": 9, "name": "grams", "comment": null}, "total_price": {"type": "FLOAT64", "index": 10, "name": "total_price", "comment": null}, "unit_price": {"type": "FLOAT64", "index": 11, "name": "unit_price", "comment": null}, "tax_due": {"type": "INT64", "index": 12, "name": "tax_due", "comment": null}, "taxable": {"type": "BOOL", "index": 13, "name": "taxable", "comment": null}, "taxable_amount": {"type": "INT64", "index": 14, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "BOOL", "index": 15, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "INT64", "index": 16, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "STRING", "index": 17, "name": "purchase_item_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 316, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order_line_item"}, "model.recharge_source.stg_recharge__order_line_item_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order_line_item_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ORDER_ID": {"type": "INT64", "index": 1, "name": "ORDER_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 3, "name": "VARIANT_TITLE", "comment": null}, "TITLE": {"type": "STRING", "index": 4, "name": "TITLE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 5, "name": "QUANTITY", "comment": null}, "GRAMS": {"type": "INT64", "index": 6, "name": "GRAMS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 7, "name": "TOTAL_PRICE", "comment": null}, "SKU": {"type": "STRING", "index": 8, "name": "SKU", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 9, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 10, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 11, "name": "_FIVETRAN_SYNCED", "comment": null}, "UNIT_PRICE": {"type": "FLOAT64", "index": 12, "name": "UNIT_PRICE", "comment": null}, "TAX_DUE": {"type": "INT64", "index": 13, "name": "TAX_DUE", "comment": null}, "TAXABLE": {"type": "BOOL", "index": 14, "name": "TAXABLE", "comment": null}, "TAXABLE_AMOUNT": {"type": "INT64", "index": 15, "name": "TAXABLE_AMOUNT", "comment": null}, "UNIT_PRICE_INCLUDES_TAX": {"type": "BOOL", "index": 16, "name": "UNIT_PRICE_INCLUDES_TAX", "comment": null}, "PURCHASE_ITEM_ID": {"type": "INT64", "index": 17, "name": "PURCHASE_ITEM_ID", "comment": null}, "PURCHASE_ITEM_TYPE": {"type": "STRING", "index": 18, "name": "PURCHASE_ITEM_TYPE", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order_line_item_tmp"}, "model.recharge_source.stg_recharge__order_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CHARGE_ID": {"type": "INT64", "index": 4, "name": "CHARGE_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 5, "name": "IS_DELETED", "comment": null}, "EMAIL": {"type": "STRING", "index": 6, "name": "EMAIL", "comment": null}, "TRANSACTION_ID": {"type": "STRING", "index": 7, "name": "TRANSACTION_ID", "comment": null}, "CHARGE_STATUS": {"type": "STRING", "index": 8, "name": "CHARGE_STATUS", "comment": null}, "IS_PREPAID": {"type": "BOOL", "index": 9, "name": "IS_PREPAID", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 11, "name": "TOTAL_PRICE", "comment": null}, "TYPE": {"type": "STRING", "index": 12, "name": "TYPE", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "EXTERNAL_ORDER_NUMBER_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_ORDER_NUMBER_ECOMMERCE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 15, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 16, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 17, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 18, "name": "SCHEDULED_AT", "comment": null}, "SHIPPED_DATE": {"type": "TIMESTAMP", "index": 19, "name": "SHIPPED_DATE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 20, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order_tmp"}, "model.recharge_source.stg_recharge__subscription": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"subscription_id": {"type": "INT64", "index": 1, "name": "subscription_id", "comment": null}, "customer_id": {"type": "INT64", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "INT64", "index": 3, "name": "address_id", "comment": null}, "subscription_created_at": {"type": "TIMESTAMP", "index": 4, "name": "subscription_created_at", "comment": null}, "product_title": {"type": "STRING", "index": 5, "name": "product_title", "comment": null}, "variant_title": {"type": "STRING", "index": 6, "name": "variant_title", "comment": null}, "sku": {"type": "STRING", "index": 7, "name": "sku", "comment": null}, "price": {"type": "FLOAT64", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "INT64", "index": 9, "name": "quantity", "comment": null}, "subscription_status": {"type": "STRING", "index": 10, "name": "subscription_status", "comment": null}, "subscription_next_charge_scheduled_at": {"type": "TIMESTAMP", "index": 11, "name": "subscription_next_charge_scheduled_at", "comment": null}, "charge_interval_frequency": {"type": "INT64", "index": 12, "name": "charge_interval_frequency", "comment": null}, "expire_after_specific_number_of_charges": {"type": "INT64", "index": 13, "name": "expire_after_specific_number_of_charges", "comment": null}, "order_interval_frequency": {"type": "INT64", "index": 14, "name": "order_interval_frequency", "comment": null}, "order_interval_unit": {"type": "STRING", "index": 15, "name": "order_interval_unit", "comment": null}, "order_day_of_week": {"type": "INT64", "index": 16, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "INT64", "index": 17, "name": "order_day_of_month", "comment": null}, "subscription_updated_at": {"type": "TIMESTAMP", "index": 18, "name": "subscription_updated_at", "comment": null}, "external_product_id_ecommerce": {"type": "INT64", "index": 19, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "INT64", "index": 20, "name": "external_variant_id_ecommerce", "comment": null}, "subscription_cancelled_at": {"type": "TIMESTAMP", "index": 21, "name": "subscription_cancelled_at", "comment": null}, "cancellation_reason": {"type": "STRING", "index": 22, "name": "cancellation_reason", "comment": null}, "cancellation_reason_comments": {"type": "INT64", "index": 23, "name": "cancellation_reason_comments", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 0, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__subscription"}, "model.recharge_source.stg_recharge__subscription_history": {"metadata": {"type": "table", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"subscription_id": {"type": "INT64", "index": 1, "name": "subscription_id", "comment": null}, "customer_id": {"type": "INT64", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "INT64", "index": 3, "name": "address_id", "comment": null}, "subscription_created_at": {"type": "TIMESTAMP", "index": 4, "name": "subscription_created_at", "comment": null}, "external_product_id_ecommerce": {"type": "INT64", "index": 5, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "INT64", "index": 6, "name": "external_variant_id_ecommerce", "comment": null}, "product_title": {"type": "STRING", "index": 7, "name": "product_title", "comment": null}, "variant_title": {"type": "STRING", "index": 8, "name": "variant_title", "comment": null}, "sku": {"type": "STRING", "index": 9, "name": "sku", "comment": null}, "price": {"type": "FLOAT64", "index": 10, "name": "price", "comment": null}, "quantity": {"type": "INT64", "index": 11, "name": "quantity", "comment": null}, "subscription_status": {"type": "STRING", "index": 12, "name": "subscription_status", "comment": null}, "charge_interval_frequency": {"type": "INT64", "index": 13, "name": "charge_interval_frequency", "comment": null}, "order_interval_unit": {"type": "STRING", "index": 14, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "INT64", "index": 15, "name": "order_interval_frequency", "comment": null}, "order_day_of_month": {"type": "INT64", "index": 16, "name": "order_day_of_month", "comment": null}, "order_day_of_week": {"type": "INT64", "index": 17, "name": "order_day_of_week", "comment": null}, "expire_after_specific_number_of_charges": {"type": "INT64", "index": 18, "name": "expire_after_specific_number_of_charges", "comment": null}, "subscription_updated_at": {"type": "TIMESTAMP", "index": 19, "name": "subscription_updated_at", "comment": null}, "subscription_next_charge_scheduled_at": {"type": "TIMESTAMP", "index": 20, "name": "subscription_next_charge_scheduled_at", "comment": null}, "subscription_cancelled_at": {"type": "TIMESTAMP", "index": 21, "name": "subscription_cancelled_at", "comment": null}, "cancellation_reason": {"type": "STRING", "index": 22, "name": "cancellation_reason", "comment": null}, "cancellation_reason_comments": {"type": "INT64", "index": 23, "name": "cancellation_reason_comments", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 24, "name": "_fivetran_synced", "comment": null}, "is_most_recent_record": {"type": "BOOL", "index": 25, "name": "is_most_recent_record", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 377, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__subscription_history"}, "model.recharge_source.stg_recharge__subscription_history_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"SUBSCRIPTION_ID": {"type": "INT64", "index": 1, "name": "SUBSCRIPTION_ID", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 2, "name": "UPDATED_AT", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 4, "name": "CUSTOMER_ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "CANCELLED_AT": {"type": "TIMESTAMP", "index": 6, "name": "CANCELLED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 7, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 8, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 9, "name": "QUANTITY", "comment": null}, "CANCELLATION_REASON": {"type": "STRING", "index": 10, "name": "CANCELLATION_REASON", "comment": null}, "STATUS": {"type": "STRING", "index": 11, "name": "STATUS", "comment": null}, "CANCELLATION_REASON_COMMENTS": {"type": "INT64", "index": 12, "name": "CANCELLATION_REASON_COMMENTS", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 13, "name": "VARIANT_TITLE", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 15, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "STRING", "index": 16, "name": "SKU", "comment": null}, "ORDER_INTERVAL_UNIT": {"type": "STRING", "index": 17, "name": "ORDER_INTERVAL_UNIT", "comment": null}, "ORDER_INTERVAL_FREQUENCY": {"type": "INT64", "index": 18, "name": "ORDER_INTERVAL_FREQUENCY", "comment": null}, "CHARGE_INTERVAL_FREQUENCY": {"type": "INT64", "index": 19, "name": "CHARGE_INTERVAL_FREQUENCY", "comment": null}, "ORDER_DAY_OF_WEEK": {"type": "INT64", "index": 20, "name": "ORDER_DAY_OF_WEEK", "comment": null}, "ORDER_DAY_OF_MONTH": {"type": "INT64", "index": 21, "name": "ORDER_DAY_OF_MONTH", "comment": null}, "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES": {"type": "INT64", "index": 22, "name": "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 23, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 24, "name": "_FIVETRAN_SYNCED", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 25, "name": "PRODUCT_TITLE", "comment": null}}, "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.recharge_source.stg_recharge__subscription_history_tmp"}, "model.recharge_source.stg_recharge__subscription_tmp": {"metadata": {"type": "view", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 4, "name": "CREATED_AT", "comment": null}, "CANCELLED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CANCELLED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 6, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 7, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 8, "name": "QUANTITY", "comment": null}, "CANCELLATION_REASON": {"type": "STRING", "index": 9, "name": "CANCELLATION_REASON", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "CANCELLATION_REASON_COMMENTS": {"type": "INT64", "index": 11, "name": "CANCELLATION_REASON_COMMENTS", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 12, "name": "PRODUCT_TITLE", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 13, "name": "VARIANT_TITLE", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 15, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "STRING", "index": 16, "name": "SKU", "comment": null}, "ORDER_INTERVAL_UNIT": {"type": "STRING", "index": 17, "name": "ORDER_INTERVAL_UNIT", "comment": null}, "ORDER_INTERVAL_FREQUENCY": {"type": "INT64", "index": 18, "name": "ORDER_INTERVAL_FREQUENCY", "comment": null}, "CHARGE_INTERVAL_FREQUENCY": {"type": "INT64", "index": 19, "name": "CHARGE_INTERVAL_FREQUENCY", "comment": null}, "ORDER_DAY_OF_WEEK": {"type": "INT64", "index": 20, "name": "ORDER_DAY_OF_WEEK", "comment": null}, "ORDER_DAY_OF_MONTH": {"type": "INT64", "index": 21, "name": "ORDER_DAY_OF_MONTH", "comment": null}, "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES": {"type": "INT64", "index": 22, "name": "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 23, "name": "UPDATED_AT", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 24, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 25, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__subscription_tmp"}, "seed.recharge_source_integration_tests.address_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "address_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "FIRST_NAME": {"type": "STRING", "index": 3, "name": "FIRST_NAME", "comment": null}, "LAST_NAME": {"type": "STRING", "index": 4, "name": "LAST_NAME", "comment": null}, "ADDRESS_1": {"type": "STRING", "index": 5, "name": "ADDRESS_1", "comment": null}, "ADDRESS_2": {"type": "STRING", "index": 6, "name": "ADDRESS_2", "comment": null}, "CITY": {"type": "STRING", "index": 7, "name": "CITY", "comment": null}, "PROVINCE": {"type": "INT64", "index": 8, "name": "PROVINCE", "comment": null}, "COUNTRY_CODE": {"type": "STRING", "index": 9, "name": "COUNTRY_CODE", "comment": null}, "ZIP": {"type": "STRING", "index": 10, "name": "ZIP", "comment": null}, "COMPANY": {"type": "INT64", "index": 11, "name": "COMPANY", "comment": null}, "PHONE": {"type": "STRING", "index": 12, "name": "PHONE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 13, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 14, "name": "UPDATED_AT", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 15, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 16, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 243, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.address_data"}, "seed.recharge_source_integration_tests.address_discounts_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "address_discounts_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 3, "name": "INDEX", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 4, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 5, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 66, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.address_discounts_data"}, "seed.recharge_source_integration_tests.address_shipping_line_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "address_shipping_line_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ADDRESS_ID": {"type": "INT64", "index": 1, "name": "ADDRESS_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 6, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 7, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 100, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.address_shipping_line_data"}, "seed.recharge_source_integration_tests.charge_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "CUSTOMER_HASH": {"type": "STRING", "index": 4, "name": "CUSTOMER_HASH", "comment": null}, "NOTE": {"type": "STRING", "index": 5, "name": "NOTE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 7, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 8, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 9, "name": "SCHEDULED_AT", "comment": null}, "ORDERS_COUNT": {"type": "INT64", "index": 10, "name": "ORDERS_COUNT", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 11, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "SUBTOTAL_PRICE": {"type": "FLOAT64", "index": 12, "name": "SUBTOTAL_PRICE", "comment": null}, "TAGS": {"type": "STRING", "index": 13, "name": "TAGS", "comment": null}, "TAX_LINES": {"type": "FLOAT64", "index": 14, "name": "TAX_LINES", "comment": null}, "TOTAL_DISCOUNTS": {"type": "INT64", "index": 15, "name": "TOTAL_DISCOUNTS", "comment": null}, "TOTAL_LINE_ITEMS_PRICE": {"type": "FLOAT64", "index": 16, "name": "TOTAL_LINE_ITEMS_PRICE", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 17, "name": "TOTAL_PRICE", "comment": null}, "TOTAL_TAX": {"type": "FLOAT64", "index": 18, "name": "TOTAL_TAX", "comment": null}, "TOTAL_WEIGHT_GRAMS": {"type": "INT64", "index": 19, "name": "TOTAL_WEIGHT_GRAMS", "comment": null}, "TYPE": {"type": "STRING", "index": 20, "name": "TYPE", "comment": null}, "STATUS": {"type": "STRING", "index": 21, "name": "STATUS", "comment": null}, "TOTAL_REFUNDS": {"type": "INT64", "index": 22, "name": "TOTAL_REFUNDS", "comment": null}, "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR": {"type": "INT64", "index": 23, "name": "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR", "comment": null}, "EMAIL": {"type": "STRING", "index": 24, "name": "EMAIL", "comment": null}, "PAYMENT_PROCESSOR": {"type": "STRING", "index": 25, "name": "PAYMENT_PROCESSOR", "comment": null}, "HAS_UNCOMMITED_CHANGES": {"type": "BOOL", "index": 26, "name": "HAS_UNCOMMITED_CHANGES", "comment": null}, "RETRY_DATE": {"type": "TIMESTAMP", "index": 27, "name": "RETRY_DATE", "comment": null}, "ERROR_TYPE": {"type": "INT64", "index": 28, "name": "ERROR_TYPE", "comment": null}, "ERROR": {"type": "INT64", "index": 29, "name": "ERROR", "comment": null}, "CHARGE_ATTEMPTS": {"type": "INT64", "index": 30, "name": "CHARGE_ATTEMPTS", "comment": null}, "EXTERNAL_VARIANT_ID_NOT_FOUND": {"type": "INT64", "index": 31, "name": "EXTERNAL_VARIANT_ID_NOT_FOUND", "comment": null}, "CLIENT_DETAILS_BROWSER_IP": {"type": "INT64", "index": 32, "name": "CLIENT_DETAILS_BROWSER_IP", "comment": null}, "CLIENT_DETAILS_USER_AGENT": {"type": "INT64", "index": 33, "name": "CLIENT_DETAILS_USER_AGENT", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 34, "name": "_FIVETRAN_SYNCED", "comment": null}, "LAST_CHARGE_ATTEMPT_DATE": {"type": "TIMESTAMP", "index": 35, "name": "LAST_CHARGE_ATTEMPT_DATE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 561, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_data"}, "seed.recharge_source_integration_tests.charge_discount_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_discount_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "ID": {"type": "INT64", "index": 3, "name": "ID", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "VALUE": {"type": "FLOAT64", "index": 5, "name": "VALUE", "comment": null}, "VALUE_TYPE": {"type": "STRING", "index": 6, "name": "VALUE_TYPE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 7, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 120, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_discount_data"}, "seed.recharge_source_integration_tests.charge_line_item_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_line_item_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 3, "name": "VARIANT_TITLE", "comment": null}, "TITLE": {"type": "STRING", "index": 4, "name": "TITLE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 5, "name": "QUANTITY", "comment": null}, "GRAMS": {"type": "INT64", "index": 6, "name": "GRAMS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 7, "name": "TOTAL_PRICE", "comment": null}, "SKU": {"type": "STRING", "index": 8, "name": "SKU", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 9, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "VENDOR": {"type": "STRING", "index": 10, "name": "VENDOR", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 11, "name": "_FIVETRAN_SYNCED", "comment": null}, "UNIT_PRICE": {"type": "FLOAT64", "index": 12, "name": "UNIT_PRICE", "comment": null}, "TAX_DUE": {"type": "INT64", "index": 13, "name": "TAX_DUE", "comment": null}, "TAXABLE": {"type": "BOOL", "index": 14, "name": "TAXABLE", "comment": null}, "TAXABLE_AMOUNT": {"type": "INT64", "index": 15, "name": "TAXABLE_AMOUNT", "comment": null}, "UNIT_PRICE_INCLUDES_TAX": {"type": "BOOL", "index": 16, "name": "UNIT_PRICE_INCLUDES_TAX", "comment": null}, "PURCHASE_ITEM_ID": {"type": "INT64", "index": 17, "name": "PURCHASE_ITEM_ID", "comment": null}, "PURCHASE_ITEM_TYPE": {"type": "STRING", "index": 18, "name": "PURCHASE_ITEM_TYPE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 19, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 303, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_line_item_data"}, "seed.recharge_source_integration_tests.charge_order_attribute_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_order_attribute_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "ORDER_ATTRIBUTE": {"type": "STRING", "index": 3, "name": "ORDER_ATTRIBUTE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 4, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 296, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_order_attribute_data"}, "seed.recharge_source_integration_tests.charge_shipping_line_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_shipping_line_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 6, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 102, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_shipping_line_data"}, "seed.recharge_source_integration_tests.charge_tax_line_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_tax_line_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "RATE": {"type": "FLOAT64", "index": 4, "name": "RATE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 6, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 100, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_tax_line_data"}, "seed.recharge_source_integration_tests.checkout_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "checkout_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"TOKEN": {"type": "STRING", "index": 1, "name": "TOKEN", "comment": null}, "CHARGE_ID": {"type": "INT64", "index": 2, "name": "CHARGE_ID", "comment": null}, "BUYER_ACCEPTS_MARKETING": {"type": "BOOL", "index": 3, "name": "BUYER_ACCEPTS_MARKETING", "comment": null}, "COMPLETED_AT": {"type": "TIMESTAMP", "index": 4, "name": "COMPLETED_AT", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "CURRENCY": {"type": "STRING", "index": 6, "name": "CURRENCY", "comment": null}, "DISCOUNT_CODE": {"type": "INT64", "index": 7, "name": "DISCOUNT_CODE", "comment": null}, "EMAIL": {"type": "INT64", "index": 8, "name": "EMAIL", "comment": null}, "EXTERNAL_CHECKOUT_ID": {"type": "INT64", "index": 9, "name": "EXTERNAL_CHECKOUT_ID", "comment": null}, "EXTERNAL_CHECKOUT_SOURCE": {"type": "INT64", "index": 10, "name": "EXTERNAL_CHECKOUT_SOURCE", "comment": null}, "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR": {"type": "INT64", "index": 11, "name": "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR", "comment": null}, "ORDER_ATTRIBUTES": {"type": "INT64", "index": 12, "name": "ORDER_ATTRIBUTES", "comment": null}, "PHONE": {"type": "INT64", "index": 13, "name": "PHONE", "comment": null}, "REQUIRES_SHIPPING": {"type": "INT64", "index": 14, "name": "REQUIRES_SHIPPING", "comment": null}, "SUBTOTAL_PRICE": {"type": "FLOAT64", "index": 15, "name": "SUBTOTAL_PRICE", "comment": null}, "TAXES_INCLUDED": {"type": "INT64", "index": 16, "name": "TAXES_INCLUDED", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 17, "name": "TOTAL_PRICE", "comment": null}, "TOTAL_TAX": {"type": "INT64", "index": 18, "name": "TOTAL_TAX", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 19, "name": "UPDATED_AT", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 19, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.checkout_data"}, "seed.recharge_source_integration_tests.customer_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "customer_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "HASH": {"type": "STRING", "index": 2, "name": "HASH", "comment": null}, "EXTERNAL_CUSTOMER_ID_ECOMMERCE": {"type": "INT64", "index": 3, "name": "EXTERNAL_CUSTOMER_ID_ECOMMERCE", "comment": null}, "EMAIL": {"type": "STRING", "index": 4, "name": "EMAIL", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "UPDATED_AT", "comment": null}, "FIRST_CHARGE_PROCESSED_AT": {"type": "TIMESTAMP", "index": 7, "name": "FIRST_CHARGE_PROCESSED_AT", "comment": null}, "FIRST_NAME": {"type": "STRING", "index": 8, "name": "FIRST_NAME", "comment": null}, "LAST_NAME": {"type": "STRING", "index": 9, "name": "LAST_NAME", "comment": null}, "SUBSCRIPTIONS_ACTIVE_COUNT": {"type": "INT64", "index": 10, "name": "SUBSCRIPTIONS_ACTIVE_COUNT", "comment": null}, "SUBSCRIPTIONS_TOTAL_COUNT": {"type": "INT64", "index": 11, "name": "SUBSCRIPTIONS_TOTAL_COUNT", "comment": null}, "HAS_VALID_PAYMENT_METHOD": {"type": "BOOL", "index": 12, "name": "HAS_VALID_PAYMENT_METHOD", "comment": null}, "HAS_PAYMENT_METHOD_IN_DUNNING": {"type": "BOOL", "index": 13, "name": "HAS_PAYMENT_METHOD_IN_DUNNING", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 14, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}, "TAX_EXEMPT": {"type": "BOOL", "index": 16, "name": "TAX_EXEMPT", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 278, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.customer_data"}, "seed.recharge_source_integration_tests.discount_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "discount_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 2, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 3, "name": "UPDATED_AT", "comment": null}, "STARTS_AT": {"type": "TIMESTAMP", "index": 4, "name": "STARTS_AT", "comment": null}, "ENDS_AT": {"type": "TIMESTAMP", "index": 5, "name": "ENDS_AT", "comment": null}, "CODE": {"type": "STRING", "index": 6, "name": "CODE", "comment": null}, "VALUE": {"type": "INT64", "index": 7, "name": "VALUE", "comment": null}, "STATUS": {"type": "STRING", "index": 8, "name": "STATUS", "comment": null}, "USAGE_LIMITS": {"type": "INT64", "index": 9, "name": "USAGE_LIMITS", "comment": null}, "APPLIES_TO": {"type": "STRING", "index": 10, "name": "APPLIES_TO", "comment": null}, "APPLIES_TO_RESOURCE": {"type": "STRING", "index": 11, "name": "APPLIES_TO_RESOURCE", "comment": null}, "APPLIES_TO_ID": {"type": "INT64", "index": 12, "name": "APPLIES_TO_ID", "comment": null}, "APPLIES_TO_PRODUCT_TYPE": {"type": "STRING", "index": 13, "name": "APPLIES_TO_PRODUCT_TYPE", "comment": null}, "MINIMUM_ORDER_AMOUNT": {"type": "INT64", "index": 14, "name": "MINIMUM_ORDER_AMOUNT", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 211, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.discount_data"}, "seed.recharge_source_integration_tests.one_time_product_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "one_time_product_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 4, "name": "IS_DELETED", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "UPDATED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 7, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 8, "name": "PRODUCT_TITLE", "comment": null}, "VARIANT_TITLE": {"type": "INT64", "index": 9, "name": "VARIANT_TITLE", "comment": null}, "PRICE": {"type": "INT64", "index": 10, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 11, "name": "QUANTITY", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 12, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "INT64", "index": 14, "name": "SKU", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 214, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.one_time_product_data"}, "seed.recharge_source_integration_tests.order_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "order_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CHARGE_ID": {"type": "INT64", "index": 4, "name": "CHARGE_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 5, "name": "IS_DELETED", "comment": null}, "EMAIL": {"type": "STRING", "index": 6, "name": "EMAIL", "comment": null}, "TRANSACTION_ID": {"type": "STRING", "index": 7, "name": "TRANSACTION_ID", "comment": null}, "CHARGE_STATUS": {"type": "STRING", "index": 8, "name": "CHARGE_STATUS", "comment": null}, "IS_PREPAID": {"type": "BOOL", "index": 9, "name": "IS_PREPAID", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 11, "name": "TOTAL_PRICE", "comment": null}, "TYPE": {"type": "STRING", "index": 12, "name": "TYPE", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "EXTERNAL_ORDER_NUMBER_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_ORDER_NUMBER_ECOMMERCE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 15, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 16, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 17, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 18, "name": "SCHEDULED_AT", "comment": null}, "SHIPPED_DATE": {"type": "TIMESTAMP", "index": 19, "name": "SHIPPED_DATE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 20, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 370, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.order_data"}, "seed.recharge_source_integration_tests.order_line_item_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "order_line_item_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ORDER_ID": {"type": "INT64", "index": 1, "name": "ORDER_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 3, "name": "VARIANT_TITLE", "comment": null}, "TITLE": {"type": "STRING", "index": 4, "name": "TITLE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 5, "name": "QUANTITY", "comment": null}, "GRAMS": {"type": "INT64", "index": 6, "name": "GRAMS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 7, "name": "TOTAL_PRICE", "comment": null}, "SKU": {"type": "STRING", "index": 8, "name": "SKU", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 9, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 10, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 11, "name": "_FIVETRAN_SYNCED", "comment": null}, "UNIT_PRICE": {"type": "FLOAT64", "index": 12, "name": "UNIT_PRICE", "comment": null}, "TAX_DUE": {"type": "INT64", "index": 13, "name": "TAX_DUE", "comment": null}, "TAXABLE": {"type": "BOOL", "index": 14, "name": "TAXABLE", "comment": null}, "TAXABLE_AMOUNT": {"type": "INT64", "index": 15, "name": "TAXABLE_AMOUNT", "comment": null}, "UNIT_PRICE_INCLUDES_TAX": {"type": "BOOL", "index": 16, "name": "UNIT_PRICE_INCLUDES_TAX", "comment": null}, "PURCHASE_ITEM_ID": {"type": "INT64", "index": 17, "name": "PURCHASE_ITEM_ID", "comment": null}, "PURCHASE_ITEM_TYPE": {"type": "STRING", "index": 18, "name": "PURCHASE_ITEM_TYPE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 330, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.order_line_item_data"}, "seed.recharge_source_integration_tests.orders_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "orders_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CHARGE_ID": {"type": "INT64", "index": 4, "name": "CHARGE_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 5, "name": "IS_DELETED", "comment": null}, "EMAIL": {"type": "STRING", "index": 6, "name": "EMAIL", "comment": null}, "TRANSACTION_ID": {"type": "STRING", "index": 7, "name": "TRANSACTION_ID", "comment": null}, "CHARGE_STATUS": {"type": "STRING", "index": 8, "name": "CHARGE_STATUS", "comment": null}, "IS_PREPAID": {"type": "BOOL", "index": 9, "name": "IS_PREPAID", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 11, "name": "TOTAL_PRICE", "comment": null}, "TYPE": {"type": "STRING", "index": 12, "name": "TYPE", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "EXTERNAL_ORDER_NUMBER_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_ORDER_NUMBER_ECOMMERCE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 15, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 16, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 17, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 18, "name": "SCHEDULED_AT", "comment": null}, "SHIPPED_DATE": {"type": "TIMESTAMP", "index": 19, "name": "SHIPPED_DATE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 20, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 370, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.orders_data"}, "seed.recharge_source_integration_tests.subscription_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "subscription_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 4, "name": "CREATED_AT", "comment": null}, "CANCELLED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CANCELLED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 6, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 7, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 8, "name": "QUANTITY", "comment": null}, "CANCELLATION_REASON": {"type": "STRING", "index": 9, "name": "CANCELLATION_REASON", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "CANCELLATION_REASON_COMMENTS": {"type": "INT64", "index": 11, "name": "CANCELLATION_REASON_COMMENTS", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 12, "name": "PRODUCT_TITLE", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 13, "name": "VARIANT_TITLE", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 15, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "STRING", "index": 16, "name": "SKU", "comment": null}, "ORDER_INTERVAL_UNIT": {"type": "STRING", "index": 17, "name": "ORDER_INTERVAL_UNIT", "comment": null}, "ORDER_INTERVAL_FREQUENCY": {"type": "INT64", "index": 18, "name": "ORDER_INTERVAL_FREQUENCY", "comment": null}, "CHARGE_INTERVAL_FREQUENCY": {"type": "INT64", "index": 19, "name": "CHARGE_INTERVAL_FREQUENCY", "comment": null}, "ORDER_DAY_OF_WEEK": {"type": "INT64", "index": 20, "name": "ORDER_DAY_OF_WEEK", "comment": null}, "ORDER_DAY_OF_MONTH": {"type": "INT64", "index": 21, "name": "ORDER_DAY_OF_MONTH", "comment": null}, "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES": {"type": "INT64", "index": 22, "name": "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 23, "name": "UPDATED_AT", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 24, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 25, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 351, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.subscription_data"}, "seed.recharge_source_integration_tests.subscription_history_data": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "subscription_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"SUBSCRIPTION_ID": {"type": "INT64", "index": 1, "name": "SUBSCRIPTION_ID", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 2, "name": "UPDATED_AT", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 4, "name": "CUSTOMER_ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "CANCELLED_AT": {"type": "TIMESTAMP", "index": 6, "name": "CANCELLED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 7, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 8, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 9, "name": "QUANTITY", "comment": null}, "CANCELLATION_REASON": {"type": "STRING", "index": 10, "name": "CANCELLATION_REASON", "comment": null}, "STATUS": {"type": "STRING", "index": 11, "name": "STATUS", "comment": null}, "CANCELLATION_REASON_COMMENTS": {"type": "INT64", "index": 12, "name": "CANCELLATION_REASON_COMMENTS", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 13, "name": "VARIANT_TITLE", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 15, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "STRING", "index": 16, "name": "SKU", "comment": null}, "ORDER_INTERVAL_UNIT": {"type": "STRING", "index": 17, "name": "ORDER_INTERVAL_UNIT", "comment": null}, "ORDER_INTERVAL_FREQUENCY": {"type": "INT64", "index": 18, "name": "ORDER_INTERVAL_FREQUENCY", "comment": null}, "CHARGE_INTERVAL_FREQUENCY": {"type": "INT64", "index": 19, "name": "CHARGE_INTERVAL_FREQUENCY", "comment": null}, "ORDER_DAY_OF_WEEK": {"type": "INT64", "index": 20, "name": "ORDER_DAY_OF_WEEK", "comment": null}, "ORDER_DAY_OF_MONTH": {"type": "INT64", "index": 21, "name": "ORDER_DAY_OF_MONTH", "comment": null}, "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES": {"type": "INT64", "index": 22, "name": "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 23, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 24, "name": "_FIVETRAN_SYNCED", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 25, "name": "PRODUCT_TITLE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 377, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.subscription_history_data"}}, "sources": {"source.recharge_source.recharge.address": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "address_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "FIRST_NAME": {"type": "STRING", "index": 3, "name": "FIRST_NAME", "comment": null}, "LAST_NAME": {"type": "STRING", "index": 4, "name": "LAST_NAME", "comment": null}, "ADDRESS_1": {"type": "STRING", "index": 5, "name": "ADDRESS_1", "comment": null}, "ADDRESS_2": {"type": "STRING", "index": 6, "name": "ADDRESS_2", "comment": null}, "CITY": {"type": "STRING", "index": 7, "name": "CITY", "comment": null}, "PROVINCE": {"type": "INT64", "index": 8, "name": "PROVINCE", "comment": null}, "COUNTRY_CODE": {"type": "STRING", "index": 9, "name": "COUNTRY_CODE", "comment": null}, "ZIP": {"type": "STRING", "index": 10, "name": "ZIP", "comment": null}, "COMPANY": {"type": "INT64", "index": 11, "name": "COMPANY", "comment": null}, "PHONE": {"type": "STRING", "index": 12, "name": "PHONE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 13, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 14, "name": "UPDATED_AT", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 15, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 16, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 243, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.address"}, "source.recharge_source.recharge.address_discounts": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "address_discounts_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 3, "name": "INDEX", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 4, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 5, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 66, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.address_discounts"}, "source.recharge_source.recharge.address_shipping_line": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "address_shipping_line_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ADDRESS_ID": {"type": "INT64", "index": 1, "name": "ADDRESS_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 6, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 7, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 100, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.address_shipping_line"}, "source.recharge_source.recharge.charge": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "CUSTOMER_HASH": {"type": "STRING", "index": 4, "name": "CUSTOMER_HASH", "comment": null}, "NOTE": {"type": "STRING", "index": 5, "name": "NOTE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 7, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 8, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 9, "name": "SCHEDULED_AT", "comment": null}, "ORDERS_COUNT": {"type": "INT64", "index": 10, "name": "ORDERS_COUNT", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 11, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "SUBTOTAL_PRICE": {"type": "FLOAT64", "index": 12, "name": "SUBTOTAL_PRICE", "comment": null}, "TAGS": {"type": "STRING", "index": 13, "name": "TAGS", "comment": null}, "TAX_LINES": {"type": "FLOAT64", "index": 14, "name": "TAX_LINES", "comment": null}, "TOTAL_DISCOUNTS": {"type": "INT64", "index": 15, "name": "TOTAL_DISCOUNTS", "comment": null}, "TOTAL_LINE_ITEMS_PRICE": {"type": "FLOAT64", "index": 16, "name": "TOTAL_LINE_ITEMS_PRICE", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 17, "name": "TOTAL_PRICE", "comment": null}, "TOTAL_TAX": {"type": "FLOAT64", "index": 18, "name": "TOTAL_TAX", "comment": null}, "TOTAL_WEIGHT_GRAMS": {"type": "INT64", "index": 19, "name": "TOTAL_WEIGHT_GRAMS", "comment": null}, "TYPE": {"type": "STRING", "index": 20, "name": "TYPE", "comment": null}, "STATUS": {"type": "STRING", "index": 21, "name": "STATUS", "comment": null}, "TOTAL_REFUNDS": {"type": "INT64", "index": 22, "name": "TOTAL_REFUNDS", "comment": null}, "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR": {"type": "INT64", "index": 23, "name": "EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR", "comment": null}, "EMAIL": {"type": "STRING", "index": 24, "name": "EMAIL", "comment": null}, "PAYMENT_PROCESSOR": {"type": "STRING", "index": 25, "name": "PAYMENT_PROCESSOR", "comment": null}, "HAS_UNCOMMITED_CHANGES": {"type": "BOOL", "index": 26, "name": "HAS_UNCOMMITED_CHANGES", "comment": null}, "RETRY_DATE": {"type": "TIMESTAMP", "index": 27, "name": "RETRY_DATE", "comment": null}, "ERROR_TYPE": {"type": "INT64", "index": 28, "name": "ERROR_TYPE", "comment": null}, "ERROR": {"type": "INT64", "index": 29, "name": "ERROR", "comment": null}, "CHARGE_ATTEMPTS": {"type": "INT64", "index": 30, "name": "CHARGE_ATTEMPTS", "comment": null}, "EXTERNAL_VARIANT_ID_NOT_FOUND": {"type": "INT64", "index": 31, "name": "EXTERNAL_VARIANT_ID_NOT_FOUND", "comment": null}, "CLIENT_DETAILS_BROWSER_IP": {"type": "INT64", "index": 32, "name": "CLIENT_DETAILS_BROWSER_IP", "comment": null}, "CLIENT_DETAILS_USER_AGENT": {"type": "INT64", "index": 33, "name": "CLIENT_DETAILS_USER_AGENT", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 34, "name": "_FIVETRAN_SYNCED", "comment": null}, "LAST_CHARGE_ATTEMPT_DATE": {"type": "TIMESTAMP", "index": 35, "name": "LAST_CHARGE_ATTEMPT_DATE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 561, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge"}, "source.recharge_source.recharge.charge_discount": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_discount_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "ID": {"type": "INT64", "index": 3, "name": "ID", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "VALUE": {"type": "FLOAT64", "index": 5, "name": "VALUE", "comment": null}, "VALUE_TYPE": {"type": "STRING", "index": 6, "name": "VALUE_TYPE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 7, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 120, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_discount"}, "source.recharge_source.recharge.charge_line_item": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_line_item_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 3, "name": "VARIANT_TITLE", "comment": null}, "TITLE": {"type": "STRING", "index": 4, "name": "TITLE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 5, "name": "QUANTITY", "comment": null}, "GRAMS": {"type": "INT64", "index": 6, "name": "GRAMS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 7, "name": "TOTAL_PRICE", "comment": null}, "SKU": {"type": "STRING", "index": 8, "name": "SKU", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 9, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "VENDOR": {"type": "STRING", "index": 10, "name": "VENDOR", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 11, "name": "_FIVETRAN_SYNCED", "comment": null}, "UNIT_PRICE": {"type": "FLOAT64", "index": 12, "name": "UNIT_PRICE", "comment": null}, "TAX_DUE": {"type": "INT64", "index": 13, "name": "TAX_DUE", "comment": null}, "TAXABLE": {"type": "BOOL", "index": 14, "name": "TAXABLE", "comment": null}, "TAXABLE_AMOUNT": {"type": "INT64", "index": 15, "name": "TAXABLE_AMOUNT", "comment": null}, "UNIT_PRICE_INCLUDES_TAX": {"type": "BOOL", "index": 16, "name": "UNIT_PRICE_INCLUDES_TAX", "comment": null}, "PURCHASE_ITEM_ID": {"type": "INT64", "index": 17, "name": "PURCHASE_ITEM_ID", "comment": null}, "PURCHASE_ITEM_TYPE": {"type": "STRING", "index": 18, "name": "PURCHASE_ITEM_TYPE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 19, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 303, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_line_item"}, "source.recharge_source.recharge.charge_order_attribute": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_order_attribute_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "ORDER_ATTRIBUTE": {"type": "STRING", "index": 3, "name": "ORDER_ATTRIBUTE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 4, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 296, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_order_attribute"}, "source.recharge_source.recharge.charge_shipping_line": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_shipping_line_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "CODE": {"type": "STRING", "index": 4, "name": "CODE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 6, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 102, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_shipping_line"}, "source.recharge_source.recharge.charge_tax_line": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "charge_tax_line_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"CHARGE_ID": {"type": "INT64", "index": 1, "name": "CHARGE_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 3, "name": "PRICE", "comment": null}, "RATE": {"type": "FLOAT64", "index": 4, "name": "RATE", "comment": null}, "TITLE": {"type": "STRING", "index": 5, "name": "TITLE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 6, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 100, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_tax_line"}, "source.recharge_source.recharge.customer": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "customer_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "HASH": {"type": "STRING", "index": 2, "name": "HASH", "comment": null}, "EXTERNAL_CUSTOMER_ID_ECOMMERCE": {"type": "INT64", "index": 3, "name": "EXTERNAL_CUSTOMER_ID_ECOMMERCE", "comment": null}, "EMAIL": {"type": "STRING", "index": 4, "name": "EMAIL", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "UPDATED_AT", "comment": null}, "FIRST_CHARGE_PROCESSED_AT": {"type": "TIMESTAMP", "index": 7, "name": "FIRST_CHARGE_PROCESSED_AT", "comment": null}, "FIRST_NAME": {"type": "STRING", "index": 8, "name": "FIRST_NAME", "comment": null}, "LAST_NAME": {"type": "STRING", "index": 9, "name": "LAST_NAME", "comment": null}, "SUBSCRIPTIONS_ACTIVE_COUNT": {"type": "INT64", "index": 10, "name": "SUBSCRIPTIONS_ACTIVE_COUNT", "comment": null}, "SUBSCRIPTIONS_TOTAL_COUNT": {"type": "INT64", "index": 11, "name": "SUBSCRIPTIONS_TOTAL_COUNT", "comment": null}, "HAS_VALID_PAYMENT_METHOD": {"type": "BOOL", "index": 12, "name": "HAS_VALID_PAYMENT_METHOD", "comment": null}, "HAS_PAYMENT_METHOD_IN_DUNNING": {"type": "BOOL", "index": 13, "name": "HAS_PAYMENT_METHOD_IN_DUNNING", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 14, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}, "TAX_EXEMPT": {"type": "BOOL", "index": 16, "name": "TAX_EXEMPT", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 278, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.customer"}, "source.recharge_source.recharge.discount": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "discount_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 2, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 3, "name": "UPDATED_AT", "comment": null}, "STARTS_AT": {"type": "TIMESTAMP", "index": 4, "name": "STARTS_AT", "comment": null}, "ENDS_AT": {"type": "TIMESTAMP", "index": 5, "name": "ENDS_AT", "comment": null}, "CODE": {"type": "STRING", "index": 6, "name": "CODE", "comment": null}, "VALUE": {"type": "INT64", "index": 7, "name": "VALUE", "comment": null}, "STATUS": {"type": "STRING", "index": 8, "name": "STATUS", "comment": null}, "USAGE_LIMITS": {"type": "INT64", "index": 9, "name": "USAGE_LIMITS", "comment": null}, "APPLIES_TO": {"type": "STRING", "index": 10, "name": "APPLIES_TO", "comment": null}, "APPLIES_TO_RESOURCE": {"type": "STRING", "index": 11, "name": "APPLIES_TO_RESOURCE", "comment": null}, "APPLIES_TO_ID": {"type": "INT64", "index": 12, "name": "APPLIES_TO_ID", "comment": null}, "APPLIES_TO_PRODUCT_TYPE": {"type": "STRING", "index": 13, "name": "APPLIES_TO_PRODUCT_TYPE", "comment": null}, "MINIMUM_ORDER_AMOUNT": {"type": "INT64", "index": 14, "name": "MINIMUM_ORDER_AMOUNT", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 211, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.discount"}, "source.recharge_source.recharge.one_time_product": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "one_time_product_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 4, "name": "IS_DELETED", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 6, "name": "UPDATED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 7, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 8, "name": "PRODUCT_TITLE", "comment": null}, "VARIANT_TITLE": {"type": "INT64", "index": 9, "name": "VARIANT_TITLE", "comment": null}, "PRICE": {"type": "INT64", "index": 10, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 11, "name": "QUANTITY", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 12, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "INT64", "index": 14, "name": "SKU", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 15, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 214, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.one_time_product"}, "source.recharge_source.recharge.order": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "order_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CHARGE_ID": {"type": "INT64", "index": 4, "name": "CHARGE_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 5, "name": "IS_DELETED", "comment": null}, "EMAIL": {"type": "STRING", "index": 6, "name": "EMAIL", "comment": null}, "TRANSACTION_ID": {"type": "STRING", "index": 7, "name": "TRANSACTION_ID", "comment": null}, "CHARGE_STATUS": {"type": "STRING", "index": 8, "name": "CHARGE_STATUS", "comment": null}, "IS_PREPAID": {"type": "BOOL", "index": 9, "name": "IS_PREPAID", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 11, "name": "TOTAL_PRICE", "comment": null}, "TYPE": {"type": "STRING", "index": 12, "name": "TYPE", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "EXTERNAL_ORDER_NUMBER_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_ORDER_NUMBER_ECOMMERCE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 15, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 16, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 17, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 18, "name": "SCHEDULED_AT", "comment": null}, "SHIPPED_DATE": {"type": "TIMESTAMP", "index": 19, "name": "SHIPPED_DATE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 20, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 370, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.order"}, "source.recharge_source.recharge.order_line_item": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "order_line_item_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ORDER_ID": {"type": "INT64", "index": 1, "name": "ORDER_ID", "comment": null}, "INDEX": {"type": "INT64", "index": 2, "name": "INDEX", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 3, "name": "VARIANT_TITLE", "comment": null}, "TITLE": {"type": "STRING", "index": 4, "name": "TITLE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 5, "name": "QUANTITY", "comment": null}, "GRAMS": {"type": "INT64", "index": 6, "name": "GRAMS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 7, "name": "TOTAL_PRICE", "comment": null}, "SKU": {"type": "STRING", "index": 8, "name": "SKU", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 9, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 10, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 11, "name": "_FIVETRAN_SYNCED", "comment": null}, "UNIT_PRICE": {"type": "FLOAT64", "index": 12, "name": "UNIT_PRICE", "comment": null}, "TAX_DUE": {"type": "INT64", "index": 13, "name": "TAX_DUE", "comment": null}, "TAXABLE": {"type": "BOOL", "index": 14, "name": "TAXABLE", "comment": null}, "TAXABLE_AMOUNT": {"type": "INT64", "index": 15, "name": "TAXABLE_AMOUNT", "comment": null}, "UNIT_PRICE_INCLUDES_TAX": {"type": "BOOL", "index": 16, "name": "UNIT_PRICE_INCLUDES_TAX", "comment": null}, "PURCHASE_ITEM_ID": {"type": "INT64", "index": 17, "name": "PURCHASE_ITEM_ID", "comment": null}, "PURCHASE_ITEM_TYPE": {"type": "STRING", "index": 18, "name": "PURCHASE_ITEM_TYPE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 330, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.order_line_item"}, "source.recharge_source.recharge.orders": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "orders_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 2, "name": "CUSTOMER_ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CHARGE_ID": {"type": "INT64", "index": 4, "name": "CHARGE_ID", "comment": null}, "IS_DELETED": {"type": "BOOL", "index": 5, "name": "IS_DELETED", "comment": null}, "EMAIL": {"type": "STRING", "index": 6, "name": "EMAIL", "comment": null}, "TRANSACTION_ID": {"type": "STRING", "index": 7, "name": "TRANSACTION_ID", "comment": null}, "CHARGE_STATUS": {"type": "STRING", "index": 8, "name": "CHARGE_STATUS", "comment": null}, "IS_PREPAID": {"type": "BOOL", "index": 9, "name": "IS_PREPAID", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "TOTAL_PRICE": {"type": "STRING", "index": 11, "name": "TOTAL_PRICE", "comment": null}, "TYPE": {"type": "STRING", "index": 12, "name": "TYPE", "comment": null}, "EXTERNAL_ORDER_ID_ECOMMERCE": {"type": "INT64", "index": 13, "name": "EXTERNAL_ORDER_ID_ECOMMERCE", "comment": null}, "EXTERNAL_ORDER_NUMBER_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_ORDER_NUMBER_ECOMMERCE", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 15, "name": "CREATED_AT", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 16, "name": "UPDATED_AT", "comment": null}, "PROCESSED_AT": {"type": "TIMESTAMP", "index": 17, "name": "PROCESSED_AT", "comment": null}, "SCHEDULED_AT": {"type": "TIMESTAMP", "index": 18, "name": "SCHEDULED_AT", "comment": null}, "SHIPPED_DATE": {"type": "TIMESTAMP", "index": 19, "name": "SHIPPED_DATE", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 20, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 370, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.orders"}, "source.recharge_source.recharge.subscription": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "subscription_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"ID": {"type": "INT64", "index": 1, "name": "ID", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 2, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 3, "name": "CUSTOMER_ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 4, "name": "CREATED_AT", "comment": null}, "CANCELLED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CANCELLED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 6, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 7, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 8, "name": "QUANTITY", "comment": null}, "CANCELLATION_REASON": {"type": "STRING", "index": 9, "name": "CANCELLATION_REASON", "comment": null}, "STATUS": {"type": "STRING", "index": 10, "name": "STATUS", "comment": null}, "CANCELLATION_REASON_COMMENTS": {"type": "INT64", "index": 11, "name": "CANCELLATION_REASON_COMMENTS", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 12, "name": "PRODUCT_TITLE", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 13, "name": "VARIANT_TITLE", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 15, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "STRING", "index": 16, "name": "SKU", "comment": null}, "ORDER_INTERVAL_UNIT": {"type": "STRING", "index": 17, "name": "ORDER_INTERVAL_UNIT", "comment": null}, "ORDER_INTERVAL_FREQUENCY": {"type": "INT64", "index": 18, "name": "ORDER_INTERVAL_FREQUENCY", "comment": null}, "CHARGE_INTERVAL_FREQUENCY": {"type": "INT64", "index": 19, "name": "CHARGE_INTERVAL_FREQUENCY", "comment": null}, "ORDER_DAY_OF_WEEK": {"type": "INT64", "index": 20, "name": "ORDER_DAY_OF_WEEK", "comment": null}, "ORDER_DAY_OF_MONTH": {"type": "INT64", "index": 21, "name": "ORDER_DAY_OF_MONTH", "comment": null}, "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES": {"type": "INT64", "index": 22, "name": "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 23, "name": "UPDATED_AT", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 24, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 25, "name": "_FIVETRAN_SYNCED", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 351, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.subscription"}, "source.recharge_source.recharge.subscription_history": {"metadata": {"type": "table", "schema": "recharge_source_tests", "name": "subscription_history_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"SUBSCRIPTION_ID": {"type": "INT64", "index": 1, "name": "SUBSCRIPTION_ID", "comment": null}, "UPDATED_AT": {"type": "TIMESTAMP", "index": 2, "name": "UPDATED_AT", "comment": null}, "ADDRESS_ID": {"type": "INT64", "index": 3, "name": "ADDRESS_ID", "comment": null}, "CUSTOMER_ID": {"type": "INT64", "index": 4, "name": "CUSTOMER_ID", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP", "index": 5, "name": "CREATED_AT", "comment": null}, "CANCELLED_AT": {"type": "TIMESTAMP", "index": 6, "name": "CANCELLED_AT", "comment": null}, "NEXT_CHARGE_SCHEDULED_AT": {"type": "TIMESTAMP", "index": 7, "name": "NEXT_CHARGE_SCHEDULED_AT", "comment": null}, "PRICE": {"type": "FLOAT64", "index": 8, "name": "PRICE", "comment": null}, "QUANTITY": {"type": "INT64", "index": 9, "name": "QUANTITY", "comment": null}, "CANCELLATION_REASON": {"type": "STRING", "index": 10, "name": "CANCELLATION_REASON", "comment": null}, "STATUS": {"type": "STRING", "index": 11, "name": "STATUS", "comment": null}, "CANCELLATION_REASON_COMMENTS": {"type": "INT64", "index": 12, "name": "CANCELLATION_REASON_COMMENTS", "comment": null}, "VARIANT_TITLE": {"type": "STRING", "index": 13, "name": "VARIANT_TITLE", "comment": null}, "EXTERNAL_PRODUCT_ID_ECOMMERCE": {"type": "INT64", "index": 14, "name": "EXTERNAL_PRODUCT_ID_ECOMMERCE", "comment": null}, "EXTERNAL_VARIANT_ID_ECOMMERCE": {"type": "INT64", "index": 15, "name": "EXTERNAL_VARIANT_ID_ECOMMERCE", "comment": null}, "SKU": {"type": "STRING", "index": 16, "name": "SKU", "comment": null}, "ORDER_INTERVAL_UNIT": {"type": "STRING", "index": 17, "name": "ORDER_INTERVAL_UNIT", "comment": null}, "ORDER_INTERVAL_FREQUENCY": {"type": "INT64", "index": 18, "name": "ORDER_INTERVAL_FREQUENCY", "comment": null}, "CHARGE_INTERVAL_FREQUENCY": {"type": "INT64", "index": 19, "name": "CHARGE_INTERVAL_FREQUENCY", "comment": null}, "ORDER_DAY_OF_WEEK": {"type": "INT64", "index": 20, "name": "ORDER_DAY_OF_WEEK", "comment": null}, "ORDER_DAY_OF_MONTH": {"type": "INT64", "index": 21, "name": "ORDER_DAY_OF_MONTH", "comment": null}, "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES": {"type": "INT64", "index": 22, "name": "EXPIRE_AFTER_SPECIFIC_NUMBER_OF_CHARGES", "comment": null}, "_FIVETRAN_DELETED": {"type": "BOOL", "index": 23, "name": "_FIVETRAN_DELETED", "comment": null}, "_FIVETRAN_SYNCED": {"type": "TIMESTAMP", "index": 24, "name": "_FIVETRAN_SYNCED", "comment": null}, "PRODUCT_TITLE": {"type": "STRING", "index": 25, "name": "PRODUCT_TITLE", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 377, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2, "include": true, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.subscription_history"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.10.4", "generated_at": "2025-07-14T18:59:51.967487Z", "invocation_id": "9a031c5d-9266-4009-a105-edf3b3941e24", "invocation_started_at": "2025-07-14T18:59:49.124763Z", "env": {}}, "nodes": {"seed.recharge_source_integration_tests.address_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "address_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "first_name": {"type": "text", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 4, "name": "last_name", "comment": null}, "address_1": {"type": "text", "index": 5, "name": "address_1", "comment": null}, "address_2": {"type": "text", "index": 6, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 7, "name": "city", "comment": null}, "province": {"type": "integer", "index": 8, "name": "province", "comment": null}, "country_code": {"type": "text", "index": 9, "name": "country_code", "comment": null}, "zip": {"type": "text", "index": 10, "name": "zip", "comment": null}, "company": {"type": "integer", "index": 11, "name": "company", "comment": null}, "phone": {"type": "text", "index": 12, "name": "phone", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 13, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 14, "name": "updated_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 15, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.address_data"}, "seed.recharge_source_integration_tests.address_discounts_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "address_discounts_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 3, "name": "index", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.address_discounts_data"}, "seed.recharge_source_integration_tests.address_shipping_line_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "address_shipping_line_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"address_id": {"type": "bigint", "index": 1, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.address_shipping_line_data"}, "seed.recharge_source_integration_tests.charge_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "customer_hash": {"type": "text", "index": 4, "name": "customer_hash", "comment": null}, "note": {"type": "text", "index": 5, "name": "note", "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}, "processed_at": {"type": "timestamp without time zone", "index": 8, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 9, "name": "scheduled_at", "comment": null}, "orders_count": {"type": "integer", "index": 10, "name": "orders_count", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 11, "name": "external_order_id_ecommerce", "comment": null}, "subtotal_price": {"type": "double precision", "index": 12, "name": "subtotal_price", "comment": null}, "tags": {"type": "text", "index": 13, "name": "tags", "comment": null}, "tax_lines": {"type": "double precision", "index": 14, "name": "tax_lines", "comment": null}, "total_discounts": {"type": "integer", "index": 15, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 16, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "character varying", "index": 17, "name": "total_price", "comment": null}, "total_tax": {"type": "double precision", "index": 18, "name": "total_tax", "comment": null}, "total_weight_grams": {"type": "integer", "index": 19, "name": "total_weight_grams", "comment": null}, "type": {"type": "text", "index": 20, "name": "type", "comment": null}, "status": {"type": "text", "index": 21, "name": "status", "comment": null}, "total_refunds": {"type": "integer", "index": 22, "name": "total_refunds", "comment": null}, "external_transaction_id_payment_processor": {"type": "integer", "index": 23, "name": "external_transaction_id_payment_processor", "comment": null}, "email": {"type": "text", "index": 24, "name": "email", "comment": null}, "payment_processor": {"type": "text", "index": 25, "name": "payment_processor", "comment": null}, "has_uncommited_changes": {"type": "boolean", "index": 26, "name": "has_uncommited_changes", "comment": null}, "retry_date": {"type": "timestamp without time zone", "index": 27, "name": "retry_date", "comment": null}, "error_type": {"type": "integer", "index": 28, "name": "error_type", "comment": null}, "error": {"type": "integer", "index": 29, "name": "error", "comment": null}, "charge_attempts": {"type": "integer", "index": 30, "name": "charge_attempts", "comment": null}, "external_variant_id_not_found": {"type": "integer", "index": 31, "name": "external_variant_id_not_found", "comment": null}, "client_details_browser_ip": {"type": "integer", "index": 32, "name": "client_details_browser_ip", "comment": null}, "client_details_user_agent": {"type": "integer", "index": 33, "name": "client_details_user_agent", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 34, "name": "_fivetran_synced", "comment": null}, "last_charge_attempt_date": {"type": "timestamp without time zone", "index": 35, "name": "last_charge_attempt_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 36, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_data"}, "seed.recharge_source_integration_tests.charge_discount_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_discount_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "id": {"type": "bigint", "index": 3, "name": "id", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "value": {"type": "double precision", "index": 5, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 6, "name": "value_type", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_discount_data"}, "seed.recharge_source_integration_tests.charge_line_item_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_line_item_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "variant_title": {"type": "text", "index": 3, "name": "variant_title", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 6, "name": "grams", "comment": null}, "total_price": {"type": "character varying", "index": 7, "name": "total_price", "comment": null}, "sku": {"type": "text", "index": 8, "name": "sku", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 9, "name": "external_product_id_ecommerce", "comment": null}, "vendor": {"type": "text", "index": 10, "name": "vendor", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "unit_price": {"type": "double precision", "index": 12, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 13, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 15, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 16, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "integer", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 18, "name": "purchase_item_type", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 19, "name": "external_variant_id_ecommerce", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_line_item_data"}, "seed.recharge_source_integration_tests.charge_order_attribute_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_order_attribute_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "order_attribute": {"type": "text", "index": 3, "name": "order_attribute", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_order_attribute_data"}, "seed.recharge_source_integration_tests.charge_shipping_line_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_shipping_line_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_shipping_line_data"}, "seed.recharge_source_integration_tests.charge_tax_line_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_tax_line_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 4, "name": "rate", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.charge_tax_line_data"}, "seed.recharge_source_integration_tests.checkout_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "checkout_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"token": {"type": "text", "index": 1, "name": "token", "comment": null}, "charge_id": {"type": "bigint", "index": 2, "name": "charge_id", "comment": null}, "buyer_accepts_marketing": {"type": "boolean", "index": 3, "name": "buyer_accepts_marketing", "comment": null}, "completed_at": {"type": "timestamp without time zone", "index": 4, "name": "completed_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "currency": {"type": "text", "index": 6, "name": "currency", "comment": null}, "discount_code": {"type": "integer", "index": 7, "name": "discount_code", "comment": null}, "email": {"type": "integer", "index": 8, "name": "email", "comment": null}, "external_checkout_id": {"type": "integer", "index": 9, "name": "external_checkout_id", "comment": null}, "external_checkout_source": {"type": "integer", "index": 10, "name": "external_checkout_source", "comment": null}, "external_transaction_id_payment_processor": {"type": "integer", "index": 11, "name": "external_transaction_id_payment_processor", "comment": null}, "order_attributes": {"type": "integer", "index": 12, "name": "order_attributes", "comment": null}, "phone": {"type": "integer", "index": 13, "name": "phone", "comment": null}, "requires_shipping": {"type": "integer", "index": 14, "name": "requires_shipping", "comment": null}, "subtotal_price": {"type": "double precision", "index": 15, "name": "subtotal_price", "comment": null}, "taxes_included": {"type": "integer", "index": 16, "name": "taxes_included", "comment": null}, "total_price": {"type": "character varying", "index": 17, "name": "total_price", "comment": null}, "total_tax": {"type": "integer", "index": 18, "name": "total_tax", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 19, "name": "updated_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.checkout_data"}, "seed.recharge_source_integration_tests.customer_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "customer_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "hash": {"type": "text", "index": 2, "name": "hash", "comment": null}, "external_customer_id_ecommerce": {"type": "integer", "index": 3, "name": "external_customer_id_ecommerce", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "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}, "first_charge_processed_at": {"type": "timestamp without time zone", "index": 7, "name": "first_charge_processed_at", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 9, "name": "last_name", "comment": null}, "subscriptions_active_count": {"type": "integer", "index": 10, "name": "subscriptions_active_count", "comment": null}, "subscriptions_total_count": {"type": "integer", "index": 11, "name": "subscriptions_total_count", "comment": null}, "has_valid_payment_method": {"type": "boolean", "index": 12, "name": "has_valid_payment_method", "comment": null}, "has_payment_method_in_dunning": {"type": "boolean", "index": 13, "name": "has_payment_method_in_dunning", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 14, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}, "tax_exempt": {"type": "boolean", "index": 16, "name": "tax_exempt", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.customer_data"}, "seed.recharge_source_integration_tests.discount_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "discount_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 3, "name": "updated_at", "comment": null}, "starts_at": {"type": "timestamp without time zone", "index": 4, "name": "starts_at", "comment": null}, "ends_at": {"type": "timestamp without time zone", "index": 5, "name": "ends_at", "comment": null}, "code": {"type": "text", "index": 6, "name": "code", "comment": null}, "value": {"type": "integer", "index": 7, "name": "value", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "usage_limits": {"type": "integer", "index": 9, "name": "usage_limits", "comment": null}, "applies_to": {"type": "text", "index": 10, "name": "applies_to", "comment": null}, "applies_to_resource": {"type": "text", "index": 11, "name": "applies_to_resource", "comment": null}, "applies_to_id": {"type": "bigint", "index": 12, "name": "applies_to_id", "comment": null}, "applies_to_product_type": {"type": "text", "index": 13, "name": "applies_to_product_type", "comment": null}, "minimum_order_amount": {"type": "integer", "index": 14, "name": "minimum_order_amount", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.discount_data"}, "seed.recharge_source_integration_tests.one_time_product_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "one_time_product_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 4, "name": "is_deleted", "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}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 7, "name": "next_charge_scheduled_at", "comment": null}, "product_title": {"type": "text", "index": 8, "name": "product_title", "comment": null}, "variant_title": {"type": "integer", "index": 9, "name": "variant_title", "comment": null}, "price": {"type": "integer", "index": 10, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 11, "name": "quantity", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 12, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 13, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "integer", "index": 14, "name": "sku", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 16, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.one_time_product_data"}, "seed.recharge_source_integration_tests.order_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "order_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "charge_id": {"type": "bigint", "index": 4, "name": "charge_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "transaction_id": {"type": "text", "index": 7, "name": "transaction_id", "comment": null}, "charge_status": {"type": "text", "index": 8, "name": "charge_status", "comment": null}, "is_prepaid": {"type": "boolean", "index": 9, "name": "is_prepaid", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "total_price": {"type": "character varying", "index": 11, "name": "total_price", "comment": null}, "type": {"type": "text", "index": 12, "name": "type", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 13, "name": "external_order_id_ecommerce", "comment": null}, "external_order_number_ecommerce": {"type": "integer", "index": 14, "name": "external_order_number_ecommerce", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 16, "name": "updated_at", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 17, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 18, "name": "scheduled_at", "comment": null}, "shipped_date": {"type": "timestamp without time zone", "index": 19, "name": "shipped_date", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 20, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.order_data"}, "seed.recharge_source_integration_tests.order_line_item_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "order_line_item_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "variant_title": {"type": "text", "index": 3, "name": "variant_title", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 6, "name": "grams", "comment": null}, "total_price": {"type": "character varying", "index": 7, "name": "total_price", "comment": null}, "sku": {"type": "text", "index": 8, "name": "sku", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 9, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 10, "name": "external_variant_id_ecommerce", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "unit_price": {"type": "double precision", "index": 12, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 13, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 15, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 16, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "integer", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 18, "name": "purchase_item_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.order_line_item_data"}, "seed.recharge_source_integration_tests.orders_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "orders_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "charge_id": {"type": "bigint", "index": 4, "name": "charge_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "transaction_id": {"type": "text", "index": 7, "name": "transaction_id", "comment": null}, "charge_status": {"type": "text", "index": 8, "name": "charge_status", "comment": null}, "is_prepaid": {"type": "boolean", "index": 9, "name": "is_prepaid", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "total_price": {"type": "character varying", "index": 11, "name": "total_price", "comment": null}, "type": {"type": "text", "index": 12, "name": "type", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 13, "name": "external_order_id_ecommerce", "comment": null}, "external_order_number_ecommerce": {"type": "integer", "index": 14, "name": "external_order_number_ecommerce", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 16, "name": "updated_at", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 17, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 18, "name": "scheduled_at", "comment": null}, "shipped_date": {"type": "timestamp without time zone", "index": 19, "name": "shipped_date", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 20, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 21, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.orders_data"}, "seed.recharge_source_integration_tests.subscription_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "subscription_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 5, "name": "cancelled_at", "comment": null}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 6, "name": "next_charge_scheduled_at", "comment": null}, "price": {"type": "double precision", "index": 7, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 8, "name": "quantity", "comment": null}, "cancellation_reason": {"type": "text", "index": 9, "name": "cancellation_reason", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 11, "name": "cancellation_reason_comments", "comment": null}, "product_title": {"type": "text", "index": 12, "name": "product_title", "comment": null}, "variant_title": {"type": "text", "index": 13, "name": "variant_title", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 14, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 15, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "order_interval_unit": {"type": "text", "index": 17, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 18, "name": "order_interval_frequency", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 19, "name": "charge_interval_frequency", "comment": null}, "order_day_of_week": {"type": "integer", "index": 20, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "integer", "index": 21, "name": "order_day_of_month", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 22, "name": "expire_after_specific_number_of_charges", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 24, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.subscription_data"}, "seed.recharge_source_integration_tests.subscription_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "subscription_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"subscription_id": {"type": "bigint", "index": 1, "name": "subscription_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 4, "name": "customer_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 6, "name": "cancelled_at", "comment": null}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 7, "name": "next_charge_scheduled_at", "comment": null}, "price": {"type": "double precision", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 9, "name": "quantity", "comment": null}, "cancellation_reason": {"type": "text", "index": 10, "name": "cancellation_reason", "comment": null}, "status": {"type": "text", "index": 11, "name": "status", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 12, "name": "cancellation_reason_comments", "comment": null}, "variant_title": {"type": "text", "index": 13, "name": "variant_title", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 14, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 15, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "order_interval_unit": {"type": "text", "index": 17, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 18, "name": "order_interval_frequency", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 19, "name": "charge_interval_frequency", "comment": null}, "order_day_of_week": {"type": "integer", "index": 20, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "integer", "index": 21, "name": "order_day_of_month", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 22, "name": "expire_after_specific_number_of_charges", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 23, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "product_title": {"type": "text", "index": 25, "name": "product_title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.recharge_source_integration_tests.subscription_history_data"}, "model.recharge_source.stg_recharge__address": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__address", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"address_id": {"type": "bigint", "index": 1, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "first_name": {"type": "text", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 4, "name": "last_name", "comment": null}, "address_created_at": {"type": "timestamp without time zone", "index": 5, "name": "address_created_at", "comment": null}, "address_updated_at": {"type": "timestamp without time zone", "index": 6, "name": "address_updated_at", "comment": null}, "address_line_1": {"type": "text", "index": 7, "name": "address_line_1", "comment": null}, "address_line_2": {"type": "text", "index": 8, "name": "address_line_2", "comment": null}, "city": {"type": "text", "index": 9, "name": "city", "comment": null}, "province": {"type": "integer", "index": 10, "name": "province", "comment": null}, "zip": {"type": "text", "index": 11, "name": "zip", "comment": null}, "country_code": {"type": "text", "index": 12, "name": "country_code", "comment": null}, "country": {"type": "text", "index": 13, "name": "country", "comment": null}, "company": {"type": "integer", "index": 14, "name": "company", "comment": null}, "phone": {"type": "text", "index": 15, "name": "phone", "comment": null}, "payment_method_id": {"type": "text", "index": 16, "name": "payment_method_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address"}, "model.recharge_source.stg_recharge__address_discounts": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__address_discounts", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"discount_id": {"type": "bigint", "index": 1, "name": "discount_id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 3, "name": "index", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_discounts"}, "model.recharge_source.stg_recharge__address_discounts_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__address_discounts_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 3, "name": "index", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_discounts_tmp"}, "model.recharge_source.stg_recharge__address_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__address_shipping_line", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"address_id": {"type": "bigint", "index": 1, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}}, "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.recharge_source.stg_recharge__address_shipping_line"}, "model.recharge_source.stg_recharge__address_shipping_line_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__address_shipping_line_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"address_id": {"type": "bigint", "index": 1, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "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.recharge_source.stg_recharge__address_shipping_line_tmp"}, "model.recharge_source.stg_recharge__address_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__address_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "first_name": {"type": "text", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 4, "name": "last_name", "comment": null}, "address_1": {"type": "text", "index": 5, "name": "address_1", "comment": null}, "address_2": {"type": "text", "index": 6, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 7, "name": "city", "comment": null}, "province": {"type": "integer", "index": 8, "name": "province", "comment": null}, "country_code": {"type": "text", "index": 9, "name": "country_code", "comment": null}, "zip": {"type": "text", "index": 10, "name": "zip", "comment": null}, "company": {"type": "integer", "index": 11, "name": "company", "comment": null}, "phone": {"type": "text", "index": 12, "name": "phone", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 13, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 14, "name": "updated_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 15, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__address_tmp"}, "model.recharge_source.stg_recharge__charge": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__charge", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "customer_hash": {"type": "text", "index": 3, "name": "customer_hash", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "comment": null}, "charge_created_at": {"type": "timestamp without time zone", "index": 5, "name": "charge_created_at", "comment": null}, "charge_type": {"type": "text", "index": 6, "name": "charge_type", "comment": null}, "charge_status": {"type": "text", "index": 7, "name": "charge_status", "comment": null}, "charge_updated_at": {"type": "timestamp without time zone", "index": 8, "name": "charge_updated_at", "comment": null}, "note": {"type": "text", "index": 9, "name": "note", "comment": null}, "subtotal_price": {"type": "double precision", "index": 10, "name": "subtotal_price", "comment": null}, "tax_lines": {"type": "double precision", "index": 11, "name": "tax_lines", "comment": null}, "total_discounts": {"type": "integer", "index": 12, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 13, "name": "total_line_items_price", "comment": null}, "total_tax": {"type": "double precision", "index": 14, "name": "total_tax", "comment": null}, "total_price": {"type": "double precision", "index": 15, "name": "total_price", "comment": null}, "total_refunds": {"type": "integer", "index": 16, "name": "total_refunds", "comment": null}, "total_weight_grams": {"type": "integer", "index": 17, "name": "total_weight_grams", "comment": null}, "charge_scheduled_at": {"type": "timestamp without time zone", "index": 18, "name": "charge_scheduled_at", "comment": null}, "charge_processed_at": {"type": "timestamp without time zone", "index": 19, "name": "charge_processed_at", "comment": null}, "payment_processor": {"type": "text", "index": 20, "name": "payment_processor", "comment": null}, "external_transaction_id_payment_processor": {"type": "integer", "index": 21, "name": "external_transaction_id_payment_processor", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 22, "name": "external_order_id_ecommerce", "comment": null}, "orders_count": {"type": "integer", "index": 23, "name": "orders_count", "comment": null}, "has_uncommitted_changes": {"type": "boolean", "index": 24, "name": "has_uncommitted_changes", "comment": null}, "retry_date": {"type": "timestamp without time zone", "index": 25, "name": "retry_date", "comment": null}, "error_type": {"type": "integer", "index": 26, "name": "error_type", "comment": null}, "times_retried": {"type": "integer", "index": 27, "name": "times_retried", "comment": null}, "address_id": {"type": "bigint", "index": 28, "name": "address_id", "comment": null}, "client_details_browser_ip": {"type": "integer", "index": 29, "name": "client_details_browser_ip", "comment": null}, "client_details_user_agent": {"type": "integer", "index": 30, "name": "client_details_user_agent", "comment": null}, "tags": {"type": "text", "index": 31, "name": "tags", "comment": null}, "error": {"type": "integer", "index": 32, "name": "error", "comment": null}, "external_variant_id_not_found": {"type": "integer", "index": 33, "name": "external_variant_id_not_found", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 34, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge"}, "model.recharge_source.stg_recharge__charge_discount": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__charge_discount", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "discount_id": {"type": "bigint", "index": 3, "name": "discount_id", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "discount_value": {"type": "double precision", "index": 5, "name": "discount_value", "comment": null}, "value_type": {"type": "text", "index": 6, "name": "value_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_discount"}, "model.recharge_source.stg_recharge__charge_discount_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__charge_discount_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "id": {"type": "bigint", "index": 3, "name": "id", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "value": {"type": "double precision", "index": 5, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 6, "name": "value_type", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_discount_tmp"}, "model.recharge_source.stg_recharge__charge_line_item": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__charge_line_item", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "vendor": {"type": "text", "index": 3, "name": "vendor", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "variant_title": {"type": "text", "index": 5, "name": "variant_title", "comment": null}, "sku": {"type": "text", "index": 6, "name": "sku", "comment": null}, "grams": {"type": "integer", "index": 7, "name": "grams", "comment": null}, "quantity": {"type": "integer", "index": 8, "name": "quantity", "comment": null}, "total_price": {"type": "double precision", "index": 9, "name": "total_price", "comment": null}, "unit_price": {"type": "double precision", "index": 10, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 11, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 12, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 13, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 14, "name": "unit_price_includes_tax", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 15, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 16, "name": "external_variant_id_ecommerce", "comment": null}, "purchase_item_id": {"type": "integer", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 18, "name": "purchase_item_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_line_item"}, "model.recharge_source.stg_recharge__charge_line_item_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__charge_line_item_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "variant_title": {"type": "text", "index": 3, "name": "variant_title", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 6, "name": "grams", "comment": null}, "total_price": {"type": "character varying", "index": 7, "name": "total_price", "comment": null}, "sku": {"type": "text", "index": 8, "name": "sku", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 9, "name": "external_product_id_ecommerce", "comment": null}, "vendor": {"type": "text", "index": 10, "name": "vendor", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "unit_price": {"type": "double precision", "index": 12, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 13, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 15, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 16, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "integer", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 18, "name": "purchase_item_type", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 19, "name": "external_variant_id_ecommerce", "comment": null}}, "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.recharge_source.stg_recharge__charge_line_item_tmp"}, "model.recharge_source.stg_recharge__charge_order_attribute": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__charge_order_attribute", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "order_attribute": {"type": "text", "index": 3, "name": "order_attribute", "comment": null}}, "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.recharge_source.stg_recharge__charge_order_attribute"}, "model.recharge_source.stg_recharge__charge_order_attribute_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__charge_order_attribute_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "order_attribute": {"type": "text", "index": 3, "name": "order_attribute", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute_tmp"}, "model.recharge_source.stg_recharge__charge_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__charge_shipping_line", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}}, "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.recharge_source.stg_recharge__charge_shipping_line"}, "model.recharge_source.stg_recharge__charge_shipping_line_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__charge_shipping_line_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line_tmp"}, "model.recharge_source.stg_recharge__charge_tax_line": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__charge_tax_line", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 4, "name": "rate", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}}, "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.recharge_source.stg_recharge__charge_tax_line"}, "model.recharge_source.stg_recharge__charge_tax_line_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__charge_tax_line_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 4, "name": "rate", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_tax_line_tmp"}, "model.recharge_source.stg_recharge__charge_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__charge_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "customer_hash": {"type": "text", "index": 4, "name": "customer_hash", "comment": null}, "note": {"type": "text", "index": 5, "name": "note", "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}, "processed_at": {"type": "timestamp without time zone", "index": 8, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 9, "name": "scheduled_at", "comment": null}, "orders_count": {"type": "integer", "index": 10, "name": "orders_count", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 11, "name": "external_order_id_ecommerce", "comment": null}, "subtotal_price": {"type": "double precision", "index": 12, "name": "subtotal_price", "comment": null}, "tags": {"type": "text", "index": 13, "name": "tags", "comment": null}, "tax_lines": {"type": "double precision", "index": 14, "name": "tax_lines", "comment": null}, "total_discounts": {"type": "integer", "index": 15, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 16, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "character varying", "index": 17, "name": "total_price", "comment": null}, "total_tax": {"type": "double precision", "index": 18, "name": "total_tax", "comment": null}, "total_weight_grams": {"type": "integer", "index": 19, "name": "total_weight_grams", "comment": null}, "type": {"type": "text", "index": 20, "name": "type", "comment": null}, "status": {"type": "text", "index": 21, "name": "status", "comment": null}, "total_refunds": {"type": "integer", "index": 22, "name": "total_refunds", "comment": null}, "external_transaction_id_payment_processor": {"type": "integer", "index": 23, "name": "external_transaction_id_payment_processor", "comment": null}, "email": {"type": "text", "index": 24, "name": "email", "comment": null}, "payment_processor": {"type": "text", "index": 25, "name": "payment_processor", "comment": null}, "has_uncommited_changes": {"type": "boolean", "index": 26, "name": "has_uncommited_changes", "comment": null}, "retry_date": {"type": "timestamp without time zone", "index": 27, "name": "retry_date", "comment": null}, "error_type": {"type": "integer", "index": 28, "name": "error_type", "comment": null}, "error": {"type": "integer", "index": 29, "name": "error", "comment": null}, "charge_attempts": {"type": "integer", "index": 30, "name": "charge_attempts", "comment": null}, "external_variant_id_not_found": {"type": "integer", "index": 31, "name": "external_variant_id_not_found", "comment": null}, "client_details_browser_ip": {"type": "integer", "index": 32, "name": "client_details_browser_ip", "comment": null}, "client_details_user_agent": {"type": "integer", "index": 33, "name": "client_details_user_agent", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 34, "name": "_fivetran_synced", "comment": null}, "last_charge_attempt_date": {"type": "timestamp without time zone", "index": 35, "name": "last_charge_attempt_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 36, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__charge_tmp"}, "model.recharge_source.stg_recharge__customer": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__customer", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"customer_id": {"type": "bigint", "index": 1, "name": "customer_id", "comment": null}, "customer_hash": {"type": "text", "index": 2, "name": "customer_hash", "comment": null}, "external_customer_id_ecommerce": {"type": "integer", "index": 3, "name": "external_customer_id_ecommerce", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "comment": null}, "first_name": {"type": "text", "index": 5, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 6, "name": "last_name", "comment": null}, "customer_created_at": {"type": "timestamp without time zone", "index": 7, "name": "customer_created_at", "comment": null}, "customer_updated_at": {"type": "timestamp without time zone", "index": 8, "name": "customer_updated_at", "comment": null}, "first_charge_processed_at": {"type": "timestamp without time zone", "index": 9, "name": "first_charge_processed_at", "comment": null}, "subscriptions_active_count": {"type": "integer", "index": 10, "name": "subscriptions_active_count", "comment": null}, "subscriptions_total_count": {"type": "integer", "index": 11, "name": "subscriptions_total_count", "comment": null}, "has_valid_payment_method": {"type": "boolean", "index": 12, "name": "has_valid_payment_method", "comment": null}, "has_payment_method_in_dunning": {"type": "boolean", "index": 13, "name": "has_payment_method_in_dunning", "comment": null}, "tax_exempt": {"type": "boolean", "index": 14, "name": "tax_exempt", "comment": null}, "billing_first_name": {"type": "text", "index": 15, "name": "billing_first_name", "comment": null}, "billing_last_name": {"type": "text", "index": 16, "name": "billing_last_name", "comment": null}, "billing_company": {"type": "text", "index": 17, "name": "billing_company", "comment": null}, "billing_city": {"type": "text", "index": 18, "name": "billing_city", "comment": null}, "billing_country": {"type": "text", "index": 19, "name": "billing_country", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__customer"}, "model.recharge_source.stg_recharge__customer_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__customer_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "hash": {"type": "text", "index": 2, "name": "hash", "comment": null}, "external_customer_id_ecommerce": {"type": "integer", "index": 3, "name": "external_customer_id_ecommerce", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "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}, "first_charge_processed_at": {"type": "timestamp without time zone", "index": 7, "name": "first_charge_processed_at", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 9, "name": "last_name", "comment": null}, "subscriptions_active_count": {"type": "integer", "index": 10, "name": "subscriptions_active_count", "comment": null}, "subscriptions_total_count": {"type": "integer", "index": 11, "name": "subscriptions_total_count", "comment": null}, "has_valid_payment_method": {"type": "boolean", "index": 12, "name": "has_valid_payment_method", "comment": null}, "has_payment_method_in_dunning": {"type": "boolean", "index": 13, "name": "has_payment_method_in_dunning", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 14, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}, "tax_exempt": {"type": "boolean", "index": 16, "name": "tax_exempt", "comment": null}}, "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.recharge_source.stg_recharge__customer_tmp"}, "model.recharge_source.stg_recharge__discount": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__discount", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"discount_id": {"type": "bigint", "index": 1, "name": "discount_id", "comment": null}, "discount_created_at": {"type": "timestamp without time zone", "index": 2, "name": "discount_created_at", "comment": null}, "discount_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "discount_updated_at", "comment": null}, "discount_starts_at": {"type": "timestamp without time zone", "index": 4, "name": "discount_starts_at", "comment": null}, "discount_ends_at": {"type": "timestamp without time zone", "index": 5, "name": "discount_ends_at", "comment": null}, "code": {"type": "text", "index": 6, "name": "code", "comment": null}, "value": {"type": "integer", "index": 7, "name": "value", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "usage_limits": {"type": "integer", "index": 9, "name": "usage_limits", "comment": null}, "applies_to": {"type": "text", "index": 10, "name": "applies_to", "comment": null}, "applies_to_resource": {"type": "text", "index": 11, "name": "applies_to_resource", "comment": null}, "applies_to_id": {"type": "bigint", "index": 12, "name": "applies_to_id", "comment": null}, "applies_to_product_type": {"type": "text", "index": 13, "name": "applies_to_product_type", "comment": null}, "minimum_order_amount": {"type": "integer", "index": 14, "name": "minimum_order_amount", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__discount"}, "model.recharge_source.stg_recharge__discount_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__discount_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 3, "name": "updated_at", "comment": null}, "starts_at": {"type": "timestamp without time zone", "index": 4, "name": "starts_at", "comment": null}, "ends_at": {"type": "timestamp without time zone", "index": 5, "name": "ends_at", "comment": null}, "code": {"type": "text", "index": 6, "name": "code", "comment": null}, "value": {"type": "integer", "index": 7, "name": "value", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "usage_limits": {"type": "integer", "index": 9, "name": "usage_limits", "comment": null}, "applies_to": {"type": "text", "index": 10, "name": "applies_to", "comment": null}, "applies_to_resource": {"type": "text", "index": 11, "name": "applies_to_resource", "comment": null}, "applies_to_id": {"type": "bigint", "index": 12, "name": "applies_to_id", "comment": null}, "applies_to_product_type": {"type": "text", "index": 13, "name": "applies_to_product_type", "comment": null}, "minimum_order_amount": {"type": "integer", "index": 14, "name": "minimum_order_amount", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__discount_tmp"}, "model.recharge_source.stg_recharge__one_time_product": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__one_time_product", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"one_time_product_id": {"type": "bigint", "index": 1, "name": "one_time_product_id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 4, "name": "is_deleted", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}, "one_time_created_at": {"type": "timestamp without time zone", "index": 6, "name": "one_time_created_at", "comment": null}, "one_time_updated_at": {"type": "timestamp without time zone", "index": 7, "name": "one_time_updated_at", "comment": null}, "one_time_next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 8, "name": "one_time_next_charge_scheduled_at", "comment": null}, "product_title": {"type": "text", "index": 9, "name": "product_title", "comment": null}, "variant_title": {"type": "integer", "index": 10, "name": "variant_title", "comment": null}, "price": {"type": "integer", "index": 11, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 12, "name": "quantity", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 13, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 14, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "integer", "index": 15, "name": "sku", "comment": null}}, "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.recharge_source.stg_recharge__one_time_product"}, "model.recharge_source.stg_recharge__one_time_product_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__one_time_product_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 4, "name": "is_deleted", "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}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 7, "name": "next_charge_scheduled_at", "comment": null}, "product_title": {"type": "text", "index": 8, "name": "product_title", "comment": null}, "variant_title": {"type": "integer", "index": 9, "name": "variant_title", "comment": null}, "price": {"type": "integer", "index": 10, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 11, "name": "quantity", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 12, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 13, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "integer", "index": 14, "name": "sku", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 16, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__one_time_product_tmp"}, "model.recharge_source.stg_recharge__order": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__order", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"order_id": {"type": "bigint", "index": 1, "name": "order_id", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 2, "name": "external_order_id_ecommerce", "comment": null}, "external_order_number_ecommerce": {"type": "integer", "index": 3, "name": "external_order_number_ecommerce", "comment": null}, "customer_id": {"type": "bigint", "index": 4, "name": "customer_id", "comment": null}, "email": {"type": "text", "index": 5, "name": "email", "comment": null}, "order_created_at": {"type": "timestamp without time zone", "index": 6, "name": "order_created_at", "comment": null}, "order_status": {"type": "text", "index": 7, "name": "order_status", "comment": null}, "order_updated_at": {"type": "timestamp without time zone", "index": 8, "name": "order_updated_at", "comment": null}, "charge_id": {"type": "bigint", "index": 9, "name": "charge_id", "comment": null}, "transaction_id": {"type": "text", "index": 10, "name": "transaction_id", "comment": null}, "charge_status": {"type": "text", "index": 11, "name": "charge_status", "comment": null}, "is_prepaid": {"type": "boolean", "index": 12, "name": "is_prepaid", "comment": null}, "order_total_price": {"type": "double precision", "index": 13, "name": "order_total_price", "comment": null}, "order_type": {"type": "text", "index": 14, "name": "order_type", "comment": null}, "order_processed_at": {"type": "timestamp without time zone", "index": 15, "name": "order_processed_at", "comment": null}, "order_scheduled_at": {"type": "timestamp without time zone", "index": 16, "name": "order_scheduled_at", "comment": null}, "order_shipped_date": {"type": "timestamp without time zone", "index": 17, "name": "order_shipped_date", "comment": null}, "address_id": {"type": "bigint", "index": 18, "name": "address_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 19, "name": "is_deleted", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 20, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order"}, "model.recharge_source.stg_recharge__order_line_item": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__order_line_item", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 3, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 4, "name": "external_variant_id_ecommerce", "comment": null}, "order_line_item_title": {"type": "text", "index": 5, "name": "order_line_item_title", "comment": null}, "product_variant_title": {"type": "text", "index": 6, "name": "product_variant_title", "comment": null}, "sku": {"type": "text", "index": 7, "name": "sku", "comment": null}, "quantity": {"type": "integer", "index": 8, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 9, "name": "grams", "comment": null}, "total_price": {"type": "double precision", "index": 10, "name": "total_price", "comment": null}, "unit_price": {"type": "double precision", "index": 11, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 12, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 13, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 14, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 15, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "integer", "index": 16, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 17, "name": "purchase_item_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order_line_item"}, "model.recharge_source.stg_recharge__order_line_item_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__order_line_item_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "variant_title": {"type": "text", "index": 3, "name": "variant_title", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 6, "name": "grams", "comment": null}, "total_price": {"type": "character varying", "index": 7, "name": "total_price", "comment": null}, "sku": {"type": "text", "index": 8, "name": "sku", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 9, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 10, "name": "external_variant_id_ecommerce", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "unit_price": {"type": "double precision", "index": 12, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 13, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 15, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 16, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "integer", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 18, "name": "purchase_item_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order_line_item_tmp"}, "model.recharge_source.stg_recharge__order_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__order_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "charge_id": {"type": "bigint", "index": 4, "name": "charge_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "transaction_id": {"type": "text", "index": 7, "name": "transaction_id", "comment": null}, "charge_status": {"type": "text", "index": 8, "name": "charge_status", "comment": null}, "is_prepaid": {"type": "boolean", "index": 9, "name": "is_prepaid", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "total_price": {"type": "character varying", "index": 11, "name": "total_price", "comment": null}, "type": {"type": "text", "index": 12, "name": "type", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 13, "name": "external_order_id_ecommerce", "comment": null}, "external_order_number_ecommerce": {"type": "integer", "index": 14, "name": "external_order_number_ecommerce", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 16, "name": "updated_at", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 17, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 18, "name": "scheduled_at", "comment": null}, "shipped_date": {"type": "timestamp without time zone", "index": 19, "name": "shipped_date", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 20, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 21, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__order_tmp"}, "model.recharge_source.stg_recharge__subscription": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__subscription", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"subscription_id": {"type": "bigint", "index": 1, "name": "subscription_id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "subscription_created_at": {"type": "timestamp without time zone", "index": 4, "name": "subscription_created_at", "comment": null}, "product_title": {"type": "text", "index": 5, "name": "product_title", "comment": null}, "variant_title": {"type": "text", "index": 6, "name": "variant_title", "comment": null}, "sku": {"type": "text", "index": 7, "name": "sku", "comment": null}, "price": {"type": "double precision", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 9, "name": "quantity", "comment": null}, "subscription_status": {"type": "text", "index": 10, "name": "subscription_status", "comment": null}, "subscription_next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 11, "name": "subscription_next_charge_scheduled_at", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 12, "name": "charge_interval_frequency", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 13, "name": "expire_after_specific_number_of_charges", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 14, "name": "order_interval_frequency", "comment": null}, "order_interval_unit": {"type": "text", "index": 15, "name": "order_interval_unit", "comment": null}, "order_day_of_week": {"type": "integer", "index": 16, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "integer", "index": 17, "name": "order_day_of_month", "comment": null}, "subscription_updated_at": {"type": "timestamp without time zone", "index": 18, "name": "subscription_updated_at", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 19, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 20, "name": "external_variant_id_ecommerce", "comment": null}, "subscription_cancelled_at": {"type": "timestamp without time zone", "index": 21, "name": "subscription_cancelled_at", "comment": null}, "cancellation_reason": {"type": "text", "index": 22, "name": "cancellation_reason", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 23, "name": "cancellation_reason_comments", "comment": null}}, "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.recharge_source.stg_recharge__subscription"}, "model.recharge_source.stg_recharge__subscription_history": {"metadata": {"type": "BASE TABLE", "schema": "public_recharge_source", "name": "stg_recharge__subscription_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"subscription_id": {"type": "integer", "index": 1, "name": "subscription_id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "subscription_created_at": {"type": "timestamp without time zone", "index": 4, "name": "subscription_created_at", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 5, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 6, "name": "external_variant_id_ecommerce", "comment": null}, "product_title": {"type": "text", "index": 7, "name": "product_title", "comment": null}, "variant_title": {"type": "text", "index": 8, "name": "variant_title", "comment": null}, "sku": {"type": "text", "index": 9, "name": "sku", "comment": null}, "price": {"type": "double precision", "index": 10, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 11, "name": "quantity", "comment": null}, "subscription_status": {"type": "text", "index": 12, "name": "subscription_status", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 13, "name": "charge_interval_frequency", "comment": null}, "order_interval_unit": {"type": "text", "index": 14, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 15, "name": "order_interval_frequency", "comment": null}, "order_day_of_month": {"type": "integer", "index": 16, "name": "order_day_of_month", "comment": null}, "order_day_of_week": {"type": "integer", "index": 17, "name": "order_day_of_week", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 18, "name": "expire_after_specific_number_of_charges", "comment": null}, "subscription_updated_at": {"type": "timestamp without time zone", "index": 19, "name": "subscription_updated_at", "comment": null}, "subscription_next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 20, "name": "subscription_next_charge_scheduled_at", "comment": null}, "subscription_cancelled_at": {"type": "timestamp without time zone", "index": 21, "name": "subscription_cancelled_at", "comment": null}, "cancellation_reason": {"type": "text", "index": 22, "name": "cancellation_reason", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 23, "name": "cancellation_reason_comments", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 25, "name": "is_most_recent_record", "comment": null}}, "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.recharge_source.stg_recharge__subscription_history"}, "model.recharge_source.stg_recharge__subscription_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__subscription_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"subscription_id": {"type": "bigint", "index": 1, "name": "subscription_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 4, "name": "customer_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 6, "name": "cancelled_at", "comment": null}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 7, "name": "next_charge_scheduled_at", "comment": null}, "price": {"type": "double precision", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 9, "name": "quantity", "comment": null}, "cancellation_reason": {"type": "text", "index": 10, "name": "cancellation_reason", "comment": null}, "status": {"type": "text", "index": 11, "name": "status", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 12, "name": "cancellation_reason_comments", "comment": null}, "variant_title": {"type": "text", "index": 13, "name": "variant_title", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 14, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 15, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "order_interval_unit": {"type": "text", "index": 17, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 18, "name": "order_interval_frequency", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 19, "name": "charge_interval_frequency", "comment": null}, "order_day_of_week": {"type": "integer", "index": 20, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "integer", "index": 21, "name": "order_day_of_month", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 22, "name": "expire_after_specific_number_of_charges", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 23, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "product_title": {"type": "text", "index": 25, "name": "product_title", "comment": null}}, "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.recharge_source.stg_recharge__subscription_history_tmp"}, "model.recharge_source.stg_recharge__subscription_tmp": {"metadata": {"type": "VIEW", "schema": "public_recharge_source", "name": "stg_recharge__subscription_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 5, "name": "cancelled_at", "comment": null}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 6, "name": "next_charge_scheduled_at", "comment": null}, "price": {"type": "double precision", "index": 7, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 8, "name": "quantity", "comment": null}, "cancellation_reason": {"type": "text", "index": 9, "name": "cancellation_reason", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 11, "name": "cancellation_reason_comments", "comment": null}, "product_title": {"type": "text", "index": 12, "name": "product_title", "comment": null}, "variant_title": {"type": "text", "index": 13, "name": "variant_title", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 14, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 15, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "order_interval_unit": {"type": "text", "index": 17, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 18, "name": "order_interval_frequency", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 19, "name": "charge_interval_frequency", "comment": null}, "order_day_of_week": {"type": "integer", "index": 20, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "integer", "index": 21, "name": "order_day_of_month", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 22, "name": "expire_after_specific_number_of_charges", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 24, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.recharge_source.stg_recharge__subscription_tmp"}}, "sources": {"source.recharge_source.recharge.address": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "address_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "first_name": {"type": "text", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 4, "name": "last_name", "comment": null}, "address_1": {"type": "text", "index": 5, "name": "address_1", "comment": null}, "address_2": {"type": "text", "index": 6, "name": "address_2", "comment": null}, "city": {"type": "text", "index": 7, "name": "city", "comment": null}, "province": {"type": "integer", "index": 8, "name": "province", "comment": null}, "country_code": {"type": "text", "index": 9, "name": "country_code", "comment": null}, "zip": {"type": "text", "index": 10, "name": "zip", "comment": null}, "company": {"type": "integer", "index": 11, "name": "company", "comment": null}, "phone": {"type": "text", "index": 12, "name": "phone", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 13, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 14, "name": "updated_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 15, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.address"}, "source.recharge_source.recharge.address_discounts": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "address_discounts_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 3, "name": "index", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.address_discounts"}, "source.recharge_source.recharge.address_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "address_shipping_line_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"address_id": {"type": "bigint", "index": 1, "name": "address_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 6, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.address_shipping_line"}, "source.recharge_source.recharge.charge": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "customer_hash": {"type": "text", "index": 4, "name": "customer_hash", "comment": null}, "note": {"type": "text", "index": 5, "name": "note", "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}, "processed_at": {"type": "timestamp without time zone", "index": 8, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 9, "name": "scheduled_at", "comment": null}, "orders_count": {"type": "integer", "index": 10, "name": "orders_count", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 11, "name": "external_order_id_ecommerce", "comment": null}, "subtotal_price": {"type": "double precision", "index": 12, "name": "subtotal_price", "comment": null}, "tags": {"type": "text", "index": 13, "name": "tags", "comment": null}, "tax_lines": {"type": "double precision", "index": 14, "name": "tax_lines", "comment": null}, "total_discounts": {"type": "integer", "index": 15, "name": "total_discounts", "comment": null}, "total_line_items_price": {"type": "double precision", "index": 16, "name": "total_line_items_price", "comment": null}, "total_price": {"type": "character varying", "index": 17, "name": "total_price", "comment": null}, "total_tax": {"type": "double precision", "index": 18, "name": "total_tax", "comment": null}, "total_weight_grams": {"type": "integer", "index": 19, "name": "total_weight_grams", "comment": null}, "type": {"type": "text", "index": 20, "name": "type", "comment": null}, "status": {"type": "text", "index": 21, "name": "status", "comment": null}, "total_refunds": {"type": "integer", "index": 22, "name": "total_refunds", "comment": null}, "external_transaction_id_payment_processor": {"type": "integer", "index": 23, "name": "external_transaction_id_payment_processor", "comment": null}, "email": {"type": "text", "index": 24, "name": "email", "comment": null}, "payment_processor": {"type": "text", "index": 25, "name": "payment_processor", "comment": null}, "has_uncommited_changes": {"type": "boolean", "index": 26, "name": "has_uncommited_changes", "comment": null}, "retry_date": {"type": "timestamp without time zone", "index": 27, "name": "retry_date", "comment": null}, "error_type": {"type": "integer", "index": 28, "name": "error_type", "comment": null}, "error": {"type": "integer", "index": 29, "name": "error", "comment": null}, "charge_attempts": {"type": "integer", "index": 30, "name": "charge_attempts", "comment": null}, "external_variant_id_not_found": {"type": "integer", "index": 31, "name": "external_variant_id_not_found", "comment": null}, "client_details_browser_ip": {"type": "integer", "index": 32, "name": "client_details_browser_ip", "comment": null}, "client_details_user_agent": {"type": "integer", "index": 33, "name": "client_details_user_agent", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 34, "name": "_fivetran_synced", "comment": null}, "last_charge_attempt_date": {"type": "timestamp without time zone", "index": 35, "name": "last_charge_attempt_date", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 36, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge"}, "source.recharge_source.recharge.charge_discount": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_discount_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "id": {"type": "bigint", "index": 3, "name": "id", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "value": {"type": "double precision", "index": 5, "name": "value", "comment": null}, "value_type": {"type": "text", "index": 6, "name": "value_type", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_discount"}, "source.recharge_source.recharge.charge_line_item": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_line_item_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "variant_title": {"type": "text", "index": 3, "name": "variant_title", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 6, "name": "grams", "comment": null}, "total_price": {"type": "character varying", "index": 7, "name": "total_price", "comment": null}, "sku": {"type": "text", "index": 8, "name": "sku", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 9, "name": "external_product_id_ecommerce", "comment": null}, "vendor": {"type": "text", "index": 10, "name": "vendor", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "unit_price": {"type": "double precision", "index": 12, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 13, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 15, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 16, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "integer", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 18, "name": "purchase_item_type", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 19, "name": "external_variant_id_ecommerce", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_line_item"}, "source.recharge_source.recharge.charge_order_attribute": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_order_attribute_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "order_attribute": {"type": "text", "index": 3, "name": "order_attribute", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_order_attribute"}, "source.recharge_source.recharge.charge_shipping_line": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_shipping_line_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "code": {"type": "text", "index": 4, "name": "code", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_shipping_line"}, "source.recharge_source.recharge.charge_tax_line": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "charge_tax_line_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"charge_id": {"type": "bigint", "index": 1, "name": "charge_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "price": {"type": "double precision", "index": 3, "name": "price", "comment": null}, "rate": {"type": "double precision", "index": 4, "name": "rate", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.charge_tax_line"}, "source.recharge_source.recharge.customer": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "customer_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "hash": {"type": "text", "index": 2, "name": "hash", "comment": null}, "external_customer_id_ecommerce": {"type": "integer", "index": 3, "name": "external_customer_id_ecommerce", "comment": null}, "email": {"type": "text", "index": 4, "name": "email", "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}, "first_charge_processed_at": {"type": "timestamp without time zone", "index": 7, "name": "first_charge_processed_at", "comment": null}, "first_name": {"type": "text", "index": 8, "name": "first_name", "comment": null}, "last_name": {"type": "text", "index": 9, "name": "last_name", "comment": null}, "subscriptions_active_count": {"type": "integer", "index": 10, "name": "subscriptions_active_count", "comment": null}, "subscriptions_total_count": {"type": "integer", "index": 11, "name": "subscriptions_total_count", "comment": null}, "has_valid_payment_method": {"type": "boolean", "index": 12, "name": "has_valid_payment_method", "comment": null}, "has_payment_method_in_dunning": {"type": "boolean", "index": 13, "name": "has_payment_method_in_dunning", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 14, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}, "tax_exempt": {"type": "boolean", "index": 16, "name": "tax_exempt", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.customer"}, "source.recharge_source.recharge.discount": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "discount_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 2, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 3, "name": "updated_at", "comment": null}, "starts_at": {"type": "timestamp without time zone", "index": 4, "name": "starts_at", "comment": null}, "ends_at": {"type": "timestamp without time zone", "index": 5, "name": "ends_at", "comment": null}, "code": {"type": "text", "index": 6, "name": "code", "comment": null}, "value": {"type": "integer", "index": 7, "name": "value", "comment": null}, "status": {"type": "text", "index": 8, "name": "status", "comment": null}, "usage_limits": {"type": "integer", "index": 9, "name": "usage_limits", "comment": null}, "applies_to": {"type": "text", "index": 10, "name": "applies_to", "comment": null}, "applies_to_resource": {"type": "text", "index": 11, "name": "applies_to_resource", "comment": null}, "applies_to_id": {"type": "bigint", "index": 12, "name": "applies_to_id", "comment": null}, "applies_to_product_type": {"type": "text", "index": 13, "name": "applies_to_product_type", "comment": null}, "minimum_order_amount": {"type": "integer", "index": 14, "name": "minimum_order_amount", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.discount"}, "source.recharge_source.recharge.one_time_product": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "one_time_product_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 4, "name": "is_deleted", "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}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 7, "name": "next_charge_scheduled_at", "comment": null}, "product_title": {"type": "text", "index": 8, "name": "product_title", "comment": null}, "variant_title": {"type": "integer", "index": 9, "name": "variant_title", "comment": null}, "price": {"type": "integer", "index": 10, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 11, "name": "quantity", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 12, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 13, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "integer", "index": 14, "name": "sku", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 16, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.one_time_product"}, "source.recharge_source.recharge.order": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "order_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "charge_id": {"type": "bigint", "index": 4, "name": "charge_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "transaction_id": {"type": "text", "index": 7, "name": "transaction_id", "comment": null}, "charge_status": {"type": "text", "index": 8, "name": "charge_status", "comment": null}, "is_prepaid": {"type": "boolean", "index": 9, "name": "is_prepaid", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "total_price": {"type": "character varying", "index": 11, "name": "total_price", "comment": null}, "type": {"type": "text", "index": 12, "name": "type", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 13, "name": "external_order_id_ecommerce", "comment": null}, "external_order_number_ecommerce": {"type": "integer", "index": 14, "name": "external_order_number_ecommerce", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 16, "name": "updated_at", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 17, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 18, "name": "scheduled_at", "comment": null}, "shipped_date": {"type": "timestamp without time zone", "index": 19, "name": "shipped_date", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 20, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.order"}, "source.recharge_source.recharge.order_line_item": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "order_line_item_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"order_id": {"type": "integer", "index": 1, "name": "order_id", "comment": null}, "index": {"type": "integer", "index": 2, "name": "index", "comment": null}, "variant_title": {"type": "text", "index": 3, "name": "variant_title", "comment": null}, "title": {"type": "text", "index": 4, "name": "title", "comment": null}, "quantity": {"type": "integer", "index": 5, "name": "quantity", "comment": null}, "grams": {"type": "integer", "index": 6, "name": "grams", "comment": null}, "total_price": {"type": "character varying", "index": 7, "name": "total_price", "comment": null}, "sku": {"type": "text", "index": 8, "name": "sku", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 9, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 10, "name": "external_variant_id_ecommerce", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}, "unit_price": {"type": "double precision", "index": 12, "name": "unit_price", "comment": null}, "tax_due": {"type": "integer", "index": 13, "name": "tax_due", "comment": null}, "taxable": {"type": "boolean", "index": 14, "name": "taxable", "comment": null}, "taxable_amount": {"type": "integer", "index": 15, "name": "taxable_amount", "comment": null}, "unit_price_includes_tax": {"type": "boolean", "index": 16, "name": "unit_price_includes_tax", "comment": null}, "purchase_item_id": {"type": "integer", "index": 17, "name": "purchase_item_id", "comment": null}, "purchase_item_type": {"type": "text", "index": 18, "name": "purchase_item_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.order_line_item"}, "source.recharge_source.recharge.orders": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "orders_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "customer_id": {"type": "bigint", "index": 2, "name": "customer_id", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "charge_id": {"type": "bigint", "index": 4, "name": "charge_id", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "email": {"type": "text", "index": 6, "name": "email", "comment": null}, "transaction_id": {"type": "text", "index": 7, "name": "transaction_id", "comment": null}, "charge_status": {"type": "text", "index": 8, "name": "charge_status", "comment": null}, "is_prepaid": {"type": "boolean", "index": 9, "name": "is_prepaid", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "total_price": {"type": "character varying", "index": 11, "name": "total_price", "comment": null}, "type": {"type": "text", "index": 12, "name": "type", "comment": null}, "external_order_id_ecommerce": {"type": "integer", "index": 13, "name": "external_order_id_ecommerce", "comment": null}, "external_order_number_ecommerce": {"type": "integer", "index": 14, "name": "external_order_number_ecommerce", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 16, "name": "updated_at", "comment": null}, "processed_at": {"type": "timestamp without time zone", "index": 17, "name": "processed_at", "comment": null}, "scheduled_at": {"type": "timestamp without time zone", "index": 18, "name": "scheduled_at", "comment": null}, "shipped_date": {"type": "timestamp without time zone", "index": 19, "name": "shipped_date", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 20, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 21, "name": "_fivetran_deleted", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.orders"}, "source.recharge_source.recharge.subscription": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "subscription_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "address_id": {"type": "bigint", "index": 2, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 3, "name": "customer_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 5, "name": "cancelled_at", "comment": null}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 6, "name": "next_charge_scheduled_at", "comment": null}, "price": {"type": "double precision", "index": 7, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 8, "name": "quantity", "comment": null}, "cancellation_reason": {"type": "text", "index": 9, "name": "cancellation_reason", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 11, "name": "cancellation_reason_comments", "comment": null}, "product_title": {"type": "text", "index": 12, "name": "product_title", "comment": null}, "variant_title": {"type": "text", "index": 13, "name": "variant_title", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 14, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 15, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "order_interval_unit": {"type": "text", "index": 17, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 18, "name": "order_interval_frequency", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 19, "name": "charge_interval_frequency", "comment": null}, "order_day_of_week": {"type": "integer", "index": 20, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "integer", "index": 21, "name": "order_day_of_month", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 22, "name": "expire_after_specific_number_of_charges", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 24, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.subscription"}, "source.recharge_source.recharge.subscription_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "subscription_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"subscription_id": {"type": "bigint", "index": 1, "name": "subscription_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "address_id": {"type": "bigint", "index": 3, "name": "address_id", "comment": null}, "customer_id": {"type": "bigint", "index": 4, "name": "customer_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "cancelled_at": {"type": "timestamp without time zone", "index": 6, "name": "cancelled_at", "comment": null}, "next_charge_scheduled_at": {"type": "timestamp without time zone", "index": 7, "name": "next_charge_scheduled_at", "comment": null}, "price": {"type": "double precision", "index": 8, "name": "price", "comment": null}, "quantity": {"type": "integer", "index": 9, "name": "quantity", "comment": null}, "cancellation_reason": {"type": "text", "index": 10, "name": "cancellation_reason", "comment": null}, "status": {"type": "text", "index": 11, "name": "status", "comment": null}, "cancellation_reason_comments": {"type": "integer", "index": 12, "name": "cancellation_reason_comments", "comment": null}, "variant_title": {"type": "text", "index": 13, "name": "variant_title", "comment": null}, "external_product_id_ecommerce": {"type": "bigint", "index": 14, "name": "external_product_id_ecommerce", "comment": null}, "external_variant_id_ecommerce": {"type": "bigint", "index": 15, "name": "external_variant_id_ecommerce", "comment": null}, "sku": {"type": "text", "index": 16, "name": "sku", "comment": null}, "order_interval_unit": {"type": "text", "index": 17, "name": "order_interval_unit", "comment": null}, "order_interval_frequency": {"type": "integer", "index": 18, "name": "order_interval_frequency", "comment": null}, "charge_interval_frequency": {"type": "integer", "index": 19, "name": "charge_interval_frequency", "comment": null}, "order_day_of_week": {"type": "integer", "index": 20, "name": "order_day_of_week", "comment": null}, "order_day_of_month": {"type": "integer", "index": 21, "name": "order_day_of_month", "comment": null}, "expire_after_specific_number_of_charges": {"type": "integer", "index": 22, "name": "expire_after_specific_number_of_charges", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 23, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "product_title": {"type": "text", "index": 25, "name": "product_title", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.recharge_source.recharge.subscription_history"}}, "errors": null} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index c4cd2d2..36d4b3d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v12.json", "dbt_version": "1.9.5", "generated_at": "2025-05-29T18:24:23.877635Z", "invocation_id": "c1693709-3df1-42e7-b13e-d529149b92c0", "env": {}, "project_name": "recharge_source_integration_tests", "project_id": "4fe8c745badfef75dbffcf457f2e02d7", "user_id": "2bfa9082-ea6e-467b-abdc-d0514ab111d9", "send_anonymous_usage_stats": true, "adapter_type": "bigquery"}, "nodes": {"seed.recharge_source_integration_tests.one_time_product_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "one_time_product_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "one_time_product_data.csv", "original_file_path": "seeds/one_time_product_data.csv", "unique_id": "seed.recharge_source_integration_tests.one_time_product_data", "fqn": ["recharge_source_integration_tests", "one_time_product_data"], "alias": "one_time_product_data", "checksum": {"name": "sha256", "checksum": "8cf79823cdbd135372fd057c62ab7ad410a361eecf44e32b60b8536d97f69683"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.730693, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`one_time_product_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.address_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "address_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "address_data.csv", "original_file_path": "seeds/address_data.csv", "unique_id": "seed.recharge_source_integration_tests.address_data", "fqn": ["recharge_source_integration_tests", "address_data"], "alias": "address_data", "checksum": {"name": "sha256", "checksum": "66bd38f57a8a652ba62971931a9d35a0ec6d84705faecf55625e92b1ef7af82e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.7434602, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`address_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.orders_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "orders_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "orders_data.csv", "original_file_path": "seeds/orders_data.csv", "unique_id": "seed.recharge_source_integration_tests.orders_data", "fqn": ["recharge_source_integration_tests", "orders_data"], "alias": "orders_data", "checksum": {"name": "sha256", "checksum": "40c3846406b3cb6a7439216157ce0a52c1f881336c170c2a4aa7c8bca912bcd3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64", "SHIPPED_DATE": "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"SHIPPED_DATE": "timestamp"}}, "created_at": 1748542983.745265, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`orders_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_order_attribute_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_order_attribute_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_order_attribute_data.csv", "original_file_path": "seeds/charge_order_attribute_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_order_attribute_data", "fqn": ["recharge_source_integration_tests", "charge_order_attribute_data"], "alias": "charge_order_attribute_data", "checksum": {"name": "sha256", "checksum": "e754ac854914dbc53d0e448c0869fca0182be3d558f4ba7b3242e88827be5717"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.746953, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_order_attribute_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.subscription_history_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "subscription_history_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "subscription_history_data.csv", "original_file_path": "seeds/subscription_history_data.csv", "unique_id": "seed.recharge_source_integration_tests.subscription_history_data", "fqn": ["recharge_source_integration_tests", "subscription_history_data"], "alias": "subscription_history_data", "checksum": {"name": "sha256", "checksum": "cd4fb4b7416586782c8f5e682d0fd2a7ae3119d858fd11e7ab8d76915f641c6f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.748663, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`subscription_history_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.checkout_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "checkout_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "checkout_data.csv", "original_file_path": "seeds/checkout_data.csv", "unique_id": "seed.recharge_source_integration_tests.checkout_data", "fqn": ["recharge_source_integration_tests", "checkout_data"], "alias": "checkout_data", "checksum": {"name": "sha256", "checksum": "289e2331f20ec886c2906084e1e69544a7dfdcc27231e0fca2f77d9e4b873fdc"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64", "COMPLETED_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"COMPLETED_AT": "timestamp"}}, "created_at": 1748542983.75029, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`checkout_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_data.csv", "original_file_path": "seeds/charge_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_data", "fqn": ["recharge_source_integration_tests", "charge_data"], "alias": "charge_data", "checksum": {"name": "sha256", "checksum": "d7935fd71b98d47010b5cde679b5a58de371b08f4c3e3ae4d7c6753f58ab753d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64", "RETRY_DATE": "timestamp", "LAST_CHARGE_ATTEMPT_DATE": "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"RETRY_DATE": "timestamp", "LAST_CHARGE_ATTEMPT_DATE": "timestamp"}}, "created_at": 1748542983.752304, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_discount_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_discount_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_discount_data.csv", "original_file_path": "seeds/charge_discount_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_discount_data", "fqn": ["recharge_source_integration_tests", "charge_discount_data"], "alias": "charge_discount_data", "checksum": {"name": "sha256", "checksum": "d288441baa02447043b246509b78369f7a59e5eb8b37f3e4d81f002d5b905849"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64", "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"VALUE": "float"}}, "created_at": 1748542983.754487, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_discount_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.customer_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "customer_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "customer_data.csv", "original_file_path": "seeds/customer_data.csv", "unique_id": "seed.recharge_source_integration_tests.customer_data", "fqn": ["recharge_source_integration_tests", "customer_data"], "alias": "customer_data", "checksum": {"name": "sha256", "checksum": "fa8b84b589cf72e5befa340978e2c2c04bb7a37cff34c9d142db2c061b6fec58"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64", "FIRST_CHARGE_PROCESSED_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"FIRST_CHARGE_PROCESSED_AT": "timestamp"}}, "created_at": 1748542983.756255, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`customer_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.address_discounts_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "address_discounts_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "address_discounts_data.csv", "original_file_path": "seeds/address_discounts_data.csv", "unique_id": "seed.recharge_source_integration_tests.address_discounts_data", "fqn": ["recharge_source_integration_tests", "address_discounts_data"], "alias": "address_discounts_data", "checksum": {"name": "sha256", "checksum": "31e3b20b5c6fdb4c657f31bffaad55397dc16669a32f909b30145802889ad1c6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.758843, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`address_discounts_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_tax_line_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_tax_line_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_tax_line_data.csv", "original_file_path": "seeds/charge_tax_line_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_tax_line_data", "fqn": ["recharge_source_integration_tests", "charge_tax_line_data"], "alias": "charge_tax_line_data", "checksum": {"name": "sha256", "checksum": "41922a7a60c64391f5d7e2b4fef1dd4aa1b4ec7ec4ee8e1fa90ab08da7590d0f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.760447, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_tax_line_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_shipping_line_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_shipping_line_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_shipping_line_data.csv", "original_file_path": "seeds/charge_shipping_line_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_shipping_line_data", "fqn": ["recharge_source_integration_tests", "charge_shipping_line_data"], "alias": "charge_shipping_line_data", "checksum": {"name": "sha256", "checksum": "cdbb894f032a133f23dc10902892361fe0cc142645126edd101487c903ef2559"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.7620401, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_shipping_line_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.order_line_item_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "order_line_item_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "order_line_item_data.csv", "original_file_path": "seeds/order_line_item_data.csv", "unique_id": "seed.recharge_source_integration_tests.order_line_item_data", "fqn": ["recharge_source_integration_tests", "order_line_item_data"], "alias": "order_line_item_data", "checksum": {"name": "sha256", "checksum": "bfc42623cb8e4eecb7af5c5b4e1bb8e09a0b16546f5fd7ba85738bb5058b33d6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.763673, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`order_line_item_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_line_item_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_line_item_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_line_item_data.csv", "original_file_path": "seeds/charge_line_item_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_line_item_data", "fqn": ["recharge_source_integration_tests", "charge_line_item_data"], "alias": "charge_line_item_data", "checksum": {"name": "sha256", "checksum": "4d2acfd636fb9e5e75a962f837cbbf455a50946ccc05d64254b24c829ed05b31"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.765409, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_line_item_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.discount_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "discount_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "discount_data.csv", "original_file_path": "seeds/discount_data.csv", "unique_id": "seed.recharge_source_integration_tests.discount_data", "fqn": ["recharge_source_integration_tests", "discount_data"], "alias": "discount_data", "checksum": {"name": "sha256", "checksum": "019fb39eb205b3c2894d5090efd5febd76317c73945484432dadec5c2553d8f7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64", "APPLIES_TO_ID": "INT64", "ENDS_AT": "timestamp", "STARTS_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"APPLIES_TO_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ENDS_AT": "timestamp", "STARTS_AT": "timestamp"}}, "created_at": 1748542983.767052, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`discount_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.address_shipping_line_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "address_shipping_line_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "address_shipping_line_data.csv", "original_file_path": "seeds/address_shipping_line_data.csv", "unique_id": "seed.recharge_source_integration_tests.address_shipping_line_data", "fqn": ["recharge_source_integration_tests", "address_shipping_line_data"], "alias": "address_shipping_line_data", "checksum": {"name": "sha256", "checksum": "6d4d93159db6c1b46ec5119b9284b0ec3bd2bc4f010e9e738643a92c082e51bb"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.768679, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`address_shipping_line_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.order_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "order_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "order_data.csv", "original_file_path": "seeds/order_data.csv", "unique_id": "seed.recharge_source_integration_tests.order_data", "fqn": ["recharge_source_integration_tests", "order_data"], "alias": "order_data", "checksum": {"name": "sha256", "checksum": "40c3846406b3cb6a7439216157ce0a52c1f881336c170c2a4aa7c8bca912bcd3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64", "SHIPPED_DATE": "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"SHIPPED_DATE": "timestamp"}}, "created_at": 1748542983.770257, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`order_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.subscription_data": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "subscription_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "subscription_data.csv", "original_file_path": "seeds/subscription_data.csv", "unique_id": "seed.recharge_source_integration_tests.subscription_data", "fqn": ["recharge_source_integration_tests", "subscription_data"], "alias": "subscription_data", "checksum": {"name": "sha256", "checksum": "cf5610576766cbd2f08fa87af0403135cb0bad6a8297858e1ffab87910ca97ad"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "string", "UPDATED_AT": "timestamp", "ID": "INT64", "ADDRESS_ID": "INT64", "CHARGE_ID": "INT64", "CUSTOMER_ID": "INT64", "DISCOUNT_ID": "INT64", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "INT64", "EXTERNAL_VARIANT_ID_ECOMMERCE": "INT64", "SUBSCRIPTION_ID": "INT64"}, "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1748542983.771817, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`subscription_data`", "raw_code": "", "root_path": "/Users/jamie.rodriguez/Desktop/dbt_repos/Finance/Recharge/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "model.recharge_source.stg_recharge__address_shipping_line": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_shipping_line", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__address_shipping_line.sql", "original_file_path": "models/stg_recharge__address_shipping_line.sql", "unique_id": "model.recharge_source.stg_recharge__address_shipping_line", "fqn": ["recharge_source", "stg_recharge__address_shipping_line"], "alias": "stg_recharge__address_shipping_line", "checksum": {"name": "sha256", "checksum": "5e68e042b1d0673710e42094944c03f52c711b7dc083ddf0739efbe777be4c96"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all addresses and corresponding associated shipping information.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the shipping amount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The type of the shipping, can contain geographical shipping information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The type of shipping consignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.285592, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_shipping_line`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__address_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_recharge__address_shipping_line_tmp')),\n staging_columns = get_address_shipping_line_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n address_id,\n index,\n price,\n code,\n title\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__address_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_recharge__address_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_address_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__address_shipping_line_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__address_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_shipping_line_tmp`\n),\n\nfields as (\n \n select\n \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n address_id,\n index,\n price,\n code,\n title\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, "primary_key": ["address_id"], "time_spine": null}, "model.recharge_source.stg_recharge__discount": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__discount", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__discount.sql", "original_file_path": "models/stg_recharge__discount.sql", "unique_id": "model.recharge_source.stg_recharge__discount", "fqn": ["recharge_source", "stg_recharge__discount"], "alias": "stg_recharge__discount", "checksum": {"name": "sha256", "checksum": "0e3fa6b2e3adadcd345e1ef43d45130c37802d7d2ab138a0bc7fad28c497f041"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of discounts that can be applied to a checkout, or that can be directly applied to an address.", "columns": {"discount_id": {"name": "discount_id", "description": "Unique numeric identifier for the discount in Recharge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_created_at": {"name": "discount_created_at", "description": "The date and time when the discount was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_updated_at": {"name": "discount_updated_at", "description": "The date and time when the discount was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_starts_at": {"name": "discount_starts_at", "description": "The date when the discount becomes active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_ends_at": {"name": "discount_ends_at", "description": "The expiration time of the discount, past this time the discount can no longer be redeemed, once the time of the discount has passed the status of the discount will go from 'active' to 'disabled'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "value": {"name": "value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "status": {"name": "status", "description": "The status of the discount. Possible values are ENABLED, DISABLED, or FULLY_DISABLED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "usage_limits": {"name": "usage_limits", "description": "An integer indicating how many times the discount can been used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to": {"name": "applies_to", "description": "Indicates where the discount applies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to_resource": {"name": "applies_to_resource", "description": "An indicator of the type of resource which applies_to_id refers.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to_id": {"name": "applies_to_id", "description": "A list of ids of the type indicated in applies_to_resource for which the discount can be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to_product_type": {"name": "applies_to_product_type", "description": "Indicates which product types the discount applies to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "minimum_order_amount": {"name": "minimum_order_amount", "description": "The minimum cart subtotal needed for the discount to be applicable. `duration` has to be `single_use` and the discount must apply to the entire order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.389428, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__discount`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__discount_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_recharge__discount_tmp')),\n staging_columns = get_discount_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as discount_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as discount_updated_at,\n cast(starts_at as {{ dbt.type_timestamp() }}) as discount_starts_at,\n cast(ends_at as {{ dbt.type_timestamp() }}) as discount_ends_at,\n code,\n value,\n status,\n usage_limits,\n applies_to,\n applies_to_resource,\n applies_to_id,\n applies_to_product_type,\n minimum_order_amount\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__discount_tmp", "package": null, "version": null}, {"name": "stg_recharge__discount_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_discount_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.recharge_source.stg_recharge__discount_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__discount.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__discount_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\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 starts_at\n \n as \n \n starts_at\n \n, \n \n \n ends_at\n \n as \n \n ends_at\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n value\n \n as \n \n value\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n usage_limits\n \n as \n \n usage_limits\n \n, \n \n \n applies_to\n \n as \n \n applies_to\n \n, \n \n \n applies_to_resource\n \n as \n \n applies_to_resource\n \n, \n \n \n applies_to_id\n \n as \n \n applies_to_id\n \n, \n \n \n applies_to_product_type\n \n as \n \n applies_to_product_type\n \n, \n \n \n minimum_order_amount\n \n as \n \n minimum_order_amount\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n cast(created_at as timestamp) as discount_created_at,\n cast(updated_at as timestamp) as discount_updated_at,\n cast(starts_at as timestamp) as discount_starts_at,\n cast(ends_at as timestamp) as discount_ends_at,\n code,\n value,\n status,\n usage_limits,\n applies_to,\n applies_to_resource,\n applies_to_id,\n applies_to_product_type,\n minimum_order_amount\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, "primary_key": ["discount_id"], "time_spine": null}, "model.recharge_source.stg_recharge__order_line_item": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order_line_item", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__order_line_item.sql", "original_file_path": "models/stg_recharge__order_line_item.sql", "unique_id": "model.recharge_source.stg_recharge__order_line_item", "fqn": ["recharge_source", "stg_recharge__order_line_item"], "alias": "stg_recharge__order_line_item", "checksum": {"name": "sha256", "checksum": "159f4122425f0ff7b0b85a880c978e474cb3b48325100c12f2a508a79d818f70"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all order line items. Each line containing information about an item in the order.", "columns": {"order_id": {"name": "order_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent order_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The unique numeric identifier for your external ecommerce platform product in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_line_item_title": {"name": "order_line_item_title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "product_variant_title": {"name": "product_variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of products that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "grams": {"name": "grams", "description": "Weight in grams of the item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.393462, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order_line_item`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__order_line_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_recharge__order_line_item_tmp')),\n staging_columns = get_order_line_item_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n order_id,\n index,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n title as order_line_item_title,\n variant_title as product_variant_title,\n sku,\n quantity,\n grams,\n cast(total_price as {{ dbt.type_float() }}) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n purchase_item_id,\n purchase_item_type\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__order_line_passthrough_columns') }}\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__order_line_item_tmp", "package": null, "version": null}, {"name": "stg_recharge__order_line_item_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_order_line_item_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__order_line_item_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__order_line_item.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order_line_item_tmp`\n),\n\nfields as (\n\n select\n \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n unit_price\n \n as \n \n unit_price\n \n, \n \n \n tax_due\n \n as \n \n tax_due\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n taxable_amount\n \n as \n \n taxable_amount\n \n, \n \n \n unit_price_includes_tax\n \n as \n \n unit_price_includes_tax\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n purchase_item_id\n \n as \n \n purchase_item_id\n \n, \n \n \n purchase_item_type\n \n as \n \n purchase_item_type\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n order_id,\n index,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n title as order_line_item_title,\n variant_title as product_variant_title,\n sku,\n quantity,\n grams,\n cast(total_price as FLOAT64) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n purchase_item_id,\n purchase_item_type\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, "primary_key": ["order_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_order_attribute": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_order_attribute", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_order_attribute.sql", "original_file_path": "models/stg_recharge__charge_order_attribute.sql", "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute", "fqn": ["recharge_source", "stg_recharge__charge_order_attribute"], "alias": "stg_recharge__charge_order_attribute", "checksum": {"name": "sha256", "checksum": "13b9c1c80abda34cee93053b192ef22cc23308ce6fb0fdd9bbb1f0d973e30a26"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of notes associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_attribute": {"name": "order_attribute", "description": "An array of name-value pairs of order attributes on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.289772, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_order_attribute`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_order_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_recharge__charge_order_attribute_tmp')),\n staging_columns = get_charge_order_attribute_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n order_attribute\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__charge_order_attribute_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_order_attribute_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_order_attribute_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_order_attribute_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_order_attribute.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_order_attribute_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_attribute\n \n as \n \n order_attribute\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n order_attribute\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_shipping_line": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_shipping_line", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_shipping_line.sql", "original_file_path": "models/stg_recharge__charge_shipping_line.sql", "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line", "fqn": ["recharge_source", "stg_recharge__charge_shipping_line"], "alias": "stg_recharge__charge_shipping_line", "checksum": {"name": "sha256", "checksum": "45c75a4c7932bbcc4bf89899e02b1adeff1b46e62c92c0b165a7cdaafaaf761e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all shipping information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of th shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The code associated with the shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.290158, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_shipping_line`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_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_recharge__charge_shipping_line_tmp')),\n staging_columns = get_charge_shipping_line_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n code,\n title\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__charge_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_shipping_line_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_shipping_line_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n code,\n title\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge.sql", "original_file_path": "models/stg_recharge__charge.sql", "unique_id": "model.recharge_source.stg_recharge__charge", "fqn": ["recharge_source", "stg_recharge__charge"], "alias": "stg_recharge__charge", "checksum": {"name": "sha256", "checksum": "9c306db2de1516f437f0aab2e9d94a7e59bf210c523755f041c4b15fb5cedaa7"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all charges (financial transactions) linked to the purchase of an item. A charge is linked to a corresponding order, an order is created once the corresponding charge is successful.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_hash": {"name": "customer_hash", "description": "The hash of the customer associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_created_at": {"name": "charge_created_at", "description": "Date and time when the charge was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_type": {"name": "charge_type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_updated_at": {"name": "charge_updated_at", "description": "Date and time when the charge was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "note": {"name": "note", "description": "Shows the next order in sequence.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subtotal_price": {"name": "subtotal_price", "description": "The combined price of all line_items without taxes and shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tags": {"name": "tags", "description": "A comma-separated list of tags on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "error": {"name": "error", "description": "Error reason as sentence text (typically returned directly from the payment processor - e.g. \"customer needs to update credit card\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_not_found": {"name": "external_variant_id_not_found", "description": "Indicates if Recharge was able to find the external_variant_id_ecommerce from the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_lines": {"name": "tax_lines", "description": "An array of tax lines that apply to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_discounts": {"name": "total_discounts", "description": "The sum of the discounts applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all the prices of all the items in the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_tax": {"name": "total_tax", "description": "The total tax due associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The sum of all the prices of all the items in the charge, taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_refunds": {"name": "total_refunds", "description": "The sum of all refunds that were applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_weight_grams": {"name": "total_weight_grams", "description": "The total weight of all items in the charge in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_scheduled_at": {"name": "charge_scheduled_at", "description": "The date time of when the associated charge is/was scheduled to process.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_processed_at": {"name": "charge_processed_at", "description": "Date and time when the charge was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "payment_processor": {"name": "payment_processor", "description": "The payment processor used on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "The unique numeric identifier within your external ecommerce platform for the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "orders_count": {"name": "orders_count", "description": "The number of orders generated from this charge (Will be >1 for prepaid).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "has_uncommitted_changes": {"name": "has_uncommitted_changes", "description": "Specifies whether the charge is scheduled for regeneration (if the subscription is related to the charge was updated in the last 5 seconds using \"commit_update\":false).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "retry_date": {"name": "retry_date", "description": "The date when the next attempt will be placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "error_type": {"name": "error_type", "description": "Structured reason why the charge failed such as customer_needs_to_updated_card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "times_retried": {"name": "times_retried", "description": "Shows how many times an attempt to charge was placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "client_details_browser_ip": {"name": "client_details_browser_ip", "description": "The IP address of the buyer detected in checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "The user agent detected during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.288131, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_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_recharge__charge_tmp')),\n staging_columns = get_charge_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as charge_id,\n customer_id,\n customer_hash,\n email,\n cast(created_at as {{ dbt.type_timestamp() }}) as charge_created_at,\n type as charge_type,\n status as charge_status,\n cast(updated_at as {{ dbt.type_timestamp() }}) as charge_updated_at,\n note,\n subtotal_price,\n tax_lines,\n total_discounts,\n total_line_items_price,\n total_tax,\n cast(total_price as {{ dbt.type_float() }}) as total_price,\n total_refunds,\n total_weight_grams,\n cast(scheduled_at as {{ dbt.type_timestamp() }}) as charge_scheduled_at,\n cast(processed_at as {{ dbt.type_timestamp() }}) as charge_processed_at,\n payment_processor,\n external_transaction_id_payment_processor,\n external_order_id_ecommerce,\n orders_count,\n has_uncommitted_changes,\n cast(retry_date as {{ dbt.type_timestamp() }}) as retry_date,\n error_type,\n charge_attempts as times_retried,\n address_id,\n client_details_browser_ip,\n client_details_user_agent,\n tags,\n error,\n external_variant_id_not_found\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__charge_passthrough_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__charge_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n customer_hash\n \n as \n \n customer_hash\n \n, \n \n \n note\n \n as \n \n note\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 processed_at\n \n as \n \n processed_at\n \n, \n \n \n scheduled_at\n \n as \n \n scheduled_at\n \n, \n \n \n orders_count\n \n as \n \n orders_count\n \n, \n \n \n external_order_id_ecommerce\n \n as \n \n external_order_id_ecommerce\n \n, \n \n \n subtotal_price\n \n as \n \n subtotal_price\n \n, \n \n \n tags\n \n as \n \n tags\n \n, \n \n \n tax_lines\n \n as \n \n tax_lines\n \n, \n \n \n total_discounts\n \n as \n \n total_discounts\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_grams\n \n as \n \n total_weight_grams\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n total_refunds\n \n as \n \n total_refunds\n \n, \n \n \n external_transaction_id_payment_processor\n \n as \n \n external_transaction_id_payment_processor\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n payment_processor\n \n as \n \n payment_processor\n \n, \n cast(null as boolean) as \n \n has_uncommitted_changes\n \n , \n \n \n retry_date\n \n as \n \n retry_date\n \n, \n \n \n error_type\n \n as \n \n error_type\n \n, \n \n \n error\n \n as \n \n error\n \n, \n \n \n charge_attempts\n \n as \n \n charge_attempts\n \n, \n \n \n external_variant_id_not_found\n \n as \n \n external_variant_id_not_found\n \n, \n \n \n client_details_browser_ip\n \n as \n \n client_details_browser_ip\n \n, \n \n \n client_details_user_agent\n \n as \n \n client_details_user_agent\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as charge_id,\n customer_id,\n customer_hash,\n email,\n cast(created_at as timestamp) as charge_created_at,\n type as charge_type,\n status as charge_status,\n cast(updated_at as timestamp) as charge_updated_at,\n note,\n subtotal_price,\n tax_lines,\n total_discounts,\n total_line_items_price,\n total_tax,\n cast(total_price as FLOAT64) as total_price,\n total_refunds,\n total_weight_grams,\n cast(scheduled_at as timestamp) as charge_scheduled_at,\n cast(processed_at as timestamp) as charge_processed_at,\n payment_processor,\n external_transaction_id_payment_processor,\n external_order_id_ecommerce,\n orders_count,\n has_uncommitted_changes,\n cast(retry_date as timestamp) as retry_date,\n error_type,\n charge_attempts as times_retried,\n address_id,\n client_details_browser_ip,\n client_details_user_agent,\n tags,\n error,\n external_variant_id_not_found\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__subscription": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__subscription.sql", "original_file_path": "models/stg_recharge__subscription.sql", "unique_id": "model.recharge_source.stg_recharge__subscription", "fqn": ["recharge_source", "stg_recharge__subscription"], "alias": "stg_recharge__subscription", "checksum": {"name": "sha256", "checksum": "55ece0f524be9bbe3176c06b84ceb182847e1bad82fc5a7bd4fbe8b26dfd40f0"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all subscriptions for the merchant. Subscriptions are individual items a customer receives on a recurring basis.", "columns": {"subscription_id": {"name": "subscription_id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_created_at": {"name": "subscription_created_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "A unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_status": {"name": "subscription_status", "description": "The status of the subscription; active = the subscription is active, cancelled = the subscription has been cancelled, expired = the subscription has expired - this occurs when the maximum number of charges for product have been reached.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_next_charge_scheduled_at": {"name": "subscription_next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set the number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order, e.g. order_interval_unit = 'month' and order_interval frequency = 3 indicates an order every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency with which a subscription should have the order created with (valid values are \u201cday\u201d, \u201cweek\u201d, and \u201cmonth\u201d).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. Default is that there isn\u2019t a strict day of the month when the order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. Default is that there isn\u2019t a strict day of the week order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_updated_at": {"name": "subscription_updated_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "Unique numeric identifier of the product in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_cancelled_at": {"name": "subscription_cancelled_at", "description": "The date and time when the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.394979, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__subscription_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_recharge__subscription_tmp')),\n staging_columns = get_subscription_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as subscription_id,\n customer_id,\n address_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as subscription_created_at,\n product_title,\n variant_title,\n sku,\n cast(price as {{ dbt.type_float() }}) as price,\n quantity,\n status as subscription_status,\n next_charge_scheduled_at as subscription_next_charge_scheduled_at,\n charge_interval_frequency,\n expire_after_specific_number_of_charges,\n order_interval_frequency,\n order_interval_unit,\n order_day_of_week,\n order_day_of_month,\n cast(updated_at as {{ dbt.type_timestamp() }}) as subscription_updated_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n cast(cancelled_at as {{ dbt.type_timestamp() }}) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__subscription_passthrough_columns') }}\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__subscription_tmp", "package": null, "version": null}, {"name": "stg_recharge__subscription_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_subscription_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__subscription_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__subscription.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n cancellation_reason\n \n as \n \n cancellation_reason\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n cancellation_reason_comments\n \n as \n \n cancellation_reason_comments\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n order_interval_unit\n \n as \n \n order_interval_unit\n \n, \n \n \n order_interval_frequency\n \n as \n \n order_interval_frequency\n \n, \n \n \n charge_interval_frequency\n \n as \n \n charge_interval_frequency\n \n, \n \n \n order_day_of_week\n \n as \n \n order_day_of_week\n \n, \n \n \n order_day_of_month\n \n as \n \n order_day_of_month\n \n, \n \n \n expire_after_specific_number_of_charges\n \n as \n \n expire_after_specific_number_of_charges\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as subscription_id,\n customer_id,\n address_id,\n cast(created_at as timestamp) as subscription_created_at,\n product_title,\n variant_title,\n sku,\n cast(price as FLOAT64) as price,\n quantity,\n status as subscription_status,\n next_charge_scheduled_at as subscription_next_charge_scheduled_at,\n charge_interval_frequency,\n expire_after_specific_number_of_charges,\n order_interval_frequency,\n order_interval_unit,\n order_day_of_week,\n order_day_of_month,\n cast(updated_at as timestamp) as subscription_updated_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n cast(cancelled_at as timestamp) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments\n\n \n\n\n\n\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, "primary_key": ["subscription_id"], "time_spine": null}, "model.recharge_source.stg_recharge__address": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__address.sql", "original_file_path": "models/stg_recharge__address.sql", "unique_id": "model.recharge_source.stg_recharge__address", "fqn": ["recharge_source", "stg_recharge__address"], "alias": "stg_recharge__address", "checksum": {"name": "sha256", "checksum": "4f2ecd10c0d245cad69a48927affd5b9733b828df67f5fe78bf87c99c080e6b0"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all addresses, an address represents a shipping address. Each customer can have multiple addresses, subscriptions are a child object of an address.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_created_at": {"name": "address_created_at", "description": "The date and time the customer address was recorded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_updated_at": {"name": "address_updated_at", "description": "The date and time of when the customer's address record was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_line_1": {"name": "address_line_1", "description": "The first line of the customer's address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_line_2": {"name": "address_line_2", "description": "Any additional address information associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "city": {"name": "city", "description": "The city associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "province": {"name": "province", "description": "The province or state name associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "zip": {"name": "zip", "description": "The zip or post code associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "country_code": {"name": "country_code", "description": "The country code associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "company": {"name": "company", "description": "The company name associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "phone": {"name": "phone", "description": "The phone number associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.284477, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__address_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_recharge__address_tmp')),\n staging_columns = get_address_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as address_id,\n customer_id,\n first_name,\n last_name,\n cast(created_at as {{ dbt.type_timestamp() }}) as address_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as address_updated_at,\n address_1 as address_line_1,\n address_2 as address_line_2,\n city,\n province,\n zip,\n country_code,\n country,\n company,\n phone,\n payment_method_id\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__address_passthrough_columns') }}\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__address_tmp", "package": null, "version": null}, {"name": "stg_recharge__address_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_address_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__address_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__address.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\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 province\n \n as \n \n province\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n cast(null as string) as \n \n country\n \n , \n \n \n zip\n \n as \n \n zip\n \n, \n \n \n company\n \n as \n \n company\n \n, \n \n \n phone\n \n as \n \n phone\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 _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n cast(null as string) as \n \n payment_method_id\n \n \n\n\n from base\n),\n\nfinal as (\n\n select\n id as address_id,\n customer_id,\n first_name,\n last_name,\n cast(created_at as timestamp) as address_created_at,\n cast(updated_at as timestamp) as address_updated_at,\n address_1 as address_line_1,\n address_2 as address_line_2,\n city,\n province,\n zip,\n country_code,\n country,\n company,\n phone,\n payment_method_id\n\n \n\n\n\n\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, "primary_key": ["address_id"], "time_spine": null}, "model.recharge_source.stg_recharge__subscription_history": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription_history", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__subscription_history.sql", "original_file_path": "models/stg_recharge__subscription_history.sql", "unique_id": "model.recharge_source.stg_recharge__subscription_history", "fqn": ["recharge_source", "stg_recharge__subscription_history"], "alias": "stg_recharge__subscription_history", "checksum": {"name": "sha256", "checksum": "088e5ab4bbb95dbae6fe70b45d25433750b6e11bc9c6794db572d1fdc2bfab9f"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "History table that builds over time. Does not capture history prior to connecting Fivetran.", "columns": {"subscription_id": {"name": "subscription_id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_created_at": {"name": "subscription_created_at", "description": "The date and time the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "An object containing the product id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "product_title": {"name": "product_title", "description": "The name of the product in a store\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "An object containing the variant id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment. In cases where SKU is blank, it will be dynamically pulled whenever it is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_status": {"name": "subscription_status", "description": "The status of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each Charge. For example, order_interval_unit=month and charge_interval_frequency=3, indicate charge every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency unit used to determine when a subscription\u2019s order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. Default is that there isn\u2019t a strict day of the month when the order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. Default is that there isn\u2019t a strict day of the week order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_updated_at": {"name": "subscription_updated_at", "description": "The date time at which the purchase_item record was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_next_charge_scheduled_at": {"name": "subscription_next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscription_cancelled_at": {"name": "subscription_cancelled_at", "description": "The date and time the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_most_recent_record": {"name": "is_most_recent_record", "description": "Boolean indicating whether record was the most recent instance.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.395945, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription_history`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__subscription_history_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_recharge__subscription_history_tmp')),\n staging_columns = get_subscription_history_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n coalesce(cast(id as {{ dbt.type_int() }}), cast(subscription_id as {{ dbt.type_int() }})) as subscription_id,\n customer_id,\n address_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as subscription_created_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n product_title,\n variant_title,\n sku,\n cast(price as {{ dbt.type_float() }}) as price,\n quantity,\n status as subscription_status,\n charge_interval_frequency,\n order_interval_unit,\n order_interval_frequency,\n order_day_of_month,\n order_day_of_week,\n expire_after_specific_number_of_charges,\n cast(updated_at as {{ dbt.type_timestamp() }}) as subscription_updated_at,\n cast(next_charge_scheduled_at as {{ dbt.type_timestamp() }}) as subscription_next_charge_scheduled_at,\n cast(cancelled_at as {{ dbt.type_timestamp() }}) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments,\n _fivetran_synced\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__subscription_history_passthrough_columns') }}\n\n from fields\n)\n\nselect\n *,\n row_number() over (partition by subscription_id order by subscription_updated_at desc) = 1 as is_most_recent_record\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__subscription_history_tmp", "package": null, "version": null}, {"name": "stg_recharge__subscription_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_subscription_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__subscription_history_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__subscription_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription_history_tmp`\n),\n\nfields as (\n\n select\n \n \n \n subscription_id\n \n as \n \n subscription_id\n \n, \n cast(null as INT64) as \n \n id\n \n , \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n cancellation_reason\n \n as \n \n cancellation_reason\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n cancellation_reason_comments\n \n as \n \n cancellation_reason_comments\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n order_interval_unit\n \n as \n \n order_interval_unit\n \n, \n \n \n order_interval_frequency\n \n as \n \n order_interval_frequency\n \n, \n \n \n charge_interval_frequency\n \n as \n \n charge_interval_frequency\n \n, \n \n \n order_day_of_week\n \n as \n \n order_day_of_week\n \n, \n \n \n order_day_of_month\n \n as \n \n order_day_of_month\n \n, \n \n \n expire_after_specific_number_of_charges\n \n as \n \n expire_after_specific_number_of_charges\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 from base\n),\n\nfinal as (\n\n select\n coalesce(cast(id as INT64), cast(subscription_id as INT64)) as subscription_id,\n customer_id,\n address_id,\n cast(created_at as timestamp) as subscription_created_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n product_title,\n variant_title,\n sku,\n cast(price as FLOAT64) as price,\n quantity,\n status as subscription_status,\n charge_interval_frequency,\n order_interval_unit,\n order_interval_frequency,\n order_day_of_month,\n order_day_of_week,\n expire_after_specific_number_of_charges,\n cast(updated_at as timestamp) as subscription_updated_at,\n cast(next_charge_scheduled_at as timestamp) as subscription_next_charge_scheduled_at,\n cast(cancelled_at as timestamp) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments,\n _fivetran_synced\n\n \n\n\n\n\n\n from fields\n)\n\nselect\n *,\n row_number() over (partition by subscription_id order by subscription_updated_at desc) = 1 as is_most_recent_record\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, "primary_key": ["subscription_id"], "time_spine": null}, "model.recharge_source.stg_recharge__address_discounts": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_discounts", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__address_discounts.sql", "original_file_path": "models/stg_recharge__address_discounts.sql", "unique_id": "model.recharge_source.stg_recharge__address_discounts", "fqn": ["recharge_source", "stg_recharge__address_discounts"], "alias": "stg_recharge__address_discounts", "checksum": {"name": "sha256", "checksum": "49d04255e1eed1998b6381582b320f6c1bbd2277eecf0f93f41ff524bf271974"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all addresses and corresponding associated shipping information.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_id": {"name": "discount_id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.2850728, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_discounts`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__address_discounts_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_recharge__address_discounts_tmp')),\n staging_columns = get_address_discounts_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n address_id,\n index\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__address_discounts_tmp", "package": null, "version": null}, {"name": "stg_recharge__address_discounts_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_address_discounts_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__address_discounts_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__address_discounts.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_discounts_tmp`\n),\n\nfields as (\n\n select\n \n \n \n address_id\n \n as \n \n address_id\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 _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n address_id,\n index\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, "primary_key": ["address_id"], "time_spine": null}, "model.recharge_source.stg_recharge__customer": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__customer", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__customer.sql", "original_file_path": "models/stg_recharge__customer.sql", "unique_id": "model.recharge_source.stg_recharge__customer", "fqn": ["recharge_source", "stg_recharge__customer"], "alias": "stg_recharge__customer", "checksum": {"name": "sha256", "checksum": "870bc49fe24a3b4ad0fde4d09ce620b2a344d89ae84a5cae0dab37cf978c9290"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all customer details holding account and billing information. Email is unique on the customer, no two customers for a store can have the same email.", "columns": {"customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_hash": {"name": "customer_hash", "description": "The unique string identifier used in a customer portal link.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_customer_id_ecommerce": {"name": "external_customer_id_ecommerce", "description": "External platform's identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_created_at": {"name": "customer_created_at", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_updated_at": {"name": "customer_updated_at", "description": "The date and time when the customer was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "first_charge_processed_at": {"name": "first_charge_processed_at", "description": "Date when first charge was processed for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscriptions_active_count": {"name": "subscriptions_active_count", "description": "The number of active subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscriptions_total_count": {"name": "subscriptions_total_count", "description": "The total number of subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "has_valid_payment_method": {"name": "has_valid_payment_method", "description": "Boolean indicating if the payment value is valid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "has_payment_method_in_dunning": {"name": "has_payment_method_in_dunning", "description": "Boolean indicating if the customer has a credit card in dunning.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_exempt": {"name": "tax_exempt", "description": "Boolean indicating if the customer is tax exempt.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.388263, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__customer`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__customer_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_recharge__customer_tmp')),\n staging_columns = get_customer_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as customer_id,\n customer_hash,\n external_customer_id_ecommerce,\n email,\n first_name,\n last_name,\n cast(created_at as {{ dbt.type_timestamp() }}) as customer_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as customer_updated_at,\n cast(first_charge_processed_at as {{ dbt.type_timestamp() }}) as first_charge_processed_at,\n subscriptions_active_count,\n subscriptions_total_count,\n has_valid_payment_method,\n has_payment_method_in_dunning,\n tax_exempt,\n billing_first_name,\n billing_last_name,\n billing_company,\n billing_city,\n billing_country\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__customer_tmp", "package": null, "version": null}, {"name": "stg_recharge__customer_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_customer_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.recharge_source.stg_recharge__customer_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__customer.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__customer_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n external_customer_id_ecommerce\n \n as \n \n external_customer_id_ecommerce\n \n, \n \n \n email\n \n as \n \n email\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 first_charge_processed_at\n \n as \n \n first_charge_processed_at\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n subscriptions_active_count\n \n as \n \n subscriptions_active_count\n \n, \n \n \n subscriptions_total_count\n \n as \n \n subscriptions_total_count\n \n, \n \n \n has_valid_payment_method\n \n as \n \n has_valid_payment_method\n \n, \n \n \n has_payment_method_in_dunning\n \n as \n \n has_payment_method_in_dunning\n \n, \n \n \n tax_exempt\n \n as \n \n tax_exempt\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n cast(null as string) as \n \n billing_first_name\n \n , \n cast(null as string) as \n \n billing_last_name\n \n , \n cast(null as string) as \n \n billing_company\n \n , \n cast(null as string) as \n \n billing_city\n \n , \n cast(null as string) as \n \n billing_country\n \n , \n \n \n \n \n `hash`\n \n \n \n as customer_hash \n\n\n from base\n),\n\nfinal as (\n\n select\n id as customer_id,\n customer_hash,\n external_customer_id_ecommerce,\n email,\n first_name,\n last_name,\n cast(created_at as timestamp) as customer_created_at,\n cast(updated_at as timestamp) as customer_updated_at,\n cast(first_charge_processed_at as timestamp) as first_charge_processed_at,\n subscriptions_active_count,\n subscriptions_total_count,\n has_valid_payment_method,\n has_payment_method_in_dunning,\n tax_exempt,\n billing_first_name,\n billing_last_name,\n billing_company,\n billing_city,\n billing_country\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, "primary_key": ["customer_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_discount": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_discount", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_discount.sql", "original_file_path": "models/stg_recharge__charge_discount.sql", "unique_id": "model.recharge_source.stg_recharge__charge_discount", "fqn": ["recharge_source", "stg_recharge__charge_discount"], "alias": "stg_recharge__charge_discount", "checksum": {"name": "sha256", "checksum": "925e205344988fc8826053c3ee194ec2b7a0630e1eb33f2333db5f2edf7a0540"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all charge discount codes.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_id": {"name": "discount_id", "description": "The ID of the discount associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_value": {"name": "discount_value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "value_type": {"name": "value_type", "description": "Possible values - FIXED_AMOUNT, PERCENTAGE, SHIPPING", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.288726, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_discount`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_discount_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_recharge__charge_discount_tmp')),\n staging_columns = get_charge_discount_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n id as discount_id, \n code,\n cast(value as {{ dbt.type_float() }}) as discount_value,\n value_type\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__charge_discount_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_discount_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_discount_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_float"], "nodes": ["model.recharge_source.stg_recharge__charge_discount_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_discount.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_discount_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n code\n \n as \n \n code\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 from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n id as discount_id, \n code,\n cast(value as FLOAT64) as discount_value,\n value_type\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_tax_line": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_tax_line", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_tax_line.sql", "original_file_path": "models/stg_recharge__charge_tax_line.sql", "unique_id": "model.recharge_source.stg_recharge__charge_tax_line", "fqn": ["recharge_source", "stg_recharge__charge_tax_line"], "alias": "stg_recharge__charge_tax_line", "checksum": {"name": "sha256", "checksum": "ceed255852bb785a077f8f6c0d4d2a233928465fb39c07cd82d659c124df211d"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of tax line information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The total tax associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "rate": {"name": "rate", "description": "The tax rate associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The title/name of the taxing jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source", "enabled": true}, "created_at": 1748542984.385864, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_tax_line`", "raw_code": "{{ config(enabled=var('recharge__charge_tax_line_enabled', True)) }}\nwith base as (\n\n select *\n from {{ ref('stg_recharge__charge_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_recharge__charge_tax_line_tmp')),\n staging_columns = get_charge_tax_line_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n rate,\n title\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__charge_tax_line_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_tax_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_tax_line_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_tax_line_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_tax_line.sql", "compiled": true, "compiled_code": "\nwith base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_tax_line_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\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 from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n rate,\n title\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_line_item": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_line_item", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_line_item.sql", "original_file_path": "models/stg_recharge__charge_line_item.sql", "unique_id": "model.recharge_source.stg_recharge__charge_line_item", "fqn": ["recharge_source", "stg_recharge__charge_line_item"], "alias": "stg_recharge__charge_line_item", "checksum": {"name": "sha256", "checksum": "ea03338cd7b40bd38625cf6c05c8cb73028a47b528802ed8b32cc52933c93d6f"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all charge line items, each containing information about a distinct purchase item.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "vendor": {"name": "vendor", "description": "The name of the seller.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The product title that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "The SKU (stock keeping unit) of the product associated with the charge's line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "grams": {"name": "grams", "description": "The weight of the charge's line item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The quantity of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.289411, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_line_item`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_line_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_recharge__charge_line_item_tmp')),\n staging_columns = get_charge_line_item_columns()\n )\n }}\n from base\n),\n\nfinal as (\n \n select\n charge_id,\n index,\n vendor,\n title,\n variant_title,\n sku,\n grams,\n quantity,\n cast(total_price as {{ dbt.type_float() }}) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n purchase_item_id,\n purchase_item_type\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__charge_line_item_passthrough_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__charge_line_item_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_line_item_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_line_item_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_line_item_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_line_item.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_line_item_tmp`\n),\n\nfields as (\n \n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n unit_price\n \n as \n \n unit_price\n \n, \n \n \n tax_due\n \n as \n \n tax_due\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n taxable_amount\n \n as \n \n taxable_amount\n \n, \n \n \n unit_price_includes_tax\n \n as \n \n unit_price_includes_tax\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n vendor\n \n as \n \n vendor\n \n, \n \n \n purchase_item_id\n \n as \n \n purchase_item_id\n \n, \n \n \n purchase_item_type\n \n as \n \n purchase_item_type\n \n\n\n\n from base\n),\n\nfinal as (\n \n select\n charge_id,\n index,\n vendor,\n title,\n variant_title,\n sku,\n grams,\n quantity,\n cast(total_price as FLOAT64) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n purchase_item_id,\n purchase_item_type\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__order": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__order.sql", "original_file_path": "models/stg_recharge__order.sql", "unique_id": "model.recharge_source.stg_recharge__order", "fqn": ["recharge_source", "stg_recharge__order"], "alias": "stg_recharge__order", "checksum": {"name": "sha256", "checksum": "a25ef82a46153cd08735fb26404a7c775403541985a91dc65c39a7757a0546e2"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all orders after a charge is successfully processed.", "columns": {"order_id": {"name": "order_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "Unique numeric identifier within your external ecommerce platform for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_number_ecommerce": {"name": "external_order_number_ecommerce", "description": "The unique order number within your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique numeric identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_created_at": {"name": "order_created_at", "description": "The date and time when the order was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_status": {"name": "order_status", "description": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, or CANCELLED", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_updated_at": {"name": "order_updated_at", "description": "The date and time when the order was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_id": {"name": "charge_id", "description": "The unique numeric identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "transaction_id": {"name": "transaction_id", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_prepaid": {"name": "is_prepaid", "description": "Boolean indicating if the Order is prepaid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_total_price": {"name": "order_total_price", "description": "The total amount due of the Order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_type": {"name": "order_type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_processed_at": {"name": "order_processed_at", "description": "The date and time when the order was submitted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_scheduled_at": {"name": "order_scheduled_at", "description": "The date and time when the order will be shipped.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_shipped_date": {"name": "order_shipped_date", "description": "The date when the order will be processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating if the order (record) is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1748542984.392517, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order`", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__order_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_recharge__order_tmp')),\n staging_columns = get_order_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as order_id,\n external_order_id_ecommerce,\n external_order_number_ecommerce,\n customer_id,\n email,\n cast(created_at as {{ dbt.type_timestamp() }}) as order_created_at,\n status as order_status,\n cast(updated_at as {{ dbt.type_timestamp() }}) as order_updated_at,\n charge_id,\n transaction_id,\n charge_status,\n is_prepaid,\n cast(total_price as {{ dbt.type_float() }}) as order_total_price,\n type as order_type,\n cast(processed_at as {{ dbt.type_timestamp() }}) as order_processed_at,\n cast(scheduled_at as {{ dbt.type_timestamp() }}) as order_scheduled_at,\n cast(shipped_date as {{ dbt.type_timestamp() }}) as order_shipped_date,\n address_id,\n is_deleted\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__order_passthrough_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__order_tmp", "package": null, "version": null}, {"name": "stg_recharge__order_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_order_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__order_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__order.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n transaction_id\n \n as \n \n transaction_id\n \n, \n \n \n charge_status\n \n as \n \n charge_status\n \n, \n \n \n is_prepaid\n \n as \n \n is_prepaid\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n external_order_id_ecommerce\n \n as \n \n external_order_id_ecommerce\n \n, \n \n \n external_order_number_ecommerce\n \n as \n \n external_order_number_ecommerce\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 processed_at\n \n as \n \n processed_at\n \n, \n \n \n scheduled_at\n \n as \n \n scheduled_at\n \n, \n \n \n shipped_date\n \n as \n \n shipped_date\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as order_id,\n external_order_id_ecommerce,\n external_order_number_ecommerce,\n customer_id,\n email,\n cast(created_at as timestamp) as order_created_at,\n status as order_status,\n cast(updated_at as timestamp) as order_updated_at,\n charge_id,\n transaction_id,\n charge_status,\n is_prepaid,\n cast(total_price as FLOAT64) as order_total_price,\n type as order_type,\n cast(processed_at as timestamp) as order_processed_at,\n cast(scheduled_at as timestamp) as order_scheduled_at,\n cast(shipped_date as timestamp) as order_shipped_date,\n address_id,\n is_deleted\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, "primary_key": ["order_id"], "time_spine": null}, "model.recharge_source.stg_recharge__one_time_product": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__one_time_product", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__one_time_product.sql", "original_file_path": "models/stg_recharge__one_time_product.sql", "unique_id": "model.recharge_source.stg_recharge__one_time_product", "fqn": ["recharge_source", "stg_recharge__one_time_product"], "alias": "stg_recharge__one_time_product", "checksum": {"name": "sha256", "checksum": "a613fdfb6f5a4f49ef85822910d6f38feef5b84db74d065dfd52de47d3115819"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "Table of all one-times which represent non-recurring line items on a queued charges.", "columns": {"one_time_product_id": {"name": "one_time_product_id", "description": "The unique numeric identifier for the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address. Cannot be used with `next_charge_scheduled_at`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "Unique numeric identifier for the customer the onetime purchase is tied to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating if the onetime is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "one_time_created_at": {"name": "one_time_created_at", "description": "The time the onetime item was first created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "one_time_updated_at": {"name": "one_time_updated_at", "description": "The time the onetime item was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "one_time_next_charge_scheduled_at": {"name": "one_time_next_charge_scheduled_at", "description": "Date of the onetime purchase execution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of items in the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "The unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source", "enabled": true}, "created_at": 1748542984.390659, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__one_time_product`", "raw_code": "{{ config(enabled=var('recharge__one_time_product_enabled', True)) }}\nwith base as (\n\n select *\n from {{ ref('stg_recharge__one_time_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_recharge__one_time_product_tmp')),\n staging_columns = get_one_time_product_columns()\n )\n }}\n from base\n),\n\nfinal as (\n \n select\n id as one_time_product_id,\n address_id,\n customer_id,\n is_deleted,\n cast(created_at as {{ dbt.type_timestamp() }}) as one_time_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as one_time_updated_at,\n next_charge_scheduled_at as one_time_next_charge_scheduled_at,\n product_title,\n variant_title,\n price,\n quantity,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n sku\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__one_time_product_tmp", "package": null, "version": null}, {"name": "stg_recharge__one_time_product_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_one_time_product_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.recharge_source.stg_recharge__one_time_product_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__one_time_product.sql", "compiled": true, "compiled_code": "\nwith base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__one_time_product_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\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 next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n cast(null as boolean) as \n \n _fivetran_deleted\n \n \n\n\n from base\n),\n\nfinal as (\n \n select\n id as one_time_product_id,\n address_id,\n customer_id,\n is_deleted,\n cast(created_at as timestamp) as one_time_created_at,\n cast(updated_at as timestamp) as one_time_updated_at,\n next_charge_scheduled_at as one_time_next_charge_scheduled_at,\n product_title,\n variant_title,\n price,\n quantity,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n sku\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, "primary_key": ["one_time_product_id"], "time_spine": null}, "model.recharge_source.stg_recharge__order_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__order_tmp.sql", "original_file_path": "models/tmp/stg_recharge__order_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__order_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__order_tmp"], "alias": "stg_recharge__order_tmp", "checksum": {"name": "sha256", "checksum": "209db997ea3d5e8bc25b82e0241dae9056b3c690b9463813c76b727a1958ae13"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.097179, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order_tmp`", "raw_code": "select *\nfrom\n{{ var('orders') if var('recharge__using_orders', recharge_source.recharge_does_table_exist('orders')) else var('order') }}", "language": "sql", "refs": [], "sources": [["recharge", "order"]], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.recharge_does_table_exist"], "nodes": ["source.recharge_source.recharge.order"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__order_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom\n`dbt-package-testing`.`recharge_source_tests`.`orders_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_discount_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_discount_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_discount_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_discount_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_discount_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_discount_tmp"], "alias": "stg_recharge__charge_discount_tmp", "checksum": {"name": "sha256", "checksum": "dd8462f660adfdb9b829fc847932cdfa60a11959af333d2dff6ff3575b866324"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.102464, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_discount_tmp`", "raw_code": "select *\nfrom {{ var('charge_discount') }}", "language": "sql", "refs": [], "sources": [["recharge", "charge_discount"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_discount"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_discount_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`charge_discount_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_line_item_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_line_item_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_line_item_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_line_item_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_line_item_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_line_item_tmp"], "alias": "stg_recharge__charge_line_item_tmp", "checksum": {"name": "sha256", "checksum": "331cbc88851123da2c249a25fdabaaf50617347581a1b866fa3b38e01137d5b6"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.106595, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_line_item_tmp`", "raw_code": "select *\nfrom {{ var('charge_line_item') }}", "language": "sql", "refs": [], "sources": [["recharge", "charge_line_item"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_line_item_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`charge_line_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_tax_line_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_tax_line_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_tax_line_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_tax_line_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_tax_line_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_tax_line_tmp"], "alias": "stg_recharge__charge_tax_line_tmp", "checksum": {"name": "sha256", "checksum": "8127e831e0fd7bf785592fef5ad4d22b543d24abd82936205fd3ced357d8db37"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source", "enabled": true}, "created_at": 1748542984.109971, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_tax_line_tmp`", "raw_code": "{{ config(enabled=var('recharge__charge_tax_line_enabled', True)) }}\nselect *\nfrom {{ var('charge_tax_line') }}", "language": "sql", "refs": [], "sources": [["recharge", "charge_tax_line"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_tax_line"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_tax_line_tmp.sql", "compiled": true, "compiled_code": "\nselect *\nfrom `dbt-package-testing`.`recharge_source_tests`.`charge_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_shipping_line_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_shipping_line_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_shipping_line_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_shipping_line_tmp"], "alias": "stg_recharge__charge_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "100b77161d9c2880249a16ae203a1ea447b829b94b08f496ad764dfee958914d"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.113696, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_shipping_line_tmp`", "raw_code": "select *\nfrom {{ var('charge_shipping_line') }}", "language": "sql", "refs": [], "sources": [["recharge", "charge_shipping_line"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_shipping_line_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`charge_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__one_time_product_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__one_time_product_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__one_time_product_tmp.sql", "original_file_path": "models/tmp/stg_recharge__one_time_product_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__one_time_product_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__one_time_product_tmp"], "alias": "stg_recharge__one_time_product_tmp", "checksum": {"name": "sha256", "checksum": "a25abff6adfcf2c76187f5c6683087451306c8a00ebde4d5cc1ff6b2ffbae9d8"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source", "enabled": true}, "created_at": 1748542984.117153, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__one_time_product_tmp`", "raw_code": "{{ config(enabled=var('recharge__one_time_product_enabled', True)) }}\nselect *\nfrom {{ var('one_time_product') }}", "language": "sql", "refs": [], "sources": [["recharge", "one_time_product"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.one_time_product"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__one_time_product_tmp.sql", "compiled": true, "compiled_code": "\nselect *\nfrom `dbt-package-testing`.`recharge_source_tests`.`one_time_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__address_discounts_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_discounts_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__address_discounts_tmp.sql", "original_file_path": "models/tmp/stg_recharge__address_discounts_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__address_discounts_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__address_discounts_tmp"], "alias": "stg_recharge__address_discounts_tmp", "checksum": {"name": "sha256", "checksum": "df852c7d63ed0b51a72fdf15a750e98a39f2445873173ea077c4ecb801efdb84"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.125281, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_discounts_tmp`", "raw_code": "select *\nfrom {{ var('address_discounts') }}", "language": "sql", "refs": [], "sources": [["recharge", "address_discounts"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.address_discounts"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__address_discounts_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`address_discounts_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__subscription_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription_history_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__subscription_history_tmp.sql", "original_file_path": "models/tmp/stg_recharge__subscription_history_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__subscription_history_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__subscription_history_tmp"], "alias": "stg_recharge__subscription_history_tmp", "checksum": {"name": "sha256", "checksum": "512b2bdb117725e557b4a06acbe3ab79c40c3f9347d03d6e5980bb5d605f6bff"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.12883, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription_history_tmp`", "raw_code": "select *\nfrom {{ var('subscription_history') }}", "language": "sql", "refs": [], "sources": [["recharge", "subscription_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.subscription_history"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__subscription_history_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`subscription_history_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__order_line_item_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__order_line_item_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__order_line_item_tmp.sql", "original_file_path": "models/tmp/stg_recharge__order_line_item_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__order_line_item_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__order_line_item_tmp"], "alias": "stg_recharge__order_line_item_tmp", "checksum": {"name": "sha256", "checksum": "0ac309216ed1b723e19fc3c86e17eb3509a5f6a655aee1c64b0d71833e138fb1"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.132712, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order_line_item_tmp`", "raw_code": "select *\nfrom {{ var('order_line_item') }}", "language": "sql", "refs": [], "sources": [["recharge", "order_line_item"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.order_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__order_line_item_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`order_line_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__discount_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__discount_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__discount_tmp.sql", "original_file_path": "models/tmp/stg_recharge__discount_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__discount_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__discount_tmp"], "alias": "stg_recharge__discount_tmp", "checksum": {"name": "sha256", "checksum": "55acc53fa0ad1ee50436b9ecd2e7f65ad7cc61a6060fa8f617ba8e6929cc0fd4"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.1366038, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__discount_tmp`", "raw_code": "select *\nfrom {{ var('discount') }}", "language": "sql", "refs": [], "sources": [["recharge", "discount"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.discount"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__discount_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`discount_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_tmp"], "alias": "stg_recharge__charge_tmp", "checksum": {"name": "sha256", "checksum": "7308a0cdbd8e9e626aa10a671abc1f0c55a0d49bd618432cc31c1325348ad903"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.141065, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_tmp`", "raw_code": "select *\nfrom {{ var('charge') }}", "language": "sql", "refs": [], "sources": [["recharge", "charge"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`charge_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_order_attribute_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__charge_order_attribute_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_order_attribute_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_order_attribute_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_order_attribute_tmp"], "alias": "stg_recharge__charge_order_attribute_tmp", "checksum": {"name": "sha256", "checksum": "177162a97a748f50781215cc5225d991206f23fb8379dc98fdd6bcb587c0ae60"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.1449542, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_order_attribute_tmp`", "raw_code": "select *\nfrom {{ var('charge_order_attribute') }}", "language": "sql", "refs": [], "sources": [["recharge", "charge_order_attribute"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_order_attribute"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_order_attribute_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`charge_order_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__address_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__address_tmp.sql", "original_file_path": "models/tmp/stg_recharge__address_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__address_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__address_tmp"], "alias": "stg_recharge__address_tmp", "checksum": {"name": "sha256", "checksum": "8d5a195145939edb0d1cebd09690c52505e55e5de50220426128402c6463888e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.14874, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_tmp`", "raw_code": "select *\nfrom {{ var('address') }}", "language": "sql", "refs": [], "sources": [["recharge", "address"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.address"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__address_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`address_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__customer_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__customer_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__customer_tmp.sql", "original_file_path": "models/tmp/stg_recharge__customer_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__customer_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__customer_tmp"], "alias": "stg_recharge__customer_tmp", "checksum": {"name": "sha256", "checksum": "c8306146dc9320857bb68daf34ba37521647abcfa1daa87802f728d7594e525b"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.152392, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__customer_tmp`", "raw_code": "select *\nfrom {{ var('customer') }}", "language": "sql", "refs": [], "sources": [["recharge", "customer"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.customer"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__customer_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__address_shipping_line_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__address_shipping_line_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__address_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_recharge__address_shipping_line_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__address_shipping_line_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__address_shipping_line_tmp"], "alias": "stg_recharge__address_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "c104e96f6600bfecb996bf3200decffe65421904981e97c06615898412e4f79e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.156352, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_shipping_line_tmp`", "raw_code": "select *\nfrom {{ var('address_shipping_line') }}", "language": "sql", "refs": [], "sources": [["recharge", "address_shipping_line"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.address_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__address_shipping_line_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`address_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__subscription_tmp": {"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__subscription_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__subscription_tmp.sql", "original_file_path": "models/tmp/stg_recharge__subscription_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__subscription_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__subscription_tmp"], "alias": "stg_recharge__subscription_tmp", "checksum": {"name": "sha256", "checksum": "2a890ad18ba16be690f69dce8da59e7f911962dfb1df01e529d36a718914ba5e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1748542984.160897, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription_tmp`", "raw_code": "select *\nfrom {{ var('subscription') }}", "language": "sql", "refs": [], "sources": [["recharge", "subscription"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.subscription"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__subscription_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_tests`.`subscription_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, "primary_key": [], "time_spine": null}, "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__address_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__address_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333", "fqn": ["recharge_source", "unique_stg_recharge__address_address_id"], "alias": "unique_stg_recharge__address_address_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, "unrendered_config": {}, "created_at": 1748542984.448645, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__address", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__address_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select address_id as unique_field\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address`\n where address_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, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address", "attached_node": "model.recharge_source.stg_recharge__address", "test_metadata": {"name": "unique", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__address_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__address_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f", "fqn": ["recharge_source", "not_null_stg_recharge__address_address_id"], "alias": "not_null_stg_recharge__address_address_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, "unrendered_config": {}, "created_at": 1748542984.44993, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__address", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__address_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address`\nwhere address_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address", "attached_node": "model.recharge_source.stg_recharge__address", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__address_discounts_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__address_discounts_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b", "fqn": ["recharge_source", "not_null_stg_recharge__address_discounts_address_id"], "alias": "not_null_stg_recharge__address_discounts_address_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, "unrendered_config": {}, "created_at": 1748542984.450968, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__address_discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address_discounts"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__address_discounts_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_discounts`\nwhere address_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address_discounts", "attached_node": "model.recharge_source.stg_recharge__address_discounts", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address_discounts')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index"], "alias": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d"}, "created_at": 1748542984.4520051, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d\") }}", "language": "sql", "refs": [{"name": "stg_recharge__address_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.recharge_source.stg_recharge__address_discounts"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n address_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_discounts`\n group by address_id, index\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_recharge__address_discounts", "attached_node": "model.recharge_source.stg_recharge__address_discounts", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["address_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__address_discounts')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__address_shipping_line_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__address_shipping_line_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc", "fqn": ["recharge_source", "not_null_stg_recharge__address_shipping_line_address_id"], "alias": "not_null_stg_recharge__address_shipping_line_address_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, "unrendered_config": {}, "created_at": 1748542984.4647949, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__address_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__address_shipping_line_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_shipping_line`\nwhere address_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address_shipping_line", "attached_node": "model.recharge_source.stg_recharge__address_shipping_line", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address_shipping_line')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index"], "alias": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed"}, "created_at": 1748542984.465836, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed\") }}", "language": "sql", "refs": [{"name": "stg_recharge__address_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.recharge_source.stg_recharge__address_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n address_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__address_shipping_line`\n group by address_id, index\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_recharge__address_shipping_line", "attached_node": "model.recharge_source.stg_recharge__address_shipping_line", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["address_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__address_shipping_line')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__charge_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__charge_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10", "fqn": ["recharge_source", "unique_stg_recharge__charge_charge_id"], "alias": "unique_stg_recharge__charge_charge_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, "unrendered_config": {}, "created_at": 1748542984.4683049, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__charge", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__charge_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select charge_id as unique_field\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge`\n where charge_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, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge", "attached_node": "model.recharge_source.stg_recharge__charge", "test_metadata": {"name": "unique", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__charge_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998", "fqn": ["recharge_source", "not_null_stg_recharge__charge_charge_id"], "alias": "not_null_stg_recharge__charge_charge_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, "unrendered_config": {}, "created_at": 1748542984.469312, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__charge", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge`\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge", "attached_node": "model.recharge_source.stg_recharge__charge", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__charge_discount_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_discount_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017", "fqn": ["recharge_source", "not_null_stg_recharge__charge_discount_charge_id"], "alias": "not_null_stg_recharge__charge_discount_charge_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, "unrendered_config": {}, "created_at": 1748542984.470322, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_discount_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_discount`\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_discount", "attached_node": "model.recharge_source.stg_recharge__charge_discount", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_discount')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index"], "alias": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e"}, "created_at": 1748542984.471334, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e\") }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_discount`\n group by charge_id, index\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_recharge__charge_discount", "attached_node": "model.recharge_source.stg_recharge__charge_discount", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_discount')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__charge_line_item_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_line_item_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938", "fqn": ["recharge_source", "not_null_stg_recharge__charge_line_item_charge_id"], "alias": "not_null_stg_recharge__charge_line_item_charge_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, "unrendered_config": {}, "created_at": 1748542984.473759, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_line_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_line_item_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_line_item`\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_line_item", "attached_node": "model.recharge_source.stg_recharge__charge_line_item", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_line_item')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index"], "alias": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb"}, "created_at": 1748542984.4747899, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb\") }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_line_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.recharge_source.stg_recharge__charge_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_line_item`\n group by charge_id, index\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_recharge__charge_line_item", "attached_node": "model.recharge_source.stg_recharge__charge_line_item", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_line_item')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__charge_order_attribute_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_order_attribute_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588", "fqn": ["recharge_source", "not_null_stg_recharge__charge_order_attribute_charge_id"], "alias": "not_null_stg_recharge__charge_order_attribute_charge_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, "unrendered_config": {}, "created_at": 1748542984.47722, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_order_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_order_attribute"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_order_attribute_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_order_attribute`\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_order_attribute", "attached_node": "model.recharge_source.stg_recharge__charge_order_attribute", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_order_attribute')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index"], "alias": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126"}, "created_at": 1748542984.478236, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_f9348348c4e502667351685447593126\") }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_order_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.recharge_source.stg_recharge__charge_order_attribute"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_f9348348c4e502667351685447593126.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_order_attribute`\n group by charge_id, index\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_recharge__charge_order_attribute", "attached_node": "model.recharge_source.stg_recharge__charge_order_attribute", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_order_attribute')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__charge_shipping_line_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_shipping_line_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26", "fqn": ["recharge_source", "not_null_stg_recharge__charge_shipping_line_charge_id"], "alias": "not_null_stg_recharge__charge_shipping_line_charge_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, "unrendered_config": {}, "created_at": 1748542984.4806762, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_shipping_line_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_shipping_line`\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_shipping_line", "attached_node": "model.recharge_source.stg_recharge__charge_shipping_line", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_shipping_line')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index"], "alias": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2"}, "created_at": 1748542984.481698, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2\") }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_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.recharge_source.stg_recharge__charge_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_shipping_line`\n group by charge_id, index\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_recharge__charge_shipping_line", "attached_node": "model.recharge_source.stg_recharge__charge_shipping_line", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_shipping_line')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__charge_tax_line_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_tax_line_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759", "fqn": ["recharge_source", "not_null_stg_recharge__charge_tax_line_charge_id"], "alias": "not_null_stg_recharge__charge_tax_line_charge_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, "unrendered_config": {}, "created_at": 1748542984.4841259, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_tax_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_tax_line_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_tax_line`\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_tax_line", "attached_node": "model.recharge_source.stg_recharge__charge_tax_line", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_tax_line')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index"], "alias": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e"}, "created_at": 1748542984.485149, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e\") }}", "language": "sql", "refs": [{"name": "stg_recharge__charge_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.recharge_source.stg_recharge__charge_tax_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__charge_tax_line`\n group by charge_id, index\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_recharge__charge_tax_line", "attached_node": "model.recharge_source.stg_recharge__charge_tax_line", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_tax_line')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__checkout_checkout_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__checkout_checkout_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a", "fqn": ["recharge_source", "unique_stg_recharge__checkout_checkout_id"], "alias": "unique_stg_recharge__checkout_checkout_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": false, "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, "unrendered_config": {}, "created_at": 1748542984.4875772, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_recharge__checkout", "attached_node": "model.recharge_source.stg_recharge__checkout", "test_metadata": {"name": "unique", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_recharge__checkout')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__checkout_checkout_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__checkout_checkout_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8", "fqn": ["recharge_source", "not_null_stg_recharge__checkout_checkout_id"], "alias": "not_null_stg_recharge__checkout_checkout_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": false, "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, "unrendered_config": {}, "created_at": 1748542984.488589, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_recharge__checkout", "attached_node": "model.recharge_source.stg_recharge__checkout", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_recharge__checkout')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__customer_customer_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__customer_customer_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410", "fqn": ["recharge_source", "unique_stg_recharge__customer_customer_id"], "alias": "unique_stg_recharge__customer_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, "unrendered_config": {}, "created_at": 1748542984.489599, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__customer"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__customer_customer_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select customer_id as unique_field\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__customer`\n where customer_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, "alias_types": true, "checksum": null}, "column_name": "customer_id", "file_key_name": "models.stg_recharge__customer", "attached_node": "model.recharge_source.stg_recharge__customer", "test_metadata": {"name": "unique", "kwargs": {"column_name": "customer_id", "model": "{{ get_where_subquery(ref('stg_recharge__customer')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__customer_customer_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__customer_customer_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba", "fqn": ["recharge_source", "not_null_stg_recharge__customer_customer_id"], "alias": "not_null_stg_recharge__customer_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, "unrendered_config": {}, "created_at": 1748542984.490664, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__customer"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__customer_customer_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__customer`\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_recharge__customer", "attached_node": "model.recharge_source.stg_recharge__customer", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_id", "model": "{{ get_where_subquery(ref('stg_recharge__customer')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__discount_discount_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__discount_discount_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c", "fqn": ["recharge_source", "unique_stg_recharge__discount_discount_id"], "alias": "unique_stg_recharge__discount_discount_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, "unrendered_config": {}, "created_at": 1748542984.491664, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__discount_discount_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select discount_id as unique_field\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__discount`\n where discount_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, "alias_types": true, "checksum": null}, "column_name": "discount_id", "file_key_name": "models.stg_recharge__discount", "attached_node": "model.recharge_source.stg_recharge__discount", "test_metadata": {"name": "unique", "kwargs": {"column_name": "discount_id", "model": "{{ get_where_subquery(ref('stg_recharge__discount')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__discount_discount_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__discount_discount_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3", "fqn": ["recharge_source", "not_null_stg_recharge__discount_discount_id"], "alias": "not_null_stg_recharge__discount_discount_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, "unrendered_config": {}, "created_at": 1748542984.4926562, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__discount_discount_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__discount`\nwhere discount_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "discount_id", "file_key_name": "models.stg_recharge__discount", "attached_node": "model.recharge_source.stg_recharge__discount", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "discount_id", "model": "{{ get_where_subquery(ref('stg_recharge__discount')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__one_time_product_one_time_product_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__one_time_product_one_time_product_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b", "fqn": ["recharge_source", "unique_stg_recharge__one_time_product_one_time_product_id"], "alias": "unique_stg_recharge__one_time_product_one_time_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, "unrendered_config": {}, "created_at": 1748542984.493658, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__one_time_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__one_time_product"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__one_time_product_one_time_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select one_time_product_id as unique_field\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__one_time_product`\n where one_time_product_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, "alias_types": true, "checksum": null}, "column_name": "one_time_product_id", "file_key_name": "models.stg_recharge__one_time_product", "attached_node": "model.recharge_source.stg_recharge__one_time_product", "test_metadata": {"name": "unique", "kwargs": {"column_name": "one_time_product_id", "model": "{{ get_where_subquery(ref('stg_recharge__one_time_product')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__one_time_product_one_time_product_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__one_time_product_one_time_product_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d", "fqn": ["recharge_source", "not_null_stg_recharge__one_time_product_one_time_product_id"], "alias": "not_null_stg_recharge__one_time_product_one_time_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, "unrendered_config": {}, "created_at": 1748542984.494653, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__one_time_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__one_time_product"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__one_time_product_one_time_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect one_time_product_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__one_time_product`\nwhere one_time_product_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "one_time_product_id", "file_key_name": "models.stg_recharge__one_time_product", "attached_node": "model.recharge_source.stg_recharge__one_time_product", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "one_time_product_id", "model": "{{ get_where_subquery(ref('stg_recharge__one_time_product')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__order_order_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__order_order_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd", "fqn": ["recharge_source", "unique_stg_recharge__order_order_id"], "alias": "unique_stg_recharge__order_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, "unrendered_config": {}, "created_at": 1748542984.4957068, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__order", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__order"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__order_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select order_id as unique_field\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order`\n where order_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, "alias_types": true, "checksum": null}, "column_name": "order_id", "file_key_name": "models.stg_recharge__order", "attached_node": "model.recharge_source.stg_recharge__order", "test_metadata": {"name": "unique", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_recharge__order')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__order_order_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__order_order_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7", "fqn": ["recharge_source", "not_null_stg_recharge__order_order_id"], "alias": "not_null_stg_recharge__order_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, "unrendered_config": {}, "created_at": 1748542984.496702, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__order", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__order"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__order_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order`\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_recharge__order", "attached_node": "model.recharge_source.stg_recharge__order", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_recharge__order')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__order_line_item_order_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__order_line_item_order_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f", "fqn": ["recharge_source", "not_null_stg_recharge__order_line_item_order_id"], "alias": "not_null_stg_recharge__order_line_item_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, "unrendered_config": {}, "created_at": 1748542984.497695, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__order_line_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__order_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__order_line_item_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order_line_item`\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_recharge__order_line_item", "attached_node": "model.recharge_source.stg_recharge__order_line_item", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_recharge__order_line_item')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index"], "alias": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9"}, "created_at": 1748542984.498701, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9\") }}", "language": "sql", "refs": [{"name": "stg_recharge__order_line_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.recharge_source.stg_recharge__order_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, index\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__order_line_item`\n group by order_id, index\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_recharge__order_line_item", "attached_node": "model.recharge_source.stg_recharge__order_line_item", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__order_line_item')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "unique_stg_recharge__subscription_subscription_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__subscription_subscription_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea", "fqn": ["recharge_source", "unique_stg_recharge__subscription_subscription_id"], "alias": "unique_stg_recharge__subscription_subscription_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, "unrendered_config": {}, "created_at": 1748542984.5011368, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__subscription", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__subscription_subscription_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select subscription_id as unique_field\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription`\n where subscription_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, "alias_types": true, "checksum": null}, "column_name": "subscription_id", "file_key_name": "models.stg_recharge__subscription", "attached_node": "model.recharge_source.stg_recharge__subscription", "test_metadata": {"name": "unique", "kwargs": {"column_name": "subscription_id", "model": "{{ get_where_subquery(ref('stg_recharge__subscription')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__subscription_subscription_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__subscription_subscription_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32", "fqn": ["recharge_source", "not_null_stg_recharge__subscription_subscription_id"], "alias": "not_null_stg_recharge__subscription_subscription_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, "unrendered_config": {}, "created_at": 1748542984.502152, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__subscription", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__subscription_subscription_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect subscription_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription`\nwhere subscription_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "subscription_id", "file_key_name": "models.stg_recharge__subscription", "attached_node": "model.recharge_source.stg_recharge__subscription", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "subscription_id", "model": "{{ get_where_subquery(ref('stg_recharge__subscription')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "not_null_stg_recharge__subscription_history_subscription_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__subscription_history_subscription_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c", "fqn": ["recharge_source", "not_null_stg_recharge__subscription_history_subscription_id"], "alias": "not_null_stg_recharge__subscription_history_subscription_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, "unrendered_config": {}, "created_at": 1748542984.5032241, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [{"name": "stg_recharge__subscription_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription_history"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__subscription_history_subscription_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect subscription_id\nfrom `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription_history`\nwhere subscription_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "subscription_id", "file_key_name": "models.stg_recharge__subscription_history", "attached_node": "model.recharge_source.stg_recharge__subscription_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "subscription_id", "model": "{{ get_where_subquery(ref('stg_recharge__subscription_history')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269": {"database": "dbt-package-testing", "schema": "recharge_source_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at"], "alias": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c"}, "created_at": 1748542984.50425, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c\") }}", "language": "sql", "refs": [{"name": "stg_recharge__subscription_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription_history"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n subscription_id, subscription_updated_at\n from `dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__subscription_history`\n group by subscription_id, subscription_updated_at\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_recharge__subscription_history", "attached_node": "model.recharge_source.stg_recharge__subscription_history", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["subscription_id", "subscription_updated_at"], "model": "{{ get_where_subquery(ref('stg_recharge__subscription_history')) }}"}, "namespace": "dbt_utils"}}}, "sources": {"source.recharge_source.recharge.address": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "address", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.address", "fqn": ["recharge_source", "recharge", "address"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "address_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all addresses, an address record represents a shipping address.", "columns": {"id": {"name": "id", "description": "Unique numeric identifier for the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_1": {"name": "address_1", "description": "The street associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_2": {"name": "address_2", "description": "Any additional information associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "city": {"name": "city", "description": "The city associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "province": {"name": "province", "description": "The state or province associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "country_code": {"name": "country_code", "description": "The country code associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "zip": {"name": "zip", "description": "The zip or postal code associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "company": {"name": "company", "description": "The company associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "phone": {"name": "phone", "description": "The phone number associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The date and time when the address was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The date and time when the address was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`address_data`", "created_at": 1748542984.515041, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.address_discounts": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "address_discounts", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.address_discounts", "fqn": ["recharge_source", "recharge", "address_discounts"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "address_discounts_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of addresses and associated discounts.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "id": {"name": "id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`address_discounts_data`", "created_at": 1748542984.515852, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.address_shipping_line": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "address_shipping_line", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.address_shipping_line", "fqn": ["recharge_source", "recharge", "address_shipping_line"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "address_shipping_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all addresses and corresponding associated shipping information.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the shipping amount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The type of the shipping, can contain geographical shipping information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The type of shipping consignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`address_shipping_line_data`", "created_at": 1748542984.5160031, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.charge": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge", "fqn": ["recharge_source", "recharge", "charge"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all charges (financial transactions) linked to the purchase of an item. A charge is linked to a corresponding order, an order is created once the corresponding charge is successful.", "columns": {"id": {"name": "id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_hash": {"name": "customer_hash", "description": "The hash of the customer associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "note": {"name": "note", "description": "Shows the next order in sequence.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "Date and time when the charge was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "Date and time when the charge was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "processed_at": {"name": "processed_at", "description": "Date and time when the charge was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "scheduled_at": {"name": "scheduled_at", "description": "The date time of when the associated charge is/was scheduled to process.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "orders_count": {"name": "orders_count", "description": "The number of orders generated from this charge (Will be >1 for prepaid).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "The unique numeric identifier within your external ecommerce platform for the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subtotal_price": {"name": "subtotal_price", "description": "The combined price of all order line_items minus any discounts. Does not include taxes and shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tags": {"name": "tags", "description": "A comma-separated list of tags on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_lines": {"name": "tax_lines", "description": "An array of tax lines that apply to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_discounts": {"name": "total_discounts", "description": "The sum of the discounts applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all the prices of all the items in the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The sum of all the prices of all the items in the charge, taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_tax": {"name": "total_tax", "description": "The total tax due associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_weight_grams": {"name": "total_weight_grams", "description": "The total weight of all items in the charge in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "type": {"name": "type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "status": {"name": "status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_refunds": {"name": "total_refunds", "description": "The sum of all refunds that were applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "The unique identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "payment_processor": {"name": "payment_processor", "description": "The payment processor used on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "has_uncommited_changes": {"name": "has_uncommited_changes", "description": "Specifies whether the charge is scheduled for regeneration (if the subscription is related to the charge was updated in the last 5 seconds using \"commit_update\":false).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "last_charge_attempt_date": {"name": "last_charge_attempt_date", "description": "The date when the charge was last attempted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "retry_date": {"name": "retry_date", "description": "The date when the next attempt will be placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "error_type": {"name": "error_type", "description": "Structured reason why the charge failed such as customer_needs_to_updated_card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "error": {"name": "error", "description": "Error reason as sentence text (typically returned directly from the payment processor - e.g. \"customer needs to update credit card\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_attempts": {"name": "charge_attempts", "description": "Shows how many times an attempt to charge was placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_not_found": {"name": "external_variant_id_not_found", "description": "Indicates if Recharge was able to find the external_variant_id_ecommerce from the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "client_details_browser_ip": {"name": "client_details_browser_ip", "description": "The IP address of the buyer detected in checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "The user agent detected during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_data`", "created_at": 1748542984.516186, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.charge_discount": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_discount", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_discount", "fqn": ["recharge_source", "recharge", "charge_discount"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_discount_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all charge discount codes.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "id": {"name": "id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "value": {"name": "value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "value_type": {"name": "value_type", "description": "Possible values - FIXED_AMOUNT, PERCENTAGE, SHIPPING", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_discount_data`", "created_at": 1748542984.516326, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.charge_line_item": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_line_item", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_line_item", "fqn": ["recharge_source", "recharge", "charge_line_item"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_line_item_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all charge line items, each containing information about a distinct purchase item.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the product variant that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The product title that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "grams": {"name": "grams", "description": "The weight of the charge's line item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The quantity of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "The SKU (stock keeping unit) of the product associated with the charge's line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "vendor": {"name": "vendor", "description": "The name of the seller.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_line_item_data`", "created_at": 1748542984.516481, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.charge_order_attribute": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_order_attribute", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_order_attribute", "fqn": ["recharge_source", "recharge", "charge_order_attribute"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_order_attribute_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of notes associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_attribute": {"name": "order_attribute", "description": "An array of name-value pairs of order attributes on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_order_attribute_data`", "created_at": 1748542984.5166159, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.charge_shipping_line": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_shipping_line", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_shipping_line", "fqn": ["recharge_source", "recharge", "charge_shipping_line"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_shipping_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all shipping information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of th shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The code associated with the shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_shipping_line_data`", "created_at": 1748542984.516751, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.charge_tax_line": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "charge_tax_line", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_tax_line", "fqn": ["recharge_source", "recharge", "charge_tax_line"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_tax_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of tax line information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The total tax associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "rate": {"name": "rate", "description": "The tax rate associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The title/name of the taxing jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`charge_tax_line_data`", "created_at": 1748542984.516895, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.customer": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "customer", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.customer", "fqn": ["recharge_source", "recharge", "customer"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "customer_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all customer details holding account and billing information. Email is unique on the customer, no two customers for a store can have the same email.", "columns": {"id": {"name": "id", "description": "The unique ID of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "hash": {"name": "hash", "description": "The unique string identifier used in a customer portal link.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_customer_id_ecommerce": {"name": "external_customer_id_ecommerce", "description": "External platform's unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The date and time when the customer was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "first_charge_processed_at": {"name": "first_charge_processed_at", "description": "Date when first charge was processed for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscriptions_active_count": {"name": "subscriptions_active_count", "description": "The number of active subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subscriptions_total_count": {"name": "subscriptions_total_count", "description": "The total number of subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "has_valid_payment_method": {"name": "has_valid_payment_method", "description": "Boolean indicating if the payment value is valid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "has_payment_method_in_dunning": {"name": "has_payment_method_in_dunning", "description": "Boolean indicating if the customer has a credit card in dunning.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_exempt": {"name": "tax_exempt", "description": "Boolean indicating if the customer is tax exempt.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`customer_data`", "created_at": 1748542984.517204, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.discount": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "discount", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.discount", "fqn": ["recharge_source", "recharge", "discount"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "discount_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of discounts that can be applied to a checkout, or that can be directly applied to an address.", "columns": {"id": {"name": "id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The date and time when the discount was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The date and time when the discount was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "starts_at": {"name": "starts_at", "description": "The date when the discount becomes active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "ends_at": {"name": "ends_at", "description": "The expiration time of the discount, past this time the discount can no longer be redeemed, once the time of the discount has passed the status of the discount will go from 'active' to 'disabled'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "value": {"name": "value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "status": {"name": "status", "description": "The status of the discount, accepted values - enabled, disabled, fully_disabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "usage_limits": {"name": "usage_limits", "description": "An integer indicating how many times the discount can been used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to": {"name": "applies_to", "description": "Indicates where the discount applies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to_resource": {"name": "applies_to_resource", "description": "An indicator of the type of resource which applies_to_id refers.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to_id": {"name": "applies_to_id", "description": "A list of ids of the type indicated in applies_to_resource for which the discount can be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "applies_to_product_type": {"name": "applies_to_product_type", "description": "Indicates which product types the discount applies to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "minimum_order_amount": {"name": "minimum_order_amount", "description": "The minimum cart subtotal needed for the discount to be applicable. `duration` has to be `single_use` and the discount must apply to the entire order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`discount_data`", "created_at": 1748542984.517351, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.one_time_product": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "one_time_product", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.one_time_product", "fqn": ["recharge_source", "recharge", "one_time_product"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "one_time_product_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all one-times which represent non-recurring line items on a queued charges.", "columns": {"id": {"name": "id", "description": "The unique numeric identifier for the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address. Cannot be used with `next_charge_scheduled_at`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating if the onetime is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The time the onetime item was first created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The time the onetime item was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "next_charge_scheduled_at": {"name": "next_charge_scheduled_at", "description": "Date of the onetime purchase execution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of items in the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "The unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {"enabled": true}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`one_time_product_data`", "created_at": 1748542984.517507, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.order": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "order", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.order", "fqn": ["recharge_source", "recharge", "order"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "order_data", "quoting": {"database": null, "schema": null, "identifier": true, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all orders after a charge is successfully processed.", "columns": {"id": {"name": "id", "description": "The unique identifier of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_id": {"name": "charge_id", "description": "The unique numeric identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating if the order (record) is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "transaction_id": {"name": "transaction_id", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_prepaid": {"name": "is_prepaid", "description": "Boolean indicating if the Order is prepaid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "status": {"name": "status", "description": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, CANCELLED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The sum of all prices of the item in the order with taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "type": {"name": "type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "Unique numeric identifier within your external ecommerce platform for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_number_ecommerce": {"name": "external_order_number_ecommerce", "description": "The unique order number within your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The date and time when the order was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The date and time when the order was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "processed_at": {"name": "processed_at", "description": "The date and time when the order was submitted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "scheduled_at": {"name": "scheduled_at", "description": "The date and time when the order will be shipped.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "shipped_date": {"name": "shipped_date", "description": "The date when the order will be processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`order_data`", "created_at": 1748542984.5177212, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.orders": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "orders", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.orders", "fqn": ["recharge_source", "recharge", "orders"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "orders_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all orders after a charge is successfully processed.", "columns": {"id": {"name": "id", "description": "The unique identifier of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_id": {"name": "charge_id", "description": "The unique numeric identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating if the order (record) is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "transaction_id": {"name": "transaction_id", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "is_prepaid": {"name": "is_prepaid", "description": "Boolean indicating if the Order is prepaid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "status": {"name": "status", "description": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, CANCELLED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The sum of all prices of the item in the order with taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "type": {"name": "type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "Unique numeric identifier within your external ecommerce platform for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_order_number_ecommerce": {"name": "external_order_number_ecommerce", "description": "The unique order number within your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The date and time when the order was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The date and time when the order was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "processed_at": {"name": "processed_at", "description": "The date and time when the order was submitted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "scheduled_at": {"name": "scheduled_at", "description": "The date and time when the order will be shipped.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "shipped_date": {"name": "shipped_date", "description": "The date when the order will be processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`orders_data`", "created_at": 1748542984.517875, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.order_line_item": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "order_line_item", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.order_line_item", "fqn": ["recharge_source", "recharge", "order_line_item"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "order_line_item_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all order line items. Each line containing information about an item in the order.", "columns": {"order_id": {"name": "order_id", "description": "The unique identifier of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent order_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "title": {"name": "title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of products that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "grams": {"name": "grams", "description": "Weight in grams of the item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The unique numeric identifier for your external ecommerce platform product in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`order_line_item_data`", "created_at": 1748542984.518027, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.subscription": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "subscription", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.subscription", "fqn": ["recharge_source", "recharge", "subscription"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "subscription_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all subscriptions for the merchant. Subscriptions are individual items a customer receives on a recurring basis.", "columns": {"id": {"name": "id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancelled_at": {"name": "cancelled_at", "description": "The date and time when the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "next_charge_scheduled_at": {"name": "next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "status": {"name": "status", "description": "The status of the subscription. Possible values are ACTIVE, CANCELLED, EXPIRED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "Unique numeric identifier of the product in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "A unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency with which a subscription should have the order created with (valid values are \u201cday\u201d, \u201cweek\u201d, and \u201cmonth\u201d).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order, e.g. order_interval_unit = 'month' and order_interval frequency = 3 indicates an order every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. This is only applicable to subscriptions with order_interval_unit = \u201cweek\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. This is only applicable to subscriptions with order_interval_unit = \u201cmonth\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`subscription_data`", "created_at": 1748542984.518188, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}, "source.recharge_source.recharge.subscription_history": {"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "subscription_history", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.subscription_history", "fqn": ["recharge_source", "recharge", "subscription_history"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "subscription_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "History table that builds over time. Does not capture history prior to connecting Fivetran.", "columns": {"subscription_id": {"name": "subscription_id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "The date time at which the purchase_item record was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "The date and time the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancelled_at": {"name": "cancelled_at", "description": "The date and time the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "next_charge_scheduled_at": {"name": "next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "status": {"name": "status", "description": "The status of the subscription. Possible values are ACTIVE, CANCELLED, EXPIRED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "product_title": {"name": "product_title", "description": "The name of the product in a store\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "An object containing the product id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "An object containing the variant id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment. In cases where SKU is blank, it will be dynamically pulled whenever it is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency unit used to determine when a subscription\u2019s order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order. For example, order_interval_unit = month and order_interval_frequency = 3, indicate order every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each Charge. For example, order_interval_unit=month and charge_interval_frequency=3, indicate charge every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. Default is that there isn\u2019t a strict day of the week order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. Default is that there isn\u2019t a strict day of the month when the order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set the number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`subscription_history_data`", "created_at": 1748542984.5183449, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}}, "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": 1748542982.8730261, "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": 1748542982.8732622, "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": 1748542982.873556, "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 {%- set submission_method = config.get(\"submission_method\", \"serverless\") -%}\n {%- if submission_method in (\"serverless\", \"cluster\") -%}\n {{ py_write_table(compiled_code=compiled_code, target_relation=relation.quote(database=False, schema=False, identifier=False)) }}\n {%- elif submission_method == \"bigframes\" -%}\n {{ bigframes_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 dataframe syntax, it got %s\" % submission_method) %} {%- endif -%}\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", "macro.dbt_bigquery.bigframes_write_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.877284, "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": 1748542982.877862, "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": 1748542982.878001, "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": 1748542982.878149, "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": 1748542982.878301, "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": 1748542982.8784509, "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": 1748542982.878635, "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": 1748542982.878907, "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": 1748542982.879072, "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": 1748542982.879495, "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": 1748542982.8798661, "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": 1748542982.880519, "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": 1748542982.880694, "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": 1748542982.880977, "supported_languages": null}, "macro.dbt_bigquery.materialization_materialized_view_bigquery": {"name": "materialization_materialized_view_bigquery", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/materialized_view.sql", "original_file_path": "macros/materializations/materialized_view.sql", "unique_id": "macro.dbt_bigquery.materialization_materialized_view_bigquery", "macro_sql": "{% materialization materialized_view, adapter='bigquery' -%}\n\n {% set relations = materialization_materialized_view_default() %}\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 {{ return(relations) }}\n\n{%- endmaterialization %}", "depends_on": {"macros": ["macro.dbt.materialization_materialized_view_default"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.881546, "supported_languages": ["sql"]}, "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": 1748542982.88186, "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": 1748542982.8820229, "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, model['config']['delimiter']) }}\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": 1748542982.8829162, "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": 1748542982.883463, "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 = bigquery__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_bigquery.bigquery__create_or_replace_view", "macro.dbt.persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.884248, "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": 1748542982.8867168, "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{%- set raw_partition_by = config.get('partition_by', none) -%}\n{%- set raw_cluster_by = config.get('cluster_by', none) -%}\n{%- set enable_list_inference = config.get('enable_list_inference', true) -%}\n{%- set intermediate_format = config.get('intermediate_format', none) -%}\n\n{%- set partition_config = adapter.parse_partition_by(raw_partition_by) %}\n\nspark = SparkSession.builder.appName('smallTest').getOrCreate()\n\nspark.conf.set(\"viewsEnabled\",\"true\")\nspark.conf.set(\"temporaryGcsBucket\",\"{{target.gcs_bucket}}\")\nspark.conf.set(\"enableListInference\", \"{{ enable_list_inference }}\")\n{% if intermediate_format %}\nspark.conf.set(\"intermediateFormat\", \"{{ intermediate_format }}\")\n{% endif %}\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\n# For writeMethod we need to use \"indirect\" if materializing a partitioned table\n# otherwise we can use \"direct\". Note that indirect will fail if the GCS bucket has a retention policy set on it.\n{%- if partition_config %}\n {%- set write_method = 'indirect' -%}\n{%- else %}\n {% set write_method = 'direct' -%}\n{%- endif %}\n\ndf.write \\\n .mode(\"overwrite\") \\\n .format(\"bigquery\") \\\n .option(\"writeMethod\", \"{{ write_method }}\") \\\n .option(\"writeDisposition\", 'WRITE_TRUNCATE') \\\n {%- if partition_config is not none %}\n {%- if partition_config.data_type | lower in ('date','timestamp','datetime') %}\n .option(\"partitionField\", \"{{- partition_config.field -}}\") \\\n {%- if partition_config.granularity is not none %}\n .option(\"partitionType\", \"{{- partition_config.granularity| upper -}}\") \\\n {%- endif %}\n {%- endif %}\n {%- endif %}\n {%- if raw_cluster_by is not none %}\n .option(\"clusteredFields\", \"{{- raw_cluster_by | join(',') -}}\") \\\n {%- endif %}\n .save(\"{{target_relation}}\")\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.888063, "supported_languages": null}, "macro.dbt_bigquery.bigframes_write_table": {"name": "bigframes_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.bigframes_write_table", "macro_sql": "{% macro bigframes_write_table(compiled_code, target_relation) %}\nimport bigframes.pandas as bpd\nbpd.options.compute.extra_query_labels[\"bigframes-dbt-api\"] = \"python-model-table\"\nbpd.options.bigquery.ordering_mode = \"partial\"\nbpd.options.bigquery.project = \"{{ target.project }}\"\n{% if target.location %}\nbpd.options.bigquery.location = \"{{ target.location }}\"\n{% endif %}\nsession = bpd.get_global_session()\n{{ compiled_code }}\ndbt = dbtObj(bpd.read_gbq)\ndf = model(dbt, session)\ndf.to_gbq(\"{{ target_relation }}\", if_exists=\"replace\")\ndf._session.close()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.888342, "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.get('package'), ref_table.name, version=ref_table.get('version'))) }}\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": 1748542982.88962, "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', 'microbatch'\n {%- endset %}\n {% if strategy not in ['merge', 'insert_overwrite', 'microbatch'] %}\n {% do exceptions.raise_compiler_error(invalid_strategy_msg) %}\n {% endif %}\n\n {% if strategy == 'microbatch' %}\n {% do bq_validate_microbatch_config(config) %}\n {% endif %}\n\n {% do return(strategy) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bq_validate_microbatch_config"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.891555, "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": 1748542982.891903, "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": 1748542982.892677, "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 {% elif strategy == 'microbatch' %}\n\n {% set build_sql = bq_generate_microbatch_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 {% 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_microbatch_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": 1748542982.893522, "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 not in ['insert_overwrite', 'microbatch'] %} {#-- 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' or 'microbatch'.\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 {% 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 {%- if tmp_relation_exists -%}\n {{ adapter.drop_relation(tmp_relation) }}\n {%- endif -%}\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": 1748542982.897413, "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": 1748542982.897826, "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": 1748542982.897995, "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": 1748542982.898133, "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": 1748542982.8983328, "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": 1748542982.898467, "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 predicates = [] if incremental_predicates is none else [] + incremental_predicates -%}\n {%- set avoid_require_partition_filter = predicate_for_avoid_require_partition_filter() -%}\n {%- if avoid_require_partition_filter is not none -%}\n {% do predicates.append(avoid_require_partition_filter) %}\n {%- endif -%}\n\n {% set build_sql = get_merge_sql(target_relation, source_sql, unique_key, dest_columns, predicates) %}\n\n {{ return(build_sql) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.wrap_with_time_ingestion_partitioning_sql", "macro.dbt_bigquery.predicate_for_avoid_require_partition_filter", "macro.dbt.get_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.899841, "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": 1748542982.900506, "supported_languages": null}, "macro.dbt_bigquery.predicate_for_avoid_require_partition_filter": {"name": "predicate_for_avoid_require_partition_filter", "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.predicate_for_avoid_require_partition_filter", "macro_sql": "{% macro predicate_for_avoid_require_partition_filter(target='DBT_INTERNAL_DEST') %}\n\n {%- set raw_partition_by = config.get('partition_by', none) -%}\n {%- set partition_config = adapter.parse_partition_by(raw_partition_by) -%}\n {%- set predicate = none -%}\n\n {% if partition_config and config.get('require_partition_filter') -%}\n {%- set partition_field = partition_config.time_partitioning_field() if partition_config.time_ingestion_partitioning else partition_config.field -%}\n {% set predicate %}\n (\n `{{ target }}`.`{{ partition_field }}` is null\n or `{{ target }}`.`{{ partition_field }}` is not null\n )\n {% endset %}\n {%- endif -%}\n\n {{ return(predicate) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.901237, "supported_languages": null}, "macro.dbt_bigquery.bq_validate_microbatch_config": {"name": "bq_validate_microbatch_config", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/microbatch.sql", "original_file_path": "macros/materializations/incremental_strategy/microbatch.sql", "unique_id": "macro.dbt_bigquery.bq_validate_microbatch_config", "macro_sql": "{% macro bq_validate_microbatch_config(config) %}\n {% if config.get(\"partition_by\") is none %}\n {% set missing_partition_msg -%}\n The 'microbatch' strategy requires a `partition_by` config.\n {%- endset %}\n {% do exceptions.raise_compiler_error(missing_partition_msg) %}\n {% endif %}\n\n {% if config.get(\"partition_by\").granularity != config.get('batch_size') %}\n {% set invalid_partition_by_granularity_msg -%}\n The 'microbatch' strategy requires a `partition_by` config with the same granularity as its configured `batch_size`.\n Got:\n `batch_size`: {{ config.get('batch_size') }}\n `partition_by.granularity`: {{ config.get(\"partition_by\").granularity }}\n {%- endset %}\n {% do exceptions.raise_compiler_error(invalid_partition_by_granularity_msg) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9020941, "supported_languages": null}, "macro.dbt_bigquery.bq_generate_microbatch_build_sql": {"name": "bq_generate_microbatch_build_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/materializations/incremental_strategy/microbatch.sql", "original_file_path": "macros/materializations/incremental_strategy/microbatch.sql", "unique_id": "macro.dbt_bigquery.bq_generate_microbatch_build_sql", "macro_sql": "{% macro bq_generate_microbatch_build_sql(\n tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, copy_partitions\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{% 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": 1748542982.902473, "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": 1748542982.904035, "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.data_type == 'int64' %}\n {% set partition = partition | as_text %}\n {% elif 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": 1748542982.9053922, "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": 1748542982.905962, "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": 1748542982.9069388, "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 {%- if tmp_relation_exists is false -%}\n {# We run temp table creation in a separated script to move to partitions copy if it doesn't already exist #}\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 {%- endif -%}\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": 1748542982.9077451, "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": 1748542982.908949, "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": 1748542982.909618, "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": 1748542982.910027, "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": 1748542982.910284, "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": 1748542982.910935, "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": 1748542982.9112809, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_relation": {"name": "bigquery__drop_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_relation", "macro_sql": "{% macro bigquery__drop_relation(relation) -%}\n {% do adapter.drop_relation(relation) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.91148, "supported_languages": null}, "macro.dbt_bigquery.bigquery_options": {"name": "bigquery_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/options.sql", "original_file_path": "macros/relations/options.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 -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.911943, "supported_languages": null}, "macro.dbt_bigquery.cluster_by": {"name": "cluster_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/cluster.sql", "original_file_path": "macros/relations/cluster.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 -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.912413, "supported_languages": null}, "macro.dbt_bigquery.bigquery__rename_relation": {"name": "bigquery__rename_relation", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.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": 1748542982.912617, "supported_languages": null}, "macro.dbt_bigquery.partition_by": {"name": "partition_by", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/partition.sql", "original_file_path": "macros/relations/partition.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 -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9133701, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_materialized_view": {"name": "bigquery__drop_materialized_view", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_materialized_view", "macro_sql": "{% macro bigquery__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": 1748542982.913523, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_replace_materialized_view_as_sql": {"name": "bigquery__get_replace_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/materialized_view/replace.sql", "original_file_path": "macros/relations/materialized_view/replace.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_replace_materialized_view_as_sql", "macro_sql": "{% macro bigquery__get_replace_materialized_view_as_sql(relation, sql) %}\n\n {%- set materialized_view = adapter.Relation.materialized_view_from_relation_config(config.model) -%}\n\n create or replace materialized view if not exists {{ relation }}\n {% if materialized_view.partition %}{{ partition_by(materialized_view.partition) }}{% endif %}\n {% if materialized_view.cluster %}{{ cluster_by(materialized_view.cluster.fields) }}{% endif %}\n {{ bigquery_options(materialized_view.options.as_ddl_dict()) }}\n as {{ sql }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.partition_by", "macro.dbt_bigquery.cluster_by", "macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.914091, "supported_languages": null}, "macro.dbt_bigquery.bigquery__refresh_materialized_view": {"name": "bigquery__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt_bigquery.bigquery__refresh_materialized_view", "macro_sql": "{% macro bigquery__refresh_materialized_view(relation) %}\n call bq.refresh_materialized_view('{{ relation.database }}.{{ relation.schema }}.{{ relation.identifier }}')\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.914314, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_alter_materialized_view_as_sql": {"name": "bigquery__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_alter_materialized_view_as_sql", "macro_sql": "{% macro bigquery__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 {% if configuration_changes.requires_full_refresh %}\n {{ get_replace_sql(existing_relation, relation, sql) }}\n {% else %}\n\n alter materialized view {{ relation }}\n set {{ bigquery_options(configuration_changes.options.context.as_ddl_dict()) }}\n\n {%- endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_sql", "macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9148018, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_materialized_view_configuration_changes": {"name": "bigquery__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_materialized_view_configuration_changes", "macro_sql": "{% macro bigquery__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {% set _existing_materialized_view = adapter.describe_relation(existing_relation) %}\n {% set _configuration_changes = existing_relation.materialized_view_config_changeset(_existing_materialized_view, new_config.model) %}\n {% do return(_configuration_changes) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9150982, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_create_materialized_view_as_sql": {"name": "bigquery__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_create_materialized_view_as_sql", "macro_sql": "{% macro bigquery__get_create_materialized_view_as_sql(relation, sql) %}\n\n {%- set materialized_view = adapter.Relation.materialized_view_from_relation_config(config.model) -%}\n\n create materialized view if not exists {{ relation }}\n {% if materialized_view.partition %}{{ partition_by(materialized_view.partition) }}{% endif %}\n {% if materialized_view.cluster %}{{ cluster_by(materialized_view.cluster.fields) }}{% endif %}\n {{ bigquery_options(materialized_view.options.as_ddl_dict()) }}\n as {{ sql }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.partition_by", "macro.dbt_bigquery.cluster_by", "macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.915776, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_table": {"name": "bigquery__drop_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_table", "macro_sql": "{% macro bigquery__drop_table(relation) %}\n drop table if exists {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.915977, "supported_languages": null}, "macro.dbt_bigquery.bigquery_table_options": {"name": "bigquery_table_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/table/options.sql", "original_file_path": "macros/relations/table/options.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 -%}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.916286, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_rename_table_sql": {"name": "bigquery__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_rename_table_sql", "macro_sql": "{%- macro bigquery__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": 1748542982.916468, "supported_languages": null}, "macro.dbt_bigquery.bigquery__drop_view": {"name": "bigquery__drop_view", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt_bigquery.bigquery__drop_view", "macro_sql": "{% macro bigquery__drop_view(relation) %}\n drop view if exists {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.916716, "supported_languages": null}, "macro.dbt_bigquery.bigquery__create_or_replace_view": {"name": "bigquery__create_or_replace_view", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_bigquery.bigquery__create_or_replace_view", "macro_sql": "{% macro bigquery__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 not old_relation.is_view -%}\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_bigquery.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": 1748542982.9181492, "supported_languages": null}, "macro.dbt_bigquery.handle_existing_table": {"name": "handle_existing_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_bigquery.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": 1748542982.9183512, "supported_languages": null}, "macro.dbt_bigquery.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_bigquery.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": 1748542982.918572, "supported_languages": null}, "macro.dbt_bigquery.bigquery_view_options": {"name": "bigquery_view_options", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/view/options.sql", "original_file_path": "macros/relations/view/options.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 -%}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.918853, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_rename_view_sql": {"name": "bigquery__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_rename_view_sql", "macro_sql": "{%- macro bigquery__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": 1748542982.91903, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_catalog_relations": {"name": "bigquery__get_catalog_relations", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/by_relation.sql", "original_file_path": "macros/catalog/by_relation.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_catalog_relations", "macro_sql": "{% macro bigquery__get_catalog_relations(information_schema, relations) -%}\n\n {%- if (relations | 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\n {%- else -%}\n {%- set query -%}\n with\n table_shards_stage as ({{ _bigquery__get_table_shards_sql(information_schema) }}),\n table_shards as (\n select * from table_shards_stage\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 ),\n tables as ({{ _bigquery__get_tables_sql() }}),\n table_stats as ({{ _bigquery__get_table_stats_sql() }}),\n\n columns as ({{ _bigquery__get_columns_sql(information_schema) }}),\n column_stats as ({{ _bigquery__get_column_stats_sql() }})\n\n {{ _bigquery__get_extended_catalog_sql() }}\n {%- endset -%}\n\n {%- endif -%}\n\n {{ return(run_query(query)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery._bigquery__get_table_shards_sql", "macro.dbt_bigquery._bigquery__get_tables_sql", "macro.dbt_bigquery._bigquery__get_table_stats_sql", "macro.dbt_bigquery._bigquery__get_columns_sql", "macro.dbt_bigquery._bigquery__get_column_stats_sql", "macro.dbt_bigquery._bigquery__get_extended_catalog_sql", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.919989, "supported_languages": null}, "macro.dbt_bigquery._bigquery__get_table_shards_sql": {"name": "_bigquery__get_table_shards_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_bigquery._bigquery__get_table_shards_sql", "macro_sql": "{% macro _bigquery__get_table_shards_sql(information_schema) %}\n select\n tables.project_id as table_catalog,\n tables.dataset_id as table_schema,\n coalesce(REGEXP_EXTRACT(tables.table_id, '^(.+)[0-9]{8}$'), tables.table_id) as table_name,\n tables.table_id as shard_name,\n REGEXP_EXTRACT(tables.table_id, '^.+([0-9]{8})$') as shard_index,\n REGEXP_CONTAINS(tables.table_id, '^.+[0-9]{8}$') and tables.type = 1 as is_date_shard,\n case\n when materialized_views.table_name is not null then 'materialized view'\n when tables.type = 1 then 'table'\n when tables.type = 2 then 'view'\n else 'external'\n end as table_type,\n tables.type = 1 as is_table,\n JSON_VALUE(table_description.option_value) as table_comment,\n tables.size_bytes,\n tables.row_count\n from {{ information_schema.replace(information_schema_view='__TABLES__') }} tables\n left join {{ information_schema.replace(information_schema_view='MATERIALIZED_VIEWS') }} materialized_views\n on materialized_views.table_catalog = tables.project_id\n and materialized_views.table_schema = tables.dataset_id\n and materialized_views.table_name = tables.table_id\n left join {{ information_schema.replace(information_schema_view='TABLE_OPTIONS') }} table_description\n on table_description.table_catalog = tables.project_id\n and table_description.table_schema = tables.dataset_id\n and table_description.table_name = tables.table_id\n and table_description.option_name = 'description'\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.replace"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.920854, "supported_languages": null}, "macro.dbt_bigquery._bigquery__get_tables_sql": {"name": "_bigquery__get_tables_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_bigquery._bigquery__get_tables_sql", "macro_sql": "{% macro _bigquery__get_tables_sql() %}\n select distinct\n table_catalog,\n table_schema,\n table_name,\n is_date_shard,\n table_type,\n is_table,\n table_comment\n from table_shards\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.920948, "supported_languages": null}, "macro.dbt_bigquery._bigquery__get_table_stats_sql": {"name": "_bigquery__get_table_stats_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_bigquery._bigquery__get_table_stats_sql", "macro_sql": "{% macro _bigquery__get_table_stats_sql() %}\n select\n table_catalog,\n table_schema,\n table_name,\n max(shard_name) as latest_shard_name,\n min(shard_index) as shard_min,\n max(shard_index) as shard_max,\n count(shard_index) as shard_count,\n sum(size_bytes) as size_bytes,\n sum(row_count) as row_count\n from table_shards\n group by 1, 2, 3\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.921046, "supported_languages": null}, "macro.dbt_bigquery._bigquery__get_columns_sql": {"name": "_bigquery__get_columns_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_bigquery._bigquery__get_columns_sql", "macro_sql": "{% macro _bigquery__get_columns_sql(information_schema) %}\n select\n columns.table_catalog,\n columns.table_schema,\n columns.table_name as shard_name,\n coalesce(paths.field_path, '') as column_name,\n -- invent a row number to account for nested fields\n -- BQ does not treat these nested properties as independent fields\n row_number() over (\n partition by\n columns.table_catalog,\n columns.table_schema,\n columns.table_name\n order by\n columns.ordinal_position,\n paths.field_path\n ) as column_index,\n coalesce(paths.data_type, '') as column_type,\n paths.description as column_comment,\n case when columns.is_partitioning_column = 'YES' then 1 else 0 end as is_partitioning_column,\n case when columns.is_partitioning_column = 'YES' then paths.field_path end as partition_column,\n case when columns.clustering_ordinal_position is not null then 1 else 0 end as is_clustering_column,\n case when columns.clustering_ordinal_position is not null then paths.field_path end as cluster_column,\n columns.clustering_ordinal_position\n from {{ information_schema.replace(information_schema_view='COLUMNS') }} columns\n join {{ information_schema.replace(information_schema_view='COLUMN_FIELD_PATHS') }} paths\n on paths.table_catalog = columns.table_catalog\n and paths.table_schema = columns.table_schema\n and paths.table_name = columns.table_name\n and paths.column_name = columns.column_name\n where columns.ordinal_position is not null\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.replace"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.921328, "supported_languages": null}, "macro.dbt_bigquery._bigquery__get_column_stats_sql": {"name": "_bigquery__get_column_stats_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_bigquery._bigquery__get_column_stats_sql", "macro_sql": "{% macro _bigquery__get_column_stats_sql() %}\n select\n table_catalog,\n table_schema,\n shard_name,\n max(is_partitioning_column) = 1 as is_partitioned,\n max(partition_column) as partition_column,\n max(is_clustering_column) = 1 as is_clustered,\n array_to_string(\n array_agg(\n cluster_column ignore nulls\n order by clustering_ordinal_position\n ), ', '\n ) as clustering_columns\n from columns\n group by 1, 2, 3\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.921433, "supported_languages": null}, "macro.dbt_bigquery._bigquery__get_extended_catalog_sql": {"name": "_bigquery__get_extended_catalog_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/catalog.sql", "original_file_path": "macros/catalog/catalog.sql", "unique_id": "macro.dbt_bigquery._bigquery__get_extended_catalog_sql", "macro_sql": "{% macro _bigquery__get_extended_catalog_sql() %}\n select\n tables.table_catalog as table_database,\n tables.table_schema,\n case\n when tables.is_date_shard then concat(tables.table_name, '*')\n else tables.table_name\n end as table_name,\n tables.table_type,\n tables.table_comment,\n -- coalesce column metadata fields to ensure they are non-null for catalog generation\n -- external table columns are not present in COLUMN_FIELD_PATHS\n coalesce(columns.column_name, '') as column_name,\n coalesce(columns.column_index, 1) as column_index,\n coalesce(columns.column_type, '') as column_type,\n coalesce(columns.column_comment, '') as column_comment,\n\n 'Shard count' as `stats__date_shards__label`,\n table_stats.shard_count as `stats__date_shards__value`,\n 'The number of date shards in this table' as `stats__date_shards__description`,\n tables.is_date_shard as `stats__date_shards__include`,\n\n 'Shard (min)' as `stats__date_shard_min__label`,\n table_stats.shard_min as `stats__date_shard_min__value`,\n 'The first date shard in this table' as `stats__date_shard_min__description`,\n tables.is_date_shard as `stats__date_shard_min__include`,\n\n 'Shard (max)' as `stats__date_shard_max__label`,\n table_stats.shard_max as `stats__date_shard_max__value`,\n 'The last date shard in this table' as `stats__date_shard_max__description`,\n tables.is_date_shard as `stats__date_shard_max__include`,\n\n '# Rows' as `stats__num_rows__label`,\n table_stats.row_count as `stats__num_rows__value`,\n 'Approximate count of rows in this table' as `stats__num_rows__description`,\n tables.is_table as `stats__num_rows__include`,\n\n 'Approximate Size' as `stats__num_bytes__label`,\n table_stats.size_bytes as `stats__num_bytes__value`,\n 'Approximate size of table as reported by BigQuery' as `stats__num_bytes__description`,\n tables.is_table as `stats__num_bytes__include`,\n\n 'Partitioned By' as `stats__partitioning_type__label`,\n column_stats.partition_column as `stats__partitioning_type__value`,\n 'The partitioning column for this table' as `stats__partitioning_type__description`,\n column_stats.is_partitioned as `stats__partitioning_type__include`,\n\n 'Clustered By' as `stats__clustering_fields__label`,\n column_stats.clustering_columns as `stats__clustering_fields__value`,\n 'The clustering columns for this table' as `stats__clustering_fields__description`,\n column_stats.is_clustered as `stats__clustering_fields__include`\n\n from tables\n join table_stats\n on table_stats.table_catalog = tables.table_catalog\n and table_stats.table_schema = tables.table_schema\n and table_stats.table_name = tables.table_name\n left join column_stats\n on column_stats.table_catalog = tables.table_catalog\n and column_stats.table_schema = tables.table_schema\n and column_stats.shard_name = table_stats.latest_shard_name\n left join columns\n on columns.table_catalog = tables.table_catalog\n and columns.table_schema = tables.table_schema\n and columns.shard_name = table_stats.latest_shard_name\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.921769, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_catalog": {"name": "bigquery__get_catalog", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/catalog/by_schema.sql", "original_file_path": "macros/catalog/by_schema.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\n {%- else -%}\n {%- set query -%}\n with\n table_shards as (\n {{ _bigquery__get_table_shards_sql(information_schema) }}\n where (\n {%- for schema in schemas -%}\n upper(tables.dataset_id) = upper('{{ schema }}')\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n ),\n tables as ({{ _bigquery__get_tables_sql() }}),\n table_stats as ({{ _bigquery__get_table_stats_sql() }}),\n\n columns as ({{ _bigquery__get_columns_sql(information_schema) }}),\n column_stats as ({{ _bigquery__get_column_stats_sql() }})\n\n {{ _bigquery__get_extended_catalog_sql() }}\n {%- endset -%}\n\n {%- endif -%}\n\n {{ return(run_query(query)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery._bigquery__get_table_shards_sql", "macro.dbt_bigquery._bigquery__get_tables_sql", "macro.dbt_bigquery._bigquery__get_table_stats_sql", "macro.dbt_bigquery._bigquery__get_columns_sql", "macro.dbt_bigquery._bigquery__get_column_stats_sql", "macro.dbt_bigquery._bigquery__get_extended_catalog_sql", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.922763, "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": 1748542982.922878, "supported_languages": null}, "macro.dbt_bigquery.bigquery__date": {"name": "bigquery__date", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt_bigquery.bigquery__date", "macro_sql": "{% macro bigquery__date(year, month, day) -%}\n date({{ year }}, {{ month }}, {{ day }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9230862, "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": 1748542982.923313, "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": 1748542982.9234822, "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": 1748542982.923678, "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": 1748542982.923768, "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": 1748542982.923882, "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": 1748542982.9242802, "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": 1748542982.924957, "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": 1748542982.92556, "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": 1748542982.925729, "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": 1748542982.926209, "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": 1748542982.926434, "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": 1748542982.926811, "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": 1748542982.927283, "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{%- if type.lower().startswith('array') and field is iterable and (field is not string and field is not mapping) and field | length > 0 -%}\n {#-- Extract nested type from 'array' --#}\n {% set nested_type = type.lower()[6:-1] %}\n {#-- BigQuery does not support direct casts to arrays. instead, each element must be cast individually + reaggregated into an array --#}\n {%- if cast_from_string_unsupported_for(nested_type) %}\n (select array_agg(safe_cast(i as {{ nested_type }})) from unnest([\n {%- for nested_field in field %}\n {{ nested_field.strip('\"').strip(\"'\") }}{{ ',' if not loop.last }}\n {%- endfor %}\n ]) i)\n {%- else -%}\n (select array_agg(safe_cast(i as {{nested_type}})) from unnest({{field}}) i)\n {%- endif -%}\n\n{%- elif type.lower() == 'json' and field is mapping -%}\n safe_cast(json {{ dbt.string_literal(tojson(field)) }} as json)\n{%- elif cast_from_string_unsupported_for(type) and field is string -%}\n safe_cast({{field.strip('\"').strip(\"'\")}} as {{type}})\n{%- else -%}\n safe_cast({{field}} as {{type}})\n{%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.cast_from_string_unsupported_for", "macro.dbt.string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.928641, "supported_languages": null}, "macro.dbt_bigquery.cast_from_string_unsupported_for": {"name": "cast_from_string_unsupported_for", "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.cast_from_string_unsupported_for", "macro_sql": "{% macro cast_from_string_unsupported_for(type) %}\n {{ return(type.lower().startswith('struct') or type.lower() == 'geography') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.928863, "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": 1748542982.9290318, "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": 1748542982.929214, "supported_languages": null}, "macro.dbt_bigquery.bigquery__string_literal": {"name": "bigquery__string_literal", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/utils/string_literal.sql", "original_file_path": "macros/utils/string_literal.sql", "unique_id": "macro.dbt_bigquery.bigquery__string_literal", "macro_sql": "{%- macro bigquery__string_literal(value) -%}\n '''{{ value }}'''\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.929357, "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": 1748542982.929533, "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": 1748542982.9296708, "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": 1748542982.93017, "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": 1748542982.93035, "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": 1748542982.930654, "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": 1748542982.93087, "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": 1748542982.931561, "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": 1748542982.9318771, "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": 1748542982.9321432, "supported_languages": null}, "macro.dbt_bigquery.bigquery__get_empty_subquery_sql": {"name": "bigquery__get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt_bigquery", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt_bigquery.bigquery__get_empty_subquery_sql", "macro_sql": "{% macro bigquery__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 and current_timestamp() = current_timestamp()\n limit 0\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.932499, "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": 1748542982.932769, "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": 1748542982.933661, "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": 1748542982.933867, "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": 1748542982.93401, "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": 1748542982.934155, "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": 1748542982.934294, "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": 1748542982.934607, "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": 1748542982.934916, "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": 1748542982.935206, "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": 1748542982.935649, "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 {%- set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() -%}\n\n merge into {{ target.render() }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.{{ columns.dbt_scd_id }} = DBT_INTERNAL_DEST.{{ columns.dbt_scd_id }}\n\n when matched\n {% if config.get(\"dbt_valid_to_current\") %}\n\t{% set source_unique_key = (\"DBT_INTERNAL_DEST.\" ~ columns.dbt_valid_to) | trim %}\n\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\tand ({{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null)\n\n {% else %}\n and DBT_INTERNAL_DEST.{{ columns.dbt_valid_to }} is null\n {% endif %}\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set {{ columns.dbt_valid_to }} = DBT_INTERNAL_SOURCE.{{ columns.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": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.93646, "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": 1748542982.938747, "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": 1748542982.938921, "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": 1748542982.93914, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set primary_key = config.get('unique_key') %}\n {% set updated_at = config.get('updated_at') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\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 }}.{{ columns.dbt_valid_from }} < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9400902, "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": 1748542982.940259, "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": 1748542982.940429, "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": 1748542982.942057, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set check_cols_config = config.get('check_cols') %}\n {% set primary_key = config.get('unique_key') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set updated_at = config.get('updated_at') or 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_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": 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": 1748542982.943626, "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": 1748542982.945915, "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.render() }} 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": 1748542982.946223, "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": 1748542982.9464, "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": 1748542982.946493, "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": 1748542982.946645, "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": 1748542982.946764, "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": 1748542982.946975, "supported_languages": null}, "macro.dbt.get_snapshot_table_column_names": {"name": "get_snapshot_table_column_names", "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_snapshot_table_column_names", "macro_sql": "{% macro get_snapshot_table_column_names() %}\n {{ return({'dbt_valid_to': 'dbt_valid_to', 'dbt_valid_from': 'dbt_valid_from', 'dbt_scd_id': 'dbt_scd_id', 'dbt_updated_at': 'dbt_updated_at', 'dbt_is_deleted': 'dbt_is_deleted'}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9472268, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n {% if strategy.hard_deletes == 'new_record' %}\n {% set new_scd_id = snapshot_hash_arguments([columns.dbt_scd_id, snapshot_get_time()]) %}\n {% endif %}\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }}\n from {{ target_relation }}\n where\n {% if config.get('dbt_valid_to_current') %}\n\t\t{% set source_unique_key = columns.dbt_valid_to | trim %}\n\t\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\n\t\t{# The exact equals semantics between NULL values depends on the current behavior flag set. Also, update records if the source field is null #}\n ( {{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null )\n {% else %}\n {{ columns.dbt_valid_to }} is null\n {% endif %}\n\n ),\n\n insertions_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }},\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }}\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_to }}\n\n from snapshot_query\n ),\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n\n deletes_source_data as (\n\n select *, {{ unique_key_fields(strategy.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 {%- if strategy.hard_deletes == 'new_record' -%}\n ,'False' as {{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from insertions_source_data as source_data\n left outer join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"snapshotted_data\") }}\n or ({{ unique_key_is_not_null(strategy.unique_key, \"snapshotted_data\") }} and ({{ 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.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from updates_source_data as source_data\n join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where (\n {{ strategy.row_changed }}\n )\n )\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n ,\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_to }},\n snapshotted_data.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n )\n {%- endif %}\n\n {%- if strategy.hard_deletes == 'new_record' %}\n {% set source_sql_cols = get_column_schema_from_query(source_sql) %}\n ,\n deletion_records as (\n\n select\n 'insert' as dbt_change_type,\n {%- for col in source_sql_cols -%}\n snapshotted_data.{{ adapter.quote(col.column) }},\n {% endfor -%}\n {%- if strategy.unique_key | is_list -%}\n {%- for key in strategy.unique_key -%}\n snapshotted_data.{{ key }} as dbt_unique_key_{{ loop.index }},\n {% endfor -%}\n {%- else -%}\n snapshotted_data.dbt_unique_key as dbt_unique_key,\n {% endif -%}\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n snapshotted_data.{{ columns.dbt_valid_to }} as {{ columns.dbt_valid_to }},\n {{ new_scd_id }} as {{ columns.dbt_scd_id }},\n 'True' as {{ columns.dbt_is_deleted }}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletes\n {%- endif %}\n {%- if strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletion_records\n {%- endif %}\n\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments", "macro.dbt.snapshot_get_time", "macro.dbt.unique_key_fields", "macro.dbt.equals", "macro.dbt.get_dbt_valid_to_current", "macro.dbt.unique_key_join_on", "macro.dbt.unique_key_is_null", "macro.dbt.unique_key_is_not_null", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.95083, "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": 1748542982.951051, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n\n select *,\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , 'False' as {{ columns.dbt_is_deleted }}\n {% endif -%}\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.get_dbt_valid_to_current"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.951561, "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": 1748542982.95209, "supported_languages": null}, "macro.dbt.get_updated_at_column_data_type": {"name": "get_updated_at_column_data_type", "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_updated_at_column_data_type", "macro_sql": "{% macro get_updated_at_column_data_type(snapshot_sql) %}\n {% set snapshot_sql_column_schema = get_column_schema_from_query(snapshot_sql) %}\n {% set dbt_updated_at_data_type = null %}\n {% set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {% set ns.dbt_updated_at_data_type = null -%}\n {% for column in snapshot_sql_column_schema %}\n {% if ((column.column == 'dbt_updated_at') or (column.column == 'DBT_UPDATED_AT')) %}\n {% set ns.dbt_updated_at_data_type = column.dtype %}\n {% endif %}\n {% endfor %}\n {{ return(ns.dbt_updated_at_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.952725, "supported_languages": null}, "macro.dbt.check_time_data_types": {"name": "check_time_data_types", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.check_time_data_types", "macro_sql": "{% macro check_time_data_types(sql) %}\n {% set dbt_updated_at_data_type = get_updated_at_column_data_type(sql) %}\n {% set snapshot_get_time_data_type = get_snapshot_get_time_data_type() %}\n {% if snapshot_get_time_data_type is not none and dbt_updated_at_data_type is not none and snapshot_get_time_data_type != dbt_updated_at_data_type %}\n {% if exceptions.warn_snapshot_timestamp_data_types %}\n {{ exceptions.warn_snapshot_timestamp_data_types(snapshot_get_time_data_type, dbt_updated_at_data_type) }}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_updated_at_column_data_type", "macro.dbt.get_snapshot_get_time_data_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.95316, "supported_languages": null}, "macro.dbt.get_dbt_valid_to_current": {"name": "get_dbt_valid_to_current", "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_dbt_valid_to_current", "macro_sql": "{% macro get_dbt_valid_to_current(strategy, columns) %}\n {% set dbt_valid_to_current = config.get('dbt_valid_to_current') or \"null\" %}\n coalesce(nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}), {{dbt_valid_to_current}})\n as {{ columns.dbt_valid_to }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9534469, "supported_languages": null}, "macro.dbt.unique_key_fields": {"name": "unique_key_fields", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_fields", "macro_sql": "{% macro unique_key_fields(unique_key) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n {{ key }} as dbt_unique_key_{{ loop.index }}\n {%- if not loop.last %} , {%- endif %}\n {% endfor %}\n {% else %}\n {{ unique_key }} as dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9537861, "supported_languages": null}, "macro.dbt.unique_key_join_on": {"name": "unique_key_join_on", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_join_on", "macro_sql": "{% macro unique_key_join_on(unique_key, identifier, from_identifier) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n\t {% set source_unique_key = (identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {% set target_unique_key = (from_identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {{ equals(source_unique_key, target_unique_key) }}\n {%- if not loop.last %} and {%- endif %}\n {% endfor %}\n {% else %}\n {{ identifier }}.dbt_unique_key = {{ from_identifier }}.dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9543638, "supported_languages": null}, "macro.dbt.unique_key_is_null": {"name": "unique_key_is_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_null", "macro_sql": "{% macro unique_key_is_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is null\n {% else %}\n {{ identifier }}.dbt_unique_key is null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.95458, "supported_languages": null}, "macro.dbt.unique_key_is_not_null": {"name": "unique_key_is_not_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_not_null", "macro_sql": "{% macro unique_key_is_not_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is not null\n {% else %}\n {{ identifier }}.dbt_unique_key is not null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9547882, "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\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 {# The model['config'] parameter below is no longer used, but passing anyway for compatibility #}\n {# It was a dictionary of config, instead of the config object from the context #}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", model['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 build_or_select_sql = build_sql %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\n\n {{ adapter.assert_valid_snapshot_target_given_strategy(target_relation, columns, strategy) }}\n\n {% set build_or_select_sql = snapshot_staging_table(strategy, sql, target_relation) %}\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 remove_columns = ['dbt_change_type', 'DBT_CHANGE_TYPE', 'dbt_unique_key', 'DBT_UNIQUE_KEY'] %}\n {% if unique_key | is_list %}\n {% for key in strategy.unique_key %}\n {{ remove_columns.append('dbt_unique_key_' + loop.index|string) }}\n {{ remove_columns.append('DBT_UNIQUE_KEY_' + loop.index|string) }}\n {% endfor %}\n {% endif %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'in', remove_columns)\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', 'in', remove_columns)\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\n {{ check_time_data_types(build_or_select_sql) }}\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.get_snapshot_table_column_names", "macro.dbt.snapshot_staging_table", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.check_time_data_types", "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": 1748542982.9591382, "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": 1748542982.961317, "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": 1748542982.9619148, "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": 1748542982.9622211, "supported_languages": null}, "macro.dbt.get_unit_test_sql": {"name": "get_unit_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_unit_test_sql", "macro_sql": "{% macro get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n {{ adapter.dispatch('get_unit_test_sql', 'dbt')(main_sql, expected_fixture_sql, expected_column_names) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_unit_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.962443, "supported_languages": null}, "macro.dbt.default__get_unit_test_sql": {"name": "default__get_unit_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_unit_test_sql", "macro_sql": "{% macro default__get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n-- Build actual result given inputs\nwith dbt_internal_unit_test_actual as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%},{% endif %}{%- endfor -%}, {{ dbt.string_literal(\"actual\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ main_sql }}\n ) _dbt_internal_unit_test_actual\n),\n-- Build expected result\ndbt_internal_unit_test_expected as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%}, {% endif %}{%- endfor -%}, {{ dbt.string_literal(\"expected\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ expected_fixture_sql }}\n ) _dbt_internal_unit_test_expected\n)\n-- Union actual and expected results\nselect * from dbt_internal_unit_test_actual\nunion all\nselect * from dbt_internal_unit_test_expected\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9630442, "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": 1748542982.963388, "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": 1748542982.963765, "supported_languages": null}, "macro.dbt.materialization_unit_default": {"name": "materialization_unit_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/unit.sql", "original_file_path": "macros/materializations/tests/unit.sql", "unique_id": "macro.dbt.materialization_unit_default", "macro_sql": "{%- materialization unit, default -%}\n\n {% set relations = [] %}\n\n {% set expected_rows = config.get('expected_rows') %}\n {% set expected_sql = config.get('expected_sql') %}\n {% set tested_expected_column_names = expected_rows[0].keys() if (expected_rows | length ) > 0 else get_columns_in_query(sql) %} %}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {% do run_query(get_create_table_as_sql(True, temp_relation, get_empty_subquery_sql(sql))) %}\n {%- set columns_in_relation = adapter.get_columns_in_relation(temp_relation) -%}\n {%- set column_name_to_data_types = {} -%}\n {%- for column in columns_in_relation -%}\n {%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n {%- endfor -%}\n\n {% if not expected_sql %}\n {% set expected_sql = get_expected_sql(expected_rows, column_name_to_data_types) %}\n {% endif %}\n {% set unit_test_sql = get_unit_test_sql(sql, expected_sql, tested_expected_column_names) %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ unit_test_sql }}\n\n {%- endcall %}\n\n {% do adapter.drop_relation(temp_relation) %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.get_columns_in_query", "macro.dbt.make_temp_relation", "macro.dbt.run_query", "macro.dbt.get_create_table_as_sql", "macro.dbt.get_empty_subquery_sql", "macro.dbt.get_expected_sql", "macro.dbt.get_unit_test_sql", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.965285, "supported_languages": ["sql"]}, "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": 1748542982.967019, "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": 1748542982.9674098, "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": 1748542982.967662, "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.render() ~ \"`\") }}\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.render() ~ \"`\") }}\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": 1748542982.968997, "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": 1748542982.969229, "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": 1748542982.969868, "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": 1748542982.9719691, "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": 1748542982.974185, "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": 1748542982.975135, "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": 1748542982.9756658, "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": 1748542982.9764302, "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": 1748542982.976684, "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": 1748542982.977387, "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": 1748542982.9787462, "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 source_unique_key = (\"DBT_INTERNAL_SOURCE.\" ~ unique_key) | trim %}\n\t {% set target_unique_key = (\"DBT_INTERNAL_DEST.\" ~ unique_key) | trim %}\n\t {% set unique_key_match = equals(source_unique_key, target_unique_key) | trim %}\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", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.9805398, "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": 1748542982.980803, "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\t\t {% set source_unique_key = (source ~ \".\" ~ key) | trim %}\n\t\t {% set target_unique_key = (target ~ \".\" ~ key) | trim %}\n {{ equals(source_unique_key, target_unique_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", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.981917, "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": 1748542982.982185, "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": 1748542982.982922, "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": 1748542982.9835148, "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": 1748542982.9842129, "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": 1748542982.984449, "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": 1748542982.984633, "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": 1748542982.984928, "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": 1748542982.9851189, "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": 1748542982.985408, "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": 1748542982.9855921, "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": 1748542982.9858592, "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": 1748542982.986038, "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": 1748542982.986191, "supported_languages": null}, "macro.dbt.get_incremental_microbatch_sql": {"name": "get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro get_incremental_microbatch_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_microbatch_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_incremental_microbatch_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.986368, "supported_languages": null}, "macro.dbt.default__get_incremental_microbatch_sql": {"name": "default__get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro default__get_incremental_microbatch_sql(arg_dict) %}\n\n {{ exceptions.raise_not_implemented('microbatch materialization strategy 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": 1748542982.986527, "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": 1748542982.986801, "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 {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\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 {% set contract_config = config.get('contract') %}\n {% if not contract_config or not contract_config.enforced %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {% endif %}\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_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\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": 1748542982.991007, "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": 1748542982.992382, "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": 1748542982.9935539, "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": 1748542982.994699, "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": 1748542982.995512, "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": 1748542982.9957561, "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": 1748542982.9958742, "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": 1748542982.996168, "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.render() }} clone {{ defer_relation.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542982.996338, "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.render() ~ \" 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.render()) }}\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": 1748542982.998846, "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.render())) }}\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": 1748542983.001517, "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": 1748542983.002609, "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": 1748542983.003479, "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": 1748542983.0037131, "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.render() %}\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": 1748542983.004191, "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": 1748542983.004382, "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": 1748542983.004514, "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": 1748542983.0046551, "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": 1748542983.004768, "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": 1748542983.00493, "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": 1748542983.005045, "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": 1748542983.005501, "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": 1748542983.005684, "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": 1748542983.006908, "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": 1748542983.007305, "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": 1748542983.007804, "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": 1748542983.008285, "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": 1748542983.008559, "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": 1748542983.0088582, "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": 1748542983.009231, "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": 1748542983.0094888, "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": 1748542983.0099561, "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.render() }} 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": 1748542983.010359, "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_bigquery.bigquery__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0105531, "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": 1748542983.010762, "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": 1748542983.0109582, "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": 1748542983.0115478, "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": 1748542983.0128078, "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": 1748542983.013154, "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": 1748542983.013398, "supported_languages": null}, "macro.dbt.drop_schema_named": {"name": "drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.drop_schema_named", "macro_sql": "{% macro drop_schema_named(schema_name) %}\n {{ return(adapter.dispatch('drop_schema_named', 'dbt') (schema_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_schema_named"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0136619, "supported_languages": null}, "macro.dbt.default__drop_schema_named": {"name": "default__drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.default__drop_schema_named", "macro_sql": "{% macro default__drop_schema_named(schema_name) %}\n {% set schema_relation = api.Relation.create(schema=schema_name) %}\n {{ adapter.drop_schema(schema_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0138812, "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": 1748542983.0141811, "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": 1748542983.01438, "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": 1748542983.014859, "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": 1748542983.015279, "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_bigquery.bigquery__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.015487, "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.render() }} 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": 1748542983.015796, "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": 1748542983.01612, "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": 1748542983.0163898, "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": 1748542983.016781, "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": 1748542983.017218, "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": 1748542983.017632, "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": 1748542983.017874, "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 {{- adapter.dispatch('drop_materialized_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0181482, "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.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0182688, "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": 1748542983.018541, "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": 1748542983.018785, "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_bigquery.bigquery__refresh_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.019087, "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": 1748542983.019219, "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.default__get_rename_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.019491, "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": 1748542983.019639, "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_bigquery.bigquery__get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.020189, "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": 1748542983.020373, "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_bigquery.bigquery__get_materialized_view_configuration_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0206752, "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": 1748542983.020819, "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_bigquery.bigquery__get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.021085, "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": 1748542983.021235, "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": 1748542983.022053, "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": 1748542983.022175, "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": 1748542983.022706, "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": 1748542983.02287, "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": 1748542983.023009, "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": 1748542983.0245602, "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_bigquery.bigquery__format_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.024986, "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": 1748542983.0253341, "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 {{- adapter.dispatch('drop_table', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0255969, "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.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.025719, "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.default__get_replace_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.025991, "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": 1748542983.026137, "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_bigquery.bigquery__get_rename_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.026398, "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": 1748542983.026546, "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": 1748542983.0272, "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": 1748542983.027385, "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_bigquery.bigquery__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0278091, "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": 1748542983.0284941, "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": 1748542983.028943, "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_bigquery.bigquery__get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.029133, "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_bigquery.bigquery__get_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0293078, "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 {{- adapter.dispatch('drop_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__drop_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.029556, "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.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.029678, "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.default__get_replace_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0302331, "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": 1748542983.03038, "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": 1748542983.031546, "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_bigquery.bigquery__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0317419, "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.render() ~ \" 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": 1748542983.031977, "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_bigquery.bigquery__get_rename_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.032246, "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": 1748542983.032435, "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": 1748542983.032855, "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": 1748542983.0330439, "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_bigquery.bigquery__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.033231, "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.render() }}\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": 1748542983.033658, "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": 1748542983.033961, "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": 1748542983.034262, "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": 1748542983.0345018, "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": 1748542983.035012, "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": 1748542983.036324, "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": 1748542983.036886, "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": 1748542983.037171, "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": 1748542983.037944, "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": 1748542983.03915, "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": 1748542983.039875, "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": 1748542983.0401092, "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": 1748542983.0403469, "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": 1748542983.040426, "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": 1748542983.041018, "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": 1748542983.0416799, "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": 1748542983.04192, "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": 1748542983.042305, "supported_languages": null}, "macro.dbt.date": {"name": "date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.date", "macro_sql": "{% macro date(year, month, day) %}\n {{ return(adapter.dispatch('date', 'dbt') (year, month, day)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_bigquery.bigquery__date"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.042659, "supported_languages": null}, "macro.dbt.default__date": {"name": "default__date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.default__date", "macro_sql": "{% macro default__date(year, month, day) -%}\n {%- set dt = modules.datetime.date(year, month, day) -%}\n {%- set iso_8601_formatted_date = dt.strftime('%Y-%m-%d') -%}\n to_date('{{ iso_8601_formatted_date }}', 'YYYY-MM-DD')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0429509, "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": 1748542983.0432792, "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": 1748542983.0434518, "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": 1748542983.04371, "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": 1748542983.04384, "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": 1748542983.0443149, "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": 1748542983.0447302, "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": 1748542983.044926, "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": 1748542983.045439, "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": 1748542983.045704, "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": 1748542983.0458171, "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": 1748542983.04613, "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": 1748542983.046379, "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": 1748542983.046606, "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": 1748542983.0466821, "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": 1748542983.0469508, "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": 1748542983.0470889, "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": 1748542983.047371, "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": 1748542983.047504, "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": 1748542983.047969, "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": 1748542983.048363, "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": 1748542983.0486789, "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": 1748542983.04884, "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": 1748542983.0491788, "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": 1748542983.0493388, "supported_languages": null}, "macro.dbt.equals": {"name": "equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.equals", "macro_sql": "{% macro equals(expr1, expr2) %}\n {{ return(adapter.dispatch('equals', 'dbt') (expr1, expr2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.049697, "supported_languages": null}, "macro.dbt.default__equals": {"name": "default__equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.default__equals", "macro_sql": "{% macro default__equals(expr1, expr2) -%}\n{%- if adapter.behavior.enable_truthy_nulls_equals_macro.no_warn %}\n case when (({{ expr1 }} = {{ expr2 }}) or ({{ expr1 }} is null and {{ expr2 }} is null))\n then 0\n else 1\n end = 0\n{%- else -%}\n ({{ expr1 }} = {{ expr2 }})\n{%- endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.050003, "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": 1748542983.050268, "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": 1748542983.050427, "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": 1748542983.050673, "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": 1748542983.050835, "supported_languages": null}, "macro.dbt.cast": {"name": "cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.cast", "macro_sql": "{% macro cast(field, type) %}\n {{ return(adapter.dispatch('cast', 'dbt') (field, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.051121, "supported_languages": null}, "macro.dbt.default__cast": {"name": "default__cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.default__cast", "macro_sql": "{% macro default__cast(field, type) %}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.05132, "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": 1748542983.051578, "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": 1748542983.051682, "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": 1748542983.05196, "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": 1748542983.052095, "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_bigquery.bigquery__string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.052342, "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": 1748542983.052445, "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": 1748542983.053183, "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": 1748542983.053334, "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": 1748542983.053495, "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": 1748542983.053642, "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": 1748542983.0538082, "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": 1748542983.0539598, "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": 1748542983.054124, "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": 1748542983.0542989, "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": 1748542983.054462, "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": 1748542983.0546072, "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": 1748542983.054765, "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": 1748542983.0549061, "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": 1748542983.05513, "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": 1748542983.055271, "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": 1748542983.055546, "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": 1748542983.0556748, "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": 1748542983.0559192, "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": 1748542983.0560231, "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": 1748542983.0563369, "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": 1748542983.056597, "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": 1748542983.056745, "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": 1748542983.057125, "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": 1748542983.05729, "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": 1748542983.057539, "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": 1748542983.05784, "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": 1748542983.057994, "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": 1748542983.058375, "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": 1748542983.058609, "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": 1748542983.058891, "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": 1748542983.059021, "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": 1748542983.059339, "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": 1748542983.059519, "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": 1748542983.059744, "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": 1748542983.059922, "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": 1748542983.060412, "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": 1748542983.0605571, "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": 1748542983.060698, "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": 1748542983.0608032, "supported_languages": null}, "macro.dbt.get_snapshot_get_time_data_type": {"name": "get_snapshot_get_time_data_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.get_snapshot_get_time_data_type", "macro_sql": "{% macro get_snapshot_get_time_data_type() %}\n {% set snapshot_time = adapter.dispatch('snapshot_get_time', 'dbt')() %}\n {% set time_data_type_sql = 'select ' ~ snapshot_time ~ ' as dbt_snapshot_time' %}\n {% set snapshot_time_column_schema = get_column_schema_from_query(time_data_type_sql) %}\n {% set time_data_type = snapshot_time_column_schema[0].dtype %}\n {{ return(time_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt.default__snapshot_get_time", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.061205, "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": 1748542983.061373, "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": 1748542983.061449, "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": 1748542983.06161, "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": 1748542983.061771, "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": 1748542983.062269, "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": 1748542983.062405, "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": 1748542983.06256, "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": 1748542983.062948, "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": 1748542983.063126, "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": 1748542983.063261, "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": 1748542983.063412, "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": 1748542983.063544, "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": 1748542983.0642781, "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": 1748542983.064501, "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 {#-- This ensures microbatch batches get unique temp relations to avoid clobbering --#}\n {% if suffix == '__dbt_tmp' and model.batch %}\n {% set suffix = suffix ~ '_' ~ model.batch.id %}\n {% endif %}\n\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": 1748542983.064876, "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": 1748542983.0651782, "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": 1748542983.065429, "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": 1748542983.065752, "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": 1748542983.065938, "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.render() }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.066123, "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": 1748542983.0664058, "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": 1748542983.0669498, "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": 1748542983.0671759, "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": 1748542983.067316, "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": 1748542983.067792, "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": 1748542983.068202, "supported_languages": null}, "macro.dbt.collect_freshness_custom_sql": {"name": "collect_freshness_custom_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.collect_freshness_custom_sql", "macro_sql": "{% macro collect_freshness_custom_sql(source, loaded_at_query) %}\n {{ return(adapter.dispatch('collect_freshness_custom_sql', 'dbt')(source, loaded_at_query))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__collect_freshness_custom_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.068417, "supported_languages": null}, "macro.dbt.default__collect_freshness_custom_sql": {"name": "default__collect_freshness_custom_sql", "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_custom_sql", "macro_sql": "{% macro default__collect_freshness_custom_sql(source, loaded_at_query) %}\n {% call statement('collect_freshness_custom_sql', fetch_result=True, auto_begin=False) -%}\n with source_query as (\n {{ loaded_at_query }}\n )\n select\n (select * from source_query) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n {% endcall %}\n {{ return(load_result('collect_freshness_custom_sql')) }}\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": 1748542983.0687392, "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": 1748542983.069041, "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": 1748542983.069288, "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": 1748542983.070612, "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": 1748542983.070734, "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": 1748542983.0709062, "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": 1748542983.071102, "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": 1748542983.071448, "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": 1748542983.0716429, "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.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.071769, "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": 1748542983.072004, "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.render() }} 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": 1748542983.072216, "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": 1748542983.0724401, "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.render() }} 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": 1748542983.072643, "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": 1748542983.072868, "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": 1748542983.073531, "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": 1748542983.073714, "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": 1748542983.0739598, "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": 1748542983.074257, "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.render() ~': 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": 1748542983.07588, "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 is not none -%}\n {{ sql_header }}\n {%- endif %}\n {{ get_limit_subquery_sql(compiled_code, limit) }}\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": 1748542983.076475, "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": "\n{%- macro get_limit_subquery_sql(sql, limit) -%}\n {{ adapter.dispatch('get_limit_sql', 'dbt')(sql, limit) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_limit_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.076706, "supported_languages": null}, "macro.dbt.default__get_limit_sql": {"name": "default__get_limit_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_sql", "macro_sql": "{% macro default__get_limit_sql(sql, limit) %}\n {{ sql }}\n {% if limit is not none %}\n limit {{ limit }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.076927, "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": 1748542983.077427, "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": 1748542983.0776079, "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": 1748542983.0778189, "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": 1748542983.077989, "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": 1748542983.0782568, "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": 1748542983.07875, "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_bigquery.bigquery__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0796502, "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": 1748542983.079903, "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": 1748542983.080102, "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": 1748542983.080352, "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": 1748542983.080532, "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": 1748542983.080687, "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": 1748542983.0808692, "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": 1748542983.0811079, "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": 1748542983.081381, "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": 1748542983.081682, "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": 1748542983.0818639, "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": 1748542983.082022, "supported_languages": null}, "macro.dbt.get_catalog_for_single_relation": {"name": "get_catalog_for_single_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog_for_single_relation", "macro_sql": "{% macro get_catalog_for_single_relation(relation) %}\n {{ return(adapter.dispatch('get_catalog_for_single_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_catalog_for_single_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.082199, "supported_languages": null}, "macro.dbt.default__get_catalog_for_single_relation": {"name": "default__get_catalog_for_single_relation", "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_for_single_relation", "macro_sql": "{% macro default__get_catalog_for_single_relation(relation) %}\n {{ exceptions.raise_not_implemented(\n 'get_catalog_for_single_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": 1748542983.0823581, "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.default__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.082519, "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": 1748542983.082667, "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.default__get_relation_last_modified"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.0828679, "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": 1748542983.083039, "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": 1748542983.0842738, "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": 1748542983.084429, "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": 1748542983.084727, "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_bigquery.bigquery__get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.084939, "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": 1748542983.08514, "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": 1748542983.0853162, "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', 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": ["macro.dbt.cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.086687, "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": 1748542983.0871181, "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": 1748542983.087328, "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": 1748542983.087702, "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": 1748542983.087948, "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.render() }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation.render() }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation.render() }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation.render() }} 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": 1748542983.088657, "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": 1748542983.088932, "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.render() }}\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": 1748542983.089775, "supported_languages": null}, "macro.dbt.get_fixture_sql": {"name": "get_fixture_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_fixture_sql", "macro_sql": "{% macro get_fixture_sql(rows, column_name_to_data_types) %}\n-- Fixture for {{ model.name }}\n{% set default_row = {} %}\n\n{%- if not column_name_to_data_types -%}\n{#-- Use defer_relation IFF it is available in the manifest and 'this' is missing from the database --#}\n{%- set this_or_defer_relation = defer_relation if (defer_relation and not load_relation(this)) else this -%}\n{%- set columns_in_relation = adapter.get_columns_in_relation(this_or_defer_relation) -%}\n\n{%- set column_name_to_data_types = {} -%}\n{%- for column in columns_in_relation -%}\n{#-- This needs to be a case-insensitive comparison --#}\n{%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n{%- endfor -%}\n{%- endif -%}\n\n{%- if not column_name_to_data_types -%}\n {{ exceptions.raise_compiler_error(\"Not able to get columns for unit test '\" ~ model.name ~ \"' from relation \" ~ this ~ \" because the relation doesn't exist\") }}\n{%- endif -%}\n\n{%- for column_name, column_type in column_name_to_data_types.items() -%}\n {%- do default_row.update({column_name: (safe_cast(\"null\", column_type) | trim )}) -%}\n{%- endfor -%}\n\n{{ validate_fixture_rows(rows, row_number) }}\n\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\n{%- set default_row_copy = default_row.copy() -%}\n{%- do default_row_copy.update(formatted_row) -%}\nselect\n{%- for column_name, column_value in default_row_copy.items() %} {{ column_value }} as {{ column_name }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n\n{%- if (rows | length) == 0 -%}\n select\n {%- for column_name, column_value in default_row.items() %} {{ column_value }} as {{ column_name }}{% if not loop.last -%},{%- endif %}\n {%- endfor %}\n limit 0\n{%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_relation", "macro.dbt.safe_cast", "macro.dbt.validate_fixture_rows", "macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.092412, "supported_languages": null}, "macro.dbt.get_expected_sql": {"name": "get_expected_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_expected_sql", "macro_sql": "{% macro get_expected_sql(rows, column_name_to_data_types) %}\n\n{%- if (rows | length) == 0 -%}\n select * from dbt_internal_unit_test_actual\n limit 0\n{%- else -%}\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\nselect\n{%- for column_name, column_value in formatted_row.items() %} {{ column_value }} as {{ column_name }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n{%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.092972, "supported_languages": null}, "macro.dbt.format_row": {"name": "format_row", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.format_row", "macro_sql": "\n\n{%- macro format_row(row, column_name_to_data_types) -%}\n {#-- generate case-insensitive formatted row --#}\n {% set formatted_row = {} %}\n {%- for column_name, column_value in row.items() -%}\n {% set column_name = column_name|lower %}\n\n {%- if column_name not in column_name_to_data_types %}\n {#-- if user-provided row contains column name that relation does not contain, raise an error --#}\n {% set fixture_name = \"expected output\" if model.resource_type == 'unit_test' else (\"'\" ~ model.name ~ \"'\") %}\n {{ exceptions.raise_compiler_error(\n \"Invalid column name: '\" ~ column_name ~ \"' in unit test fixture for \" ~ fixture_name ~ \".\"\n \"\\nAccepted columns for \" ~ fixture_name ~ \" are: \" ~ (column_name_to_data_types.keys()|list)\n ) }}\n {%- endif -%}\n\n {%- set column_type = column_name_to_data_types[column_name] %}\n\n {#-- sanitize column_value: wrap yaml strings in quotes, apply cast --#}\n {%- set column_value_clean = column_value -%}\n {%- if column_value is string -%}\n {%- set column_value_clean = dbt.string_literal(dbt.escape_single_quotes(column_value)) -%}\n {%- elif column_value is none -%}\n {%- set column_value_clean = 'null' -%}\n {%- endif -%}\n\n {%- set row_update = {column_name: safe_cast(column_value_clean, column_type) } -%}\n {%- do formatted_row.update(row_update) -%}\n {%- endfor -%}\n {{ return(formatted_row) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.string_literal", "macro.dbt.escape_single_quotes", "macro.dbt.safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.094122, "supported_languages": null}, "macro.dbt.validate_fixture_rows": {"name": "validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.validate_fixture_rows", "macro_sql": "{%- macro validate_fixture_rows(rows, row_number) -%}\n {{ return(adapter.dispatch('validate_fixture_rows', 'dbt')(rows, row_number)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__validate_fixture_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.094338, "supported_languages": null}, "macro.dbt.default__validate_fixture_rows": {"name": "default__validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.default__validate_fixture_rows", "macro_sql": "{%- macro default__validate_fixture_rows(rows, row_number) -%}\n {# This is an abstract method for adapter overrides as needed #}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.094439, "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": 1748542983.095237, "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": 1748542983.0954041, "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": 1748542983.096243, "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": 1748542983.096677, "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": 1748542983.097279, "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": 1748542983.09777, "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": 1748542983.097852, "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": 1748542983.0983438, "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": 1748542983.098618, "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": 1748542983.099324, "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": 1748542983.099636, "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": 1748542983.10007, "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": 1748542983.1005461, "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": 1748542983.100914, "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": 1748542983.1015549, "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": 1748542983.101859, "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": 1748542983.102174, "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": 1748542983.1027782, "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": 1748542983.103768, "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": 1748542983.104395, "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": 1748542983.1054459, "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": 1748542983.1059399, "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": 1748542983.106278, "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": 1748542983.106823, "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": 1748542983.107697, "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": 1748542983.108109, "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": 1748542983.108554, "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": 1748542983.1090329, "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": 1748542983.109496, "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": 1748542983.110079, "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": 1748542983.1105878, "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": 1748542983.1111948, "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 {% if group_by_columns|length() == 0 %}\n where {{ column_name }} is not null\n limit 1\n {% endif %}\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": 1748542983.112161, "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": 1748542983.1126258, "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": 1748542983.113317, "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": 1748542983.113751, "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": 1748542983.114122, "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": 1748542983.11453, "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": 1748542983.114916, "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": 1748542983.115446, "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 {{ dbt.type_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": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.116519, "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": 1748542983.117177, "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": 1748542983.1181839, "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, exclude_columns=None, precision = None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns, exclude_columns, precision)) }}\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": 1748542983.119555, "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, exclude_columns=None, precision = None) %}\n\n{%- if compare_columns and exclude_columns -%}\n {{ exceptions.raise_compiler_error(\"Both a compare and an ignore list were provided to the `equality` macro. Only one is allowed\") }}\n{%- endif -%}\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\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{# Ensure there are no extra columns in the compare_model vs model #}\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- do dbt_utils._is_ephemeral(compare_model, 'test_equality') -%}\n\n {%- set model_columns = adapter.get_columns_in_relation(model) -%}\n {%- set compare_model_columns = adapter.get_columns_in_relation(compare_model) -%}\n\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- set include_model_columns = [] %}\n {%- for column in model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n {%- for column in compare_model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_model_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns_set = set(include_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(include_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- else -%}\n {%- set compare_columns_set = set(model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(compare_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- endif -%}\n\n {% if compare_columns_set != compare_model_columns_set %}\n {{ exceptions.raise_compiler_error(compare_model ~\" has less columns than \" ~ model ~ \", please ensure they have the same columns or use the `compare_columns` or `exclude_columns` arguments to subset them.\") }}\n {% endif %}\n\n\n{% endif %}\n\n{%- if not precision -%}\n {%- if not compare_columns -%}\n {# \n You cannot get the columns in an ephemeral model (due to not existing in the information schema),\n so if the user does not provide an explicit list of columns we must error in the case it is ephemeral\n #}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model)-%}\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- for column in compare_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns = include_columns | map(attribute='quoted') %}\n {%- else -%} {# Compare columns provided #}\n {%- set compare_columns = compare_columns | map(attribute='quoted') %}\n {%- endif -%}\n {%- endif -%}\n\n {% set compare_cols_csv = compare_columns | join(', ') %}\n\n{% else %} {# Precision required #}\n {#-\n If rounding is required, we need to get the types, so it cannot be ephemeral even if they provide column names\n -#}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set columns = adapter.get_columns_in_relation(model) -%}\n\n {% set columns_list = [] %}\n {%- for col in columns -%}\n {%- if (\n (col.name|lower in compare_columns|map('lower') or not compare_columns) and\n (col.name|lower not in exclude_columns|map('lower') or not exclude_columns)\n ) -%}\n {# Databricks double type is not picked up by any number type checks in dbt #}\n {%- if col.is_float() or col.is_numeric() or col.data_type == 'double' -%}\n {# Cast is required due to postgres not having round for a double precision number #}\n {%- do columns_list.append('round(cast(' ~ col.quoted ~ ' as ' ~ dbt.type_numeric() ~ '),' ~ precision ~ ') as ' ~ col.quoted) -%}\n {%- else -%} {# Non-numeric type #}\n {%- do columns_list.append(col.quoted) -%}\n {%- endif -%}\n {% endif %}\n {%- endfor -%}\n\n {% set compare_cols_csv = columns_list | join(', ') %}\n\n{% endif %}\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.type_numeric", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.12391, "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": 1748542983.124589, "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": 1748542983.124925, "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": 1748542983.125845, "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": 1748542983.127352, "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": 1748542983.1276422, "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": 1748542983.127815, "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": 1748542983.128278, "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": 1748542983.1285682, "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": 1748542983.128768, "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": 1748542983.129034, "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": 1748542983.129212, "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{% if not string %}\n{{ return('') }}\n{% endif %}\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": 1748542983.129976, "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": 1748542983.13091, "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": 1748542983.131603, "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": 1748542983.132413, "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": 1748542983.1326668, "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": 1748542983.1330519, "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": 1748542983.133419, "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": 1748542983.1343539, "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": 1748542983.134756, "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": 1748542983.135562, "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": 1748542983.1361752, "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": 1748542983.137335, "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": 1748542983.137887, "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": 1748542983.138328, "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": 1748542983.1385322, "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": 1748542983.139067, "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": 1748542983.139599, "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": 1748542983.140533, "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": 1748542983.141166, "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": 1748542983.141527, "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": 1748542983.142506, "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": 1748542983.1441228, "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', quote_identifiers=False) -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name, quote_identifiers)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.145028, "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', quote_identifiers=False) -%}\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 {%- set current_col_name = adapter.quote(col.column) if quote_identifiers else col.column -%}\n select\n {%- for exclude_col in exclude %}\n {{ adapter.quote(exclude_col) if quote_identifiers else exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ adapter.quote(field_name) if quote_identifiers else field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(current_col_name) }}\n {% else %}\n {{ current_col_name }}\n {% endif %}\n as {{ cast_to }}) as {{ adapter.quote(value_name) if quote_identifiers else 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": 1748542983.146963, "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": 1748542983.147291, "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": 1748542983.147439, "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": 1748542983.1486878, "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": 1748542983.154279, "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": 1748542983.1546528, "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": 1748542983.154924, "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": 1748542983.1556559, "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": 1748542983.1559172, "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 select *\n from {{ relation }} as tt\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.156106, "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": 1748542983.1563132, "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": 1748542983.156492, "supported_languages": null}, "macro.dbt_utils.databricks__deduplicate": {"name": "databricks__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.databricks__deduplicate", "macro_sql": "\n{%- macro databricks__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": 1748542983.156658, "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": 1748542983.1568298, "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": 1748542983.157186, "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": 1748542983.157419, "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": 1748542983.157755, "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": 1748542983.1582878, "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": 1748542983.158608, "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": 1748542983.158935, "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": 1748542983.1598258, "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": 1748542983.160178, "supported_languages": null}, "macro.dbt_utils.redshift__get_tables_by_pattern_sql": {"name": "redshift__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.redshift__get_tables_by_pattern_sql", "macro_sql": "{% macro redshift__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% set sql %}\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 union all\n select distinct\n schemaname as {{ adapter.quote('table_schema') }},\n tablename as {{ adapter.quote('table_name') }},\n 'external' as {{ adapter.quote('table_type') }}\n from svv_external_tables\n where redshift_database_name = '{{ database }}'\n and schemaname ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n {% endset %}\n\n {{ return(sql) }}\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": 1748542983.160897, "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": 1748542983.1616, "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": 1748542983.1621, "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": 1748542983.1630201, "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": 1748542983.164526, "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": 1748542983.165417, "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": 1748542983.166487, "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": 1748542983.167032, "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": 1748542983.1679091, "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": 1748542983.1684291, "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": 1748542983.168899, "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": 1748542983.1690948, "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": 1748542983.169455, "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": 1748542983.170061, "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": 1748542983.1704729, "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": 1748542983.171094, "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": 1748542983.171446, "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": 1748542983.171585, "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": 1748542983.17172, "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": 1748542983.171856, "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": 1748542983.172281, "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": 1748542983.173079, "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": 1748542983.173564, "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": 1748542983.173837, "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": 1748542983.1743941, "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": 1748542983.1751711, "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": 1748542983.177354, "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": 1748542983.178039, "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": 1748542983.178889, "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": 1748542983.1795998, "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": 1748542983.1803038, "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": 1748542983.181243, "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": 1748542983.181437, "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": 1748542983.1815522, "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": 1748542983.183469, "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": 1748542983.187498, "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": 1748542983.187741, "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": 1748542983.187835, "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": 1748542983.188375, "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": 1748542983.189664, "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": 1748542983.1900249, "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": 1748542983.190312, "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": 1748542983.190599, "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": 1748542983.1909351, "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": 1748542983.191144, "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": 1748542983.191369, "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": 1748542983.191784, "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": 1748542983.192272, "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": 1748542983.1926148, "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": 1748542983.192821, "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": 1748542983.192998, "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": 1748542983.193147, "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": 1748542983.193314, "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": 1748542983.194177, "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": 1748542983.194805, "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": 1748542983.195446, "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": 1748542983.195688, "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": 1748542983.1961012, "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": 1748542983.196367, "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": 1748542983.1966238, "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": 1748542983.196905, "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": 1748542983.1971772, "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": 1748542983.1974359, "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": 1748542983.197783, "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": 1748542983.197896, "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": 1748542983.198006, "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": 1748542983.198118, "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": 1748542983.198499, "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": 1748542983.198978, "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": 1748542983.2003179, "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": 1748542983.200913, "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": 1748542983.201618, "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": 1748542983.2019808, "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": 1748542983.202118, "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": 1748542983.202251, "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": 1748542983.2023869, "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": 1748542983.202527, "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": 1748542983.20337, "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": 1748542983.203545, "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": 1748542983.203711, "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": 1748542983.203868, "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": 1748542983.205641, "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": 1748542983.206236, "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": 1748542983.2063801, "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": 1748542983.2066681, "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": 1748542983.206967, "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": 1748542983.207102, "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": 1748542983.207235, "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": 1748542983.207414, "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": 1748542983.207642, "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": 1748542983.2081642, "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": 1748542983.208767, "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": 1748542983.2093592, "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": 1748542983.209613, "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": 1748542983.209885, "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": 1748542983.2101948, "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": 1748542983.21137, "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": 1748542983.2144718, "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": 1748542983.214858, "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": 1748542983.2152472, "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": 1748542983.216348, "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": 1748542983.2168949, "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": 1748542983.217325, "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": 1748542983.2176042, "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": 1748542983.217814, "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": 1748542983.218007, "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": 1748542983.218166, "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": 1748542983.218324, "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": 1748542983.2189, "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": 1748542983.2202911, "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": 1748542983.220758, "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": 1748542983.220929, "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": 1748542983.221094, "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": 1748542983.221264, "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": 1748542983.2214348, "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": 1748542983.221668, "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": 1748542983.22195, "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": 1748542983.222091, "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": 1748542983.222213, "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": 1748542983.222846, "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": 1748542983.223457, "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": 1748542983.223638, "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": 1748542983.224465, "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": 1748542983.225773, "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": 1748542983.230578, "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": 1748542983.23203, "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": 1748542983.232372, "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": 1748542983.232525, "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": 1748542983.232728, "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": 1748542983.233067, "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": 1748542983.233185, "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": 1748542983.233303, "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": 1748542983.2334132, "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": 1748542983.2335181, "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": 1748542983.233776, "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": 1748542983.233878, "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": 1748542983.233985, "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": 1748542983.234376, "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": 1748542983.2347672, "supported_languages": null}, "macro.recharge_source.get_subscription_history_columns": {"name": "get_subscription_history_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_subscription_history_columns.sql", "original_file_path": "macros/get_subscription_history_columns.sql", "unique_id": "macro.recharge_source.get_subscription_history_columns", "macro_sql": "{% macro get_subscription_history_columns() %}\n\n{% set columns = [\n {\"name\": \"subscription_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cancelled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"next_charge_scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"price\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"cancellation_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"cancellation_reason_comments\", \"datatype\": dbt.type_string()},\n {\"name\": \"product_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_string()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"charge_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_week\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_month\", \"datatype\": dbt.type_int()},\n {\"name\": \"expire_after_specific_number_of_charges\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"_fivetran_synced\", \"datatype\": \"type_timestamp\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__subscription_history_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.237538, "supported_languages": null}, "macro.recharge_source.recharge_does_table_exist": {"name": "recharge_does_table_exist", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/recharge_does_table_exist.sql", "original_file_path": "macros/recharge_does_table_exist.sql", "unique_id": "macro.recharge_source.recharge_does_table_exist", "macro_sql": "{%- macro recharge_does_table_exist(table_name) -%}\n\n {%- if execute -%}\n {%- set source_relation = adapter.get_relation(\n database=source('recharge', table_name).database,\n schema=source('recharge', table_name).schema,\n identifier=source('recharge', table_name).name) -%}\n\n {% set table_exists=source_relation is not none %}\n {{ return(table_exists) }}\n {%- endif -%} \n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.2380831, "supported_languages": null}, "macro.recharge_source.get_charge_line_item_columns": {"name": "get_charge_line_item_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_line_item_columns.sql", "original_file_path": "macros/get_charge_line_item_columns.sql", "unique_id": "macro.recharge_source.get_charge_line_item_columns", "macro_sql": "{% macro get_charge_line_item_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"tax_due\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxable\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"taxable_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price_includes_tax\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"vendor\", \"datatype\": dbt.type_string()},\n {\"name\": \"purchase_item_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"purchase_item_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__charge_line_item_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.2400472, "supported_languages": null}, "macro.recharge_source.get_charge_tax_line_columns": {"name": "get_charge_tax_line_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_tax_line_columns.sql", "original_file_path": "macros/get_charge_tax_line_columns.sql", "unique_id": "macro.recharge_source.get_charge_tax_line_columns", "macro_sql": "{% macro get_charge_tax_line_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"rate\", \"datatype\": dbt.type_float()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["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": 1748542983.240727, "supported_languages": null}, "macro.recharge_source.get_address_shipping_line_columns": {"name": "get_address_shipping_line_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_address_shipping_line_columns.sql", "original_file_path": "macros/get_address_shipping_line_columns.sql", "unique_id": "macro.recharge_source.get_address_shipping_line_columns", "macro_sql": "{% macro get_address_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_string()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.241489, "supported_languages": null}, "macro.recharge_source.get_charge_shipping_line_columns": {"name": "get_charge_shipping_line_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_shipping_line_columns.sql", "original_file_path": "macros/get_charge_shipping_line_columns.sql", "unique_id": "macro.recharge_source.get_charge_shipping_line_columns", "macro_sql": "{% macro get_charge_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"code\", \"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_int", "macro.dbt.type_float", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.242196, "supported_languages": null}, "macro.recharge_source.get_order_columns": {"name": "get_order_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_order_columns.sql", "original_file_path": "macros/get_order_columns.sql", "unique_id": "macro.recharge_source.get_order_columns", "macro_sql": "{% macro get_order_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"transaction_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"charge_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_prepaid\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_order_id_ecommerce\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_order_number_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"shipped_date\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__order_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_timestamp", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.244305, "supported_languages": null}, "macro.recharge_source.get_customer_columns": {"name": "get_customer_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_customer_columns.sql", "original_file_path": "macros/get_customer_columns.sql", "unique_id": "macro.recharge_source.get_customer_columns", "macro_sql": "{% macro get_customer_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_customer_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_charge_processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscriptions_active_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"subscriptions_total_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"has_valid_payment_method\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"has_payment_method_in_dunning\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"tax_exempt\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"billing_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_country\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'bigquery' %}\n{{ columns.append( {\"name\": \"hash\", \"datatype\": dbt.type_string(), \"alias\": \"customer_hash\", \"quote\": true} ) }}\n{% else %}\n{{ columns.append( {\"name\": \"hash\", \"alias\": \"customer_hash\", \"datatype\": dbt.type_string()} ) }}\n{% endif %} ,\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.dbt.type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.246836, "supported_languages": null}, "macro.recharge_source.get_charge_order_attribute_columns": {"name": "get_charge_order_attribute_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_order_attribute_columns.sql", "original_file_path": "macros/get_charge_order_attribute_columns.sql", "unique_id": "macro.recharge_source.get_charge_order_attribute_columns", "macro_sql": "{% macro get_charge_order_attribute_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_attribute\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.2473412, "supported_languages": null}, "macro.recharge_source.get_subscription_columns": {"name": "get_subscription_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_subscription_columns.sql", "original_file_path": "macros/get_subscription_columns.sql", "unique_id": "macro.recharge_source.get_subscription_columns", "macro_sql": "{% macro get_subscription_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cancelled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"next_charge_scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"price\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"cancellation_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"cancellation_reason_comments\", \"datatype\": dbt.type_string()},\n {\"name\": \"product_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"charge_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_week\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_month\", \"datatype\": dbt.type_int()},\n {\"name\": \"expire_after_specific_number_of_charges\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__subscription_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.249899, "supported_languages": null}, "macro.recharge_source.get_one_time_product_columns": {"name": "get_one_time_product_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_one_time_product_columns.sql", "original_file_path": "macros/get_one_time_product_columns.sql", "unique_id": "macro.recharge_source.get_one_time_product_columns", "macro_sql": "{% macro get_one_time_product_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"next_charge_scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"product_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_int()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean", "macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.2515001, "supported_languages": null}, "macro.recharge_source.get_charge_columns": {"name": "get_charge_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_columns.sql", "original_file_path": "macros/get_charge_columns.sql", "unique_id": "macro.recharge_source.get_charge_columns", "macro_sql": "{% macro get_charge_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_hash\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"orders_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_order_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"tags\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_lines\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_discounts\", \"datatype\": dbt.type_float()},\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_grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_refunds\", \"datatype\": dbt.type_float()},\n {\"name\": \"external_transaction_id_payment_processor\", \"datatype\": dbt.type_string()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_processor\", \"datatype\": dbt.type_string()},\n {\"name\": \"has_uncommitted_changes\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"retry_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"error_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"error\", \"datatype\": dbt.type_string()},\n {\"name\": \"charge_attempts\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_not_found\", \"datatype\": dbt.type_string()},\n {\"name\": \"client_details_browser_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"client_details_user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__charge_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.25486, "supported_languages": null}, "macro.recharge_source.get_checkout_columns": {"name": "get_checkout_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_checkout_columns.sql", "original_file_path": "macros/get_checkout_columns.sql", "unique_id": "macro.recharge_source.get_checkout_columns", "macro_sql": "{% macro get_checkout_columns() %}\n\n{% set columns = [\n {\"name\": \"token\", \"datatype\": dbt.type_string()},\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"buyer_accepts_marketing\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"completed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"discount_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_checkout_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_checkout_source\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_transaction_id_payment_processor\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_attributes\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"requires_shipping\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxes_included\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_float()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_boolean", "macro.dbt.type_timestamp", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.2569249, "supported_languages": null}, "macro.recharge_source.get_address_columns": {"name": "get_address_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_address_columns.sql", "original_file_path": "macros/get_address_columns.sql", "unique_id": "macro.recharge_source.get_address_columns", "macro_sql": "{% macro get_address_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\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\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"company\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"payment_method_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__address_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.258954, "supported_languages": null}, "macro.recharge_source.get_charge_discount_columns": {"name": "get_charge_discount_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_discount_columns.sql", "original_file_path": "macros/get_charge_discount_columns.sql", "unique_id": "macro.recharge_source.get_charge_discount_columns", "macro_sql": "{% macro get_charge_discount_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\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_int", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.2597702, "supported_languages": null}, "macro.recharge_source.get_discount_columns": {"name": "get_discount_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_discount_columns.sql", "original_file_path": "macros/get_discount_columns.sql", "unique_id": "macro.recharge_source.get_discount_columns", "macro_sql": "{% macro get_discount_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"starts_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ends_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"value\", \"datatype\": dbt.type_float()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"usage_limits\", \"datatype\": dbt.type_int()},\n {\"name\": \"applies_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"applies_to_resource\", \"datatype\": dbt.type_string()},\n {\"name\": \"applies_to_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"applies_to_product_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"minimum_order_amount\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.261355, "supported_languages": null}, "macro.recharge_source.get_address_discounts_columns": {"name": "get_address_discounts_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_address_discounts.sql", "original_file_path": "macros/get_address_discounts.sql", "unique_id": "macro.recharge_source.get_address_discounts_columns", "macro_sql": "{% macro get_address_discounts_columns() %}\n\n{% set columns = [\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.2619789, "supported_languages": null}, "macro.recharge_source.get_order_line_item_columns": {"name": "get_order_line_item_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_order_line_item_columns.sql", "original_file_path": "macros/get_order_line_item_columns.sql", "unique_id": "macro.recharge_source.get_order_line_item_columns", "macro_sql": "{% macro get_order_line_item_columns() %}\n\n{% set columns = [\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"tax_due\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxable\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"taxable_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price_includes_tax\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"purchase_item_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"purchase_item_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__order_line_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1748542983.263947, "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.recharge_source._fivetran_deleted": {"name": "_fivetran_deleted", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source._fivetran_deleted", "block_contents": "Boolean created by Fivetran to indicate whether the record has been deleted."}, "doc.recharge_source._fivetran_id": {"name": "_fivetran_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source._fivetran_id", "block_contents": "Unique ID used by Fivetran to sync and dedupe data."}, "doc.recharge_source._fivetran_synced": {"name": "_fivetran_synced", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source._fivetran_synced", "block_contents": "Timestamp of when Fivetran synced a record."}, "doc.recharge_source.address_id": {"name": "address_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.address_id", "block_contents": "The unique identifier of the address."}, "doc.recharge_source.charge_id": {"name": "charge_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.charge_id", "block_contents": "The unique identifier of the charge."}, "doc.recharge_source.customer_id": {"name": "customer_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.customer_id", "block_contents": "The unique identifier of the customer."}, "doc.recharge_source.discount_id": {"name": "discount_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.discount_id", "block_contents": "The unique identifier of the discount."}, "doc.recharge_source.order_id": {"name": "order_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.order_id", "block_contents": "The unique identifier of the order."}, "doc.recharge_source.subscription_id": {"name": "subscription_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.subscription_id", "block_contents": "The unique identifier of the subscription."}, "doc.recharge_source.charge_status": {"name": "charge_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.charge_status", "block_contents": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED."}, "doc.recharge_source.discount_status": {"name": "discount_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.discount_status", "block_contents": "The status of the discount, accepted values - enabled, disabled, fully_disabled."}, "doc.recharge_source.order_status": {"name": "order_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.order_status", "block_contents": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, CANCELLED."}, "doc.recharge_source.subscription_status": {"name": "subscription_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.subscription_status", "block_contents": "The status of the subscription. Possible values are ACTIVE, CANCELLED, EXPIRED."}, "doc.recharge_source.type": {"name": "type", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.type", "block_contents": "Possible values are CHECKOUT, RECURRING."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"model.recharge_source.stg_recharge__checkout": [{"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__checkout", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__checkout.sql", "original_file_path": "models/stg_recharge__checkout.sql", "unique_id": "model.recharge_source.stg_recharge__checkout", "fqn": ["recharge_source", "stg_recharge__checkout"], "alias": "stg_recharge__checkout", "checksum": {"name": "sha256", "checksum": "be5c99e60f6102c45b5a246b4c764b7068457551071343df442308c1a040d92c"}, "config": {"enabled": false, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "checkouts", "columns": {"checkout_id": {"name": "checkout_id", "description": "Unique token for the Checkout", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_id": {"name": "charge_id", "description": "ID for the Charge resulting from processing the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Boolean if the buyer accept marketing, newsletters etc.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "checkout_completed_at": {"name": "checkout_completed_at", "description": "Timestamp for when the Checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "checkout_created_at": {"name": "checkout_created_at", "description": "Timestamp for when the Checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "currency": {"name": "currency", "description": "Currency of the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_code": {"name": "discount_code", "description": "Discount code to be used on the checkout, e.g. \u201cDISCOUNT20\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "Email address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_checkout_id": {"name": "external_checkout_id", "description": "Represents the external cart token.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_checkout_source": {"name": "external_checkout_source", "description": "Represents the source for external_checkout_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "Transaction ID of the external payment processor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_attributes": {"name": "order_attributes", "description": "Structured custom notes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "phone": {"name": "phone", "description": "Customer phone number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "requires_shipping": {"name": "requires_shipping", "description": "Boolean if the Checkout contains items that require shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subtotal_price": {"name": "subtotal_price", "description": "Value of the Checkout minus shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxes_included": {"name": "taxes_included", "description": "Boolean if the tax is included in the price of the items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "Full price of the Checkout including shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_tax": {"name": "total_tax", "description": "Tax charged on the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "checkout_updated_at": {"name": "checkout_updated_at", "description": "Timestamp for the latest Checkout update.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source", "enabled": false}, "created_at": 1748542984.387295, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__checkout`", "raw_code": "{{ config(enabled=var('recharge__checkout_enabled', false)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_recharge__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_recharge__checkout_tmp')),\n staging_columns = get_checkout_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n token as checkout_id,\n charge_id,\n buyer_accepts_marketing,\n cast(completed_at as {{ dbt.type_timestamp() }}) as checkout_completed_at,\n cast(created_at as {{ dbt.type_timestamp() }}) as checkout_created_at,\n currency,\n discount_code,\n email,\n external_checkout_id,\n external_checkout_source,\n external_transaction_id_payment_processor,\n order_attributes,\n phone,\n requires_shipping,\n subtotal_price,\n taxes_included,\n total_price,\n total_tax,\n cast(updated_at as {{ dbt.type_timestamp() }}) as checkout_updated_at\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__checkout_passthrough_columns') }}\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "language": "sql", "refs": [{"name": "stg_recharge__checkout_tmp", "package": null, "version": null}, {"name": "stg_recharge__checkout_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_checkout_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}], "model.recharge_source.stg_recharge__checkout_tmp": [{"database": "dbt-package-testing", "schema": "recharge_source_tests_recharge_source", "name": "stg_recharge__checkout_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__checkout_tmp.sql", "original_file_path": "models/tmp/stg_recharge__checkout_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__checkout_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__checkout_tmp"], "alias": "stg_recharge__checkout_tmp", "checksum": {"name": "sha256", "checksum": "6edcdf1ea7b518b1db7c7c1a81403ed7c7dbd959c15722179fb7e7d945226753"}, "config": {"enabled": false, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source", "enabled": false}, "created_at": 1748542984.1207879, "relation_name": "`dbt-package-testing`.`recharge_source_tests_recharge_source`.`stg_recharge__checkout_tmp`", "raw_code": "{{ config(enabled=var('recharge__checkout_enabled', false)) }}\n\nselect *\nfrom {{ var('checkout') }}", "language": "sql", "refs": [], "sources": [["recharge", "checkout"]], "metrics": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}], "source.recharge_source.recharge.checkout": [{"database": "dbt-package-testing", "schema": "recharge_source_tests", "name": "checkout", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.checkout", "fqn": ["recharge_source", "recharge", "checkout"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "checkout_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of checkout information associated to the corresponding charges.", "columns": {"token": {"name": "token", "description": "Unique token for the Checkout", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "charge_id": {"name": "charge_id", "description": "ID for the Charge resulting from processing the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Boolean if the buyer accept marketing, newsletters etc.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "completed_at": {"name": "completed_at", "description": "Timestamp for when the Checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "created_at": {"name": "created_at", "description": "Timestamp for when the Checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "currency": {"name": "currency", "description": "Currency of the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "discount_code": {"name": "discount_code", "description": "Discount code to be used on the checkout, e.g. \u201cDISCOUNT20\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "email": {"name": "email", "description": "Email address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_checkout_id": {"name": "external_checkout_id", "description": "Represents the external cart token.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_checkout_source": {"name": "external_checkout_source", "description": "Represents the source for external_checkout_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "Transaction ID of the external payment processor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "order_attributes": {"name": "order_attributes", "description": "Structured custom notes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "phone": {"name": "phone", "description": "Customer phone number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "requires_shipping": {"name": "requires_shipping", "description": "Boolean if the Checkout contains items that require shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "subtotal_price": {"name": "subtotal_price", "description": "Value of the Checkout minus shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "taxes_included": {"name": "taxes_included", "description": "Boolean if the tax is included in the price of the items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_price": {"name": "total_price", "description": "Full price of the Checkout including shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "total_tax": {"name": "total_tax", "description": "Tax charged on the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}, "updated_at": {"name": "updated_at", "description": "Timestamp for the latest Checkout update.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "tags": [], "granularity": null}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": false, "event_time": null, "freshness": null}, "patch_path": null, "unrendered_config": {"enabled": false}, "relation_name": "`dbt-package-testing`.`recharge_source_tests`.`checkout_data`", "created_at": 1748542984.517056, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}"}]}, "parent_map": {"seed.recharge_source_integration_tests.one_time_product_data": [], "seed.recharge_source_integration_tests.address_data": [], "seed.recharge_source_integration_tests.orders_data": [], "seed.recharge_source_integration_tests.charge_order_attribute_data": [], "seed.recharge_source_integration_tests.subscription_history_data": [], "seed.recharge_source_integration_tests.checkout_data": [], "seed.recharge_source_integration_tests.charge_data": [], "seed.recharge_source_integration_tests.charge_discount_data": [], "seed.recharge_source_integration_tests.customer_data": [], "seed.recharge_source_integration_tests.address_discounts_data": [], "seed.recharge_source_integration_tests.charge_tax_line_data": [], "seed.recharge_source_integration_tests.charge_shipping_line_data": [], "seed.recharge_source_integration_tests.order_line_item_data": [], "seed.recharge_source_integration_tests.charge_line_item_data": [], "seed.recharge_source_integration_tests.discount_data": [], "seed.recharge_source_integration_tests.address_shipping_line_data": [], "seed.recharge_source_integration_tests.order_data": [], "seed.recharge_source_integration_tests.subscription_data": [], "model.recharge_source.stg_recharge__address_shipping_line": ["model.recharge_source.stg_recharge__address_shipping_line_tmp"], "model.recharge_source.stg_recharge__discount": ["model.recharge_source.stg_recharge__discount_tmp"], "model.recharge_source.stg_recharge__order_line_item": ["model.recharge_source.stg_recharge__order_line_item_tmp"], "model.recharge_source.stg_recharge__charge_order_attribute": ["model.recharge_source.stg_recharge__charge_order_attribute_tmp"], "model.recharge_source.stg_recharge__charge_shipping_line": ["model.recharge_source.stg_recharge__charge_shipping_line_tmp"], "model.recharge_source.stg_recharge__charge": ["model.recharge_source.stg_recharge__charge_tmp"], "model.recharge_source.stg_recharge__subscription": ["model.recharge_source.stg_recharge__subscription_tmp"], "model.recharge_source.stg_recharge__address": ["model.recharge_source.stg_recharge__address_tmp"], "model.recharge_source.stg_recharge__subscription_history": ["model.recharge_source.stg_recharge__subscription_history_tmp"], "model.recharge_source.stg_recharge__address_discounts": ["model.recharge_source.stg_recharge__address_discounts_tmp"], "model.recharge_source.stg_recharge__customer": ["model.recharge_source.stg_recharge__customer_tmp"], "model.recharge_source.stg_recharge__charge_discount": ["model.recharge_source.stg_recharge__charge_discount_tmp"], "model.recharge_source.stg_recharge__charge_tax_line": ["model.recharge_source.stg_recharge__charge_tax_line_tmp"], "model.recharge_source.stg_recharge__charge_line_item": ["model.recharge_source.stg_recharge__charge_line_item_tmp"], "model.recharge_source.stg_recharge__order": ["model.recharge_source.stg_recharge__order_tmp"], "model.recharge_source.stg_recharge__one_time_product": ["model.recharge_source.stg_recharge__one_time_product_tmp"], "model.recharge_source.stg_recharge__order_tmp": ["source.recharge_source.recharge.order"], "model.recharge_source.stg_recharge__charge_discount_tmp": ["source.recharge_source.recharge.charge_discount"], "model.recharge_source.stg_recharge__charge_line_item_tmp": ["source.recharge_source.recharge.charge_line_item"], "model.recharge_source.stg_recharge__charge_tax_line_tmp": ["source.recharge_source.recharge.charge_tax_line"], "model.recharge_source.stg_recharge__charge_shipping_line_tmp": ["source.recharge_source.recharge.charge_shipping_line"], "model.recharge_source.stg_recharge__one_time_product_tmp": ["source.recharge_source.recharge.one_time_product"], "model.recharge_source.stg_recharge__address_discounts_tmp": ["source.recharge_source.recharge.address_discounts"], "model.recharge_source.stg_recharge__subscription_history_tmp": ["source.recharge_source.recharge.subscription_history"], "model.recharge_source.stg_recharge__order_line_item_tmp": ["source.recharge_source.recharge.order_line_item"], "model.recharge_source.stg_recharge__discount_tmp": ["source.recharge_source.recharge.discount"], "model.recharge_source.stg_recharge__charge_tmp": ["source.recharge_source.recharge.charge"], "model.recharge_source.stg_recharge__charge_order_attribute_tmp": ["source.recharge_source.recharge.charge_order_attribute"], "model.recharge_source.stg_recharge__address_tmp": ["source.recharge_source.recharge.address"], "model.recharge_source.stg_recharge__customer_tmp": ["source.recharge_source.recharge.customer"], "model.recharge_source.stg_recharge__address_shipping_line_tmp": ["source.recharge_source.recharge.address_shipping_line"], "model.recharge_source.stg_recharge__subscription_tmp": ["source.recharge_source.recharge.subscription"], "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333": ["model.recharge_source.stg_recharge__address"], "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f": ["model.recharge_source.stg_recharge__address"], "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b": ["model.recharge_source.stg_recharge__address_discounts"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451": ["model.recharge_source.stg_recharge__address_discounts"], "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc": ["model.recharge_source.stg_recharge__address_shipping_line"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74": ["model.recharge_source.stg_recharge__address_shipping_line"], "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10": ["model.recharge_source.stg_recharge__charge"], "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998": ["model.recharge_source.stg_recharge__charge"], "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017": ["model.recharge_source.stg_recharge__charge_discount"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978": ["model.recharge_source.stg_recharge__charge_discount"], "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938": ["model.recharge_source.stg_recharge__charge_line_item"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe": ["model.recharge_source.stg_recharge__charge_line_item"], "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588": ["model.recharge_source.stg_recharge__charge_order_attribute"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f": ["model.recharge_source.stg_recharge__charge_order_attribute"], "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26": ["model.recharge_source.stg_recharge__charge_shipping_line"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99": ["model.recharge_source.stg_recharge__charge_shipping_line"], "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759": ["model.recharge_source.stg_recharge__charge_tax_line"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf": ["model.recharge_source.stg_recharge__charge_tax_line"], "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a": [], "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8": [], "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410": ["model.recharge_source.stg_recharge__customer"], "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba": ["model.recharge_source.stg_recharge__customer"], "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c": ["model.recharge_source.stg_recharge__discount"], "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3": ["model.recharge_source.stg_recharge__discount"], "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b": ["model.recharge_source.stg_recharge__one_time_product"], "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d": ["model.recharge_source.stg_recharge__one_time_product"], "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd": ["model.recharge_source.stg_recharge__order"], "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7": ["model.recharge_source.stg_recharge__order"], "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f": ["model.recharge_source.stg_recharge__order_line_item"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a": ["model.recharge_source.stg_recharge__order_line_item"], "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea": ["model.recharge_source.stg_recharge__subscription"], "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32": ["model.recharge_source.stg_recharge__subscription"], "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c": ["model.recharge_source.stg_recharge__subscription_history"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269": ["model.recharge_source.stg_recharge__subscription_history"], "source.recharge_source.recharge.address": [], "source.recharge_source.recharge.address_discounts": [], "source.recharge_source.recharge.address_shipping_line": [], "source.recharge_source.recharge.charge": [], "source.recharge_source.recharge.charge_discount": [], "source.recharge_source.recharge.charge_line_item": [], "source.recharge_source.recharge.charge_order_attribute": [], "source.recharge_source.recharge.charge_shipping_line": [], "source.recharge_source.recharge.charge_tax_line": [], "source.recharge_source.recharge.customer": [], "source.recharge_source.recharge.discount": [], "source.recharge_source.recharge.one_time_product": [], "source.recharge_source.recharge.order": [], "source.recharge_source.recharge.orders": [], "source.recharge_source.recharge.order_line_item": [], "source.recharge_source.recharge.subscription": [], "source.recharge_source.recharge.subscription_history": []}, "child_map": {"seed.recharge_source_integration_tests.one_time_product_data": [], "seed.recharge_source_integration_tests.address_data": [], "seed.recharge_source_integration_tests.orders_data": [], "seed.recharge_source_integration_tests.charge_order_attribute_data": [], "seed.recharge_source_integration_tests.subscription_history_data": [], "seed.recharge_source_integration_tests.checkout_data": [], "seed.recharge_source_integration_tests.charge_data": [], "seed.recharge_source_integration_tests.charge_discount_data": [], "seed.recharge_source_integration_tests.customer_data": [], "seed.recharge_source_integration_tests.address_discounts_data": [], "seed.recharge_source_integration_tests.charge_tax_line_data": [], "seed.recharge_source_integration_tests.charge_shipping_line_data": [], "seed.recharge_source_integration_tests.order_line_item_data": [], "seed.recharge_source_integration_tests.charge_line_item_data": [], "seed.recharge_source_integration_tests.discount_data": [], "seed.recharge_source_integration_tests.address_shipping_line_data": [], "seed.recharge_source_integration_tests.order_data": [], "seed.recharge_source_integration_tests.subscription_data": [], "model.recharge_source.stg_recharge__address_shipping_line": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74", "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc"], "model.recharge_source.stg_recharge__discount": ["test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3", "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c"], "model.recharge_source.stg_recharge__order_line_item": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a", "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f"], "model.recharge_source.stg_recharge__charge_order_attribute": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f", "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588"], "model.recharge_source.stg_recharge__charge_shipping_line": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99", "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26"], "model.recharge_source.stg_recharge__charge": ["test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998", "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10"], "model.recharge_source.stg_recharge__subscription": ["test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32", "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea"], "model.recharge_source.stg_recharge__address": ["test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f", "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333"], "model.recharge_source.stg_recharge__subscription_history": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269", "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c"], "model.recharge_source.stg_recharge__address_discounts": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451", "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b"], "model.recharge_source.stg_recharge__customer": ["test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba", "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410"], "model.recharge_source.stg_recharge__charge_discount": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978", "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017"], "model.recharge_source.stg_recharge__charge_tax_line": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf", "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759"], "model.recharge_source.stg_recharge__charge_line_item": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe", "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938"], "model.recharge_source.stg_recharge__order": ["test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7", "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd"], "model.recharge_source.stg_recharge__one_time_product": ["test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d", "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b"], "model.recharge_source.stg_recharge__order_tmp": ["model.recharge_source.stg_recharge__order"], "model.recharge_source.stg_recharge__charge_discount_tmp": ["model.recharge_source.stg_recharge__charge_discount"], "model.recharge_source.stg_recharge__charge_line_item_tmp": ["model.recharge_source.stg_recharge__charge_line_item"], "model.recharge_source.stg_recharge__charge_tax_line_tmp": ["model.recharge_source.stg_recharge__charge_tax_line"], "model.recharge_source.stg_recharge__charge_shipping_line_tmp": ["model.recharge_source.stg_recharge__charge_shipping_line"], "model.recharge_source.stg_recharge__one_time_product_tmp": ["model.recharge_source.stg_recharge__one_time_product"], "model.recharge_source.stg_recharge__address_discounts_tmp": ["model.recharge_source.stg_recharge__address_discounts"], "model.recharge_source.stg_recharge__subscription_history_tmp": ["model.recharge_source.stg_recharge__subscription_history"], "model.recharge_source.stg_recharge__order_line_item_tmp": ["model.recharge_source.stg_recharge__order_line_item"], "model.recharge_source.stg_recharge__discount_tmp": ["model.recharge_source.stg_recharge__discount"], "model.recharge_source.stg_recharge__charge_tmp": ["model.recharge_source.stg_recharge__charge"], "model.recharge_source.stg_recharge__charge_order_attribute_tmp": ["model.recharge_source.stg_recharge__charge_order_attribute"], "model.recharge_source.stg_recharge__address_tmp": ["model.recharge_source.stg_recharge__address"], "model.recharge_source.stg_recharge__customer_tmp": ["model.recharge_source.stg_recharge__customer"], "model.recharge_source.stg_recharge__address_shipping_line_tmp": ["model.recharge_source.stg_recharge__address_shipping_line"], "model.recharge_source.stg_recharge__subscription_tmp": ["model.recharge_source.stg_recharge__subscription"], "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333": [], "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f": [], "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451": [], "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74": [], "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10": [], "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998": [], "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978": [], "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe": [], "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f": [], "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99": [], "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf": [], "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a": [], "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8": [], "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410": [], "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba": [], "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c": [], "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3": [], "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b": [], "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d": [], "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd": [], "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7": [], "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a": [], "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea": [], "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32": [], "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269": [], "source.recharge_source.recharge.address": ["model.recharge_source.stg_recharge__address_tmp"], "source.recharge_source.recharge.address_discounts": ["model.recharge_source.stg_recharge__address_discounts_tmp"], "source.recharge_source.recharge.address_shipping_line": ["model.recharge_source.stg_recharge__address_shipping_line_tmp"], "source.recharge_source.recharge.charge": ["model.recharge_source.stg_recharge__charge_tmp"], "source.recharge_source.recharge.charge_discount": ["model.recharge_source.stg_recharge__charge_discount_tmp"], "source.recharge_source.recharge.charge_line_item": ["model.recharge_source.stg_recharge__charge_line_item_tmp"], "source.recharge_source.recharge.charge_order_attribute": ["model.recharge_source.stg_recharge__charge_order_attribute_tmp"], "source.recharge_source.recharge.charge_shipping_line": ["model.recharge_source.stg_recharge__charge_shipping_line_tmp"], "source.recharge_source.recharge.charge_tax_line": ["model.recharge_source.stg_recharge__charge_tax_line_tmp"], "source.recharge_source.recharge.customer": ["model.recharge_source.stg_recharge__customer_tmp"], "source.recharge_source.recharge.discount": ["model.recharge_source.stg_recharge__discount_tmp"], "source.recharge_source.recharge.one_time_product": ["model.recharge_source.stg_recharge__one_time_product_tmp"], "source.recharge_source.recharge.order": ["model.recharge_source.stg_recharge__order_tmp"], "source.recharge_source.recharge.orders": [], "source.recharge_source.recharge.order_line_item": ["model.recharge_source.stg_recharge__order_line_item_tmp"], "source.recharge_source.recharge.subscription": ["model.recharge_source.stg_recharge__subscription_tmp"], "source.recharge_source.recharge.subscription_history": ["model.recharge_source.stg_recharge__subscription_history_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}, "unit_tests": {}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v12.json", "dbt_version": "1.10.4", "generated_at": "2025-07-14T18:59:49.863671Z", "invocation_id": "9a031c5d-9266-4009-a105-edf3b3941e24", "invocation_started_at": "2025-07-14T18:59:40.414694+00:00", "env": {}, "project_name": "recharge_source_integration_tests", "project_id": "4fe8c745badfef75dbffcf457f2e02d7", "user_id": "5eb7d0f7-acf5-4c7d-a277-eff3f3ab02b5", "send_anonymous_usage_stats": true, "adapter_type": "postgres", "quoting": {"database": true, "schema": true, "identifier": true, "column": null}}, "nodes": {"seed.recharge_source_integration_tests.charge_shipping_line_data": {"database": "postgres", "schema": "public", "name": "charge_shipping_line_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_shipping_line_data.csv", "original_file_path": "seeds/charge_shipping_line_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_shipping_line_data", "fqn": ["recharge_source_integration_tests", "charge_shipping_line_data"], "alias": "charge_shipping_line_data", "checksum": {"name": "sha256", "checksum": "cdbb894f032a133f23dc10902892361fe0cc142645126edd101487c903ef2559"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.6709876, "relation_name": "\"postgres\".\"public\".\"charge_shipping_line_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.order_line_item_data": {"database": "postgres", "schema": "public", "name": "order_line_item_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "order_line_item_data.csv", "original_file_path": "seeds/order_line_item_data.csv", "unique_id": "seed.recharge_source_integration_tests.order_line_item_data", "fqn": ["recharge_source_integration_tests", "order_line_item_data"], "alias": "order_line_item_data", "checksum": {"name": "sha256", "checksum": "bfc42623cb8e4eecb7af5c5b4e1bb8e09a0b16546f5fd7ba85738bb5058b33d6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.6957502, "relation_name": "\"postgres\".\"public\".\"order_line_item_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.discount_data": {"database": "postgres", "schema": "public", "name": "discount_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "discount_data.csv", "original_file_path": "seeds/discount_data.csv", "unique_id": "seed.recharge_source_integration_tests.discount_data", "fqn": ["recharge_source_integration_tests", "discount_data"], "alias": "discount_data", "checksum": {"name": "sha256", "checksum": "019fb39eb205b3c2894d5090efd5febd76317c73945484432dadec5c2553d8f7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_ID": "bigint", "APPLIES_TO_ID": "bigint", "ENDS_AT": "timestamp", "STARTS_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"APPLIES_TO_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ENDS_AT": "timestamp", "STARTS_AT": "timestamp"}}, "created_at": 1752519582.6994984, "relation_name": "\"postgres\".\"public\".\"discount_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.orders_data": {"database": "postgres", "schema": "public", "name": "orders_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "orders_data.csv", "original_file_path": "seeds/orders_data.csv", "unique_id": "seed.recharge_source_integration_tests.orders_data", "fqn": ["recharge_source_integration_tests", "orders_data"], "alias": "orders_data", "checksum": {"name": "sha256", "checksum": "f3808c705c723c67a15eaf86dc5d62c50986bc03ddae20d9d0737b608e1bd412"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_ID": "bigint", "SHIPPED_DATE": "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"SHIPPED_DATE": "timestamp"}}, "created_at": 1752519582.703186, "relation_name": "\"postgres\".\"public\".\"orders_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.subscription_history_data": {"database": "postgres", "schema": "public", "name": "subscription_history_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "subscription_history_data.csv", "original_file_path": "seeds/subscription_history_data.csv", "unique_id": "seed.recharge_source_integration_tests.subscription_history_data", "fqn": ["recharge_source_integration_tests", "subscription_history_data"], "alias": "subscription_history_data", "checksum": {"name": "sha256", "checksum": "cd4fb4b7416586782c8f5e682d0fd2a7ae3119d858fd11e7ab8d76915f641c6f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.7069175, "relation_name": "\"postgres\".\"public\".\"subscription_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.subscription_data": {"database": "postgres", "schema": "public", "name": "subscription_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "subscription_data.csv", "original_file_path": "seeds/subscription_data.csv", "unique_id": "seed.recharge_source_integration_tests.subscription_data", "fqn": ["recharge_source_integration_tests", "subscription_data"], "alias": "subscription_data", "checksum": {"name": "sha256", "checksum": "cf5610576766cbd2f08fa87af0403135cb0bad6a8297858e1ffab87910ca97ad"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.710476, "relation_name": "\"postgres\".\"public\".\"subscription_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.address_discounts_data": {"database": "postgres", "schema": "public", "name": "address_discounts_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "address_discounts_data.csv", "original_file_path": "seeds/address_discounts_data.csv", "unique_id": "seed.recharge_source_integration_tests.address_discounts_data", "fqn": ["recharge_source_integration_tests", "address_discounts_data"], "alias": "address_discounts_data", "checksum": {"name": "sha256", "checksum": "31e3b20b5c6fdb4c657f31bffaad55397dc16669a32f909b30145802889ad1c6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.7139835, "relation_name": "\"postgres\".\"public\".\"address_discounts_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_tax_line_data": {"database": "postgres", "schema": "public", "name": "charge_tax_line_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_tax_line_data.csv", "original_file_path": "seeds/charge_tax_line_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_tax_line_data", "fqn": ["recharge_source_integration_tests", "charge_tax_line_data"], "alias": "charge_tax_line_data", "checksum": {"name": "sha256", "checksum": "41922a7a60c64391f5d7e2b4fef1dd4aa1b4ec7ec4ee8e1fa90ab08da7590d0f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.7175777, "relation_name": "\"postgres\".\"public\".\"charge_tax_line_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_line_item_data": {"database": "postgres", "schema": "public", "name": "charge_line_item_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_line_item_data.csv", "original_file_path": "seeds/charge_line_item_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_line_item_data", "fqn": ["recharge_source_integration_tests", "charge_line_item_data"], "alias": "charge_line_item_data", "checksum": {"name": "sha256", "checksum": "4d2acfd636fb9e5e75a962f837cbbf455a50946ccc05d64254b24c829ed05b31"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.7209907, "relation_name": "\"postgres\".\"public\".\"charge_line_item_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.address_data": {"database": "postgres", "schema": "public", "name": "address_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "address_data.csv", "original_file_path": "seeds/address_data.csv", "unique_id": "seed.recharge_source_integration_tests.address_data", "fqn": ["recharge_source_integration_tests", "address_data"], "alias": "address_data", "checksum": {"name": "sha256", "checksum": "66bd38f57a8a652ba62971931a9d35a0ec6d84705faecf55625e92b1ef7af82e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.724478, "relation_name": "\"postgres\".\"public\".\"address_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_order_attribute_data": {"database": "postgres", "schema": "public", "name": "charge_order_attribute_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_order_attribute_data.csv", "original_file_path": "seeds/charge_order_attribute_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_order_attribute_data", "fqn": ["recharge_source_integration_tests", "charge_order_attribute_data"], "alias": "charge_order_attribute_data", "checksum": {"name": "sha256", "checksum": "e754ac854914dbc53d0e448c0869fca0182be3d558f4ba7b3242e88827be5717"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.7278883, "relation_name": "\"postgres\".\"public\".\"charge_order_attribute_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.customer_data": {"database": "postgres", "schema": "public", "name": "customer_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "customer_data.csv", "original_file_path": "seeds/customer_data.csv", "unique_id": "seed.recharge_source_integration_tests.customer_data", "fqn": ["recharge_source_integration_tests", "customer_data"], "alias": "customer_data", "checksum": {"name": "sha256", "checksum": "fa8b84b589cf72e5befa340978e2c2c04bb7a37cff34c9d142db2c061b6fec58"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_ID": "bigint", "FIRST_CHARGE_PROCESSED_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"FIRST_CHARGE_PROCESSED_AT": "timestamp"}}, "created_at": 1752519582.7313547, "relation_name": "\"postgres\".\"public\".\"customer_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.one_time_product_data": {"database": "postgres", "schema": "public", "name": "one_time_product_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "one_time_product_data.csv", "original_file_path": "seeds/one_time_product_data.csv", "unique_id": "seed.recharge_source_integration_tests.one_time_product_data", "fqn": ["recharge_source_integration_tests", "one_time_product_data"], "alias": "one_time_product_data", "checksum": {"name": "sha256", "checksum": "98565552fb74e6cd38b3d39ffbe74a0675e243b57b9727e0843e279b21d6969b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.7348378, "relation_name": "\"postgres\".\"public\".\"one_time_product_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.order_data": {"database": "postgres", "schema": "public", "name": "order_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "order_data.csv", "original_file_path": "seeds/order_data.csv", "unique_id": "seed.recharge_source_integration_tests.order_data", "fqn": ["recharge_source_integration_tests", "order_data"], "alias": "order_data", "checksum": {"name": "sha256", "checksum": "40c3846406b3cb6a7439216157ce0a52c1f881336c170c2a4aa7c8bca912bcd3"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_ID": "bigint", "SHIPPED_DATE": "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"SHIPPED_DATE": "timestamp"}}, "created_at": 1752519582.7384048, "relation_name": "\"postgres\".\"public\".\"order_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.address_shipping_line_data": {"database": "postgres", "schema": "public", "name": "address_shipping_line_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "address_shipping_line_data.csv", "original_file_path": "seeds/address_shipping_line_data.csv", "unique_id": "seed.recharge_source_integration_tests.address_shipping_line_data", "fqn": ["recharge_source_integration_tests", "address_shipping_line_data"], "alias": "address_shipping_line_data", "checksum": {"name": "sha256", "checksum": "6d4d93159db6c1b46ec5119b9284b0ec3bd2bc4f010e9e738643a92c082e51bb"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "{{ 'string' if target.type in ['bigquery', 'spark', 'databricks'] else 'varchar' }}", "UPDATED_AT": "timestamp", "ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "ADDRESS_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CHARGE_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "CUSTOMER_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "DISCOUNT_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "EXTERNAL_VARIANT_ID_ECOMMERCE": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}", "SUBSCRIPTION_ID": "{{ 'INT64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1752519582.7418952, "relation_name": "\"postgres\".\"public\".\"address_shipping_line_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_discount_data": {"database": "postgres", "schema": "public", "name": "charge_discount_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_discount_data.csv", "original_file_path": "seeds/charge_discount_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_discount_data", "fqn": ["recharge_source_integration_tests", "charge_discount_data"], "alias": "charge_discount_data", "checksum": {"name": "sha256", "checksum": "d288441baa02447043b246509b78369f7a59e5eb8b37f3e4d81f002d5b905849"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_ID": "bigint", "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"VALUE": "float"}}, "created_at": 1752519582.7453618, "relation_name": "\"postgres\".\"public\".\"charge_discount_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.charge_data": {"database": "postgres", "schema": "public", "name": "charge_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "charge_data.csv", "original_file_path": "seeds/charge_data.csv", "unique_id": "seed.recharge_source_integration_tests.charge_data", "fqn": ["recharge_source_integration_tests", "charge_data"], "alias": "charge_data", "checksum": {"name": "sha256", "checksum": "4cc4f3418d2b04151ef0605a7812c1ba57e8b36fc9ea79397eb20cde68e21398"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_ID": "bigint", "RETRY_DATE": "timestamp", "LAST_CHARGE_ATTEMPT_DATE": "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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"RETRY_DATE": "timestamp", "LAST_CHARGE_ATTEMPT_DATE": "timestamp"}}, "created_at": 1752519582.7489152, "relation_name": "\"postgres\".\"public\".\"charge_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "seed.recharge_source_integration_tests.checkout_data": {"database": "postgres", "schema": "public", "name": "checkout_data", "resource_type": "seed", "package_name": "recharge_source_integration_tests", "path": "checkout_data.csv", "original_file_path": "seeds/checkout_data.csv", "unique_id": "seed.recharge_source_integration_tests.checkout_data", "fqn": ["recharge_source_integration_tests", "checkout_data"], "alias": "checkout_data", "checksum": {"name": "sha256", "checksum": "289e2331f20ec886c2906084e1e69544a7dfdcc27231e0fca2f77d9e4b873fdc"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_FIVETRAN_SYNCED": "timestamp", "CANCELLED_AT": "timestamp", "CREATED_AT": "timestamp", "PROCESSED_AT": "timestamp", "NEXT_CHARGE_SCHEDULED_AT": "timestamp", "SCHEDULED_AT": "timestamp", "SUBTOTAL_PRICE": "float", "TOTAL_PRICE": "varchar", "UPDATED_AT": "timestamp", "ID": "bigint", "ADDRESS_ID": "bigint", "CHARGE_ID": "bigint", "CUSTOMER_ID": "bigint", "DISCOUNT_ID": "bigint", "EXTERNAL_PRODUCT_ID_ECOMMERCE": "bigint", "EXTERNAL_VARIANT_ID_ECOMMERCE": "bigint", "SUBSCRIPTION_ID": "bigint", "COMPLETED_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}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"COMPLETED_AT": "timestamp"}}, "created_at": 1752519582.7524426, "relation_name": "\"postgres\".\"public\".\"checkout_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_recharge_source/dbt_recharge_source/integration_tests", "depends_on": {"macros": []}}, "model.recharge_source.stg_recharge__order_line_item": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__order_line_item", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__order_line_item.sql", "original_file_path": "models/stg_recharge__order_line_item.sql", "unique_id": "model.recharge_source.stg_recharge__order_line_item", "fqn": ["recharge_source", "stg_recharge__order_line_item"], "alias": "stg_recharge__order_line_item", "checksum": {"name": "sha256", "checksum": "159f4122425f0ff7b0b85a880c978e474cb3b48325100c12f2a508a79d818f70"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all order line items. Each line containing information about an item in the order.", "columns": {"order_id": {"name": "order_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent order_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The unique numeric identifier for your external ecommerce platform product in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_line_item_title": {"name": "order_line_item_title", "description": "The title of the product.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "product_variant_title": {"name": "product_variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of products that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "grams": {"name": "grams", "description": "Weight in grams of the item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9553108, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__order_line_item\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__order_line_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_recharge__order_line_item_tmp')),\n staging_columns = get_order_line_item_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n order_id,\n index,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n title as order_line_item_title,\n variant_title as product_variant_title,\n sku,\n quantity,\n grams,\n cast(total_price as {{ dbt.type_float() }}) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n purchase_item_id,\n purchase_item_type\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__order_line_passthrough_columns') }}\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__order_line_item_tmp", "package": null, "version": null}, {"name": "stg_recharge__order_line_item_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_order_line_item_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__order_line_item_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__order_line_item.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__order_line_item_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n order_id\n \n as \n \n order_id\n \n, \n cast(null as boolean) as \n \n _fivetran_deleted\n \n , \n \n \n index\n \n as \n \n index\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n unit_price\n \n as \n \n unit_price\n \n, \n \n \n tax_due\n \n as \n \n tax_due\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n taxable_amount\n \n as \n \n taxable_amount\n \n, \n \n \n unit_price_includes_tax\n \n as \n \n unit_price_includes_tax\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n purchase_item_id\n \n as \n \n purchase_item_id\n \n, \n \n \n purchase_item_type\n \n as \n \n purchase_item_type\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n order_id,\n index,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n title as order_line_item_title,\n variant_title as product_variant_title,\n sku,\n quantity,\n grams,\n cast(total_price as float) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n purchase_item_id,\n purchase_item_type\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, "primary_key": ["order_id"], "time_spine": null}, "model.recharge_source.stg_recharge__address": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__address", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__address.sql", "original_file_path": "models/stg_recharge__address.sql", "unique_id": "model.recharge_source.stg_recharge__address", "fqn": ["recharge_source", "stg_recharge__address"], "alias": "stg_recharge__address", "checksum": {"name": "sha256", "checksum": "4f2ecd10c0d245cad69a48927affd5b9733b828df67f5fe78bf87c99c080e6b0"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all addresses, an address represents a shipping address. Each customer can have multiple addresses, subscriptions are a child object of an address.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_created_at": {"name": "address_created_at", "description": "The date and time the customer address was recorded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_updated_at": {"name": "address_updated_at", "description": "The date and time of when the customer's address record was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_line_1": {"name": "address_line_1", "description": "The first line of the customer's address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_line_2": {"name": "address_line_2", "description": "Any additional address information associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "city": {"name": "city", "description": "The city associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "province": {"name": "province", "description": "The province or state name associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "zip": {"name": "zip", "description": "The zip or post code associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "country_code": {"name": "country_code", "description": "The country code associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company": {"name": "company", "description": "The company name associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "phone": {"name": "phone", "description": "The phone number associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9258018, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__address\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__address_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_recharge__address_tmp')),\n staging_columns = get_address_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as address_id,\n customer_id,\n first_name,\n last_name,\n cast(created_at as {{ dbt.type_timestamp() }}) as address_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as address_updated_at,\n address_1 as address_line_1,\n address_2 as address_line_2,\n city,\n province,\n zip,\n country_code,\n country,\n company,\n phone,\n payment_method_id\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__address_passthrough_columns') }}\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address_tmp", "package": null, "version": null}, {"name": "stg_recharge__address_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_address_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__address_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__address.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__address_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\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 province\n \n as \n \n province\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n cast(null as TEXT) as \n \n country\n \n , \n \n \n zip\n \n as \n \n zip\n \n, \n \n \n company\n \n as \n \n company\n \n, \n \n \n phone\n \n as \n \n phone\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 _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n cast(null as TEXT) as \n \n payment_method_id\n \n \n\n\n from base\n),\n\nfinal as (\n\n select\n id as address_id,\n customer_id,\n first_name,\n last_name,\n cast(created_at as timestamp) as address_created_at,\n cast(updated_at as timestamp) as address_updated_at,\n address_1 as address_line_1,\n address_2 as address_line_2,\n city,\n province,\n zip,\n country_code,\n country,\n company,\n phone,\n payment_method_id\n\n \n\n\n\n\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, "primary_key": ["address_id"], "time_spine": null}, "model.recharge_source.stg_recharge__subscription": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__subscription", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__subscription.sql", "original_file_path": "models/stg_recharge__subscription.sql", "unique_id": "model.recharge_source.stg_recharge__subscription", "fqn": ["recharge_source", "stg_recharge__subscription"], "alias": "stg_recharge__subscription", "checksum": {"name": "sha256", "checksum": "55ece0f524be9bbe3176c06b84ceb182847e1bad82fc5a7bd4fbe8b26dfd40f0"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all subscriptions for the merchant. Subscriptions are individual items a customer receives on a recurring basis.", "columns": {"subscription_id": {"name": "subscription_id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.subscription_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "subscription_created_at": {"name": "subscription_created_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "A unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_status": {"name": "subscription_status", "description": "The status of the subscription; active = the subscription is active, cancelled = the subscription has been cancelled, expired = the subscription has expired - this occurs when the maximum number of charges for product have been reached.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_next_charge_scheduled_at": {"name": "subscription_next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set the number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order, e.g. order_interval_unit = 'month' and order_interval frequency = 3 indicates an order every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency with which a subscription should have the order created with (valid values are \u201cday\u201d, \u201cweek\u201d, and \u201cmonth\u201d).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. Default is that there isn\u2019t a strict day of the month when the order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. Default is that there isn\u2019t a strict day of the week order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_updated_at": {"name": "subscription_updated_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "Unique numeric identifier of the product in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_cancelled_at": {"name": "subscription_cancelled_at", "description": "The date and time when the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.958583, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__subscription\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__subscription_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_recharge__subscription_tmp')),\n staging_columns = get_subscription_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as subscription_id,\n customer_id,\n address_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as subscription_created_at,\n product_title,\n variant_title,\n sku,\n cast(price as {{ dbt.type_float() }}) as price,\n quantity,\n status as subscription_status,\n next_charge_scheduled_at as subscription_next_charge_scheduled_at,\n charge_interval_frequency,\n expire_after_specific_number_of_charges,\n order_interval_frequency,\n order_interval_unit,\n order_day_of_week,\n order_day_of_month,\n cast(updated_at as {{ dbt.type_timestamp() }}) as subscription_updated_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n cast(cancelled_at as {{ dbt.type_timestamp() }}) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__subscription_passthrough_columns') }}\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__subscription_tmp", "package": null, "version": null}, {"name": "stg_recharge__subscription_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_subscription_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__subscription_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__subscription.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__subscription_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n cancellation_reason\n \n as \n \n cancellation_reason\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n cancellation_reason_comments\n \n as \n \n cancellation_reason_comments\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n order_interval_unit\n \n as \n \n order_interval_unit\n \n, \n \n \n order_interval_frequency\n \n as \n \n order_interval_frequency\n \n, \n \n \n charge_interval_frequency\n \n as \n \n charge_interval_frequency\n \n, \n \n \n order_day_of_week\n \n as \n \n order_day_of_week\n \n, \n \n \n order_day_of_month\n \n as \n \n order_day_of_month\n \n, \n \n \n expire_after_specific_number_of_charges\n \n as \n \n expire_after_specific_number_of_charges\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as subscription_id,\n customer_id,\n address_id,\n cast(created_at as timestamp) as subscription_created_at,\n product_title,\n variant_title,\n sku,\n cast(price as float) as price,\n quantity,\n status as subscription_status,\n next_charge_scheduled_at as subscription_next_charge_scheduled_at,\n charge_interval_frequency,\n expire_after_specific_number_of_charges,\n order_interval_frequency,\n order_interval_unit,\n order_day_of_week,\n order_day_of_month,\n cast(updated_at as timestamp) as subscription_updated_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n cast(cancelled_at as timestamp) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments\n\n \n\n\n\n\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, "primary_key": ["subscription_id"], "time_spine": null}, "model.recharge_source.stg_recharge__address_shipping_line": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__address_shipping_line", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__address_shipping_line.sql", "original_file_path": "models/stg_recharge__address_shipping_line.sql", "unique_id": "model.recharge_source.stg_recharge__address_shipping_line", "fqn": ["recharge_source", "stg_recharge__address_shipping_line"], "alias": "stg_recharge__address_shipping_line", "checksum": {"name": "sha256", "checksum": "5e68e042b1d0673710e42094944c03f52c711b7dc083ddf0739efbe777be4c96"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all addresses and corresponding associated shipping information.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the shipping amount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "code": {"name": "code", "description": "The type of the shipping, can contain geographical shipping information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The type of shipping consignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9281006, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__address_shipping_line\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__address_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_recharge__address_shipping_line_tmp')),\n staging_columns = get_address_shipping_line_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n address_id,\n index,\n price,\n code,\n title\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_recharge__address_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_address_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__address_shipping_line_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__address_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__address_shipping_line_tmp\"\n),\n\nfields as (\n \n select\n \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n address_id,\n index,\n price,\n code,\n title\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, "primary_key": ["address_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_order_attribute": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_order_attribute", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_order_attribute.sql", "original_file_path": "models/stg_recharge__charge_order_attribute.sql", "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute", "fqn": ["recharge_source", "stg_recharge__charge_order_attribute"], "alias": "stg_recharge__charge_order_attribute", "checksum": {"name": "sha256", "checksum": "13b9c1c80abda34cee93053b192ef22cc23308ce6fb0fdd9bbb1f0d973e30a26"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of notes associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_attribute": {"name": "order_attribute", "description": "An array of name-value pairs of order attributes on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9362056, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_order_attribute\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_order_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_recharge__charge_order_attribute_tmp')),\n staging_columns = get_charge_order_attribute_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n order_attribute\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_order_attribute_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_order_attribute_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_order_attribute_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_order_attribute_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_order_attribute.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_order_attribute_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_attribute\n \n as \n \n order_attribute\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n order_attribute\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__discount": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__discount", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__discount.sql", "original_file_path": "models/stg_recharge__discount.sql", "unique_id": "model.recharge_source.stg_recharge__discount", "fqn": ["recharge_source", "stg_recharge__discount"], "alias": "stg_recharge__discount", "checksum": {"name": "sha256", "checksum": "0e3fa6b2e3adadcd345e1ef43d45130c37802d7d2ab138a0bc7fad28c497f041"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of discounts that can be applied to a checkout, or that can be directly applied to an address.", "columns": {"discount_id": {"name": "discount_id", "description": "Unique numeric identifier for the discount in Recharge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_created_at": {"name": "discount_created_at", "description": "The date and time when the discount was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_updated_at": {"name": "discount_updated_at", "description": "The date and time when the discount was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_starts_at": {"name": "discount_starts_at", "description": "The date when the discount becomes active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_ends_at": {"name": "discount_ends_at", "description": "The expiration time of the discount, past this time the discount can no longer be redeemed, once the time of the discount has passed the status of the discount will go from 'active' to 'disabled'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value": {"name": "value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status of the discount. Possible values are ENABLED, DISABLED, or FULLY_DISABLED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "usage_limits": {"name": "usage_limits", "description": "An integer indicating how many times the discount can been used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to": {"name": "applies_to", "description": "Indicates where the discount applies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to_resource": {"name": "applies_to_resource", "description": "An indicator of the type of resource which applies_to_id refers.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to_id": {"name": "applies_to_id", "description": "A list of ids of the type indicated in applies_to_resource for which the discount can be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to_product_type": {"name": "applies_to_product_type", "description": "Indicates which product types the discount applies to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "minimum_order_amount": {"name": "minimum_order_amount", "description": "The minimum cart subtotal needed for the discount to be applicable. `duration` has to be `single_use` and the discount must apply to the entire order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9467397, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__discount\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__discount_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_recharge__discount_tmp')),\n staging_columns = get_discount_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as discount_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as discount_updated_at,\n cast(starts_at as {{ dbt.type_timestamp() }}) as discount_starts_at,\n cast(ends_at as {{ dbt.type_timestamp() }}) as discount_ends_at,\n code,\n value,\n status,\n usage_limits,\n applies_to,\n applies_to_resource,\n applies_to_id,\n applies_to_product_type,\n minimum_order_amount\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__discount_tmp", "package": null, "version": null}, {"name": "stg_recharge__discount_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_discount_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.recharge_source.stg_recharge__discount_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__discount.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__discount_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\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 starts_at\n \n as \n \n starts_at\n \n, \n \n \n ends_at\n \n as \n \n ends_at\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n value\n \n as \n \n value\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n usage_limits\n \n as \n \n usage_limits\n \n, \n \n \n applies_to\n \n as \n \n applies_to\n \n, \n \n \n applies_to_resource\n \n as \n \n applies_to_resource\n \n, \n \n \n applies_to_id\n \n as \n \n applies_to_id\n \n, \n \n \n applies_to_product_type\n \n as \n \n applies_to_product_type\n \n, \n \n \n minimum_order_amount\n \n as \n \n minimum_order_amount\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n cast(created_at as timestamp) as discount_created_at,\n cast(updated_at as timestamp) as discount_updated_at,\n cast(starts_at as timestamp) as discount_starts_at,\n cast(ends_at as timestamp) as discount_ends_at,\n code,\n value,\n status,\n usage_limits,\n applies_to,\n applies_to_resource,\n applies_to_id,\n applies_to_product_type,\n minimum_order_amount\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, "primary_key": ["discount_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_discount": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_discount", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_discount.sql", "original_file_path": "models/stg_recharge__charge_discount.sql", "unique_id": "model.recharge_source.stg_recharge__charge_discount", "fqn": ["recharge_source", "stg_recharge__charge_discount"], "alias": "stg_recharge__charge_discount", "checksum": {"name": "sha256", "checksum": "925e205344988fc8826053c3ee194ec2b7a0630e1eb33f2333db5f2edf7a0540"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all charge discount codes.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_id": {"name": "discount_id", "description": "The ID of the discount associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_value": {"name": "discount_value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value_type": {"name": "value_type", "description": "Possible values - FIXED_AMOUNT, PERCENTAGE, SHIPPING", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9339852, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_discount\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_discount_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_recharge__charge_discount_tmp')),\n staging_columns = get_charge_discount_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n id as discount_id, \n code,\n cast(value as {{ dbt.type_float() }}) as discount_value,\n value_type\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_discount_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_discount_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_discount_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_float"], "nodes": ["model.recharge_source.stg_recharge__charge_discount_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_discount.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_discount_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n code\n \n as \n \n code\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 from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n id as discount_id, \n code,\n cast(value as float) as discount_value,\n value_type\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__address_discounts": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__address_discounts", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__address_discounts.sql", "original_file_path": "models/stg_recharge__address_discounts.sql", "unique_id": "model.recharge_source.stg_recharge__address_discounts", "fqn": ["recharge_source", "stg_recharge__address_discounts"], "alias": "stg_recharge__address_discounts", "checksum": {"name": "sha256", "checksum": "49d04255e1eed1998b6381582b320f6c1bbd2277eecf0f93f41ff524bf271974"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all addresses and corresponding associated shipping information.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_id": {"name": "discount_id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.discount_id"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9271984, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__address_discounts\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__address_discounts_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_recharge__address_discounts_tmp')),\n staging_columns = get_address_discounts_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n address_id,\n index\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address_discounts_tmp", "package": null, "version": null}, {"name": "stg_recharge__address_discounts_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_address_discounts_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__address_discounts_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__address_discounts.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__address_discounts_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n address_id\n \n as \n \n address_id\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 _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n address_id,\n index\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, "primary_key": ["address_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_tax_line": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_tax_line", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_tax_line.sql", "original_file_path": "models/stg_recharge__charge_tax_line.sql", "unique_id": "model.recharge_source.stg_recharge__charge_tax_line", "fqn": ["recharge_source", "stg_recharge__charge_tax_line"], "alias": "stg_recharge__charge_tax_line", "checksum": {"name": "sha256", "checksum": "ceed255852bb785a077f8f6c0d4d2a233928465fb39c07cd82d659c124df211d"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of tax line information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The total tax associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "rate": {"name": "rate", "description": "The tax rate associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The title/name of the taxing jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source", "enabled": true}, "created_at": 1752519583.9379075, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_tax_line\"", "raw_code": "{{ config(enabled=var('recharge__charge_tax_line_enabled', True)) }}\nwith base as (\n\n select *\n from {{ ref('stg_recharge__charge_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_recharge__charge_tax_line_tmp')),\n staging_columns = get_charge_tax_line_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n rate,\n title\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_tax_line_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_tax_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_tax_line_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_tax_line_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_tax_line.sql", "compiled": true, "compiled_code": "\nwith base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_tax_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\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 from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n rate,\n title\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_shipping_line": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_shipping_line", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_shipping_line.sql", "original_file_path": "models/stg_recharge__charge_shipping_line.sql", "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line", "fqn": ["recharge_source", "stg_recharge__charge_shipping_line"], "alias": "stg_recharge__charge_shipping_line", "checksum": {"name": "sha256", "checksum": "45c75a4c7932bbcc4bf89899e02b1adeff1b46e62c92c0b165a7cdaafaaf761e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all shipping information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of th shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "code": {"name": "code", "description": "The code associated with the shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9370592, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_shipping_line\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_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_recharge__charge_shipping_line_tmp')),\n staging_columns = get_charge_shipping_line_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n code,\n title\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_shipping_line_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_shipping_line_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_shipping_line_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_shipping_line_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_shipping_line.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_shipping_line_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n code,\n title\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_line_item": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_line_item", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge_line_item.sql", "original_file_path": "models/stg_recharge__charge_line_item.sql", "unique_id": "model.recharge_source.stg_recharge__charge_line_item", "fqn": ["recharge_source", "stg_recharge__charge_line_item"], "alias": "stg_recharge__charge_line_item", "checksum": {"name": "sha256", "checksum": "ea03338cd7b40bd38625cf6c05c8cb73028a47b528802ed8b32cc52933c93d6f"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all charge line items, each containing information about a distinct purchase item.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "vendor": {"name": "vendor", "description": "The name of the seller.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The product title that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "The SKU (stock keeping unit) of the product associated with the charge's line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "grams": {"name": "grams", "description": "The weight of the charge's line item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The quantity of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9354348, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_line_item\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_line_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_recharge__charge_line_item_tmp')),\n staging_columns = get_charge_line_item_columns()\n )\n }}\n from base\n),\n\nfinal as (\n \n select\n charge_id,\n index,\n vendor,\n title,\n variant_title,\n sku,\n grams,\n quantity,\n cast(total_price as {{ dbt.type_float() }}) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n purchase_item_id,\n purchase_item_type\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__charge_line_item_passthrough_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_line_item_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_line_item_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_line_item_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_line_item_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge_line_item.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_line_item_tmp\"\n),\n\nfields as (\n \n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n unit_price\n \n as \n \n unit_price\n \n, \n \n \n tax_due\n \n as \n \n tax_due\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n taxable_amount\n \n as \n \n taxable_amount\n \n, \n \n \n unit_price_includes_tax\n \n as \n \n unit_price_includes_tax\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n vendor\n \n as \n \n vendor\n \n, \n \n \n purchase_item_id\n \n as \n \n purchase_item_id\n \n, \n \n \n purchase_item_type\n \n as \n \n purchase_item_type\n \n\n\n\n from base\n),\n\nfinal as (\n \n select\n charge_id,\n index,\n vendor,\n title,\n variant_title,\n sku,\n grams,\n quantity,\n cast(total_price as float) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n purchase_item_id,\n purchase_item_type\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__charge.sql", "original_file_path": "models/stg_recharge__charge.sql", "unique_id": "model.recharge_source.stg_recharge__charge", "fqn": ["recharge_source", "stg_recharge__charge"], "alias": "stg_recharge__charge", "checksum": {"name": "sha256", "checksum": "a5ceb6672772ab6ee6badb1d69e3532b7ae594df9f11d6271b7dcb58e047b98c"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all charges (financial transactions) linked to the purchase of an item. A charge is linked to a corresponding order, an order is created once the corresponding charge is successful.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "customer_hash": {"name": "customer_hash", "description": "The hash of the customer associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_created_at": {"name": "charge_created_at", "description": "Date and time when the charge was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_type": {"name": "charge_type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.type"]}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_status"]}, "charge_updated_at": {"name": "charge_updated_at", "description": "Date and time when the charge was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "note": {"name": "note", "description": "Shows the next order in sequence.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subtotal_price": {"name": "subtotal_price", "description": "The combined price of all line_items without taxes and shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tags": {"name": "tags", "description": "A comma-separated list of tags on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "error": {"name": "error", "description": "Error reason as sentence text (typically returned directly from the payment processor - e.g. \"customer needs to update credit card\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_not_found": {"name": "external_variant_id_not_found", "description": "Indicates if Recharge was able to find the external_variant_id_ecommerce from the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_lines": {"name": "tax_lines", "description": "An array of tax lines that apply to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_discounts": {"name": "total_discounts", "description": "The sum of the discounts applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all the prices of all the items in the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_tax": {"name": "total_tax", "description": "The total tax due associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "The sum of all the prices of all the items in the charge, taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_refunds": {"name": "total_refunds", "description": "The sum of all refunds that were applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_weight_grams": {"name": "total_weight_grams", "description": "The total weight of all items in the charge in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_scheduled_at": {"name": "charge_scheduled_at", "description": "The date time of when the associated charge is/was scheduled to process.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_processed_at": {"name": "charge_processed_at", "description": "Date and time when the charge was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "payment_processor": {"name": "payment_processor", "description": "The payment processor used on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "The unique numeric identifier within your external ecommerce platform for the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "orders_count": {"name": "orders_count", "description": "The number of orders generated from this charge (Will be >1 for prepaid).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "has_uncommitted_changes": {"name": "has_uncommitted_changes", "description": "Specifies whether the charge is scheduled for regeneration (if the subscription is related to the charge was updated in the last 5 seconds using \"commit_update\":false).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "retry_date": {"name": "retry_date", "description": "The date when the next attempt will be placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "error_type": {"name": "error_type", "description": "Structured reason why the charge failed such as customer_needs_to_updated_card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "times_retried": {"name": "times_retried", "description": "Shows how many times an attempt to charge was placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "client_details_browser_ip": {"name": "client_details_browser_ip", "description": "The IP address of the buyer detected in checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "The user agent detected during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9327338, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__charge_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_recharge__charge_tmp')),\n staging_columns = get_charge_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as charge_id,\n customer_id,\n customer_hash,\n email,\n cast(created_at as {{ dbt.type_timestamp() }}) as charge_created_at,\n type as charge_type,\n status as charge_status,\n cast(updated_at as {{ dbt.type_timestamp() }}) as charge_updated_at,\n note,\n subtotal_price,\n tax_lines,\n total_discounts,\n total_line_items_price,\n total_tax,\n cast(total_price as {{ dbt.type_float() }}) as total_price,\n total_refunds,\n total_weight_grams,\n cast(scheduled_at as {{ dbt.type_timestamp() }}) as charge_scheduled_at,\n cast(processed_at as {{ dbt.type_timestamp() }}) as charge_processed_at,\n payment_processor,\n external_transaction_id_payment_processor,\n external_order_id_ecommerce,\n orders_count,\n has_uncommitted_changes,\n cast(retry_date as {{ dbt.type_timestamp() }}) as retry_date,\n error_type,\n charge_attempts as times_retried,\n address_id,\n client_details_browser_ip,\n client_details_user_agent,\n tags,\n error,\n external_variant_id_not_found,\n _fivetran_deleted\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__charge_passthrough_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_tmp", "package": null, "version": null}, {"name": "stg_recharge__charge_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_charge_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__charge_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__charge.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n customer_hash\n \n as \n \n customer_hash\n \n, \n \n \n note\n \n as \n \n note\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 processed_at\n \n as \n \n processed_at\n \n, \n \n \n scheduled_at\n \n as \n \n scheduled_at\n \n, \n \n \n orders_count\n \n as \n \n orders_count\n \n, \n \n \n external_order_id_ecommerce\n \n as \n \n external_order_id_ecommerce\n \n, \n \n \n subtotal_price\n \n as \n \n subtotal_price\n \n, \n \n \n tags\n \n as \n \n tags\n \n, \n \n \n tax_lines\n \n as \n \n tax_lines\n \n, \n \n \n total_discounts\n \n as \n \n total_discounts\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_grams\n \n as \n \n total_weight_grams\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n total_refunds\n \n as \n \n total_refunds\n \n, \n \n \n external_transaction_id_payment_processor\n \n as \n \n external_transaction_id_payment_processor\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n payment_processor\n \n as \n \n payment_processor\n \n, \n cast(null as boolean) as \n \n has_uncommitted_changes\n \n , \n \n \n retry_date\n \n as \n \n retry_date\n \n, \n \n \n error_type\n \n as \n \n error_type\n \n, \n \n \n error\n \n as \n \n error\n \n, \n \n \n charge_attempts\n \n as \n \n charge_attempts\n \n, \n \n \n external_variant_id_not_found\n \n as \n \n external_variant_id_not_found\n \n, \n \n \n client_details_browser_ip\n \n as \n \n client_details_browser_ip\n \n, \n \n \n client_details_user_agent\n \n as \n \n client_details_user_agent\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as charge_id,\n customer_id,\n customer_hash,\n email,\n cast(created_at as timestamp) as charge_created_at,\n type as charge_type,\n status as charge_status,\n cast(updated_at as timestamp) as charge_updated_at,\n note,\n subtotal_price,\n tax_lines,\n total_discounts,\n total_line_items_price,\n total_tax,\n cast(total_price as float) as total_price,\n total_refunds,\n total_weight_grams,\n cast(scheduled_at as timestamp) as charge_scheduled_at,\n cast(processed_at as timestamp) as charge_processed_at,\n payment_processor,\n external_transaction_id_payment_processor,\n external_order_id_ecommerce,\n orders_count,\n has_uncommitted_changes,\n cast(retry_date as timestamp) as retry_date,\n error_type,\n charge_attempts as times_retried,\n address_id,\n client_details_browser_ip,\n client_details_user_agent,\n tags,\n error,\n external_variant_id_not_found,\n _fivetran_deleted\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, "primary_key": ["charge_id"], "time_spine": null}, "model.recharge_source.stg_recharge__subscription_history": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__subscription_history", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__subscription_history.sql", "original_file_path": "models/stg_recharge__subscription_history.sql", "unique_id": "model.recharge_source.stg_recharge__subscription_history", "fqn": ["recharge_source", "stg_recharge__subscription_history"], "alias": "stg_recharge__subscription_history", "checksum": {"name": "sha256", "checksum": "088e5ab4bbb95dbae6fe70b45d25433750b6e11bc9c6794db572d1fdc2bfab9f"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "History table that builds over time. Does not capture history prior to connecting Fivetran.", "columns": {"subscription_id": {"name": "subscription_id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.subscription_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "subscription_created_at": {"name": "subscription_created_at", "description": "The date and time the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "An object containing the product id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "product_title": {"name": "product_title", "description": "The name of the product in a store\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "An object containing the variant id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment. In cases where SKU is blank, it will be dynamically pulled whenever it is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_status": {"name": "subscription_status", "description": "The status of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each Charge. For example, order_interval_unit=month and charge_interval_frequency=3, indicate charge every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency unit used to determine when a subscription\u2019s order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. Default is that there isn\u2019t a strict day of the month when the order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. Default is that there isn\u2019t a strict day of the week order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_updated_at": {"name": "subscription_updated_at", "description": "The date time at which the purchase_item record was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_next_charge_scheduled_at": {"name": "subscription_next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscription_cancelled_at": {"name": "subscription_cancelled_at", "description": "The date and time the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_most_recent_record": {"name": "is_most_recent_record", "description": "Boolean indicating whether record was the most recent instance.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.960854, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__subscription_history\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__subscription_history_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_recharge__subscription_history_tmp')),\n staging_columns = get_subscription_history_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n coalesce(cast(id as {{ dbt.type_int() }}), cast(subscription_id as {{ dbt.type_int() }})) as subscription_id,\n customer_id,\n address_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as subscription_created_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n product_title,\n variant_title,\n sku,\n cast(price as {{ dbt.type_float() }}) as price,\n quantity,\n status as subscription_status,\n charge_interval_frequency,\n order_interval_unit,\n order_interval_frequency,\n order_day_of_month,\n order_day_of_week,\n expire_after_specific_number_of_charges,\n cast(updated_at as {{ dbt.type_timestamp() }}) as subscription_updated_at,\n cast(next_charge_scheduled_at as {{ dbt.type_timestamp() }}) as subscription_next_charge_scheduled_at,\n cast(cancelled_at as {{ dbt.type_timestamp() }}) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments,\n _fivetran_synced\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__subscription_history_passthrough_columns') }}\n\n from fields\n)\n\nselect\n *,\n row_number() over (partition by subscription_id order by subscription_updated_at desc) = 1 as is_most_recent_record\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__subscription_history_tmp", "package": null, "version": null}, {"name": "stg_recharge__subscription_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_subscription_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__subscription_history_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__subscription_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__subscription_history_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n subscription_id\n \n as \n \n subscription_id\n \n, \n cast(null as integer) as \n \n id\n \n , \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n cancellation_reason\n \n as \n \n cancellation_reason\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n cancellation_reason_comments\n \n as \n \n cancellation_reason_comments\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n order_interval_unit\n \n as \n \n order_interval_unit\n \n, \n \n \n order_interval_frequency\n \n as \n \n order_interval_frequency\n \n, \n \n \n charge_interval_frequency\n \n as \n \n charge_interval_frequency\n \n, \n \n \n order_day_of_week\n \n as \n \n order_day_of_week\n \n, \n \n \n order_day_of_month\n \n as \n \n order_day_of_month\n \n, \n \n \n expire_after_specific_number_of_charges\n \n as \n \n expire_after_specific_number_of_charges\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 from base\n),\n\nfinal as (\n\n select\n coalesce(cast(id as integer), cast(subscription_id as integer)) as subscription_id,\n customer_id,\n address_id,\n cast(created_at as timestamp) as subscription_created_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n product_title,\n variant_title,\n sku,\n cast(price as float) as price,\n quantity,\n status as subscription_status,\n charge_interval_frequency,\n order_interval_unit,\n order_interval_frequency,\n order_day_of_month,\n order_day_of_week,\n expire_after_specific_number_of_charges,\n cast(updated_at as timestamp) as subscription_updated_at,\n cast(next_charge_scheduled_at as timestamp) as subscription_next_charge_scheduled_at,\n cast(cancelled_at as timestamp) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments,\n _fivetran_synced\n\n \n\n\n\n\n\n from fields\n)\n\nselect\n *,\n row_number() over (partition by subscription_id order by subscription_updated_at desc) = 1 as is_most_recent_record\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, "primary_key": ["subscription_id"], "time_spine": null}, "model.recharge_source.stg_recharge__customer": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__customer", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__customer.sql", "original_file_path": "models/stg_recharge__customer.sql", "unique_id": "model.recharge_source.stg_recharge__customer", "fqn": ["recharge_source", "stg_recharge__customer"], "alias": "stg_recharge__customer", "checksum": {"name": "sha256", "checksum": "44e6e0c079d3e70f7b57c5df96b20e13807e819eab0cbdff4d7129287b3d168d"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all customer details holding account and billing information. Email is unique on the customer, no two customers for a store can have the same email.", "columns": {"customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "customer_hash": {"name": "customer_hash", "description": "The unique string identifier used in a customer portal link.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_customer_id_ecommerce": {"name": "external_customer_id_ecommerce", "description": "External platform's identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "customer_created_at": {"name": "customer_created_at", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "customer_updated_at": {"name": "customer_updated_at", "description": "The date and time when the customer was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_charge_processed_at": {"name": "first_charge_processed_at", "description": "Date when first charge was processed for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscriptions_active_count": {"name": "subscriptions_active_count", "description": "The number of active subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscriptions_total_count": {"name": "subscriptions_total_count", "description": "The total number of subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "has_valid_payment_method": {"name": "has_valid_payment_method", "description": "Boolean indicating if the payment value is valid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "has_payment_method_in_dunning": {"name": "has_payment_method_in_dunning", "description": "Boolean indicating if the customer has a credit card in dunning.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_exempt": {"name": "tax_exempt", "description": "Boolean indicating if the customer is tax exempt.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_first_name": {"name": "billing_first_name", "description": "First name associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_last_name": {"name": "billing_last_name", "description": "Last name associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_company": {"name": "billing_company", "description": "Company associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_city": {"name": "billing_city", "description": "City associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_country": {"name": "billing_country", "description": "Country associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9442234, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__customer\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__customer_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_recharge__customer_tmp')),\n staging_columns = get_customer_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as customer_id,\n customer_hash,\n external_customer_id_ecommerce,\n email,\n first_name,\n last_name,\n cast(created_at as {{ dbt.type_timestamp() }}) as customer_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as customer_updated_at,\n cast(first_charge_processed_at as {{ dbt.type_timestamp() }}) as first_charge_processed_at,\n subscriptions_active_count,\n subscriptions_total_count,\n has_valid_payment_method,\n has_payment_method_in_dunning,\n tax_exempt,\n billing_first_name,\n billing_last_name,\n billing_company,\n billing_city,\n billing_country,\n _fivetran_deleted\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__customer_tmp", "package": null, "version": null}, {"name": "stg_recharge__customer_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_customer_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.recharge_source.stg_recharge__customer_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__customer.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__customer_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n external_customer_id_ecommerce\n \n as \n \n external_customer_id_ecommerce\n \n, \n \n \n email\n \n as \n \n email\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 first_charge_processed_at\n \n as \n \n first_charge_processed_at\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n subscriptions_active_count\n \n as \n \n subscriptions_active_count\n \n, \n \n \n subscriptions_total_count\n \n as \n \n subscriptions_total_count\n \n, \n \n \n has_valid_payment_method\n \n as \n \n has_valid_payment_method\n \n, \n \n \n has_payment_method_in_dunning\n \n as \n \n has_payment_method_in_dunning\n \n, \n \n \n tax_exempt\n \n as \n \n tax_exempt\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n cast(null as TEXT) as \n \n billing_first_name\n \n , \n cast(null as TEXT) as \n \n billing_last_name\n \n , \n cast(null as TEXT) as \n \n billing_company\n \n , \n cast(null as TEXT) as \n \n billing_city\n \n , \n cast(null as TEXT) as \n \n billing_country\n \n , \n \n \n hash\n \n as customer_hash \n\n\n from base\n),\n\nfinal as (\n\n select\n id as customer_id,\n customer_hash,\n external_customer_id_ecommerce,\n email,\n first_name,\n last_name,\n cast(created_at as timestamp) as customer_created_at,\n cast(updated_at as timestamp) as customer_updated_at,\n cast(first_charge_processed_at as timestamp) as first_charge_processed_at,\n subscriptions_active_count,\n subscriptions_total_count,\n has_valid_payment_method,\n has_payment_method_in_dunning,\n tax_exempt,\n billing_first_name,\n billing_last_name,\n billing_company,\n billing_city,\n billing_country,\n _fivetran_deleted\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, "primary_key": ["customer_id"], "time_spine": null}, "model.recharge_source.stg_recharge__order": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__order", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__order.sql", "original_file_path": "models/stg_recharge__order.sql", "unique_id": "model.recharge_source.stg_recharge__order", "fqn": ["recharge_source", "stg_recharge__order"], "alias": "stg_recharge__order", "checksum": {"name": "sha256", "checksum": "504da82ba26989b546cc157bb2a3b11e5e184ef8d3cb5a1d1a521919a751977b"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all orders after a charge is successfully processed.", "columns": {"order_id": {"name": "order_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "Unique numeric identifier within your external ecommerce platform for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_order_number_ecommerce": {"name": "external_order_number_ecommerce", "description": "The unique order number within your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "customer_id": {"name": "customer_id", "description": "The unique numeric identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_created_at": {"name": "order_created_at", "description": "The date and time when the order was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_status": {"name": "order_status", "description": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, or CANCELLED", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_updated_at": {"name": "order_updated_at", "description": "The date and time when the order was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_id": {"name": "charge_id", "description": "The unique numeric identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transaction_id": {"name": "transaction_id", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_status"]}, "is_prepaid": {"name": "is_prepaid", "description": "Boolean indicating if the Order is prepaid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_total_price": {"name": "order_total_price", "description": "The total amount due of the Order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_type": {"name": "order_type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.type"]}, "order_processed_at": {"name": "order_processed_at", "description": "The date and time when the order was submitted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_scheduled_at": {"name": "order_scheduled_at", "description": "The date and time when the order will be shipped.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_shipped_date": {"name": "order_shipped_date", "description": "The date when the order will be processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "is_deleted": {"name": "is_deleted", "description": "This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the order (record) is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source"}, "created_at": 1752519583.9533281, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__order\"", "raw_code": "with base as (\n\n select *\n from {{ ref('stg_recharge__order_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_recharge__order_tmp')),\n staging_columns = get_order_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n id as order_id,\n external_order_id_ecommerce,\n external_order_number_ecommerce,\n customer_id,\n email,\n cast(created_at as {{ dbt.type_timestamp() }}) as order_created_at,\n status as order_status,\n cast(updated_at as {{ dbt.type_timestamp() }}) as order_updated_at,\n charge_id,\n transaction_id,\n charge_status,\n is_prepaid,\n cast(total_price as {{ dbt.type_float() }}) as order_total_price,\n type as order_type,\n cast(processed_at as {{ dbt.type_timestamp() }}) as order_processed_at,\n cast(scheduled_at as {{ dbt.type_timestamp() }}) as order_scheduled_at,\n cast(shipped_date as {{ dbt.type_timestamp() }}) as order_shipped_date,\n address_id,\n is_deleted, --Deprecated in favor of the _fivetran_deleted column.\n _fivetran_deleted\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__order_passthrough_columns') }}\n\n from fields\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__order_tmp", "package": null, "version": null}, {"name": "stg_recharge__order_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_order_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.recharge_source.stg_recharge__order_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__order.sql", "compiled": true, "compiled_code": "with base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__order_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n transaction_id\n \n as \n \n transaction_id\n \n, \n \n \n charge_status\n \n as \n \n charge_status\n \n, \n \n \n is_prepaid\n \n as \n \n is_prepaid\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n external_order_id_ecommerce\n \n as \n \n external_order_id_ecommerce\n \n, \n \n \n external_order_number_ecommerce\n \n as \n \n external_order_number_ecommerce\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 processed_at\n \n as \n \n processed_at\n \n, \n \n \n scheduled_at\n \n as \n \n scheduled_at\n \n, \n \n \n shipped_date\n \n as \n \n shipped_date\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as order_id,\n external_order_id_ecommerce,\n external_order_number_ecommerce,\n customer_id,\n email,\n cast(created_at as timestamp) as order_created_at,\n status as order_status,\n cast(updated_at as timestamp) as order_updated_at,\n charge_id,\n transaction_id,\n charge_status,\n is_prepaid,\n cast(total_price as float) as order_total_price,\n type as order_type,\n cast(processed_at as timestamp) as order_processed_at,\n cast(scheduled_at as timestamp) as order_scheduled_at,\n cast(shipped_date as timestamp) as order_shipped_date,\n address_id,\n is_deleted, --Deprecated in favor of the _fivetran_deleted column.\n _fivetran_deleted\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, "primary_key": ["order_id"], "time_spine": null}, "model.recharge_source.stg_recharge__one_time_product": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__one_time_product", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__one_time_product.sql", "original_file_path": "models/stg_recharge__one_time_product.sql", "unique_id": "model.recharge_source.stg_recharge__one_time_product", "fqn": ["recharge_source", "stg_recharge__one_time_product"], "alias": "stg_recharge__one_time_product", "checksum": {"name": "sha256", "checksum": "4dc99548963504d2b154f6fa5cd416b0d57263df3b77139a422dbc9b9990cfa3"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table of all one-times which represent non-recurring line items on a queued charges.", "columns": {"one_time_product_id": {"name": "one_time_product_id", "description": "The unique numeric identifier for the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_id": {"name": "address_id", "description": "The unique identifier of the address. Cannot be used with `next_charge_scheduled_at`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "customer_id": {"name": "customer_id", "description": "Unique numeric identifier for the customer the onetime purchase is tied to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_deleted": {"name": "is_deleted", "description": "This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the onetime is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "one_time_created_at": {"name": "one_time_created_at", "description": "The time the onetime item was first created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "one_time_updated_at": {"name": "one_time_updated_at", "description": "The time the onetime item was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "one_time_next_charge_scheduled_at": {"name": "one_time_next_charge_scheduled_at", "description": "Date of the onetime purchase execution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of items in the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "The unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source", "enabled": true}, "created_at": 1752519583.9493582, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__one_time_product\"", "raw_code": "{{ config(enabled=var('recharge__one_time_product_enabled', True)) }}\nwith base as (\n\n select *\n from {{ ref('stg_recharge__one_time_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_recharge__one_time_product_tmp')),\n staging_columns = get_one_time_product_columns()\n )\n }}\n from base\n),\n\nfinal as (\n \n select\n id as one_time_product_id,\n address_id,\n customer_id,\n is_deleted, --Deprecated in favor of the _fivetran_deleted column.\n _fivetran_deleted,\n cast(created_at as {{ dbt.type_timestamp() }}) as one_time_created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as one_time_updated_at,\n next_charge_scheduled_at as one_time_next_charge_scheduled_at,\n product_title,\n variant_title,\n price,\n quantity,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n sku\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__one_time_product_tmp", "package": null, "version": null}, {"name": "stg_recharge__one_time_product_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_one_time_product_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.recharge_source.stg_recharge__one_time_product_tmp"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge__one_time_product.sql", "compiled": true, "compiled_code": "\nwith base as (\n\n select *\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__one_time_product_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\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 next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n \n select\n id as one_time_product_id,\n address_id,\n customer_id,\n is_deleted, --Deprecated in favor of the _fivetran_deleted column.\n _fivetran_deleted,\n cast(created_at as timestamp) as one_time_created_at,\n cast(updated_at as timestamp) as one_time_updated_at,\n next_charge_scheduled_at as one_time_next_charge_scheduled_at,\n product_title,\n variant_title,\n price,\n quantity,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n sku\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, "primary_key": ["one_time_product_id"], "time_spine": null}, "model.recharge_source.stg_recharge__charge_order_attribute_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_order_attribute_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_order_attribute_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_order_attribute_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_order_attribute_tmp"], "alias": "stg_recharge__charge_order_attribute_tmp", "checksum": {"name": "sha256", "checksum": "177162a97a748f50781215cc5225d991206f23fb8379dc98fdd6bcb587c0ae60"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.4551957, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_order_attribute_tmp\"", "raw_code": "select *\nfrom {{ var('charge_order_attribute') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "charge_order_attribute"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_order_attribute"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_order_attribute_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"charge_order_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_tmp"], "alias": "stg_recharge__charge_tmp", "checksum": {"name": "sha256", "checksum": "7308a0cdbd8e9e626aa10a671abc1f0c55a0d49bd618432cc31c1325348ad903"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.4632874, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_tmp\"", "raw_code": "select *\nfrom {{ var('charge') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "charge"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"charge_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__order_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__order_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__order_tmp.sql", "original_file_path": "models/tmp/stg_recharge__order_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__order_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__order_tmp"], "alias": "stg_recharge__order_tmp", "checksum": {"name": "sha256", "checksum": "209db997ea3d5e8bc25b82e0241dae9056b3c690b9463813c76b727a1958ae13"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.4702408, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__order_tmp\"", "raw_code": "select *\nfrom\n{{ var('orders') if var('recharge__using_orders', recharge_source.recharge_does_table_exist('orders')) else var('order') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "order"]], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.recharge_does_table_exist"], "nodes": ["source.recharge_source.recharge.order"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__order_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom\n\"postgres\".\"public\".\"orders_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__order_line_item_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__order_line_item_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__order_line_item_tmp.sql", "original_file_path": "models/tmp/stg_recharge__order_line_item_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__order_line_item_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__order_line_item_tmp"], "alias": "stg_recharge__order_line_item_tmp", "checksum": {"name": "sha256", "checksum": "0ac309216ed1b723e19fc3c86e17eb3509a5f6a655aee1c64b0d71833e138fb1"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.4818866, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__order_line_item_tmp\"", "raw_code": "select *\nfrom {{ var('order_line_item') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "order_line_item"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.order_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__order_line_item_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"order_line_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__customer_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__customer_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__customer_tmp.sql", "original_file_path": "models/tmp/stg_recharge__customer_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__customer_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__customer_tmp"], "alias": "stg_recharge__customer_tmp", "checksum": {"name": "sha256", "checksum": "c8306146dc9320857bb68daf34ba37521647abcfa1daa87802f728d7594e525b"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.488886, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__customer_tmp\"", "raw_code": "select *\nfrom {{ var('customer') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "customer"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.customer"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__customer_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__one_time_product_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__one_time_product_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__one_time_product_tmp.sql", "original_file_path": "models/tmp/stg_recharge__one_time_product_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__one_time_product_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__one_time_product_tmp"], "alias": "stg_recharge__one_time_product_tmp", "checksum": {"name": "sha256", "checksum": "a25abff6adfcf2c76187f5c6683087451306c8a00ebde4d5cc1ff6b2ffbae9d8"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source", "enabled": true}, "created_at": 1752519583.4960098, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__one_time_product_tmp\"", "raw_code": "{{ config(enabled=var('recharge__one_time_product_enabled', True)) }}\nselect *\nfrom {{ var('one_time_product') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "one_time_product"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.one_time_product"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__one_time_product_tmp.sql", "compiled": true, "compiled_code": "\nselect *\nfrom \"postgres\".\"public\".\"one_time_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__address_shipping_line_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__address_shipping_line_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__address_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_recharge__address_shipping_line_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__address_shipping_line_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__address_shipping_line_tmp"], "alias": "stg_recharge__address_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "c104e96f6600bfecb996bf3200decffe65421904981e97c06615898412e4f79e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5034068, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__address_shipping_line_tmp\"", "raw_code": "select *\nfrom {{ var('address_shipping_line') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "address_shipping_line"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.address_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__address_shipping_line_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"address_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_tax_line_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_tax_line_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_tax_line_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_tax_line_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_tax_line_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_tax_line_tmp"], "alias": "stg_recharge__charge_tax_line_tmp", "checksum": {"name": "sha256", "checksum": "8127e831e0fd7bf785592fef5ad4d22b543d24abd82936205fd3ced357d8db37"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source", "enabled": true}, "created_at": 1752519583.5101871, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_tax_line_tmp\"", "raw_code": "{{ config(enabled=var('recharge__charge_tax_line_enabled', True)) }}\nselect *\nfrom {{ var('charge_tax_line') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "charge_tax_line"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_tax_line"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_tax_line_tmp.sql", "compiled": true, "compiled_code": "\nselect *\nfrom \"postgres\".\"public\".\"charge_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_line_item_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_line_item_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_line_item_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_line_item_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_line_item_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_line_item_tmp"], "alias": "stg_recharge__charge_line_item_tmp", "checksum": {"name": "sha256", "checksum": "331cbc88851123da2c249a25fdabaaf50617347581a1b866fa3b38e01137d5b6"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.518601, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_line_item_tmp\"", "raw_code": "select *\nfrom {{ var('charge_line_item') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "charge_line_item"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_line_item_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"charge_line_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_discount_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_discount_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_discount_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_discount_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_discount_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_discount_tmp"], "alias": "stg_recharge__charge_discount_tmp", "checksum": {"name": "sha256", "checksum": "dd8462f660adfdb9b829fc847932cdfa60a11959af333d2dff6ff3575b866324"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5251718, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_discount_tmp\"", "raw_code": "select *\nfrom {{ var('charge_discount') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "charge_discount"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_discount"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_discount_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"charge_discount_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__address_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__address_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__address_tmp.sql", "original_file_path": "models/tmp/stg_recharge__address_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__address_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__address_tmp"], "alias": "stg_recharge__address_tmp", "checksum": {"name": "sha256", "checksum": "8d5a195145939edb0d1cebd09690c52505e55e5de50220426128402c6463888e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5319078, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__address_tmp\"", "raw_code": "select *\nfrom {{ var('address') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "address"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.address"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__address_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"address_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__address_discounts_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__address_discounts_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__address_discounts_tmp.sql", "original_file_path": "models/tmp/stg_recharge__address_discounts_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__address_discounts_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__address_discounts_tmp"], "alias": "stg_recharge__address_discounts_tmp", "checksum": {"name": "sha256", "checksum": "df852c7d63ed0b51a72fdf15a750e98a39f2445873173ea077c4ecb801efdb84"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5384655, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__address_discounts_tmp\"", "raw_code": "select *\nfrom {{ var('address_discounts') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "address_discounts"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.address_discounts"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__address_discounts_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"address_discounts_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__subscription_history_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__subscription_history_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__subscription_history_tmp.sql", "original_file_path": "models/tmp/stg_recharge__subscription_history_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__subscription_history_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__subscription_history_tmp"], "alias": "stg_recharge__subscription_history_tmp", "checksum": {"name": "sha256", "checksum": "512b2bdb117725e557b4a06acbe3ab79c40c3f9347d03d6e5980bb5d605f6bff"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5453155, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__subscription_history_tmp\"", "raw_code": "select *\nfrom {{ var('subscription_history') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "subscription_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.subscription_history"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__subscription_history_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"subscription_history_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__subscription_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__subscription_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__subscription_tmp.sql", "original_file_path": "models/tmp/stg_recharge__subscription_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__subscription_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__subscription_tmp"], "alias": "stg_recharge__subscription_tmp", "checksum": {"name": "sha256", "checksum": "2a890ad18ba16be690f69dce8da59e7f911962dfb1df01e529d36a718914ba5e"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5532672, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__subscription_tmp\"", "raw_code": "select *\nfrom {{ var('subscription') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "subscription"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.subscription"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__subscription_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"subscription_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__discount_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__discount_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__discount_tmp.sql", "original_file_path": "models/tmp/stg_recharge__discount_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__discount_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__discount_tmp"], "alias": "stg_recharge__discount_tmp", "checksum": {"name": "sha256", "checksum": "55acc53fa0ad1ee50436b9ecd2e7f65ad7cc61a6060fa8f617ba8e6929cc0fd4"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5599291, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__discount_tmp\"", "raw_code": "select *\nfrom {{ var('discount') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "discount"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.discount"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__discount_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"discount_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, "primary_key": [], "time_spine": null}, "model.recharge_source.stg_recharge__charge_shipping_line_tmp": {"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__charge_shipping_line_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__charge_shipping_line_tmp.sql", "original_file_path": "models/tmp/stg_recharge__charge_shipping_line_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__charge_shipping_line_tmp"], "alias": "stg_recharge__charge_shipping_line_tmp", "checksum": {"name": "sha256", "checksum": "100b77161d9c2880249a16ae203a1ea447b829b94b08f496ad764dfee958914d"}, "config": {"enabled": true, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source"}, "created_at": 1752519583.5737875, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__charge_shipping_line_tmp\"", "raw_code": "select *\nfrom {{ var('charge_shipping_line') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "charge_shipping_line"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.recharge_source.recharge.charge_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/tmp/stg_recharge__charge_shipping_line_tmp.sql", "compiled": true, "compiled_code": "select *\nfrom \"postgres\".\"public\".\"charge_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, "primary_key": [], "time_spine": null}, "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__address_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__address_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333", "fqn": ["recharge_source", "unique_stg_recharge__address_address_id"], "alias": "unique_stg_recharge__address_address_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, "unrendered_config": {}, "created_at": 1752519584.059739, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__address_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n address_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__address\"\nwhere address_id is not null\ngroup by address_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address", "attached_node": "model.recharge_source.stg_recharge__address", "test_metadata": {"name": "unique", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__address_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__address_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f", "fqn": ["recharge_source", "not_null_stg_recharge__address_address_id"], "alias": "not_null_stg_recharge__address_address_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, "unrendered_config": {}, "created_at": 1752519584.062664, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__address_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__address\"\nwhere address_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address", "attached_node": "model.recharge_source.stg_recharge__address", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__address_discounts_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__address_discounts_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b", "fqn": ["recharge_source", "not_null_stg_recharge__address_discounts_address_id"], "alias": "not_null_stg_recharge__address_discounts_address_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, "unrendered_config": {}, "created_at": 1752519584.0652437, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address_discounts", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address_discounts"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__address_discounts_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__address_discounts\"\nwhere address_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address_discounts", "attached_node": "model.recharge_source.stg_recharge__address_discounts", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address_discounts')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index"], "alias": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d"}, "created_at": 1752519584.0677648, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address_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.recharge_source.stg_recharge__address_discounts"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_646ae8756fa08edaac6f6c82b363362d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n address_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__address_discounts\"\n group by address_id, index\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_recharge__address_discounts", "attached_node": "model.recharge_source.stg_recharge__address_discounts", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["address_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__address_discounts')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__address_shipping_line_address_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__address_shipping_line_address_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc", "fqn": ["recharge_source", "not_null_stg_recharge__address_shipping_line_address_id"], "alias": "not_null_stg_recharge__address_shipping_line_address_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, "unrendered_config": {}, "created_at": 1752519584.0941377, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__address_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__address_shipping_line_address_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__address_shipping_line\"\nwhere address_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "address_id", "file_key_name": "models.stg_recharge__address_shipping_line", "attached_node": "model.recharge_source.stg_recharge__address_shipping_line", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "address_id", "model": "{{ get_where_subquery(ref('stg_recharge__address_shipping_line')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index"], "alias": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed"}, "created_at": 1752519584.0966928, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__address_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.recharge_source.stg_recharge__address_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_fbde6e80f58f767e5361094ea51760ed.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n address_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__address_shipping_line\"\n group by address_id, index\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_recharge__address_shipping_line", "attached_node": "model.recharge_source.stg_recharge__address_shipping_line", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["address_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__address_shipping_line')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__charge_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__charge_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10", "fqn": ["recharge_source", "unique_stg_recharge__charge_charge_id"], "alias": "unique_stg_recharge__charge_charge_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, "unrendered_config": {}, "created_at": 1752519584.1022704, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__charge_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n charge_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__charge\"\nwhere charge_id is not null\ngroup by charge_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge", "attached_node": "model.recharge_source.stg_recharge__charge", "test_metadata": {"name": "unique", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__charge_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998", "fqn": ["recharge_source", "not_null_stg_recharge__charge_charge_id"], "alias": "not_null_stg_recharge__charge_charge_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, "unrendered_config": {}, "created_at": 1752519584.1046712, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__charge\"\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge", "attached_node": "model.recharge_source.stg_recharge__charge", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__charge_discount_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_discount_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017", "fqn": ["recharge_source", "not_null_stg_recharge__charge_discount_charge_id"], "alias": "not_null_stg_recharge__charge_discount_charge_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, "unrendered_config": {}, "created_at": 1752519584.107063, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_discount_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_discount\"\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_discount", "attached_node": "model.recharge_source.stg_recharge__charge_discount", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_discount')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index"], "alias": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e"}, "created_at": 1752519584.109453, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_b6e4d10a50f139f9eebbc4fcd003265e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_discount\"\n group by charge_id, index\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_recharge__charge_discount", "attached_node": "model.recharge_source.stg_recharge__charge_discount", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_discount')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__charge_line_item_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_line_item_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938", "fqn": ["recharge_source", "not_null_stg_recharge__charge_line_item_charge_id"], "alias": "not_null_stg_recharge__charge_line_item_charge_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, "unrendered_config": {}, "created_at": 1752519584.1149209, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_line_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_line_item_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_line_item\"\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_line_item", "attached_node": "model.recharge_source.stg_recharge__charge_line_item", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_line_item')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index"], "alias": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb"}, "created_at": 1752519584.1173391, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_line_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.recharge_source.stg_recharge__charge_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_112693be34355114a99d915584d1d9fb.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_line_item\"\n group by charge_id, index\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_recharge__charge_line_item", "attached_node": "model.recharge_source.stg_recharge__charge_line_item", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_line_item')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__charge_order_attribute_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_order_attribute_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588", "fqn": ["recharge_source", "not_null_stg_recharge__charge_order_attribute_charge_id"], "alias": "not_null_stg_recharge__charge_order_attribute_charge_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, "unrendered_config": {}, "created_at": 1752519584.1227086, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_order_attribute", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_order_attribute"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_order_attribute_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_order_attribute\"\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_order_attribute", "attached_node": "model.recharge_source.stg_recharge__charge_order_attribute", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_order_attribute')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index"], "alias": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_f9348348c4e502667351685447593126"}, "created_at": 1752519584.1251764, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_f9348348c4e502667351685447593126\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_order_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.recharge_source.stg_recharge__charge_order_attribute"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_f9348348c4e502667351685447593126.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_order_attribute\"\n group by charge_id, index\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_recharge__charge_order_attribute", "attached_node": "model.recharge_source.stg_recharge__charge_order_attribute", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_order_attribute')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__charge_shipping_line_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_shipping_line_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26", "fqn": ["recharge_source", "not_null_stg_recharge__charge_shipping_line_charge_id"], "alias": "not_null_stg_recharge__charge_shipping_line_charge_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, "unrendered_config": {}, "created_at": 1752519584.1306005, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_shipping_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_shipping_line_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_shipping_line\"\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_shipping_line", "attached_node": "model.recharge_source.stg_recharge__charge_shipping_line", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_shipping_line')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index"], "alias": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2"}, "created_at": 1752519584.1330123, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_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.recharge_source.stg_recharge__charge_shipping_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_0ed7197cdf9574a64ca1e196cc53f5e2.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_shipping_line\"\n group by charge_id, index\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_recharge__charge_shipping_line", "attached_node": "model.recharge_source.stg_recharge__charge_shipping_line", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_shipping_line')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__charge_tax_line_charge_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__charge_tax_line_charge_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759", "fqn": ["recharge_source", "not_null_stg_recharge__charge_tax_line_charge_id"], "alias": "not_null_stg_recharge__charge_tax_line_charge_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, "unrendered_config": {}, "created_at": 1752519584.1383915, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_tax_line", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__charge_tax_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__charge_tax_line_charge_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_tax_line\"\nwhere charge_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "charge_id", "file_key_name": "models.stg_recharge__charge_tax_line", "attached_node": "model.recharge_source.stg_recharge__charge_tax_line", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "charge_id", "model": "{{ get_where_subquery(ref('stg_recharge__charge_tax_line')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index"], "alias": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e"}, "created_at": 1752519584.1409073, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__charge_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.recharge_source.stg_recharge__charge_tax_line"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_e7e39f716963e8cd92c89d1940bc736e.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__charge_tax_line\"\n group by charge_id, index\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_recharge__charge_tax_line", "attached_node": "model.recharge_source.stg_recharge__charge_tax_line", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["charge_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__charge_tax_line')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__checkout_checkout_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__checkout_checkout_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a", "fqn": ["recharge_source", "unique_stg_recharge__checkout_checkout_id"], "alias": "unique_stg_recharge__checkout_checkout_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": false, "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, "unrendered_config": {}, "created_at": 1752519584.1462355, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_recharge__checkout", "attached_node": "model.recharge_source.stg_recharge__checkout", "test_metadata": {"name": "unique", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_recharge__checkout')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__checkout_checkout_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__checkout_checkout_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8", "fqn": ["recharge_source", "not_null_stg_recharge__checkout_checkout_id"], "alias": "not_null_stg_recharge__checkout_checkout_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": false, "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, "unrendered_config": {}, "created_at": 1752519584.1486347, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__checkout", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "checkout_id", "file_key_name": "models.stg_recharge__checkout", "attached_node": "model.recharge_source.stg_recharge__checkout", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "checkout_id", "model": "{{ get_where_subquery(ref('stg_recharge__checkout')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__customer_customer_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__customer_customer_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410", "fqn": ["recharge_source", "unique_stg_recharge__customer_customer_id"], "alias": "unique_stg_recharge__customer_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, "unrendered_config": {}, "created_at": 1752519584.1510005, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__customer"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__customer_customer_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n customer_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__customer\"\nwhere customer_id is not null\ngroup by customer_id\nhaving count(*) > 1\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_recharge__customer", "attached_node": "model.recharge_source.stg_recharge__customer", "test_metadata": {"name": "unique", "kwargs": {"column_name": "customer_id", "model": "{{ get_where_subquery(ref('stg_recharge__customer')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__customer_customer_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__customer_customer_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba", "fqn": ["recharge_source", "not_null_stg_recharge__customer_customer_id"], "alias": "not_null_stg_recharge__customer_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, "unrendered_config": {}, "created_at": 1752519584.1534624, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__customer", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__customer"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__customer_customer_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__customer\"\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_recharge__customer", "attached_node": "model.recharge_source.stg_recharge__customer", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "customer_id", "model": "{{ get_where_subquery(ref('stg_recharge__customer')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__discount_discount_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__discount_discount_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c", "fqn": ["recharge_source", "unique_stg_recharge__discount_discount_id"], "alias": "unique_stg_recharge__discount_discount_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, "unrendered_config": {}, "created_at": 1752519584.155832, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__discount_discount_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n discount_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__discount\"\nwhere discount_id is not null\ngroup by discount_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "discount_id", "file_key_name": "models.stg_recharge__discount", "attached_node": "model.recharge_source.stg_recharge__discount", "test_metadata": {"name": "unique", "kwargs": {"column_name": "discount_id", "model": "{{ get_where_subquery(ref('stg_recharge__discount')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__discount_discount_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__discount_discount_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3", "fqn": ["recharge_source", "not_null_stg_recharge__discount_discount_id"], "alias": "not_null_stg_recharge__discount_discount_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, "unrendered_config": {}, "created_at": 1752519584.1581864, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__discount", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__discount"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__discount_discount_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__discount\"\nwhere discount_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "discount_id", "file_key_name": "models.stg_recharge__discount", "attached_node": "model.recharge_source.stg_recharge__discount", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "discount_id", "model": "{{ get_where_subquery(ref('stg_recharge__discount')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__one_time_product_one_time_product_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__one_time_product_one_time_product_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b", "fqn": ["recharge_source", "unique_stg_recharge__one_time_product_one_time_product_id"], "alias": "unique_stg_recharge__one_time_product_one_time_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, "unrendered_config": {}, "created_at": 1752519584.1605685, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__one_time_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__one_time_product"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__one_time_product_one_time_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n one_time_product_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__one_time_product\"\nwhere one_time_product_id is not null\ngroup by one_time_product_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "one_time_product_id", "file_key_name": "models.stg_recharge__one_time_product", "attached_node": "model.recharge_source.stg_recharge__one_time_product", "test_metadata": {"name": "unique", "kwargs": {"column_name": "one_time_product_id", "model": "{{ get_where_subquery(ref('stg_recharge__one_time_product')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__one_time_product_one_time_product_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__one_time_product_one_time_product_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d", "fqn": ["recharge_source", "not_null_stg_recharge__one_time_product_one_time_product_id"], "alias": "not_null_stg_recharge__one_time_product_one_time_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, "unrendered_config": {}, "created_at": 1752519584.1629093, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__one_time_product", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__one_time_product"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__one_time_product_one_time_product_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect one_time_product_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__one_time_product\"\nwhere one_time_product_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "one_time_product_id", "file_key_name": "models.stg_recharge__one_time_product", "attached_node": "model.recharge_source.stg_recharge__one_time_product", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "one_time_product_id", "model": "{{ get_where_subquery(ref('stg_recharge__one_time_product')) }}"}, "namespace": null}}, "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__order_order_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__order_order_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd", "fqn": ["recharge_source", "unique_stg_recharge__order_order_id"], "alias": "unique_stg_recharge__order_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, "unrendered_config": {}, "created_at": 1752519584.1653903, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__order", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__order"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__order_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n order_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__order\"\nwhere order_id is not null\ngroup by order_id\nhaving count(*) > 1\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_recharge__order", "attached_node": "model.recharge_source.stg_recharge__order", "test_metadata": {"name": "unique", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_recharge__order')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__order_order_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__order_order_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7", "fqn": ["recharge_source", "not_null_stg_recharge__order_order_id"], "alias": "not_null_stg_recharge__order_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, "unrendered_config": {}, "created_at": 1752519584.1678329, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__order", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__order"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__order_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__order\"\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_recharge__order", "attached_node": "model.recharge_source.stg_recharge__order", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_recharge__order')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__order_line_item_order_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__order_line_item_order_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f", "fqn": ["recharge_source", "not_null_stg_recharge__order_line_item_order_id"], "alias": "not_null_stg_recharge__order_line_item_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, "unrendered_config": {}, "created_at": 1752519584.1702046, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__order_line_item", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__order_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__order_line_item_order_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__order_line_item\"\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_recharge__order_line_item", "attached_node": "model.recharge_source.stg_recharge__order_line_item", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "order_id", "model": "{{ get_where_subquery(ref('stg_recharge__order_line_item')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index"], "alias": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9"}, "created_at": 1752519584.1725955, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__order_line_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.recharge_source.stg_recharge__order_line_item"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_6be7cf457b43ec9c6f599aed7f0743c9.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, index\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__order_line_item\"\n group by order_id, index\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_recharge__order_line_item", "attached_node": "model.recharge_source.stg_recharge__order_line_item", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["order_id", "index"], "model": "{{ get_where_subquery(ref('stg_recharge__order_line_item')) }}"}, "namespace": "dbt_utils"}}, "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_stg_recharge__subscription_subscription_id", "resource_type": "test", "package_name": "recharge_source", "path": "unique_stg_recharge__subscription_subscription_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea", "fqn": ["recharge_source", "unique_stg_recharge__subscription_subscription_id"], "alias": "unique_stg_recharge__subscription_subscription_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, "unrendered_config": {}, "created_at": 1752519584.178254, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__subscription", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/unique_stg_recharge__subscription_subscription_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n subscription_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__subscription\"\nwhere subscription_id is not null\ngroup by subscription_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "subscription_id", "file_key_name": "models.stg_recharge__subscription", "attached_node": "model.recharge_source.stg_recharge__subscription", "test_metadata": {"name": "unique", "kwargs": {"column_name": "subscription_id", "model": "{{ get_where_subquery(ref('stg_recharge__subscription')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__subscription_subscription_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__subscription_subscription_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32", "fqn": ["recharge_source", "not_null_stg_recharge__subscription_subscription_id"], "alias": "not_null_stg_recharge__subscription_subscription_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, "unrendered_config": {}, "created_at": 1752519584.1806266, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__subscription", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__subscription_subscription_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect subscription_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__subscription\"\nwhere subscription_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "subscription_id", "file_key_name": "models.stg_recharge__subscription", "attached_node": "model.recharge_source.stg_recharge__subscription", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "subscription_id", "model": "{{ get_where_subquery(ref('stg_recharge__subscription')) }}"}, "namespace": null}}, "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_recharge__subscription_history_subscription_id", "resource_type": "test", "package_name": "recharge_source", "path": "not_null_stg_recharge__subscription_history_subscription_id.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c", "fqn": ["recharge_source", "not_null_stg_recharge__subscription_history_subscription_id"], "alias": "not_null_stg_recharge__subscription_history_subscription_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, "unrendered_config": {}, "created_at": 1752519584.183839, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__subscription_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription_history"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/not_null_stg_recharge__subscription_history_subscription_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect subscription_id\nfrom \"postgres\".\"public_recharge_source\".\"stg_recharge__subscription_history\"\nwhere subscription_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "subscription_id", "file_key_name": "models.stg_recharge__subscription_history", "attached_node": "model.recharge_source.stg_recharge__subscription_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "subscription_id", "model": "{{ get_where_subquery(ref('stg_recharge__subscription_history')) }}"}, "namespace": null}}, "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at", "resource_type": "test", "package_name": "recharge_source", "path": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c.sql", "original_file_path": "models/stg_recharge.yml", "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269", "fqn": ["recharge_source", "dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at"], "alias": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c", "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, "unrendered_config": {"alias": "dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c"}, "created_at": 1752519584.18626, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__subscription_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.recharge_source.stg_recharge__subscription_history"]}, "compiled_path": "target/compiled/recharge_source/models/stg_recharge.yml/dbt_utils_unique_combination_o_8ee54af79356632ccf4d06fc6eb6a28c.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n subscription_id, subscription_updated_at\n from \"postgres\".\"public_recharge_source\".\"stg_recharge__subscription_history\"\n group by subscription_id, subscription_updated_at\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_recharge__subscription_history", "attached_node": "model.recharge_source.stg_recharge__subscription_history", "test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["subscription_id", "subscription_updated_at"], "model": "{{ get_where_subquery(ref('stg_recharge__subscription_history')) }}"}, "namespace": "dbt_utils"}}}, "sources": {"source.recharge_source.recharge.address": {"database": "postgres", "schema": "public", "name": "address", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.address", "fqn": ["recharge_source", "recharge", "address"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "address_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all addresses, an address record represents a shipping address.", "columns": {"id": {"name": "id", "description": "Unique numeric identifier for the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_1": {"name": "address_1", "description": "The street associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_2": {"name": "address_2", "description": "Any additional information associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "city": {"name": "city", "description": "The city associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "province": {"name": "province", "description": "The state or province associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "country_code": {"name": "country_code", "description": "The country code associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "zip": {"name": "zip", "description": "The zip or postal code associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company": {"name": "company", "description": "The company associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "phone": {"name": "phone", "description": "The phone number associated with the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The date and time when the address was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the address was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"address_data\"", "created_at": 1752519584.2155313, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.address_discounts": {"database": "postgres", "schema": "public", "name": "address_discounts", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.address_discounts", "fqn": ["recharge_source", "recharge", "address_discounts"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "address_discounts_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of addresses and associated discounts.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "id": {"name": "id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.discount_id"]}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"address_discounts_data\"", "created_at": 1752519584.2175543, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.address_shipping_line": {"database": "postgres", "schema": "public", "name": "address_shipping_line", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.address_shipping_line", "fqn": ["recharge_source", "recharge", "address_shipping_line"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "address_shipping_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all addresses and corresponding associated shipping information.", "columns": {"address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent address_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the shipping amount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "code": {"name": "code", "description": "The type of the shipping, can contain geographical shipping information.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The type of shipping consignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"address_shipping_line_data\"", "created_at": 1752519584.2181633, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.charge": {"database": "postgres", "schema": "public", "name": "charge", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge", "fqn": ["recharge_source", "recharge", "charge"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all charges (financial transactions) linked to the purchase of an item. A charge is linked to a corresponding order, an order is created once the corresponding charge is successful.", "columns": {"id": {"name": "id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "customer_hash": {"name": "customer_hash", "description": "The hash of the customer associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "note": {"name": "note", "description": "Shows the next order in sequence.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Date and time when the charge was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Date and time when the charge was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "processed_at": {"name": "processed_at", "description": "Date and time when the charge was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "scheduled_at": {"name": "scheduled_at", "description": "The date time of when the associated charge is/was scheduled to process.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "orders_count": {"name": "orders_count", "description": "The number of orders generated from this charge (Will be >1 for prepaid).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "The unique numeric identifier within your external ecommerce platform for the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subtotal_price": {"name": "subtotal_price", "description": "The combined price of all order line_items minus any discounts. Does not include taxes and shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tags": {"name": "tags", "description": "A comma-separated list of tags on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_lines": {"name": "tax_lines", "description": "An array of tax lines that apply to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_discounts": {"name": "total_discounts", "description": "The sum of the discounts applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_line_items_price": {"name": "total_line_items_price", "description": "The sum of all the prices of all the items in the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "The sum of all the prices of all the items in the charge, taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_tax": {"name": "total_tax", "description": "The total tax due associated with the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_weight_grams": {"name": "total_weight_grams", "description": "The total weight of all items in the charge in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "type": {"name": "type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.type"]}, "status": {"name": "status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_status"]}, "total_refunds": {"name": "total_refunds", "description": "The sum of all refunds that were applied to the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "The unique identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "payment_processor": {"name": "payment_processor", "description": "The payment processor used on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "has_uncommited_changes": {"name": "has_uncommited_changes", "description": "Specifies whether the charge is scheduled for regeneration (if the subscription is related to the charge was updated in the last 5 seconds using \"commit_update\":false).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_charge_attempt_date": {"name": "last_charge_attempt_date", "description": "The date when the charge was last attempted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "retry_date": {"name": "retry_date", "description": "The date when the next attempt will be placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "error_type": {"name": "error_type", "description": "Structured reason why the charge failed such as customer_needs_to_updated_card.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "error": {"name": "error", "description": "Error reason as sentence text (typically returned directly from the payment processor - e.g. \"customer needs to update credit card\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_attempts": {"name": "charge_attempts", "description": "Shows how many times an attempt to charge was placed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_not_found": {"name": "external_variant_id_not_found", "description": "Indicates if Recharge was able to find the external_variant_id_ecommerce from the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "client_details_browser_ip": {"name": "client_details_browser_ip", "description": "The IP address of the buyer detected in checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "client_details_user_agent": {"name": "client_details_user_agent", "description": "The user agent detected during checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"charge_data\"", "created_at": 1752519584.2190611, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.charge_discount": {"database": "postgres", "schema": "public", "name": "charge_discount", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_discount", "fqn": ["recharge_source", "recharge", "charge_discount"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_discount_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all charge discount codes.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "id": {"name": "id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.discount_id"]}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value": {"name": "value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value_type": {"name": "value_type", "description": "Possible values - FIXED_AMOUNT, PERCENTAGE, SHIPPING", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"charge_discount_data\"", "created_at": 1752519584.2196653, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.charge_line_item": {"database": "postgres", "schema": "public", "name": "charge_line_item", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_line_item", "fqn": ["recharge_source", "recharge", "charge_line_item"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_line_item_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all charge line items, each containing information about a distinct purchase item.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the product variant that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The product title that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "grams": {"name": "grams", "description": "The weight of the charge's line item in grams.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The quantity of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "The SKU (stock keeping unit) of the product associated with the charge's line item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "vendor": {"name": "vendor", "description": "The name of the seller.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"charge_line_item_data\"", "created_at": 1752519584.220296, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.charge_order_attribute": {"database": "postgres", "schema": "public", "name": "charge_order_attribute", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_order_attribute", "fqn": ["recharge_source", "recharge", "charge_order_attribute"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_order_attribute_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of notes associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_attribute": {"name": "order_attribute", "description": "An array of name-value pairs of order attributes on the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"charge_order_attribute_data\"", "created_at": 1752519584.2208798, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.charge_shipping_line": {"database": "postgres", "schema": "public", "name": "charge_shipping_line", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_shipping_line", "fqn": ["recharge_source", "recharge", "charge_shipping_line"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_shipping_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all shipping information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of th shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "code": {"name": "code", "description": "The code associated with the shipping line of a charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The title of the shipping line.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"charge_shipping_line_data\"", "created_at": 1752519584.221446, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.charge_tax_line": {"database": "postgres", "schema": "public", "name": "charge_tax_line", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.charge_tax_line", "fqn": ["recharge_source", "recharge", "charge_tax_line"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "charge_tax_line_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of tax line information associated to their corresponding charges.", "columns": {"charge_id": {"name": "charge_id", "description": "The unique identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent charge_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The total tax associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "rate": {"name": "rate", "description": "The tax rate associated with the listed jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The title/name of the taxing jurisdiction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"charge_tax_line_data\"", "created_at": 1752519584.2220325, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.customer": {"database": "postgres", "schema": "public", "name": "customer", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.customer", "fqn": ["recharge_source", "recharge", "customer"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "customer_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all customer details holding account and billing information. Email is unique on the customer, no two customers for a store can have the same email.", "columns": {"id": {"name": "id", "description": "The unique ID of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "hash": {"name": "hash", "description": "The unique string identifier used in a customer portal link.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_customer_id_ecommerce": {"name": "external_customer_id_ecommerce", "description": "External platform's unique identifier for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The date and time when the customer was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the customer was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_charge_processed_at": {"name": "first_charge_processed_at", "description": "Date when first charge was processed for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_name": {"name": "first_name", "description": "The customer's first name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_name": {"name": "last_name", "description": "The customer's last name.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscriptions_active_count": {"name": "subscriptions_active_count", "description": "The number of active subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subscriptions_total_count": {"name": "subscriptions_total_count", "description": "The total number of subscriptions associated with the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "has_valid_payment_method": {"name": "has_valid_payment_method", "description": "Boolean indicating if the payment value is valid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "has_payment_method_in_dunning": {"name": "has_payment_method_in_dunning", "description": "Boolean indicating if the customer has a credit card in dunning.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_exempt": {"name": "tax_exempt", "description": "Boolean indicating if the customer is tax exempt.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_first_name": {"name": "billing_first_name", "description": "First name associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_last_name": {"name": "billing_last_name", "description": "Last name associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_company": {"name": "billing_company", "description": "Company associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_city": {"name": "billing_city", "description": "City associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "billing_country": {"name": "billing_country", "description": "Country associated with the billing details.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"customer_data\"", "created_at": 1752519584.2233841, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.discount": {"database": "postgres", "schema": "public", "name": "discount", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.discount", "fqn": ["recharge_source", "recharge", "discount"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "discount_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of discounts that can be applied to a checkout, or that can be directly applied to an address.", "columns": {"id": {"name": "id", "description": "The unique identifier of the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.discount_id"]}, "created_at": {"name": "created_at", "description": "The date and time when the discount was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the discount was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "starts_at": {"name": "starts_at", "description": "The date when the discount becomes active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "ends_at": {"name": "ends_at", "description": "The expiration time of the discount, past this time the discount can no longer be redeemed, once the time of the discount has passed the status of the discount will go from 'active' to 'disabled'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "code": {"name": "code", "description": "The code used to apply the discount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value": {"name": "value", "description": "The discounted value to be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status of the discount, accepted values - enabled, disabled, fully_disabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.discount_status"]}, "usage_limits": {"name": "usage_limits", "description": "An integer indicating how many times the discount can been used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to": {"name": "applies_to", "description": "Indicates where the discount applies.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to_resource": {"name": "applies_to_resource", "description": "An indicator of the type of resource which applies_to_id refers.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to_id": {"name": "applies_to_id", "description": "A list of ids of the type indicated in applies_to_resource for which the discount can be applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "applies_to_product_type": {"name": "applies_to_product_type", "description": "Indicates which product types the discount applies to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "minimum_order_amount": {"name": "minimum_order_amount", "description": "The minimum cart subtotal needed for the discount to be applicable. `duration` has to be `single_use` and the discount must apply to the entire order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"discount_data\"", "created_at": 1752519584.224003, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.one_time_product": {"database": "postgres", "schema": "public", "name": "one_time_product", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.one_time_product", "fqn": ["recharge_source", "recharge", "one_time_product"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "one_time_product_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all one-times which represent non-recurring line items on a queued charges.", "columns": {"id": {"name": "id", "description": "The unique numeric identifier for the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_id": {"name": "address_id", "description": "The unique identifier of the address. Cannot be used with `next_charge_scheduled_at`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "is_deleted": {"name": "is_deleted", "description": "This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the onetime is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "created_at": {"name": "created_at", "description": "The time the onetime item was first created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the onetime item was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "next_charge_scheduled_at": {"name": "next_charge_scheduled_at", "description": "Date of the onetime purchase execution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of items in the onetime purchase.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The product ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "The variant ID that links to your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "The unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"one_time_product_data\"", "created_at": 1752519584.2246249, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.order": {"database": "postgres", "schema": "public", "name": "order", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.order", "fqn": ["recharge_source", "recharge", "order"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "order_data", "quoting": {"database": null, "schema": null, "identifier": true, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all orders after a charge is successfully processed.", "columns": {"id": {"name": "id", "description": "The unique identifier of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.order_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "charge_id": {"name": "charge_id", "description": "The unique numeric identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_deleted": {"name": "is_deleted", "description": "This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the order (record) is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "created_at": {"name": "created_at", "description": "The date and time when the order was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transaction_id": {"name": "transaction_id", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_status"]}, "is_prepaid": {"name": "is_prepaid", "description": "Boolean indicating if the Order is prepaid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, CANCELLED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.order_status"]}, "total_price": {"name": "total_price", "description": "The sum of all prices of the item in the order with taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "type": {"name": "type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.type"]}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "Unique numeric identifier within your external ecommerce platform for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_order_number_ecommerce": {"name": "external_order_number_ecommerce", "description": "The unique order number within your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the order was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "processed_at": {"name": "processed_at", "description": "The date and time when the order was submitted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "scheduled_at": {"name": "scheduled_at", "description": "The date and time when the order will be shipped.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "shipped_date": {"name": "shipped_date", "description": "The date when the order will be processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"order_data\"", "created_at": 1752519584.225303, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.orders": {"database": "postgres", "schema": "public", "name": "orders", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.orders", "fqn": ["recharge_source", "recharge", "orders"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "orders_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all orders after a charge is successfully processed.", "columns": {"id": {"name": "id", "description": "The unique identifier of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.order_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "charge_id": {"name": "charge_id", "description": "The unique numeric identifier of the charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean indicating if the order (record) is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The email address of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transaction_id": {"name": "transaction_id", "description": "The unique alphanumeric identifier of the transaction.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_status": {"name": "charge_status", "description": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.charge_status"]}, "is_prepaid": {"name": "is_prepaid", "description": "Boolean indicating if the Order is prepaid.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, CANCELLED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.order_status"]}, "total_price": {"name": "total_price", "description": "The sum of all prices of the item in the order with taxes and discounts included (must be positive).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "type": {"name": "type", "description": "Possible values are CHECKOUT, RECURRING.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.type"]}, "external_order_id_ecommerce": {"name": "external_order_id_ecommerce", "description": "Unique numeric identifier within your external ecommerce platform for the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_order_number_ecommerce": {"name": "external_order_number_ecommerce", "description": "The unique order number within your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The date and time when the order was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the order was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "processed_at": {"name": "processed_at", "description": "The date and time when the order was submitted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "scheduled_at": {"name": "scheduled_at", "description": "The date and time when the order will be shipped.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "shipped_date": {"name": "shipped_date", "description": "The date when the order will be processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"orders_data\"", "created_at": 1752519584.2259464, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.order_line_item": {"database": "postgres", "schema": "public", "name": "order_line_item", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.order_line_item", "fqn": ["recharge_source", "recharge", "order_line_item"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "order_line_item_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all order line items. Each line containing information about an item in the order.", "columns": {"order_id": {"name": "order_id", "description": "The unique identifier of the order.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.order_id"]}, "index": {"name": "index", "description": "A unique numeric row produced for every concurrent order_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The title of the product variant.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of products that were purchased.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "grams": {"name": "grams", "description": "Weight in grams of the item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "The total price of the line_item including tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price": {"name": "unit_price", "description": "The unit price of the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tax_due": {"name": "tax_due", "description": "The total tax due associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable": {"name": "taxable", "description": "A boolean indicating if the line_item is taxable or non-taxable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxable_amount": {"name": "taxable_amount", "description": "The taxable revenue associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unit_price_includes_tax": {"name": "unit_price_includes_tax", "description": "A boolean indicator if tax is included in the price of an item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_id": {"name": "purchase_item_id", "description": "The subscription or onetime ID associated with the line_item.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "purchase_item_type": {"name": "purchase_item_type", "description": "Possible values are SUBSCRIPTION, ONETIME.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "The unique numeric identifier for your external ecommerce platform product in the fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"order_line_item_data\"", "created_at": 1752519584.2265847, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.subscription": {"database": "postgres", "schema": "public", "name": "subscription", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.subscription", "fqn": ["recharge_source", "recharge", "subscription"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "subscription_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of all subscriptions for the merchant. Subscriptions are individual items a customer receives on a recurring basis.", "columns": {"id": {"name": "id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.subscription_id"]}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "created_at": {"name": "created_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancelled_at": {"name": "cancelled_at", "description": "The date and time when the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "next_charge_scheduled_at": {"name": "next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status of the subscription. Possible values are ACTIVE, CANCELLED, EXPIRED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.subscription_status"]}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "product_title": {"name": "product_title", "description": "The name of the product in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop's catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "Unique numeric identifier of the product in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "Unique numeric identifier of the product variant in your external ecommerce platform.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "A unique identifier of the item in fulfillment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency with which a subscription should have the order created with (valid values are \u201cday\u201d, \u201cweek\u201d, and \u201cmonth\u201d).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order, e.g. order_interval_unit = 'month' and order_interval frequency = 3 indicates an order every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each charge.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. This is only applicable to subscriptions with order_interval_unit = \u201cweek\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. This is only applicable to subscriptions with order_interval_unit = \u201cmonth\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date and time when the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"subscription_data\"", "created_at": 1752519584.2272744, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}, "source.recharge_source.recharge.subscription_history": {"database": "postgres", "schema": "public", "name": "subscription_history", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.subscription_history", "fqn": ["recharge_source", "recharge", "subscription_history"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "subscription_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "History table that builds over time. Does not capture history prior to connecting Fivetran.", "columns": {"subscription_id": {"name": "subscription_id", "description": "The unique identifier of the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.subscription_id"]}, "updated_at": {"name": "updated_at", "description": "The date time at which the purchase_item record was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "address_id": {"name": "address_id", "description": "The unique identifier of the address.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.address_id"]}, "customer_id": {"name": "customer_id", "description": "The unique identifier of the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.customer_id"]}, "created_at": {"name": "created_at", "description": "The date and time the subscription was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancelled_at": {"name": "cancelled_at", "description": "The date and time the subscription was cancelled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "next_charge_scheduled_at": {"name": "next_charge_scheduled_at", "description": "Date of the next charge for the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "price": {"name": "price", "description": "The price of the item before discounts, taxes, or shipping have been applied.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "quantity": {"name": "quantity", "description": "The number of items in the subscription.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "cancellation_reason": {"name": "cancellation_reason", "description": "Reason provided for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status of the subscription. Possible values are ACTIVE, CANCELLED, EXPIRED.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source.subscription_status"]}, "cancellation_reason_comments": {"name": "cancellation_reason_comments", "description": "Additional comment for cancellation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "product_title": {"name": "product_title", "description": "The name of the product in a store\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "variant_title": {"name": "variant_title", "description": "The name of the variant in a shop\u2019s catalog.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_product_id_ecommerce": {"name": "external_product_id_ecommerce", "description": "An object containing the product id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_variant_id_ecommerce": {"name": "external_variant_id_ecommerce", "description": "An object containing the variant id as it appears in external platforms.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sku": {"name": "sku", "description": "A unique identifier of the item in the fulfillment. In cases where SKU is blank, it will be dynamically pulled whenever it is used.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_unit": {"name": "order_interval_unit", "description": "The frequency unit used to determine when a subscription\u2019s order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_interval_frequency": {"name": "order_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each order. For example, order_interval_unit = month and order_interval_frequency = 3, indicate order every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_interval_frequency": {"name": "charge_interval_frequency", "description": "The number of units (specified in order_interval_unit) between each Charge. For example, order_interval_unit=month and charge_interval_frequency=3, indicate charge every 3 months.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_week": {"name": "order_day_of_week", "description": "The set day of the week order is created. Default is that there isn\u2019t a strict day of the week order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_day_of_month": {"name": "order_day_of_month", "description": "The set day of the month order is created. Default is that there isn\u2019t a strict day of the month when the order is created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "expire_after_specific_number_of_charges": {"name": "expire_after_specific_number_of_charges", "description": "Set the number of charges until subscription expires.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean created by Fivetran to indicate whether the record has been deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_deleted"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran synced a record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.recharge_source._fivetran_synced"]}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"subscription_history_data\"", "created_at": 1752519584.2279568, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}}, "macros": {"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": 1752519581.226647, "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": 1752519581.2271104, "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": 1752519581.2273488, "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": 1752519581.2276368, "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": 1752519581.2278748, "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": 1752519581.2299929, "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": 1752519581.230739, "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": 1752519581.2318008, "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": 1752519581.2320745, "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": 1752519581.2364385, "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": 1752519581.2374535, "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": 1752519581.2380865, "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": 1752519581.2387161, "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": 1752519581.2396328, "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": 1752519581.2404764, "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": 1752519581.2408397, "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": 1752519581.2415082, "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": 1752519581.2422671, "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": 1752519581.243987, "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": 1752519581.244366, "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": 1752519581.2449844, "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": 1752519581.2455049, "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": 1752519581.2463608, "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 {% if relation.type == 'materialized_view' -%}\n {% set relation_type = \"materialized view\" %}\n {%- else -%}\n {%- set relation_type = relation.type -%}\n {%- endif -%}\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": 1752519581.2471168, "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": 1752519581.2482646, "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": 1752519581.248679, "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": 1752519581.2489142, "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": 1752519581.2492478, "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": 1752519581.2495427, "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 {%- set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() -%}\n\n update {{ target }}\n set {{ columns.dbt_valid_to }} = DBT_INTERNAL_SOURCE.{{ columns.dbt_valid_to }}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.{{ columns.dbt_scd_id }}::text = {{ target }}.{{ columns.dbt_scd_id }}::text\n and DBT_INTERNAL_SOURCE.dbt_change_type::text in ('update'::text, 'delete'::text)\n {% if config.get(\"dbt_valid_to_current\") %}\n and ({{ target }}.{{ columns.dbt_valid_to }} = {{ config.get('dbt_valid_to_current') }} or {{ target }}.{{ columns.dbt_valid_to }} is null);\n {% else %}\n and {{ target }}.{{ columns.dbt_valid_to }} is null;\n {% endif %}\n\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": ["macro.dbt.get_snapshot_table_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.251755, "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": 1752519581.2526882, "supported_languages": null}, "macro.dbt_postgres.postgres__get_incremental_microbatch_sql": {"name": "postgres__get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro postgres__get_incremental_microbatch_sql(arg_dict) %}\n\n {% if arg_dict[\"unique_key\"] %}\n {% do return(adapter.dispatch('get_incremental_merge_sql', 'dbt')(arg_dict)) %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"dbt-postgres 'microbatch' requires a `unique_key` config\") }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_merge_sql", "macro.dbt.default__get_incremental_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.2533312, "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": 1752519581.2541938, "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": 1752519581.2544978, "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": 1752519581.2555046, "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": 1752519581.2596326, "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": 1752519581.2600863, "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": 1752519581.2610126, "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": 1752519581.2612972, "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": 1752519581.261655, "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": 1752519581.2628522, "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": 1752519581.2631416, "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) -}}{{ ';' if not loop.last else \"\" }}\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": 1752519581.2639794, "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": 1752519581.264569, "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": 1752519581.2649164, "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": 1752519581.2659492, "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\t{{ ';' if not loop.last else \"\" }}\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": 1752519581.2669942, "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.model) %}\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": 1752519581.2675798, "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": 1752519581.2678666, "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": 1752519581.2681391, "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": 1752519581.2684717, "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": 1752519581.2694695, "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": 1752519581.2700458, "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": 1752519581.270784, "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": 1752519581.2713604, "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": 1752519581.273004, "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": 1752519581.2733893, "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": 1752519581.2736886, "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": 1752519581.273975, "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": 1752519581.2742505, "supported_languages": null}, "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.default__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.2760077, "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": 1752519581.2777588, "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": 1752519581.2782133, "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.render() %}\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": 1752519581.279179, "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": 1752519581.2795596, "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": 1752519581.2798328, "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": 1752519581.280108, "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": 1752519581.2803347, "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": 1752519581.2806597, "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": 1752519581.2808926, "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": 1752519581.2818208, "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": 1752519581.2823024, "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": 1752519581.2846634, "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.render())) }}\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": 1752519581.2895255, "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 {% do create_indexes(intermediate_relation) %}\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 {{ 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": 1752519581.2935286, "supported_languages": ["sql"]}, "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": 1752519581.2978723, "supported_languages": ["sql"]}, "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": 1752519581.3008301, "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": 1752519581.301599, "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": 1752519581.302085, "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.render() ~ \"`\") }}\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.render() ~ \"`\") }}\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": 1752519581.3045871, "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": 1752519581.3050423, "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": 1752519581.3062863, "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": 1752519581.3075042, "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": 1752519581.3079708, "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": 1752519581.3083255, "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": 1752519581.3089008, "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": 1752519581.309259, "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": 1752519581.309833, "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": 1752519581.3103142, "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": 1752519581.3108351, "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": 1752519581.3112025, "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": 1752519581.311493, "supported_languages": null}, "macro.dbt.get_incremental_microbatch_sql": {"name": "get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro get_incremental_microbatch_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_microbatch_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_incremental_microbatch_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3118658, "supported_languages": null}, "macro.dbt.default__get_incremental_microbatch_sql": {"name": "default__get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro default__get_incremental_microbatch_sql(arg_dict) %}\n\n {{ exceptions.raise_not_implemented('microbatch materialization strategy 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": 1752519581.3121827, "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": 1752519581.312735, "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": 1752519581.3142707, "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": 1752519581.3153324, "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": 1752519581.316609, "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": 1752519581.3170714, "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": 1752519581.3184483, "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": 1752519581.320472, "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 source_unique_key = (\"DBT_INTERNAL_SOURCE.\" ~ unique_key) | trim %}\n\t {% set target_unique_key = (\"DBT_INTERNAL_DEST.\" ~ unique_key) | trim %}\n\t {% set unique_key_match = equals(source_unique_key, target_unique_key) | trim %}\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", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.323942, "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": 1752519581.3244424, "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 string %}\n {% set unique_key = [unique_key] %}\n {% endif %}\n\n {%- set unique_key_str = unique_key|join(', ') -%}\n\n delete from {{ target }} as DBT_INTERNAL_DEST\n where ({{ unique_key_str }}) in (\n select distinct {{ unique_key_str }}\n from {{ source }} as DBT_INTERNAL_SOURCE\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\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": 1752519581.325858, "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": 1752519581.326365, "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": 1752519581.3276238, "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 {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% set relation_for_indexes = target_relation %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set relation_for_indexes = intermediate_relation %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% set relation_for_indexes = temp_relation %}\n {% set contract_config = config.get('contract') %}\n {% if not contract_config or not contract_config.enforced %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {% endif %}\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_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\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 existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(relation_for_indexes) %}\n {% endif %}\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 {{ 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.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": 1752519581.3358946, "supported_languages": ["sql"]}, "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": 1752519581.337076, "supported_languages": null}, "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": 1752519581.3392909, "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": 1752519581.341634, "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": 1752519581.3439374, "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": 1752519581.34557, "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": 1752519581.3460524, "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": 1752519581.346285, "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.render() ~ \" 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.render()) }}\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": 1752519581.3510072, "supported_languages": ["sql"]}, "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": 1752519581.351626, "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.render() }} clone {{ defer_relation.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.351968, "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": 1752519581.3558118, "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": 1752519581.356142, "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": 1752519581.356592, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set primary_key = config.get('unique_key') %}\n {% set updated_at = config.get('updated_at') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\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 }}.{{ columns.dbt_valid_from }} < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3584483, "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_postgres.postgres__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3587847, "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": 1752519581.3591151, "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": 1752519581.3617935, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set check_cols_config = config.get('check_cols') %}\n {% set primary_key = config.get('unique_key') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set updated_at = config.get('updated_at') or 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_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": 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": 1752519581.3646855, "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_postgres.postgres__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3654983, "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 {%- set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() -%}\n\n merge into {{ target.render() }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.{{ columns.dbt_scd_id }} = DBT_INTERNAL_DEST.{{ columns.dbt_scd_id }}\n\n when matched\n {% if config.get(\"dbt_valid_to_current\") %}\n\t{% set source_unique_key = (\"DBT_INTERNAL_DEST.\" ~ columns.dbt_valid_to) | trim %}\n\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\tand ({{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null)\n\n {% else %}\n and DBT_INTERNAL_DEST.{{ columns.dbt_valid_to }} is null\n {% endif %}\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set {{ columns.dbt_valid_to }} = DBT_INTERNAL_SOURCE.{{ columns.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": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3670971, "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": 1752519581.3707802, "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.render() }} 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": 1752519581.3713639, "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": 1752519581.3717058, "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": 1752519581.3719, "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": 1752519581.3721848, "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": 1752519581.3724148, "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": 1752519581.3728266, "supported_languages": null}, "macro.dbt.get_snapshot_table_column_names": {"name": "get_snapshot_table_column_names", "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_snapshot_table_column_names", "macro_sql": "{% macro get_snapshot_table_column_names() %}\n {{ return({'dbt_valid_to': 'dbt_valid_to', 'dbt_valid_from': 'dbt_valid_from', 'dbt_scd_id': 'dbt_scd_id', 'dbt_updated_at': 'dbt_updated_at', 'dbt_is_deleted': 'dbt_is_deleted'}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.373307, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n {% if strategy.hard_deletes == 'new_record' %}\n {% set new_scd_id = snapshot_hash_arguments([columns.dbt_scd_id, snapshot_get_time()]) %}\n {% endif %}\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }}\n from {{ target_relation }}\n where\n {% if config.get('dbt_valid_to_current') %}\n\t\t{% set source_unique_key = columns.dbt_valid_to | trim %}\n\t\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\n\t\t{# The exact equals semantics between NULL values depends on the current behavior flag set. Also, update records if the source field is null #}\n ( {{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null )\n {% else %}\n {{ columns.dbt_valid_to }} is null\n {% endif %}\n\n ),\n\n insertions_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }},\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }}\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_to }}\n\n from snapshot_query\n ),\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n\n deletes_source_data as (\n\n select *, {{ unique_key_fields(strategy.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 {%- if strategy.hard_deletes == 'new_record' -%}\n ,'False' as {{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from insertions_source_data as source_data\n left outer join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"snapshotted_data\") }}\n or ({{ unique_key_is_not_null(strategy.unique_key, \"snapshotted_data\") }} and (\n {{ strategy.row_changed }} {%- if strategy.hard_deletes == 'new_record' -%} or snapshotted_data.{{ columns.dbt_is_deleted }} = 'True' {% endif %}\n )\n\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from updates_source_data as source_data\n join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where (\n {{ strategy.row_changed }} {%- if strategy.hard_deletes == 'new_record' -%} or snapshotted_data.{{ columns.dbt_is_deleted }} = 'True' {% endif %}\n )\n )\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n ,\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_to }},\n snapshotted_data.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n\n {%- if strategy.hard_deletes == 'new_record' %}\n and not (\n --avoid updating the record's valid_to if the latest entry is marked as deleted\n snapshotted_data.{{ columns.dbt_is_deleted }} = 'True'\n and snapshotted_data.{{ columns.dbt_valid_to }} is null\n )\n {%- endif %}\n )\n {%- endif %}\n\n {%- if strategy.hard_deletes == 'new_record' %}\n {% set source_sql_cols = get_column_schema_from_query(source_sql) %}\n ,\n deletion_records as (\n\n select\n 'insert' as dbt_change_type,\n {%- for col in source_sql_cols -%}\n snapshotted_data.{{ adapter.quote(col.column) }},\n {% endfor -%}\n {%- if strategy.unique_key | is_list -%}\n {%- for key in strategy.unique_key -%}\n snapshotted_data.{{ key }} as dbt_unique_key_{{ loop.index }},\n {% endfor -%}\n {%- else -%}\n snapshotted_data.dbt_unique_key as dbt_unique_key,\n {% endif -%}\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n snapshotted_data.{{ columns.dbt_valid_to }} as {{ columns.dbt_valid_to }},\n {{ new_scd_id }} as {{ columns.dbt_scd_id }},\n 'True' as {{ columns.dbt_is_deleted }}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n and not (\n --avoid inserting a new record if the latest one is marked as deleted\n snapshotted_data.{{ columns.dbt_is_deleted }} = 'True'\n and snapshotted_data.{{ columns.dbt_valid_to }} is null\n )\n\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletes\n {%- endif %}\n {%- if strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletion_records\n {%- endif %}\n\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments", "macro.dbt.snapshot_get_time", "macro.dbt.unique_key_fields", "macro.dbt.equals", "macro.dbt.get_dbt_valid_to_current", "macro.dbt.unique_key_join_on", "macro.dbt.unique_key_is_null", "macro.dbt.unique_key_is_not_null", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3809013, "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": 1752519581.3813488, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n\n select *,\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , 'False' as {{ columns.dbt_is_deleted }}\n {% endif -%}\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.get_dbt_valid_to_current"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.382375, "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": 1752519581.383228, "supported_languages": null}, "macro.dbt.get_updated_at_column_data_type": {"name": "get_updated_at_column_data_type", "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_updated_at_column_data_type", "macro_sql": "{% macro get_updated_at_column_data_type(snapshot_sql) %}\n {% set snapshot_sql_column_schema = get_column_schema_from_query(snapshot_sql) %}\n {% set dbt_updated_at_data_type = null %}\n {% set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {% set ns.dbt_updated_at_data_type = null -%}\n {% for column in snapshot_sql_column_schema %}\n {% if ((column.column == 'dbt_updated_at') or (column.column == 'DBT_UPDATED_AT')) %}\n {% set ns.dbt_updated_at_data_type = column.dtype %}\n {% endif %}\n {% endfor %}\n {{ return(ns.dbt_updated_at_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3843796, "supported_languages": null}, "macro.dbt.check_time_data_types": {"name": "check_time_data_types", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.check_time_data_types", "macro_sql": "{% macro check_time_data_types(sql) %}\n {% set dbt_updated_at_data_type = get_updated_at_column_data_type(sql) %}\n {% set snapshot_get_time_data_type = get_snapshot_get_time_data_type() %}\n {% if snapshot_get_time_data_type is not none and dbt_updated_at_data_type is not none and snapshot_get_time_data_type != dbt_updated_at_data_type %}\n {% if exceptions.warn_snapshot_timestamp_data_types %}\n {{ exceptions.warn_snapshot_timestamp_data_types(snapshot_get_time_data_type, dbt_updated_at_data_type) }}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_updated_at_column_data_type", "macro.dbt.get_snapshot_get_time_data_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3852158, "supported_languages": null}, "macro.dbt.get_dbt_valid_to_current": {"name": "get_dbt_valid_to_current", "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_dbt_valid_to_current", "macro_sql": "{% macro get_dbt_valid_to_current(strategy, columns) %}\n {% set dbt_valid_to_current = config.get('dbt_valid_to_current') or \"null\" %}\n coalesce(nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}), {{dbt_valid_to_current}})\n as {{ columns.dbt_valid_to }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3857725, "supported_languages": null}, "macro.dbt.unique_key_fields": {"name": "unique_key_fields", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_fields", "macro_sql": "{% macro unique_key_fields(unique_key) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n {{ key }} as dbt_unique_key_{{ loop.index }}\n {%- if not loop.last %} , {%- endif %}\n {% endfor %}\n {% else %}\n {{ unique_key }} as dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3864264, "supported_languages": null}, "macro.dbt.unique_key_join_on": {"name": "unique_key_join_on", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_join_on", "macro_sql": "{% macro unique_key_join_on(unique_key, identifier, from_identifier) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n\t {% set source_unique_key = (identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {% set target_unique_key = (from_identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {{ equals(source_unique_key, target_unique_key) }}\n {%- if not loop.last %} and {%- endif %}\n {% endfor %}\n {% else %}\n {{ identifier }}.dbt_unique_key = {{ from_identifier }}.dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3875358, "supported_languages": null}, "macro.dbt.unique_key_is_null": {"name": "unique_key_is_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_null", "macro_sql": "{% macro unique_key_is_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is null\n {% else %}\n {{ identifier }}.dbt_unique_key is null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3879523, "supported_languages": null}, "macro.dbt.unique_key_is_not_null": {"name": "unique_key_is_not_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_not_null", "macro_sql": "{% macro unique_key_is_not_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is not null\n {% else %}\n {{ identifier }}.dbt_unique_key is not null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3883557, "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\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 {# The model['config'] parameter below is no longer used, but passing anyway for compatibility #}\n {# It was a dictionary of config, instead of the config object from the context #}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", model['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 build_or_select_sql = build_sql %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\n\n {{ adapter.assert_valid_snapshot_target_given_strategy(target_relation, columns, strategy) }}\n\n {% set build_or_select_sql = snapshot_staging_table(strategy, sql, target_relation) %}\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 remove_columns = ['dbt_change_type', 'DBT_CHANGE_TYPE', 'dbt_unique_key', 'DBT_UNIQUE_KEY'] %}\n {% if unique_key | is_list %}\n {% for key in strategy.unique_key %}\n {{ remove_columns.append('dbt_unique_key_' + loop.index|string) }}\n {{ remove_columns.append('DBT_UNIQUE_KEY_' + loop.index|string) }}\n {% endfor %}\n {% endif %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'in', remove_columns)\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', 'in', remove_columns)\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\n {{ check_time_data_types(build_or_select_sql) }}\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.get_snapshot_table_column_names", "macro.dbt.snapshot_staging_table", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.check_time_data_types", "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": 1752519581.396479, "supported_languages": ["sql"]}, "macro.dbt.materialization_unit_default": {"name": "materialization_unit_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/unit.sql", "original_file_path": "macros/materializations/tests/unit.sql", "unique_id": "macro.dbt.materialization_unit_default", "macro_sql": "{%- materialization unit, default -%}\n\n {% set relations = [] %}\n\n {% set expected_rows = config.get('expected_rows') %}\n {% set expected_sql = config.get('expected_sql') %}\n {% set tested_expected_column_names = expected_rows[0].keys() if (expected_rows | length ) > 0 else get_columns_in_query(sql) %} %}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {% do run_query(get_create_table_as_sql(True, temp_relation, get_empty_subquery_sql(sql))) %}\n {%- set columns_in_relation = adapter.get_columns_in_relation(temp_relation) -%}\n {%- set column_name_to_data_types = {} -%}\n {%- for column in columns_in_relation -%}\n {%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n {%- endfor -%}\n\n {% if not expected_sql %}\n {% set expected_sql = get_expected_sql(expected_rows, column_name_to_data_types) %}\n {% endif %}\n {% set unit_test_sql = get_unit_test_sql(sql, expected_sql, tested_expected_column_names) %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ unit_test_sql }}\n\n {%- endcall %}\n\n {% do adapter.drop_relation(temp_relation) %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.get_columns_in_query", "macro.dbt.make_temp_relation", "macro.dbt.run_query", "macro.dbt.get_create_table_as_sql", "macro.dbt.get_empty_subquery_sql", "macro.dbt.get_expected_sql", "macro.dbt.get_unit_test_sql", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.3997726, "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 {% set limit = config.get('limit') %}\n\n {% set sql_with_limit %}\n {{ get_limit_subquery_sql(sql, limit) }}\n {% endset %}\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_with_limit) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {# Since the test failures have already been saved to the database, reuse that result rather than querying again #}\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_with_limit %}\n\n {% endif %}\n\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 {# The limit has already been included above, and we do not want to duplicate it again. We also want to be safe for macro overrides treating `limit` as a required parameter. #}\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit=none)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.get_limit_subquery_sql", "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": 1752519581.4041388, "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": 1752519581.4052033, "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": 1752519581.4058256, "supported_languages": null}, "macro.dbt.get_unit_test_sql": {"name": "get_unit_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_unit_test_sql", "macro_sql": "{% macro get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n {{ adapter.dispatch('get_unit_test_sql', 'dbt')(main_sql, expected_fixture_sql, expected_column_names) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_unit_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.406232, "supported_languages": null}, "macro.dbt.default__get_unit_test_sql": {"name": "default__get_unit_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_unit_test_sql", "macro_sql": "{% macro default__get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n-- Build actual result given inputs\nwith dbt_internal_unit_test_actual as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%},{% endif %}{%- endfor -%}, {{ dbt.string_literal(\"actual\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ main_sql }}\n ) _dbt_internal_unit_test_actual\n),\n-- Build expected result\ndbt_internal_unit_test_expected as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%}, {% endif %}{%- endfor -%}, {{ dbt.string_literal(\"expected\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ expected_fixture_sql }}\n ) _dbt_internal_unit_test_expected\n)\n-- Union actual and expected results\nselect * from dbt_internal_unit_test_actual\nunion all\nselect * from dbt_internal_unit_test_expected\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4074247, "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": 1752519581.408062, "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": 1752519581.40882, "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": 1752519581.409285, "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": 1752519581.4102724, "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": 1752519581.4108412, "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": 1752519581.411398, "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_postgres.postgres__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.412255, "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": 1752519581.4125674, "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_postgres.postgres__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4128547, "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": 1752519581.4130692, "supported_languages": null}, "macro.dbt.get_snapshot_get_time_data_type": {"name": "get_snapshot_get_time_data_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.get_snapshot_get_time_data_type", "macro_sql": "{% macro get_snapshot_get_time_data_type() %}\n {% set snapshot_time = adapter.dispatch('snapshot_get_time', 'dbt')() %}\n {% set time_data_type_sql = 'select ' ~ snapshot_time ~ ' as dbt_snapshot_time' %}\n {% set snapshot_time_column_schema = get_column_schema_from_query(time_data_type_sql) %}\n {% set time_data_type = snapshot_time_column_schema[0].dtype %}\n {{ return(time_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt_postgres.postgres__snapshot_get_time", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4140036, "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_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4143355, "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": 1752519581.414494, "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_postgres.postgres__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4148362, "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_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4151573, "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_postgres.postgres__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4157612, "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": 1752519581.416121, "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_postgres.postgres__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4164352, "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": 1752519581.4168243, "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_postgres.postgres__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.41833, "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": 1752519581.418853, "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_postgres.postgres__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4192467, "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": 1752519581.419773, "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_postgres.postgres__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4201334, "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": 1752519581.4204488, "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_postgres.postgres__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4208128, "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": 1752519581.4212859, "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_postgres.postgres__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4216945, "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": 1752519581.4222665, "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_postgres.postgres__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4227946, "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": 1752519581.423111, "supported_languages": null}, "macro.dbt.get_catalog_for_single_relation": {"name": "get_catalog_for_single_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog_for_single_relation", "macro_sql": "{% macro get_catalog_for_single_relation(relation) %}\n {{ return(adapter.dispatch('get_catalog_for_single_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_catalog_for_single_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4235797, "supported_languages": null}, "macro.dbt.default__get_catalog_for_single_relation": {"name": "default__get_catalog_for_single_relation", "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_for_single_relation", "macro_sql": "{% macro default__get_catalog_for_single_relation(relation) %}\n {{ exceptions.raise_not_implemented(\n 'get_catalog_for_single_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": 1752519581.423939, "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_postgres.postgres__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4242706, "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": 1752519581.4245877, "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.default__get_relation_last_modified"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.42499, "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": 1752519581.425325, "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_postgres.postgres__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.426146, "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": 1752519581.4264734, "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_postgres.postgres__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.426891, "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": 1752519581.427213, "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.default__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4277349, "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": 1752519581.4286916, "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": 1752519581.4292266, "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": 1752519581.4296896, "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_postgres.postgres__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4316995, "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": 1752519581.4320157, "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": 1752519581.432638, "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": 1752519581.4331858, "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": 1752519581.4336054, "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": 1752519581.4339612, "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', 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": ["macro.dbt.cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4362218, "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": 1752519581.436919, "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": 1752519581.4372733, "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": 1752519581.4379609, "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": 1752519581.4384053, "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.render() }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation.render() }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation.render() }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation.render() }} 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": 1752519581.439703, "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": 1752519581.4401913, "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.render() }}\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": 1752519581.4417388, "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 is not none -%}\n {{ sql_header }}\n {%- endif %}\n {{ get_limit_subquery_sql(compiled_code, limit) }}\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": 1752519581.4424784, "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": "\n{%- macro get_limit_subquery_sql(sql, limit) -%}\n {{ adapter.dispatch('get_limit_sql', 'dbt')(sql, limit) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_limit_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.442856, "supported_languages": null}, "macro.dbt.default__get_limit_sql": {"name": "default__get_limit_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_sql", "macro_sql": "{% macro default__get_limit_sql(sql, limit) %}\n {{ sql }}\n {% if limit is not none %}\n limit {{ limit }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.443225, "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": 1752519581.4444966, "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": 1752519581.4448445, "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 {#-- This ensures microbatch batches get unique temp relations to avoid clobbering --#}\n {% if suffix == '__dbt_tmp' and model.batch %}\n {% set suffix = suffix ~ '_' ~ model.batch.id %}\n {% endif %}\n\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": 1752519581.4455817, "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": 1752519581.446277, "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": 1752519581.4467745, "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": 1752519581.447383, "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": 1752519581.44775, "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.render() }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.448102, "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": 1752519581.448596, "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": 1752519581.4496322, "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": 1752519581.450067, "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": 1752519581.4503446, "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": 1752519581.451265, "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": 1752519581.4515486, "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": 1752519581.4518602, "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": 1752519581.452627, "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": 1752519581.4529855, "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": 1752519581.4532542, "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": 1752519581.4535754, "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": 1752519581.4538293, "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": 1752519581.4547014, "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": 1752519581.4554944, "supported_languages": null}, "macro.dbt.collect_freshness_custom_sql": {"name": "collect_freshness_custom_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.collect_freshness_custom_sql", "macro_sql": "{% macro collect_freshness_custom_sql(source, loaded_at_query) %}\n {{ return(adapter.dispatch('collect_freshness_custom_sql', 'dbt')(source, loaded_at_query))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__collect_freshness_custom_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.456053, "supported_languages": null}, "macro.dbt.default__collect_freshness_custom_sql": {"name": "default__collect_freshness_custom_sql", "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_custom_sql", "macro_sql": "{% macro default__collect_freshness_custom_sql(source, loaded_at_query) %}\n {% call statement('collect_freshness_custom_sql', fetch_result=True, auto_begin=False) -%}\n with source_query as (\n {{ loaded_at_query }}\n )\n select\n (select * from source_query) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n {% endcall %}\n {{ return(load_result('collect_freshness_custom_sql')) }}\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": 1752519581.4566813, "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": 1752519581.4587007, "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": 1752519581.4589393, "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": 1752519581.459264, "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": 1752519581.4594855, "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": 1752519581.4601593, "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_postgres.postgres__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4605353, "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.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4607825, "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": 1752519581.4612193, "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.render() }} 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": 1752519581.4616377, "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": 1752519581.4620786, "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.render() }} 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": 1752519581.4624708, "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": 1752519581.4629183, "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": 1752519581.4642303, "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": 1752519581.4646115, "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": 1752519581.4650815, "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": 1752519581.4655092, "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.render() ~': 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": 1752519581.4678786, "supported_languages": null}, "macro.dbt.get_fixture_sql": {"name": "get_fixture_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_fixture_sql", "macro_sql": "{% macro get_fixture_sql(rows, column_name_to_data_types) %}\n-- Fixture for {{ model.name }}\n{% set default_row = {} %}\n\n{%- if not column_name_to_data_types -%}\n{#-- Use defer_relation IFF it is available in the manifest and 'this' is missing from the database --#}\n{%- set this_or_defer_relation = defer_relation if (defer_relation and not load_relation(this)) else this -%}\n{%- set columns_in_relation = adapter.get_columns_in_relation(this_or_defer_relation) -%}\n\n{%- set column_name_to_data_types = {} -%}\n{%- for column in columns_in_relation -%}\n{#-- This needs to be a case-insensitive comparison --#}\n{%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n{%- endfor -%}\n{%- endif -%}\n\n{%- if not column_name_to_data_types -%}\n {{ exceptions.raise_compiler_error(\"Not able to get columns for unit test '\" ~ model.name ~ \"' from relation \" ~ this ~ \" because the relation doesn't exist\") }}\n{%- endif -%}\n\n{%- for column_name, column_type in column_name_to_data_types.items() -%}\n {%- do default_row.update({column_name: (safe_cast(\"null\", column_type) | trim )}) -%}\n{%- endfor -%}\n\n{{ validate_fixture_rows(rows, row_number) }}\n\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\n{%- set default_row_copy = default_row.copy() -%}\n{%- do default_row_copy.update(formatted_row) -%}\nselect\n{%- for column_name, column_value in default_row_copy.items() %} {{ column_value }} as {{ column_name }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n\n{%- if (rows | length) == 0 -%}\n select\n {%- for column_name, column_value in default_row.items() %} {{ column_value }} as {{ column_name }}{% if not loop.last -%},{%- endif %}\n {%- endfor %}\n limit 0\n{%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_relation", "macro.dbt.safe_cast", "macro.dbt.validate_fixture_rows", "macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.472436, "supported_languages": null}, "macro.dbt.get_expected_sql": {"name": "get_expected_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_expected_sql", "macro_sql": "{% macro get_expected_sql(rows, column_name_to_data_types) %}\n\n{%- if (rows | length) == 0 -%}\n select * from dbt_internal_unit_test_actual\n limit 0\n{%- else -%}\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\nselect\n{%- for column_name, column_value in formatted_row.items() %} {{ column_value }} as {{ column_name }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n{%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4735093, "supported_languages": null}, "macro.dbt.format_row": {"name": "format_row", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.format_row", "macro_sql": "\n\n{%- macro format_row(row, column_name_to_data_types) -%}\n {#-- generate case-insensitive formatted row --#}\n {% set formatted_row = {} %}\n {%- for column_name, column_value in row.items() -%}\n {% set column_name = column_name|lower %}\n\n {%- if column_name not in column_name_to_data_types %}\n {#-- if user-provided row contains column name that relation does not contain, raise an error --#}\n {% set fixture_name = \"expected output\" if model.resource_type == 'unit_test' else (\"'\" ~ model.name ~ \"'\") %}\n {{ exceptions.raise_compiler_error(\n \"Invalid column name: '\" ~ column_name ~ \"' in unit test fixture for \" ~ fixture_name ~ \".\"\n \"\\nAccepted columns for \" ~ fixture_name ~ \" are: \" ~ (column_name_to_data_types.keys()|list)\n ) }}\n {%- endif -%}\n\n {%- set column_type = column_name_to_data_types[column_name] %}\n\n {#-- sanitize column_value: wrap yaml strings in quotes, apply cast --#}\n {%- set column_value_clean = column_value -%}\n {%- if column_value is string -%}\n {%- set column_value_clean = dbt.string_literal(dbt.escape_single_quotes(column_value)) -%}\n {%- elif column_value is none -%}\n {%- set column_value_clean = 'null' -%}\n {%- endif -%}\n\n {%- set row_update = {column_name: safe_cast(column_value_clean, column_type) } -%}\n {%- do formatted_row.update(row_update) -%}\n {%- endfor -%}\n {{ return(formatted_row) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.string_literal", "macro.dbt.escape_single_quotes", "macro.dbt.safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4756563, "supported_languages": null}, "macro.dbt.validate_fixture_rows": {"name": "validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.validate_fixture_rows", "macro_sql": "{%- macro validate_fixture_rows(rows, row_number) -%}\n {{ return(adapter.dispatch('validate_fixture_rows', 'dbt')(rows, row_number)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__validate_fixture_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4760659, "supported_languages": null}, "macro.dbt.default__validate_fixture_rows": {"name": "default__validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.default__validate_fixture_rows", "macro_sql": "{%- macro default__validate_fixture_rows(rows, row_number) -%}\n {# This is an abstract method for adapter overrides as needed #}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.47626, "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": 1752519581.4776092, "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": 1752519581.4779139, "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\n {#\n We want to get the string of the returned relation by calling .render() in order to skip sample/empty\n mode rendering logic. However, people override the default ref macro, and often return a string instead\n of a relation (like the ref macro does by default). Thus, to make sure we dont blow things up, we have\n to ensure the resolved relation has a .render() method.\n #}\n {%- if resolved.render is defined and resolved.render is callable -%}\n {%- set resolved = resolved.render() -%}\n {%- endif -%}\n\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": 1752519581.4797509, "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": 1752519581.480535, "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": 1752519581.4816542, "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": 1752519581.4825387, "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": 1752519581.4826956, "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": 1752519581.4840806, "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": 1752519581.4864705, "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": 1752519581.4879265, "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": 1752519581.488382, "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": 1752519581.4908628, "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": 1752519581.4919617, "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": 1752519581.4925337, "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": 1752519581.4932146, "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": 1752519581.4937332, "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": 1752519581.4945571, "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": 1752519581.495078, "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": 1752519581.4956443, "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": 1752519581.4963405, "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": 1752519581.4971013, "supported_languages": null}, "macro.dbt.equals": {"name": "equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.equals", "macro_sql": "{% macro equals(expr1, expr2) %}\n {{ return(adapter.dispatch('equals', 'dbt') (expr1, expr2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.497725, "supported_languages": null}, "macro.dbt.default__equals": {"name": "default__equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.default__equals", "macro_sql": "{% macro default__equals(expr1, expr2) -%}\n{%- if adapter.behavior.enable_truthy_nulls_equals_macro.no_warn %}\n case when (({{ expr1 }} = {{ expr2 }}) or ({{ expr1 }} is null and {{ expr2 }} is null))\n then 0\n else 1\n end = 0\n{%- else -%}\n ({{ expr1 }} = {{ expr2 }})\n{%- endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.4982965, "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": 1752519581.498843, "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": 1752519581.499116, "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": 1752519581.4995522, "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": 1752519581.4997144, "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": 1752519581.5001743, "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": 1752519581.5003824, "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.default__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5012252, "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": 1752519581.5017207, "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_postgres.postgres__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.502416, "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": 1752519581.5027628, "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": 1752519581.5032048, "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": 1752519581.5037084, "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": 1752519581.503926, "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": 1752519581.5043526, "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": 1752519581.5045085, "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": 1752519581.5054176, "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": 1752519581.5065658, "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": 1752519581.507015, "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": 1752519581.5077207, "supported_languages": null}, "macro.dbt.cast": {"name": "cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.cast", "macro_sql": "{% macro cast(field, type) %}\n {{ return(adapter.dispatch('cast', 'dbt') (field, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.50825, "supported_languages": null}, "macro.dbt.default__cast": {"name": "default__cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.default__cast", "macro_sql": "{% macro default__cast(field, type) %}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.50851, "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": 1752519581.5093741, "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": 1752519581.5102005, "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": 1752519581.5105827, "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": 1752519581.5117695, "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": 1752519581.5123148, "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": 1752519581.512595, "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": 1752519581.5130718, "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": 1752519581.513289, "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": 1752519581.5137844, "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": 1752519581.5141, "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": 1752519581.5155377, "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": 1752519581.5158927, "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": 1752519581.51622, "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": 1752519581.5165448, "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": 1752519581.516899, "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": 1752519581.5172124, "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": 1752519581.5175526, "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": 1752519581.5179017, "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": 1752519581.5182176, "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": 1752519581.5185082, "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": 1752519581.5188398, "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": 1752519581.5192394, "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": 1752519581.519597, "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": 1752519581.5198994, "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": 1752519581.520392, "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": 1752519581.5206864, "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.default__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5212092, "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": 1752519581.5214753, "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": 1752519581.522002, "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": 1752519581.5222769, "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": 1752519581.522757, "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": 1752519581.522967, "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_postgres.postgres__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5238297, "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": 1752519581.52466, "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": 1752519581.5252154, "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": 1752519581.5254922, "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_postgres.postgres__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5260935, "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": 1752519581.526425, "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_postgres.postgres__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.52703, "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": 1752519581.5273504, "supported_languages": null}, "macro.dbt.date": {"name": "date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.date", "macro_sql": "{% macro date(year, month, day) %}\n {{ return(adapter.dispatch('date', 'dbt') (year, month, day)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__date"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.52799, "supported_languages": null}, "macro.dbt.default__date": {"name": "default__date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.default__date", "macro_sql": "{% macro default__date(year, month, day) -%}\n {%- set dt = modules.datetime.date(year, month, day) -%}\n {%- set iso_8601_formatted_date = dt.strftime('%Y-%m-%d') -%}\n to_date('{{ iso_8601_formatted_date }}', 'YYYY-MM-DD')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5287025, "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.default__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.529245, "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": 1752519581.5295272, "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": 1752519581.5300574, "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": 1752519581.5303278, "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": 1752519581.5309162, "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": 1752519581.5312421, "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_postgres.postgres__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5318666, "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": 1752519581.5323744, "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": 1752519581.5326972, "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": 1752519581.533166, "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": 1752519581.5334778, "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": 1752519581.5343165, "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.render() }} 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": 1752519581.5350792, "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": 1752519581.5354285, "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": 1752519581.5358315, "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": 1752519581.536218, "supported_languages": null}, "macro.dbt.drop_schema_named": {"name": "drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.drop_schema_named", "macro_sql": "{% macro drop_schema_named(schema_name) %}\n {{ return(adapter.dispatch('drop_schema_named', 'dbt') (schema_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_schema_named"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.536736, "supported_languages": null}, "macro.dbt.default__drop_schema_named": {"name": "default__drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.default__drop_schema_named", "macro_sql": "{% macro default__drop_schema_named(schema_name) %}\n {% set schema_relation = api.Relation.create(schema=schema_name) %}\n {{ adapter.drop_schema(schema_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.53762, "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": 1752519581.5383158, "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": 1752519581.5391731, "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": 1752519581.5397677, "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": 1752519581.5402699, "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": 1752519581.5411243, "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": 1752519581.5419633, "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": 1752519581.5423517, "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.render() }} 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": 1752519581.5429492, "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": 1752519581.543508, "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": 1752519581.5439157, "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": 1752519581.5445423, "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": 1752519581.5449722, "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": 1752519581.545622, "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": 1752519581.5461144, "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": 1752519581.5471287, "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": 1752519581.5495534, "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 {{- adapter.dispatch('drop_table', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5500302, "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.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5502741, "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": 1752519581.551398, "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": 1752519581.5517807, "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_postgres.postgres__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5526052, "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": 1752519581.5539446, "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": 1752519581.5548463, "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": 1752519581.555206, "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": 1752519581.5555658, "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_postgres.postgres__get_rename_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5560663, "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": 1752519581.5563517, "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": 1752519581.5568607, "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": 1752519581.5571501, "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 {{- adapter.dispatch('drop_materialized_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5576308, "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.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.557878, "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_postgres.postgres__get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5583682, "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": 1752519581.558672, "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": 1752519581.559177, "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": 1752519581.5595987, "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_postgres.postgres__get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5605786, "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": 1752519581.5609434, "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_postgres.postgres__get_materialized_view_configuration_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5614784, "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": 1752519581.5617807, "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_postgres.postgres__refresh_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5623357, "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": 1752519581.562617, "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": 1752519581.563107, "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": 1752519581.5633924, "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 {{- adapter.dispatch('drop_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.563864, "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.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5641038, "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": 1752519581.5647871, "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": 1752519581.5651083, "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.default__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.565452, "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.render() }}\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": 1752519581.5662992, "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_postgres.postgres__get_rename_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5668216, "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": 1752519581.567117, "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_postgres.postgres__get_replace_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.5680506, "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": 1752519581.568337, "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": 1752519581.570562, "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": 1752519581.5709445, "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.render() ~ \" 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": 1752519581.571393, "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": 1752519581.5727584, "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": 1752519581.5729961, "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": 1752519581.57402, "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": 1752519581.5743418, "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": 1752519581.5746303, "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": 1752519581.577089, "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": 1752519581.577848, "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": 1752519581.5784883, "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": 1752519581.579317, "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": 1752519581.5798085, "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": 1752519581.5803857, "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": 1752519581.5809624, "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": 1752519581.5817509, "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": 1752519581.5832922, "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": 1752519581.5838428, "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": 1752519581.5843256, "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": 1752519581.5849397, "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": 1752519581.5852125, "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": 1752519581.585478, "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": 1752519581.5857637, "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": 1752519581.5872338, "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": 1752519581.5879416, "supported_languages": null}, "macro.dbt_utils.redshift__get_tables_by_pattern_sql": {"name": "redshift__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.redshift__get_tables_by_pattern_sql", "macro_sql": "{% macro redshift__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% set sql %}\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 union all\n select distinct\n schemaname as {{ adapter.quote('table_schema') }},\n tablename as {{ adapter.quote('table_name') }},\n 'external' as {{ adapter.quote('table_type') }}\n from svv_external_tables\n where redshift_database_name = '{{ database }}'\n and schemaname ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n {% endset %}\n\n {{ return(sql) }}\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": 1752519581.5892332, "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": 1752519581.5906434, "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": 1752519581.5916111, "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": 1752519581.5922415, "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": 1752519581.5932884, "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": 1752519581.5940175, "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": 1752519581.5945656, "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": 1752519581.5950866, "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": 1752519581.59535, "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": 1752519581.5962563, "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": 1752519581.5975397, "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": 1752519581.5979884, "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": 1752519581.5986924, "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": 1752519581.5995014, "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": 1752519581.6002965, "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": 1752519581.600675, "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": 1752519581.6016688, "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": 1752519581.602282, "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": 1752519581.6033275, "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', quote_identifiers=False) -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name, quote_identifiers)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.6047685, "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', quote_identifiers=False) -%}\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 {%- set current_col_name = adapter.quote(col.column) if quote_identifiers else col.column -%}\n select\n {%- for exclude_col in exclude %}\n {{ adapter.quote(exclude_col) if quote_identifiers else exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ adapter.quote(field_name) if quote_identifiers else field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(current_col_name) }}\n {% else %}\n {{ current_col_name }}\n {% endif %}\n as {{ cast_to }}) as {{ adapter.quote(value_name) if quote_identifiers else 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": 1752519581.6083431, "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": 1752519581.6092646, "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": 1752519581.6108642, "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": 1752519581.6116955, "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": 1752519581.612211, "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": 1752519581.613281, "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": 1752519581.6148496, "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.postgres__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.6159992, "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": 1752519581.6164274, "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 select *\n from {{ relation }} as tt\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.6167817, "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": 1752519581.617168, "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": 1752519581.6174946, "supported_languages": null}, "macro.dbt_utils.databricks__deduplicate": {"name": "databricks__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.databricks__deduplicate", "macro_sql": "\n{%- macro databricks__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": 1752519581.6178405, "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": 1752519581.6181753, "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": 1752519581.618826, "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": 1752519581.619273, "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": 1752519581.6199288, "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": 1752519581.6211913, "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": 1752519581.6217911, "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": 1752519581.622425, "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": 1752519581.6238933, "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": 1752519581.6254666, "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": 1752519581.6273987, "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": 1752519581.6341038, "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": 1752519581.6349854, "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": 1752519581.6358871, "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": 1752519581.6362617, "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": 1752519581.6371238, "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": 1752519581.6385303, "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": 1752519581.6391053, "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": 1752519581.6397753, "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": 1752519581.6404507, "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": 1752519581.6416943, "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": 1752519581.642582, "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": 1752519581.6442, "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": 1752519581.6455631, "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": 1752519581.6484046, "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": 1752519581.649753, "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": 1752519581.6526392, "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": 1752519581.653233, "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": 1752519581.6538637, "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": 1752519581.6544266, "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": 1752519581.655322, "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": 1752519581.6559665, "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": 1752519581.6571991, "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": 1752519581.6577094, "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": 1752519581.6580405, "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": 1752519581.6585648, "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": 1752519581.6589398, "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": 1752519581.659428, "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": 1752519581.659763, "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{% if not string %}\n{{ return('') }}\n{% endif %}\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": 1752519581.6611853, "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": 1752519581.6626794, "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": 1752519581.6635327, "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": 1752519581.6643925, "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": 1752519581.6653063, "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": 1752519581.6663134, "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": 1752519581.668097, "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": 1752519581.6693077, "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": 1752519581.6714387, "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": 1752519581.6722424, "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": 1752519581.6729743, "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": 1752519581.673884, "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 {% if group_by_columns|length() == 0 %}\n where {{ column_name }} is not null\n limit 1\n {% endif %}\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": 1752519581.675581, "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": 1752519581.6766634, "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": 1752519581.678617, "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, exclude_columns=None, precision = None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns, exclude_columns, precision)) }}\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": 1752519581.680757, "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, exclude_columns=None, precision = None) %}\n\n{%- if compare_columns and exclude_columns -%}\n {{ exceptions.raise_compiler_error(\"Both a compare and an ignore list were provided to the `equality` macro. Only one is allowed\") }}\n{%- endif -%}\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\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{# Ensure there are no extra columns in the compare_model vs model #}\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- do dbt_utils._is_ephemeral(compare_model, 'test_equality') -%}\n\n {%- set model_columns = adapter.get_columns_in_relation(model) -%}\n {%- set compare_model_columns = adapter.get_columns_in_relation(compare_model) -%}\n\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- set include_model_columns = [] %}\n {%- for column in model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n {%- for column in compare_model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_model_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns_set = set(include_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(include_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- else -%}\n {%- set compare_columns_set = set(model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(compare_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- endif -%}\n\n {% if compare_columns_set != compare_model_columns_set %}\n {{ exceptions.raise_compiler_error(compare_model ~\" has less columns than \" ~ model ~ \", please ensure they have the same columns or use the `compare_columns` or `exclude_columns` arguments to subset them.\") }}\n {% endif %}\n\n\n{% endif %}\n\n{%- if not precision -%}\n {%- if not compare_columns -%}\n {# \n You cannot get the columns in an ephemeral model (due to not existing in the information schema),\n so if the user does not provide an explicit list of columns we must error in the case it is ephemeral\n #}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model)-%}\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- for column in compare_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns = include_columns | map(attribute='quoted') %}\n {%- else -%} {# Compare columns provided #}\n {%- set compare_columns = compare_columns | map(attribute='quoted') %}\n {%- endif -%}\n {%- endif -%}\n\n {% set compare_cols_csv = compare_columns | join(', ') %}\n\n{% else %} {# Precision required #}\n {#-\n If rounding is required, we need to get the types, so it cannot be ephemeral even if they provide column names\n -#}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set columns = adapter.get_columns_in_relation(model) -%}\n\n {% set columns_list = [] %}\n {%- for col in columns -%}\n {%- if (\n (col.name|lower in compare_columns|map('lower') or not compare_columns) and\n (col.name|lower not in exclude_columns|map('lower') or not exclude_columns)\n ) -%}\n {# Databricks double type is not picked up by any number type checks in dbt #}\n {%- if col.is_float() or col.is_numeric() or col.data_type == 'double' -%}\n {# Cast is required due to postgres not having round for a double precision number #}\n {%- do columns_list.append('round(cast(' ~ col.quoted ~ ' as ' ~ dbt.type_numeric() ~ '),' ~ precision ~ ') as ' ~ col.quoted) -%}\n {%- else -%} {# Non-numeric type #}\n {%- do columns_list.append(col.quoted) -%}\n {%- endif -%}\n {% endif %}\n {%- endfor -%}\n\n {% set compare_cols_csv = columns_list | join(', ') %}\n\n{% endif %}\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.type_numeric", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.6885023, "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": 1752519581.6901662, "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": 1752519581.6932065, "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": 1752519581.6941535, "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 {{ dbt.type_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": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.695831, "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": 1752519581.6968052, "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": 1752519581.6974955, "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": 1752519581.698362, "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": 1752519581.6996334, "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": 1752519581.7004309, "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": 1752519581.7012177, "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": 1752519581.701955, "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": 1752519581.7025638, "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": 1752519581.7035725, "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": 1752519581.7057633, "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": 1752519581.7065322, "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": 1752519581.7072077, "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": 1752519581.7079933, "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": 1752519581.7088845, "supported_languages": null}, "macro.recharge_source.get_charge_line_item_columns": {"name": "get_charge_line_item_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_line_item_columns.sql", "original_file_path": "macros/get_charge_line_item_columns.sql", "unique_id": "macro.recharge_source.get_charge_line_item_columns", "macro_sql": "{% macro get_charge_line_item_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"tax_due\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxable\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"taxable_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price_includes_tax\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"vendor\", \"datatype\": dbt.type_string()},\n {\"name\": \"purchase_item_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"purchase_item_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__charge_line_item_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.712628, "supported_languages": null}, "macro.recharge_source.get_charge_tax_line_columns": {"name": "get_charge_tax_line_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_tax_line_columns.sql", "original_file_path": "macros/get_charge_tax_line_columns.sql", "unique_id": "macro.recharge_source.get_charge_tax_line_columns", "macro_sql": "{% macro get_charge_tax_line_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"rate\", \"datatype\": dbt.type_float()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()}\n\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["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": 1752519581.7139351, "supported_languages": null}, "macro.recharge_source.get_order_columns": {"name": "get_order_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_order_columns.sql", "original_file_path": "macros/get_order_columns.sql", "unique_id": "macro.recharge_source.get_order_columns", "macro_sql": "{% macro get_order_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"transaction_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"charge_status\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_prepaid\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_order_id_ecommerce\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_order_number_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"shipped_date\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__order_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean", "macro.dbt.type_string", "macro.dbt.type_float", "macro.dbt.type_timestamp", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.717906, "supported_languages": null}, "macro.recharge_source.recharge_does_table_exist": {"name": "recharge_does_table_exist", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/recharge_does_table_exist.sql", "original_file_path": "macros/recharge_does_table_exist.sql", "unique_id": "macro.recharge_source.recharge_does_table_exist", "macro_sql": "{%- macro recharge_does_table_exist(table_name) -%}\n\n {%- if execute -%}\n {%- set source_relation = adapter.get_relation(\n database=source('recharge', table_name).database,\n schema=source('recharge', table_name).schema,\n identifier=source('recharge', table_name).name) -%}\n\n {% set table_exists=source_relation is not none %}\n {{ return(table_exists) }}\n {%- endif -%} \n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7189755, "supported_languages": null}, "macro.recharge_source.get_address_shipping_line_columns": {"name": "get_address_shipping_line_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_address_shipping_line_columns.sql", "original_file_path": "macros/get_address_shipping_line_columns.sql", "unique_id": "macro.recharge_source.get_address_shipping_line_columns", "macro_sql": "{% macro get_address_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_string()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7204294, "supported_languages": null}, "macro.recharge_source.get_one_time_product_columns": {"name": "get_one_time_product_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_one_time_product_columns.sql", "original_file_path": "macros/get_one_time_product_columns.sql", "unique_id": "macro.recharge_source.get_one_time_product_columns", "macro_sql": "{% macro get_one_time_product_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"next_charge_scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"product_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"price\", \"datatype\": dbt.type_int()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean", "macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7233782, "supported_languages": null}, "macro.recharge_source.get_charge_discount_columns": {"name": "get_charge_discount_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_discount_columns.sql", "original_file_path": "macros/get_charge_discount_columns.sql", "unique_id": "macro.recharge_source.get_charge_discount_columns", "macro_sql": "{% macro get_charge_discount_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\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_int", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7248678, "supported_languages": null}, "macro.recharge_source.get_customer_columns": {"name": "get_customer_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_customer_columns.sql", "original_file_path": "macros/get_customer_columns.sql", "unique_id": "macro.recharge_source.get_customer_columns", "macro_sql": "{% macro get_customer_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_customer_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_charge_processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subscriptions_active_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"subscriptions_total_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"has_valid_payment_method\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"has_payment_method_in_dunning\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"tax_exempt\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"billing_first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_company\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_city\", \"datatype\": dbt.type_string()},\n {\"name\": \"billing_country\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'bigquery' %}\n{{ columns.append( {\"name\": \"hash\", \"datatype\": dbt.type_string(), \"alias\": \"customer_hash\", \"quote\": true} ) }}\n{% else %}\n{{ columns.append( {\"name\": \"hash\", \"alias\": \"customer_hash\", \"datatype\": dbt.type_string()} ) }}\n{% endif %} ,\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.dbt.type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7295096, "supported_languages": null}, "macro.recharge_source.get_subscription_history_columns": {"name": "get_subscription_history_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_subscription_history_columns.sql", "original_file_path": "macros/get_subscription_history_columns.sql", "unique_id": "macro.recharge_source.get_subscription_history_columns", "macro_sql": "{% macro get_subscription_history_columns() %}\n\n{% set columns = [\n {\"name\": \"subscription_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cancelled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"next_charge_scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"price\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"cancellation_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"cancellation_reason_comments\", \"datatype\": dbt.type_string()},\n {\"name\": \"product_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_string()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"charge_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_week\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_month\", \"datatype\": dbt.type_int()},\n {\"name\": \"expire_after_specific_number_of_charges\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"_fivetran_synced\", \"datatype\": \"type_timestamp\"}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__subscription_history_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7344701, "supported_languages": null}, "macro.recharge_source.get_subscription_columns": {"name": "get_subscription_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_subscription_columns.sql", "original_file_path": "macros/get_subscription_columns.sql", "unique_id": "macro.recharge_source.get_subscription_columns", "macro_sql": "{% macro get_subscription_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"cancelled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"next_charge_scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"price\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"cancellation_reason\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"cancellation_reason_comments\", \"datatype\": dbt.type_string()},\n {\"name\": \"product_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_unit\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"charge_interval_frequency\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_week\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_day_of_month\", \"datatype\": dbt.type_int()},\n {\"name\": \"expire_after_specific_number_of_charges\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__subscription_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7391136, "supported_languages": null}, "macro.recharge_source.get_address_discounts_columns": {"name": "get_address_discounts_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_address_discounts.sql", "original_file_path": "macros/get_address_discounts.sql", "unique_id": "macro.recharge_source.get_address_discounts_columns", "macro_sql": "{% macro get_address_discounts_columns() %}\n\n{% set columns = [\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7402549, "supported_languages": null}, "macro.recharge_source.get_charge_shipping_line_columns": {"name": "get_charge_shipping_line_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_shipping_line_columns.sql", "original_file_path": "macros/get_charge_shipping_line_columns.sql", "unique_id": "macro.recharge_source.get_charge_shipping_line_columns", "macro_sql": "{% macro get_charge_shipping_line_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"price\", \"datatype\": dbt.type_float()},\n {\"name\": \"code\", \"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_int", "macro.dbt.type_float", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.741508, "supported_languages": null}, "macro.recharge_source.get_checkout_columns": {"name": "get_checkout_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_checkout_columns.sql", "original_file_path": "macros/get_checkout_columns.sql", "unique_id": "macro.recharge_source.get_checkout_columns", "macro_sql": "{% macro get_checkout_columns() %}\n\n{% set columns = [\n {\"name\": \"token\", \"datatype\": dbt.type_string()},\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"buyer_accepts_marketing\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"completed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"currency\", \"datatype\": dbt.type_string()},\n {\"name\": \"discount_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_checkout_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_checkout_source\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_transaction_id_payment_processor\", \"datatype\": dbt.type_string()},\n {\"name\": \"order_attributes\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"requires_shipping\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxes_included\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_tax\", \"datatype\": dbt.type_float()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.type_int", "macro.dbt.type_boolean", "macro.dbt.type_timestamp", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7452552, "supported_languages": null}, "macro.recharge_source.get_address_columns": {"name": "get_address_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_address_columns.sql", "original_file_path": "macros/get_address_columns.sql", "unique_id": "macro.recharge_source.get_address_columns", "macro_sql": "{% macro get_address_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\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\": \"province\", \"datatype\": dbt.type_string()},\n {\"name\": \"country_code\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"zip\", \"datatype\": dbt.type_string()},\n {\"name\": \"company\", \"datatype\": dbt.type_string()},\n {\"name\": \"phone\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"payment_method_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__address_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.dbt.type_boolean", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7487025, "supported_languages": null}, "macro.recharge_source.get_charge_columns": {"name": "get_charge_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_columns.sql", "original_file_path": "macros/get_charge_columns.sql", "unique_id": "macro.recharge_source.get_charge_columns", "macro_sql": "{% macro get_charge_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"address_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"customer_hash\", \"datatype\": dbt.type_string()},\n {\"name\": \"note\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"processed_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"scheduled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"orders_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_order_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"subtotal_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"tags\", \"datatype\": dbt.type_string()},\n {\"name\": \"tax_lines\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_discounts\", \"datatype\": dbt.type_float()},\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_grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"total_refunds\", \"datatype\": dbt.type_float()},\n {\"name\": \"external_transaction_id_payment_processor\", \"datatype\": dbt.type_string()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"payment_processor\", \"datatype\": dbt.type_string()},\n {\"name\": \"has_uncommitted_changes\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"retry_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"error_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"error\", \"datatype\": dbt.type_string()},\n {\"name\": \"charge_attempts\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_not_found\", \"datatype\": dbt.type_string()},\n {\"name\": \"client_details_browser_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"client_details_user_agent\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__charge_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean", "macro.dbt.type_string", "macro.dbt.type_timestamp", "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": 1752519581.7551022, "supported_languages": null}, "macro.recharge_source.get_charge_order_attribute_columns": {"name": "get_charge_order_attribute_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_charge_order_attribute_columns.sql", "original_file_path": "macros/get_charge_order_attribute_columns.sql", "unique_id": "macro.recharge_source.get_charge_order_attribute_columns", "macro_sql": "{% macro get_charge_order_attribute_columns() %}\n\n{% set columns = [\n {\"name\": \"charge_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"order_attribute\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7561152, "supported_languages": null}, "macro.recharge_source.get_order_line_item_columns": {"name": "get_order_line_item_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_order_line_item_columns.sql", "original_file_path": "macros/get_order_line_item_columns.sql", "unique_id": "macro.recharge_source.get_order_line_item_columns", "macro_sql": "{% macro get_order_line_item_columns() %}\n\n{% set columns = [\n {\"name\": \"order_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_deleted\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"index\", \"datatype\": dbt.type_int()},\n {\"name\": \"variant_title\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"quantity\", \"datatype\": dbt.type_int()},\n {\"name\": \"grams\", \"datatype\": dbt.type_float()},\n {\"name\": \"total_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price\", \"datatype\": dbt.type_float()},\n {\"name\": \"tax_due\", \"datatype\": dbt.type_float()},\n {\"name\": \"taxable\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"taxable_amount\", \"datatype\": dbt.type_float()},\n {\"name\": \"unit_price_includes_tax\", \"datatype\": dbt.type_boolean()},\n {\"name\": \"sku\", \"datatype\": dbt.type_string()},\n {\"name\": \"external_product_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"external_variant_id_ecommerce\", \"datatype\": dbt.type_int()},\n {\"name\": \"purchase_item_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"purchase_item_type\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('recharge__order_line_passthrough_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_boolean", "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": 1752519581.7598197, "supported_languages": null}, "macro.recharge_source.get_discount_columns": {"name": "get_discount_columns", "resource_type": "macro", "package_name": "recharge_source", "path": "macros/get_discount_columns.sql", "original_file_path": "macros/get_discount_columns.sql", "unique_id": "macro.recharge_source.get_discount_columns", "macro_sql": "{% macro get_discount_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"starts_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"ends_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"code\", \"datatype\": dbt.type_string()},\n {\"name\": \"value\", \"datatype\": dbt.type_float()},\n {\"name\": \"status\", \"datatype\": dbt.type_string()},\n {\"name\": \"usage_limits\", \"datatype\": dbt.type_int()},\n {\"name\": \"applies_to\", \"datatype\": dbt.type_string()},\n {\"name\": \"applies_to_resource\", \"datatype\": dbt.type_string()},\n {\"name\": \"applies_to_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"applies_to_product_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"minimum_order_amount\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_float"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7626402, "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": 1752519581.7641375, "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": 1752519581.7663116, "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": 1752519581.7750819, "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": 1752519581.777742, "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": 1752519581.7785704, "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": 1752519581.779348, "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.postgres__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7807424, "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": 1752519581.7810833, "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": 1752519581.7814105, "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": 1752519581.7817428, "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": 1752519581.7851408, "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": 1752519581.7863941, "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": 1752519581.7871468, "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": 1752519581.7876897, "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": 1752519581.7879117, "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": 1752519581.7881207, "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": 1752519581.7883286, "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.postgres__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7891347, "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": 1752519581.7894616, "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": 1752519581.7898023, "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": 1752519581.7901266, "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": 1752519581.7904108, "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": 1752519581.7907681, "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": 1752519581.7912495, "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": 1752519581.7914622, "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": 1752519581.7917037, "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": 1752519581.7930236, "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.postgres__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.7939916, "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": 1752519581.7943385, "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": 1752519581.7950535, "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": 1752519581.7956316, "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": 1752519581.7958925, "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": 1752519581.7961485, "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": 1752519581.7964013, "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": 1752519581.7966723, "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": 1752519581.7974098, "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": 1752519581.799479, "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": 1752519581.8006175, "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": 1752519581.8015847, "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": 1752519581.801934, "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": 1752519581.80351, "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.postgres__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.8046637, "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": 1752519581.8051505, "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": 1752519581.805645, "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": 1752519581.8061125, "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": 1752519581.8065953, "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": 1752519581.807141, "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": 1752519581.8078427, "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": 1752519581.808316, "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": 1752519581.809066, "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": 1752519581.8101828, "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": 1752519581.8111048, "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": 1752519581.8134367, "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.postgres__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.814228, "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": 1752519581.814568, "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": 1752519581.814884, "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": 1752519581.8152232, "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": 1752519581.8155415, "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": 1752519581.8158402, "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": 1752519581.8163397, "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.postgres__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.8171144, "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": 1752519581.8174536, "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": 1752519581.8177915, "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": 1752519581.8181124, "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": 1752519581.8184338, "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": 1752519581.8188086, "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": 1752519581.8208811, "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": 1752519581.8213773, "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": 1752519581.8216074, "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": 1752519581.8218155, "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": 1752519581.8272884, "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": 1752519581.8281455, "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": 1752519581.8289652, "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.postgres__wrap_in_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1752519581.8296263, "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": 1752519581.8298724, "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": 1752519581.830116, "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": 1752519581.8303318, "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": 1752519581.8305595, "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": 1752519581.8313828, "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": 1752519581.8333302, "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": 1752519581.8345118, "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": 1752519581.8351173, "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": 1752519581.8354251, "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": 1752519581.8358366, "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": 1752519581.8364718, "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": 1752519581.8367662, "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": 1752519581.8370366, "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": 1752519581.8372967, "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": 1752519581.83758, "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": 1752519581.8383086, "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": 1752519581.8388624, "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": 1752519581.8393133, "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": 1752519581.84042, "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": 1752519581.8438437, "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": 1752519581.8451986, "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": 1752519581.8469174, "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": 1752519581.848295, "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": 1752519581.8497157, "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": 1752519581.8514054, "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": 1752519581.8536787, "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": 1752519581.8543038, "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": 1752519581.8548522, "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": 1752519581.8553617, "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": 1752519581.8556383, "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": 1752519581.8557937, "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": 1752519581.8567433, "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": 1752519581.856985, "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": 1752519581.8573225, "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": 1752519581.8642075, "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": 1752519581.8678803, "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": 1752519581.8684714, "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": 1752519581.868888, "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": 1752519581.869292, "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.recharge_source._fivetran_deleted": {"name": "_fivetran_deleted", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source._fivetran_deleted", "block_contents": "Boolean created by Fivetran to indicate whether the record has been deleted."}, "doc.recharge_source._fivetran_id": {"name": "_fivetran_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source._fivetran_id", "block_contents": "Unique ID used by Fivetran to sync and dedupe data."}, "doc.recharge_source._fivetran_synced": {"name": "_fivetran_synced", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source._fivetran_synced", "block_contents": "Timestamp of when Fivetran synced a record."}, "doc.recharge_source.address_id": {"name": "address_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.address_id", "block_contents": "The unique identifier of the address."}, "doc.recharge_source.charge_id": {"name": "charge_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.charge_id", "block_contents": "The unique identifier of the charge."}, "doc.recharge_source.customer_id": {"name": "customer_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.customer_id", "block_contents": "The unique identifier of the customer."}, "doc.recharge_source.discount_id": {"name": "discount_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.discount_id", "block_contents": "The unique identifier of the discount."}, "doc.recharge_source.order_id": {"name": "order_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.order_id", "block_contents": "The unique identifier of the order."}, "doc.recharge_source.subscription_id": {"name": "subscription_id", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.subscription_id", "block_contents": "The unique identifier of the subscription."}, "doc.recharge_source.charge_status": {"name": "charge_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.charge_status", "block_contents": "The status of the charge. Possible values are SUCCESS, ERROR, QUEUED, SKIPPED, REFUNDED, PARTIALLY_REFUNDED."}, "doc.recharge_source.discount_status": {"name": "discount_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.discount_status", "block_contents": "The status of the discount, accepted values - enabled, disabled, fully_disabled."}, "doc.recharge_source.order_status": {"name": "order_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.order_status", "block_contents": "The status of the order. Possible values are SUCCESS, ERROR, QUEUED, CANCELLED."}, "doc.recharge_source.subscription_status": {"name": "subscription_status", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.subscription_status", "block_contents": "The status of the subscription. Possible values are ACTIVE, CANCELLED, EXPIRED."}, "doc.recharge_source.type": {"name": "type", "resource_type": "doc", "package_name": "recharge_source", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.recharge_source.type", "block_contents": "Possible values are CHECKOUT, RECURRING."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"model.recharge_source.stg_recharge__checkout": [{"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__checkout", "resource_type": "model", "package_name": "recharge_source", "path": "stg_recharge__checkout.sql", "original_file_path": "models/stg_recharge__checkout.sql", "unique_id": "model.recharge_source.stg_recharge__checkout", "fqn": ["recharge_source", "stg_recharge__checkout"], "alias": "stg_recharge__checkout", "checksum": {"name": "sha256", "checksum": "be5c99e60f6102c45b5a246b4c764b7068457551071343df442308c1a040d92c"}, "config": {"enabled": false, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "checkouts", "columns": {"checkout_id": {"name": "checkout_id", "description": "Unique token for the Checkout", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_id": {"name": "charge_id", "description": "ID for the Charge resulting from processing the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Boolean if the buyer accept marketing, newsletters etc.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "checkout_completed_at": {"name": "checkout_completed_at", "description": "Timestamp for when the Checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "checkout_created_at": {"name": "checkout_created_at", "description": "Timestamp for when the Checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "currency": {"name": "currency", "description": "Currency of the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_code": {"name": "discount_code", "description": "Discount code to be used on the checkout, e.g. \u201cDISCOUNT20\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_checkout_id": {"name": "external_checkout_id", "description": "Represents the external cart token.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_checkout_source": {"name": "external_checkout_source", "description": "Represents the source for external_checkout_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "Transaction ID of the external payment processor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_attributes": {"name": "order_attributes", "description": "Structured custom notes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "phone": {"name": "phone", "description": "Customer phone number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "requires_shipping": {"name": "requires_shipping", "description": "Boolean if the Checkout contains items that require shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subtotal_price": {"name": "subtotal_price", "description": "Value of the Checkout minus shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxes_included": {"name": "taxes_included", "description": "Boolean if the tax is included in the price of the items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "Full price of the Checkout including shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_tax": {"name": "total_tax", "description": "Tax charged on the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "checkout_updated_at": {"name": "checkout_updated_at", "description": "Timestamp for the latest Checkout update.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "recharge_source://models/stg_recharge.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "recharge_source", "enabled": false}, "created_at": 1752519583.9419706, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__checkout\"", "raw_code": "{{ config(enabled=var('recharge__checkout_enabled', false)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_recharge__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_recharge__checkout_tmp')),\n staging_columns = get_checkout_columns()\n )\n }}\n from base\n),\n\nfinal as (\n\n select\n token as checkout_id,\n charge_id,\n buyer_accepts_marketing,\n cast(completed_at as {{ dbt.type_timestamp() }}) as checkout_completed_at,\n cast(created_at as {{ dbt.type_timestamp() }}) as checkout_created_at,\n currency,\n discount_code,\n email,\n external_checkout_id,\n external_checkout_source,\n external_transaction_id_payment_processor,\n order_attributes,\n phone,\n requires_shipping,\n subtotal_price,\n taxes_included,\n total_price,\n total_tax,\n cast(updated_at as {{ dbt.type_timestamp() }}) as checkout_updated_at\n\n {{ fivetran_utils.fill_pass_through_columns('recharge__checkout_passthrough_columns') }}\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_recharge__checkout_tmp", "package": null, "version": null}, {"name": "stg_recharge__checkout_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.recharge_source.get_checkout_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}], "model.recharge_source.stg_recharge__checkout_tmp": [{"database": "postgres", "schema": "public_recharge_source", "name": "stg_recharge__checkout_tmp", "resource_type": "model", "package_name": "recharge_source", "path": "tmp/stg_recharge__checkout_tmp.sql", "original_file_path": "models/tmp/stg_recharge__checkout_tmp.sql", "unique_id": "model.recharge_source.stg_recharge__checkout_tmp", "fqn": ["recharge_source", "tmp", "stg_recharge__checkout_tmp"], "alias": "stg_recharge__checkout_tmp", "checksum": {"name": "sha256", "checksum": "6edcdf1ea7b518b1db7c7c1a81403ed7c7dbd959c15722179fb7e7d945226753"}, "config": {"enabled": false, "alias": null, "schema": "recharge_source", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": 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}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "view", "schema": "recharge_source", "enabled": false}, "created_at": 1752519583.5666091, "relation_name": "\"postgres\".\"public_recharge_source\".\"stg_recharge__checkout_tmp\"", "raw_code": "{{ config(enabled=var('recharge__checkout_enabled', false)) }}\n\nselect *\nfrom {{ var('checkout') }}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["recharge", "checkout"]], "metrics": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}], "source.recharge_source.recharge.checkout": [{"database": "postgres", "schema": "public", "name": "checkout", "resource_type": "source", "package_name": "recharge_source", "path": "models/src_recharge.yml", "original_file_path": "models/src_recharge.yml", "unique_id": "source.recharge_source.recharge.checkout", "fqn": ["recharge_source", "recharge", "checkout"], "source_name": "recharge", "source_description": "", "loader": "Fivetran", "identifier": "checkout_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "external": null, "description": "Table of checkout information associated to the corresponding charges.", "columns": {"token": {"name": "token", "description": "Unique token for the Checkout", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "charge_id": {"name": "charge_id", "description": "ID for the Charge resulting from processing the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "buyer_accepts_marketing": {"name": "buyer_accepts_marketing", "description": "Boolean if the buyer accept marketing, newsletters etc.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "completed_at": {"name": "completed_at", "description": "Timestamp for when the Checkout was processed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp for when the Checkout was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "currency": {"name": "currency", "description": "Currency of the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "discount_code": {"name": "discount_code", "description": "Discount code to be used on the checkout, e.g. \u201cDISCOUNT20\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email address for the customer.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_checkout_id": {"name": "external_checkout_id", "description": "Represents the external cart token.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_checkout_source": {"name": "external_checkout_source", "description": "Represents the source for external_checkout_id.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "external_transaction_id_payment_processor": {"name": "external_transaction_id_payment_processor", "description": "Transaction ID of the external payment processor.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order_attributes": {"name": "order_attributes", "description": "Structured custom notes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "phone": {"name": "phone", "description": "Customer phone number.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "requires_shipping": {"name": "requires_shipping", "description": "Boolean if the Checkout contains items that require shipping.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subtotal_price": {"name": "subtotal_price", "description": "Value of the Checkout minus shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "taxes_included": {"name": "taxes_included", "description": "Boolean if the tax is included in the price of the items.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_price": {"name": "total_price", "description": "Full price of the Checkout including shipping and tax.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_tax": {"name": "total_tax", "description": "Tax charged on the Checkout.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp for the latest Checkout update.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": false, "event_time": null, "freshness": {"warn_after": {"count": null, "period": null}, "error_after": {"count": null, "period": null}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "patch_path": null, "unrendered_config": {"enabled": false, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null}, "relation_name": "\"postgres\".\"public\".\"checkout_data\"", "created_at": 1752519584.2227347, "unrendered_database": "{% if target.type != 'spark'%}{{ var('recharge_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var('recharge_schema', 'recharge') }}", "doc_blocks": []}]}, "parent_map": {"seed.recharge_source_integration_tests.charge_shipping_line_data": [], "seed.recharge_source_integration_tests.order_line_item_data": [], "seed.recharge_source_integration_tests.discount_data": [], "seed.recharge_source_integration_tests.orders_data": [], "seed.recharge_source_integration_tests.subscription_history_data": [], "seed.recharge_source_integration_tests.subscription_data": [], "seed.recharge_source_integration_tests.address_discounts_data": [], "seed.recharge_source_integration_tests.charge_tax_line_data": [], "seed.recharge_source_integration_tests.charge_line_item_data": [], "seed.recharge_source_integration_tests.address_data": [], "seed.recharge_source_integration_tests.charge_order_attribute_data": [], "seed.recharge_source_integration_tests.customer_data": [], "seed.recharge_source_integration_tests.one_time_product_data": [], "seed.recharge_source_integration_tests.order_data": [], "seed.recharge_source_integration_tests.address_shipping_line_data": [], "seed.recharge_source_integration_tests.charge_discount_data": [], "seed.recharge_source_integration_tests.charge_data": [], "seed.recharge_source_integration_tests.checkout_data": [], "model.recharge_source.stg_recharge__order_line_item": ["model.recharge_source.stg_recharge__order_line_item_tmp"], "model.recharge_source.stg_recharge__address": ["model.recharge_source.stg_recharge__address_tmp"], "model.recharge_source.stg_recharge__subscription": ["model.recharge_source.stg_recharge__subscription_tmp"], "model.recharge_source.stg_recharge__address_shipping_line": ["model.recharge_source.stg_recharge__address_shipping_line_tmp"], "model.recharge_source.stg_recharge__charge_order_attribute": ["model.recharge_source.stg_recharge__charge_order_attribute_tmp"], "model.recharge_source.stg_recharge__discount": ["model.recharge_source.stg_recharge__discount_tmp"], "model.recharge_source.stg_recharge__charge_discount": ["model.recharge_source.stg_recharge__charge_discount_tmp"], "model.recharge_source.stg_recharge__address_discounts": ["model.recharge_source.stg_recharge__address_discounts_tmp"], "model.recharge_source.stg_recharge__charge_tax_line": ["model.recharge_source.stg_recharge__charge_tax_line_tmp"], "model.recharge_source.stg_recharge__charge_shipping_line": ["model.recharge_source.stg_recharge__charge_shipping_line_tmp"], "model.recharge_source.stg_recharge__charge_line_item": ["model.recharge_source.stg_recharge__charge_line_item_tmp"], "model.recharge_source.stg_recharge__charge": ["model.recharge_source.stg_recharge__charge_tmp"], "model.recharge_source.stg_recharge__subscription_history": ["model.recharge_source.stg_recharge__subscription_history_tmp"], "model.recharge_source.stg_recharge__customer": ["model.recharge_source.stg_recharge__customer_tmp"], "model.recharge_source.stg_recharge__order": ["model.recharge_source.stg_recharge__order_tmp"], "model.recharge_source.stg_recharge__one_time_product": ["model.recharge_source.stg_recharge__one_time_product_tmp"], "model.recharge_source.stg_recharge__charge_order_attribute_tmp": ["source.recharge_source.recharge.charge_order_attribute"], "model.recharge_source.stg_recharge__charge_tmp": ["source.recharge_source.recharge.charge"], "model.recharge_source.stg_recharge__order_tmp": ["source.recharge_source.recharge.order"], "model.recharge_source.stg_recharge__order_line_item_tmp": ["source.recharge_source.recharge.order_line_item"], "model.recharge_source.stg_recharge__customer_tmp": ["source.recharge_source.recharge.customer"], "model.recharge_source.stg_recharge__one_time_product_tmp": ["source.recharge_source.recharge.one_time_product"], "model.recharge_source.stg_recharge__address_shipping_line_tmp": ["source.recharge_source.recharge.address_shipping_line"], "model.recharge_source.stg_recharge__charge_tax_line_tmp": ["source.recharge_source.recharge.charge_tax_line"], "model.recharge_source.stg_recharge__charge_line_item_tmp": ["source.recharge_source.recharge.charge_line_item"], "model.recharge_source.stg_recharge__charge_discount_tmp": ["source.recharge_source.recharge.charge_discount"], "model.recharge_source.stg_recharge__address_tmp": ["source.recharge_source.recharge.address"], "model.recharge_source.stg_recharge__address_discounts_tmp": ["source.recharge_source.recharge.address_discounts"], "model.recharge_source.stg_recharge__subscription_history_tmp": ["source.recharge_source.recharge.subscription_history"], "model.recharge_source.stg_recharge__subscription_tmp": ["source.recharge_source.recharge.subscription"], "model.recharge_source.stg_recharge__discount_tmp": ["source.recharge_source.recharge.discount"], "model.recharge_source.stg_recharge__charge_shipping_line_tmp": ["source.recharge_source.recharge.charge_shipping_line"], "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333": ["model.recharge_source.stg_recharge__address"], "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f": ["model.recharge_source.stg_recharge__address"], "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b": ["model.recharge_source.stg_recharge__address_discounts"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451": ["model.recharge_source.stg_recharge__address_discounts"], "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc": ["model.recharge_source.stg_recharge__address_shipping_line"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74": ["model.recharge_source.stg_recharge__address_shipping_line"], "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10": ["model.recharge_source.stg_recharge__charge"], "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998": ["model.recharge_source.stg_recharge__charge"], "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017": ["model.recharge_source.stg_recharge__charge_discount"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978": ["model.recharge_source.stg_recharge__charge_discount"], "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938": ["model.recharge_source.stg_recharge__charge_line_item"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe": ["model.recharge_source.stg_recharge__charge_line_item"], "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588": ["model.recharge_source.stg_recharge__charge_order_attribute"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f": ["model.recharge_source.stg_recharge__charge_order_attribute"], "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26": ["model.recharge_source.stg_recharge__charge_shipping_line"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99": ["model.recharge_source.stg_recharge__charge_shipping_line"], "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759": ["model.recharge_source.stg_recharge__charge_tax_line"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf": ["model.recharge_source.stg_recharge__charge_tax_line"], "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a": [], "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8": [], "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410": ["model.recharge_source.stg_recharge__customer"], "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba": ["model.recharge_source.stg_recharge__customer"], "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c": ["model.recharge_source.stg_recharge__discount"], "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3": ["model.recharge_source.stg_recharge__discount"], "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b": ["model.recharge_source.stg_recharge__one_time_product"], "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d": ["model.recharge_source.stg_recharge__one_time_product"], "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd": ["model.recharge_source.stg_recharge__order"], "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7": ["model.recharge_source.stg_recharge__order"], "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f": ["model.recharge_source.stg_recharge__order_line_item"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a": ["model.recharge_source.stg_recharge__order_line_item"], "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea": ["model.recharge_source.stg_recharge__subscription"], "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32": ["model.recharge_source.stg_recharge__subscription"], "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c": ["model.recharge_source.stg_recharge__subscription_history"], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269": ["model.recharge_source.stg_recharge__subscription_history"], "source.recharge_source.recharge.address": [], "source.recharge_source.recharge.address_discounts": [], "source.recharge_source.recharge.address_shipping_line": [], "source.recharge_source.recharge.charge": [], "source.recharge_source.recharge.charge_discount": [], "source.recharge_source.recharge.charge_line_item": [], "source.recharge_source.recharge.charge_order_attribute": [], "source.recharge_source.recharge.charge_shipping_line": [], "source.recharge_source.recharge.charge_tax_line": [], "source.recharge_source.recharge.customer": [], "source.recharge_source.recharge.discount": [], "source.recharge_source.recharge.one_time_product": [], "source.recharge_source.recharge.order": [], "source.recharge_source.recharge.orders": [], "source.recharge_source.recharge.order_line_item": [], "source.recharge_source.recharge.subscription": [], "source.recharge_source.recharge.subscription_history": []}, "child_map": {"seed.recharge_source_integration_tests.charge_shipping_line_data": [], "seed.recharge_source_integration_tests.order_line_item_data": [], "seed.recharge_source_integration_tests.discount_data": [], "seed.recharge_source_integration_tests.orders_data": [], "seed.recharge_source_integration_tests.subscription_history_data": [], "seed.recharge_source_integration_tests.subscription_data": [], "seed.recharge_source_integration_tests.address_discounts_data": [], "seed.recharge_source_integration_tests.charge_tax_line_data": [], "seed.recharge_source_integration_tests.charge_line_item_data": [], "seed.recharge_source_integration_tests.address_data": [], "seed.recharge_source_integration_tests.charge_order_attribute_data": [], "seed.recharge_source_integration_tests.customer_data": [], "seed.recharge_source_integration_tests.one_time_product_data": [], "seed.recharge_source_integration_tests.order_data": [], "seed.recharge_source_integration_tests.address_shipping_line_data": [], "seed.recharge_source_integration_tests.charge_discount_data": [], "seed.recharge_source_integration_tests.charge_data": [], "seed.recharge_source_integration_tests.checkout_data": [], "model.recharge_source.stg_recharge__order_line_item": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a", "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f"], "model.recharge_source.stg_recharge__address": ["test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f", "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333"], "model.recharge_source.stg_recharge__subscription": ["test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32", "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea"], "model.recharge_source.stg_recharge__address_shipping_line": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74", "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc"], "model.recharge_source.stg_recharge__charge_order_attribute": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f", "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588"], "model.recharge_source.stg_recharge__discount": ["test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3", "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c"], "model.recharge_source.stg_recharge__charge_discount": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978", "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017"], "model.recharge_source.stg_recharge__address_discounts": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451", "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b"], "model.recharge_source.stg_recharge__charge_tax_line": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf", "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759"], "model.recharge_source.stg_recharge__charge_shipping_line": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99", "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26"], "model.recharge_source.stg_recharge__charge_line_item": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe", "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938"], "model.recharge_source.stg_recharge__charge": ["test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998", "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10"], "model.recharge_source.stg_recharge__subscription_history": ["test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269", "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c"], "model.recharge_source.stg_recharge__customer": ["test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba", "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410"], "model.recharge_source.stg_recharge__order": ["test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7", "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd"], "model.recharge_source.stg_recharge__one_time_product": ["test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d", "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b"], "model.recharge_source.stg_recharge__charge_order_attribute_tmp": ["model.recharge_source.stg_recharge__charge_order_attribute"], "model.recharge_source.stg_recharge__charge_tmp": ["model.recharge_source.stg_recharge__charge"], "model.recharge_source.stg_recharge__order_tmp": ["model.recharge_source.stg_recharge__order"], "model.recharge_source.stg_recharge__order_line_item_tmp": ["model.recharge_source.stg_recharge__order_line_item"], "model.recharge_source.stg_recharge__customer_tmp": ["model.recharge_source.stg_recharge__customer"], "model.recharge_source.stg_recharge__one_time_product_tmp": ["model.recharge_source.stg_recharge__one_time_product"], "model.recharge_source.stg_recharge__address_shipping_line_tmp": ["model.recharge_source.stg_recharge__address_shipping_line"], "model.recharge_source.stg_recharge__charge_tax_line_tmp": ["model.recharge_source.stg_recharge__charge_tax_line"], "model.recharge_source.stg_recharge__charge_line_item_tmp": ["model.recharge_source.stg_recharge__charge_line_item"], "model.recharge_source.stg_recharge__charge_discount_tmp": ["model.recharge_source.stg_recharge__charge_discount"], "model.recharge_source.stg_recharge__address_tmp": ["model.recharge_source.stg_recharge__address"], "model.recharge_source.stg_recharge__address_discounts_tmp": ["model.recharge_source.stg_recharge__address_discounts"], "model.recharge_source.stg_recharge__subscription_history_tmp": ["model.recharge_source.stg_recharge__subscription_history"], "model.recharge_source.stg_recharge__subscription_tmp": ["model.recharge_source.stg_recharge__subscription"], "model.recharge_source.stg_recharge__discount_tmp": ["model.recharge_source.stg_recharge__discount"], "model.recharge_source.stg_recharge__charge_shipping_line_tmp": ["model.recharge_source.stg_recharge__charge_shipping_line"], "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333": [], "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f": [], "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451": [], "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74": [], "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10": [], "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998": [], "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978": [], "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe": [], "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f": [], "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99": [], "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf": [], "test.recharge_source.unique_stg_recharge__checkout_checkout_id.8ab72bed8a": [], "test.recharge_source.not_null_stg_recharge__checkout_checkout_id.fb781847d8": [], "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410": [], "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba": [], "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c": [], "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3": [], "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b": [], "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d": [], "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd": [], "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7": [], "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a": [], "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea": [], "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32": [], "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c": [], "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269": [], "source.recharge_source.recharge.address": ["model.recharge_source.stg_recharge__address_tmp"], "source.recharge_source.recharge.address_discounts": ["model.recharge_source.stg_recharge__address_discounts_tmp"], "source.recharge_source.recharge.address_shipping_line": ["model.recharge_source.stg_recharge__address_shipping_line_tmp"], "source.recharge_source.recharge.charge": ["model.recharge_source.stg_recharge__charge_tmp"], "source.recharge_source.recharge.charge_discount": ["model.recharge_source.stg_recharge__charge_discount_tmp"], "source.recharge_source.recharge.charge_line_item": ["model.recharge_source.stg_recharge__charge_line_item_tmp"], "source.recharge_source.recharge.charge_order_attribute": ["model.recharge_source.stg_recharge__charge_order_attribute_tmp"], "source.recharge_source.recharge.charge_shipping_line": ["model.recharge_source.stg_recharge__charge_shipping_line_tmp"], "source.recharge_source.recharge.charge_tax_line": ["model.recharge_source.stg_recharge__charge_tax_line_tmp"], "source.recharge_source.recharge.customer": ["model.recharge_source.stg_recharge__customer_tmp"], "source.recharge_source.recharge.discount": ["model.recharge_source.stg_recharge__discount_tmp"], "source.recharge_source.recharge.one_time_product": ["model.recharge_source.stg_recharge__one_time_product_tmp"], "source.recharge_source.recharge.order": ["model.recharge_source.stg_recharge__order_tmp"], "source.recharge_source.recharge.orders": [], "source.recharge_source.recharge.order_line_item": ["model.recharge_source.stg_recharge__order_line_item_tmp"], "source.recharge_source.recharge.subscription": ["model.recharge_source.stg_recharge__subscription_tmp"], "source.recharge_source.recharge.subscription_history": ["model.recharge_source.stg_recharge__subscription_history_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}, "unit_tests": {}} \ No newline at end of file diff --git a/docs/run_results.json b/docs/run_results.json deleted file mode 100644 index d3604ba..0000000 --- a/docs/run_results.json +++ /dev/null @@ -1 +0,0 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v5.json", "dbt_version": "1.7.9", "generated_at": "2024-08-19T16:40:58.059643Z", "invocation_id": "bb2350a5-c68e-49ed-bc3b-f2b34306a37e", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.004588Z", "completed_at": "2024-08-19T16:40:56.012231Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.013761Z", "completed_at": "2024-08-19T16:40:56.013776Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.018502235412597656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__address_shipping_line_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`address_shipping_line_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_shipping_line_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:55.998578Z", "completed_at": "2024-08-19T16:40:56.012557Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.014124Z", "completed_at": "2024-08-19T16:40:56.014129Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.019685029983520508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__address_discounts_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`address_discounts_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_discounts_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.009133Z", "completed_at": "2024-08-19T16:40:56.012777Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.014305Z", "completed_at": "2024-08-19T16:40:56.014308Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.020766258239746094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_discount_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`charge_discount_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_discount_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.006789Z", "completed_at": "2024-08-19T16:40:56.013221Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.015105Z", "completed_at": "2024-08-19T16:40:56.015108Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.023200035095214844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__address_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`address_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.023108Z", "completed_at": "2024-08-19T16:40:56.038661Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.040284Z", "completed_at": "2024-08-19T16:40:56.040290Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.020571231842041016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_line_item_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`charge_line_item_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_line_item_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.026167Z", "completed_at": "2024-08-19T16:40:56.039125Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.040839Z", "completed_at": "2024-08-19T16:40:56.040844Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.02081608772277832, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`charge_order_attribute_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_order_attribute_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.028246Z", "completed_at": "2024-08-19T16:40:56.039587Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.041583Z", "completed_at": "2024-08-19T16:40:56.041587Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.021145105361938477, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`charge_shipping_line_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_shipping_line_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.031133Z", "completed_at": "2024-08-19T16:40:56.039817Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.041784Z", "completed_at": "2024-08-19T16:40:56.041788Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.020986080169677734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_tax_line_tmp", "compiled": true, "compiled_code": "\nselect *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`charge_tax_line_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_tax_line_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.046108Z", "completed_at": "2024-08-19T16:40:56.054571Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.055037Z", "completed_at": "2024-08-19T16:40:56.055043Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.012381792068481445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`charge_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.048913Z", "completed_at": "2024-08-19T16:40:56.055300Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.057225Z", "completed_at": "2024-08-19T16:40:56.057228Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.013412714004516602, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__customer_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`customer_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__customer_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.052688Z", "completed_at": "2024-08-19T16:40:56.055488Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.057440Z", "completed_at": "2024-08-19T16:40:56.057444Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.013013124465942383, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__one_time_product_tmp", "compiled": true, "compiled_code": "\nselect *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`one_time_product_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__one_time_product_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.050779Z", "completed_at": "2024-08-19T16:40:56.055725Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.057630Z", "completed_at": "2024-08-19T16:40:56.057635Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.01371002197265625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__discount_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`discount_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__discount_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.060235Z", "completed_at": "2024-08-19T16:40:56.066144Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.069762Z", "completed_at": "2024-08-19T16:40:56.069769Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.01288604736328125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__order_line_item_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`order_line_item_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order_line_item_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.067965Z", "completed_at": "2024-08-19T16:40:56.068814Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.069982Z", "completed_at": "2024-08-19T16:40:56.069986Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.008213043212890625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.address_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.063992Z", "completed_at": "2024-08-19T16:40:56.069571Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.071549Z", "completed_at": "2024-08-19T16:40:56.071552Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.010231971740722656, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__subscription_history_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`subscription_history_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription_history_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.066371Z", "completed_at": "2024-08-19T16:40:56.070152Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.072243Z", "completed_at": "2024-08-19T16:40:56.072246Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.010865926742553711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__subscription_tmp", "compiled": true, "compiled_code": "select *\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03`.`subscription_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.074799Z", "completed_at": "2024-08-19T16:40:56.075770Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.139740Z", "completed_at": "2024-08-19T16:40:56.139747Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.0683600902557373, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.address_discounts_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.076062Z", "completed_at": "2024-08-19T16:40:56.137430Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.139935Z", "completed_at": "2024-08-19T16:40:56.139938Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.06844782829284668, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.address_shipping_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.138859Z", "completed_at": "2024-08-19T16:40:56.139538Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.141911Z", "completed_at": "2024-08-19T16:40:56.141914Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.06830000877380371, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.charge_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.140113Z", "completed_at": "2024-08-19T16:40:56.140705Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.142531Z", "completed_at": "2024-08-19T16:40:56.142535Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.0057981014251708984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.charge_discount_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.145014Z", "completed_at": "2024-08-19T16:40:56.145904Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.149086Z", "completed_at": "2024-08-19T16:40:56.149092Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.0076961517333984375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.charge_line_item_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.146161Z", "completed_at": "2024-08-19T16:40:56.146767Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.149301Z", "completed_at": "2024-08-19T16:40:56.149305Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.007812738418579102, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.charge_order_attribute_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.148126Z", "completed_at": "2024-08-19T16:40:56.148864Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.151538Z", "completed_at": "2024-08-19T16:40:56.151541Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.007820844650268555, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.charge_shipping_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.149547Z", "completed_at": "2024-08-19T16:40:56.150187Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.152145Z", "completed_at": "2024-08-19T16:40:56.152148Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006381034851074219, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.charge_tax_line_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.154707Z", "completed_at": "2024-08-19T16:40:56.155400Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.157920Z", "completed_at": "2024-08-19T16:40:56.157924Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.0075130462646484375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.checkout_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.155582Z", "completed_at": "2024-08-19T16:40:56.156118Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.158099Z", "completed_at": "2024-08-19T16:40:56.158102Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.007569313049316406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.customer_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.157145Z", "completed_at": "2024-08-19T16:40:56.157731Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.160916Z", "completed_at": "2024-08-19T16:40:56.160919Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.007450103759765625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.discount_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.158271Z", "completed_at": "2024-08-19T16:40:56.159724Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.161536Z", "completed_at": "2024-08-19T16:40:56.161539Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.006292104721069336, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.one_time_product_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.163794Z", "completed_at": "2024-08-19T16:40:56.164461Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.166828Z", "completed_at": "2024-08-19T16:40:56.166832Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.006193876266479492, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.order_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.164640Z", "completed_at": "2024-08-19T16:40:56.165152Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.167015Z", "completed_at": "2024-08-19T16:40:56.167018Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.0063588619232177734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.order_line_item_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.166149Z", "completed_at": "2024-08-19T16:40:56.166652Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.168978Z", "completed_at": "2024-08-19T16:40:56.168981Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.006405830383300781, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.orders_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.167193Z", "completed_at": "2024-08-19T16:40:56.167763Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.169607Z", "completed_at": "2024-08-19T16:40:56.169610Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.005299091339111328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.subscription_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.171798Z", "completed_at": "2024-08-19T16:40:56.172369Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.177189Z", "completed_at": "2024-08-19T16:40:56.177194Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.009245872497558594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.recharge_source_integration_tests.subscription_history_data", "compiled": null, "compiled_code": null, "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.182028Z", "completed_at": "2024-08-19T16:40:56.532273Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.532835Z", "completed_at": "2024-08-19T16:40:56.532845Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.35224294662475586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__address", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\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 province\n \n as \n \n province\n \n, \n \n \n country_code\n \n as \n \n country_code\n \n, \n cast(null as string) as \n \n country\n \n , \n \n \n zip\n \n as \n \n zip\n \n, \n \n \n company\n \n as \n \n company\n \n, \n \n \n phone\n \n as \n \n phone\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 _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n cast(null as string) as \n \n payment_method_id\n \n \n\n\n from base\n),\n\nfinal as (\n\n select\n id as address_id,\n customer_id,\n first_name,\n last_name,\n cast(created_at as timestamp) as address_created_at,\n cast(updated_at as timestamp) as address_updated_at,\n address_1 as address_line_1,\n address_2 as address_line_2,\n city,\n province,\n zip,\n country_code,\n country,\n company,\n phone,\n payment_method_id\n\n \n\n\n\n\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.175399Z", "completed_at": "2024-08-19T16:40:56.570506Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.571010Z", "completed_at": "2024-08-19T16:40:56.571018Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.39984679222106934, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__address_discounts", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_discounts_tmp`\n),\n\nfields as (\n\n select\n \n \n \n address_id\n \n as \n \n address_id\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 _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n address_id,\n index\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_discounts`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.177370Z", "completed_at": "2024-08-19T16:40:56.589739Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.590573Z", "completed_at": "2024-08-19T16:40:56.590581Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.4170191287994385, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_discount", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_discount_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n code\n \n as \n \n code\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 from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n id as discount_id, \n code,\n cast(value as FLOAT64) as discount_value,\n value_type\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_discount`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.172536Z", "completed_at": "2024-08-19T16:40:56.589994Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.590782Z", "completed_at": "2024-08-19T16:40:56.590786Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.4215371608734131, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__address_shipping_line", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_shipping_line_tmp`\n),\n\nfields as (\n \n select\n \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n address_id,\n index,\n price,\n code,\n title\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_shipping_line`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.534537Z", "completed_at": "2024-08-19T16:40:56.866820Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.867491Z", "completed_at": "2024-08-19T16:40:56.867502Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.3340718746185303, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_line_item", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_line_item_tmp`\n),\n\nfields as (\n \n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n unit_price\n \n as \n \n unit_price\n \n, \n \n \n tax_due\n \n as \n \n tax_due\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n taxable_amount\n \n as \n \n taxable_amount\n \n, \n \n \n unit_price_includes_tax\n \n as \n \n unit_price_includes_tax\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n vendor\n \n as \n \n vendor\n \n, \n \n \n purchase_item_id\n \n as \n \n purchase_item_id\n \n, \n \n \n purchase_item_type\n \n as \n \n purchase_item_type\n \n\n\n\n from base\n),\n\nfinal as (\n \n select\n charge_id,\n index,\n vendor,\n title,\n variant_title,\n sku,\n grams,\n quantity,\n cast(total_price as FLOAT64) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n purchase_item_id,\n purchase_item_type\n\n \n\n\n\n\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_line_item`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.572912Z", "completed_at": "2024-08-19T16:40:56.918146Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.918578Z", "completed_at": "2024-08-19T16:40:56.918584Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.3469119071960449, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_order_attribute", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_order_attribute_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n order_attribute\n \n as \n \n order_attribute\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n order_attribute\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_order_attribute`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.595953Z", "completed_at": "2024-08-19T16:40:56.962144Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:56.962564Z", "completed_at": "2024-08-19T16:40:56.962570Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.36989521980285645, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_tax_line", "compiled": true, "compiled_code": "\nwith base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_tax_line_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\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 from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n rate,\n title\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_tax_line`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.868976Z", "completed_at": "2024-08-19T16:40:57.273804Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.276374Z", "completed_at": "2024-08-19T16:40:57.276410Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.40987324714660645, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n customer_hash\n \n as \n \n customer_hash\n \n, \n \n \n note\n \n as \n \n note\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 processed_at\n \n as \n \n processed_at\n \n, \n \n \n scheduled_at\n \n as \n \n scheduled_at\n \n, \n \n \n orders_count\n \n as \n \n orders_count\n \n, \n \n \n external_order_id_ecommerce\n \n as \n \n external_order_id_ecommerce\n \n, \n \n \n subtotal_price\n \n as \n \n subtotal_price\n \n, \n \n \n tags\n \n as \n \n tags\n \n, \n \n \n tax_lines\n \n as \n \n tax_lines\n \n, \n \n \n total_discounts\n \n as \n \n total_discounts\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_grams\n \n as \n \n total_weight_grams\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n total_refunds\n \n as \n \n total_refunds\n \n, \n \n \n external_transaction_id_payment_processor\n \n as \n \n external_transaction_id_payment_processor\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n payment_processor\n \n as \n \n payment_processor\n \n, \n cast(null as boolean) as \n \n has_uncommitted_changes\n \n , \n \n \n retry_date\n \n as \n \n retry_date\n \n, \n \n \n error_type\n \n as \n \n error_type\n \n, \n \n \n error\n \n as \n \n error\n \n, \n \n \n charge_attempts\n \n as \n \n charge_attempts\n \n, \n \n \n external_variant_id_not_found\n \n as \n \n external_variant_id_not_found\n \n, \n \n \n client_details_browser_ip\n \n as \n \n client_details_browser_ip\n \n, \n \n \n client_details_user_agent\n \n as \n \n client_details_user_agent\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as charge_id,\n customer_id,\n customer_hash,\n email,\n cast(created_at as timestamp) as charge_created_at,\n type as charge_type,\n status as charge_status,\n cast(updated_at as timestamp) as charge_updated_at,\n note,\n subtotal_price,\n tax_lines,\n total_discounts,\n total_line_items_price,\n total_tax,\n cast(total_price as FLOAT64) as total_price,\n total_refunds,\n total_weight_grams,\n cast(scheduled_at as timestamp) as charge_scheduled_at,\n cast(processed_at as timestamp) as charge_processed_at,\n payment_processor,\n external_transaction_id_payment_processor,\n external_order_id_ecommerce,\n orders_count,\n has_uncommitted_changes,\n cast(retry_date as timestamp) as retry_date,\n error_type,\n charge_attempts as times_retried,\n address_id,\n client_details_browser_ip,\n client_details_user_agent,\n tags,\n error,\n external_variant_id_not_found\n\n \n\n\n\n\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.920087Z", "completed_at": "2024-08-19T16:40:57.308719Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.309192Z", "completed_at": "2024-08-19T16:40:57.309198Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.3901979923248291, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__customer", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__customer_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n external_customer_id_ecommerce\n \n as \n \n external_customer_id_ecommerce\n \n, \n \n \n email\n \n as \n \n email\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 first_charge_processed_at\n \n as \n \n first_charge_processed_at\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n subscriptions_active_count\n \n as \n \n subscriptions_active_count\n \n, \n \n \n subscriptions_total_count\n \n as \n \n subscriptions_total_count\n \n, \n \n \n has_valid_payment_method\n \n as \n \n has_valid_payment_method\n \n, \n \n \n has_payment_method_in_dunning\n \n as \n \n has_payment_method_in_dunning\n \n, \n \n \n tax_exempt\n \n as \n \n tax_exempt\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n cast(null as string) as \n \n billing_first_name\n \n , \n cast(null as string) as \n \n billing_last_name\n \n , \n cast(null as string) as \n \n billing_company\n \n , \n cast(null as string) as \n \n billing_city\n \n , \n cast(null as string) as \n \n billing_country\n \n , \n \n \n \n \n `hash`\n \n \n \n as customer_hash \n\n\n from base\n),\n\nfinal as (\n\n select\n id as customer_id,\n customer_hash,\n external_customer_id_ecommerce,\n email,\n first_name,\n last_name,\n cast(created_at as timestamp) as customer_created_at,\n cast(updated_at as timestamp) as customer_updated_at,\n cast(first_charge_processed_at as timestamp) as first_charge_processed_at,\n subscriptions_active_count,\n subscriptions_total_count,\n has_valid_payment_method,\n has_payment_method_in_dunning,\n tax_exempt,\n billing_first_name,\n billing_last_name,\n billing_company,\n billing_city,\n billing_country\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__customer`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.964298Z", "completed_at": "2024-08-19T16:40:57.338377Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.339143Z", "completed_at": "2024-08-19T16:40:57.339150Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.3767421245574951, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__one_time_product", "compiled": true, "compiled_code": "\nwith base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__one_time_product_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\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 next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n cast(null as boolean) as \n \n _fivetran_deleted\n \n \n\n\n from base\n),\n\nfinal as (\n \n select\n id as one_time_product_id,\n address_id,\n customer_id,\n is_deleted,\n cast(created_at as timestamp) as one_time_created_at,\n cast(updated_at as timestamp) as one_time_updated_at,\n next_charge_scheduled_at as one_time_next_charge_scheduled_at,\n product_title,\n variant_title,\n price,\n quantity,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n sku\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__one_time_product`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:56.593884Z", "completed_at": "2024-08-19T16:40:57.444054Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.444475Z", "completed_at": "2024-08-19T16:40:57.444481Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.8521468639373779, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__charge_shipping_line", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_shipping_line_tmp`\n),\n\nfields as (\n\n select\n \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n title\n \n as \n \n title\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n charge_id,\n index,\n price,\n code,\n title\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_shipping_line`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.279837Z", "completed_at": "2024-08-19T16:40:57.614135Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.614781Z", "completed_at": "2024-08-19T16:40:57.614788Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.3359568119049072, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__discount", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__discount_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\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 starts_at\n \n as \n \n starts_at\n \n, \n \n \n ends_at\n \n as \n \n ends_at\n \n, \n \n \n code\n \n as \n \n code\n \n, \n \n \n value\n \n as \n \n value\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n usage_limits\n \n as \n \n usage_limits\n \n, \n \n \n applies_to\n \n as \n \n applies_to\n \n, \n \n \n applies_to_resource\n \n as \n \n applies_to_resource\n \n, \n \n \n applies_to_id\n \n as \n \n applies_to_id\n \n, \n \n \n applies_to_product_type\n \n as \n \n applies_to_product_type\n \n, \n \n \n minimum_order_amount\n \n as \n \n minimum_order_amount\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as discount_id,\n cast(created_at as timestamp) as discount_created_at,\n cast(updated_at as timestamp) as discount_updated_at,\n cast(starts_at as timestamp) as discount_starts_at,\n cast(ends_at as timestamp) as discount_ends_at,\n code,\n value,\n status,\n usage_limits,\n applies_to,\n applies_to_resource,\n applies_to_id,\n applies_to_product_type,\n minimum_order_amount\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__discount`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.616765Z", "completed_at": "2024-08-19T16:40:57.621842Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.622289Z", "completed_at": "2024-08-19T16:40:57.622295Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.006773948669433594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__order_tmp", "compiled": true, "compiled_code": "select *\nfrom\n`dbt-package-testing`.`recharge_source_integration_tests_03`.`orders_data`", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order_tmp`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.310734Z", "completed_at": "2024-08-19T16:40:57.638684Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.639624Z", "completed_at": "2024-08-19T16:40:57.639630Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.33002710342407227, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__order_line_item", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order_line_item_tmp`\n),\n\nfields as (\n\n select\n \n \n \n order_id\n \n as \n \n order_id\n \n, \n \n \n index\n \n as \n \n index\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n grams\n \n as \n \n grams\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n unit_price\n \n as \n \n unit_price\n \n, \n \n \n tax_due\n \n as \n \n tax_due\n \n, \n \n \n taxable\n \n as \n \n taxable\n \n, \n \n \n taxable_amount\n \n as \n \n taxable_amount\n \n, \n \n \n unit_price_includes_tax\n \n as \n \n unit_price_includes_tax\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n purchase_item_id\n \n as \n \n purchase_item_id\n \n, \n \n \n purchase_item_type\n \n as \n \n purchase_item_type\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n order_id,\n index,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n title as order_line_item_title,\n variant_title as product_variant_title,\n sku,\n quantity,\n grams,\n cast(total_price as FLOAT64) as total_price,\n unit_price,\n tax_due,\n taxable,\n taxable_amount,\n unit_price_includes_tax,\n purchase_item_id,\n purchase_item_type\n\n \n\n\n\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order_line_item`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.624114Z", "completed_at": "2024-08-19T16:40:57.639013Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.639834Z", "completed_at": "2024-08-19T16:40:57.639837Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.017381906509399414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__address_address_id.ffe947d70f", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address`\nwhere address_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.646632Z", "completed_at": "2024-08-19T16:40:57.652020Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.652635Z", "completed_at": "2024-08-19T16:40:57.652642Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.011475086212158203, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_discounts_address_id__index.636bfd7451", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n address_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_discounts`\n group by address_id, index\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-08-19T16:40:57.642487Z", "completed_at": "2024-08-19T16:40:57.652408Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.653534Z", "completed_at": "2024-08-19T16:40:57.653539Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.012777090072631836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.unique_stg_recharge__address_address_id.3ea4d98333", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select address_id as unique_field\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address`\n where address_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", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.655480Z", "completed_at": "2024-08-19T16:40:57.660636Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.661197Z", "completed_at": "2024-08-19T16:40:57.661201Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.00720977783203125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__address_discounts_address_id.7225544f1b", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_discounts`\nwhere address_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.658422Z", "completed_at": "2024-08-19T16:40:57.660992Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.661932Z", "completed_at": "2024-08-19T16:40:57.661935Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.007264137268066406, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_discount_charge_id__index.87080ff978", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_discount`\n group by charge_id, index\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-08-19T16:40:57.663610Z", "completed_at": "2024-08-19T16:40:57.667582Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.668100Z", "completed_at": "2024-08-19T16:40:57.668103Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.0058710575103759766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__charge_discount_charge_id.2efab5c017", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_discount`\nwhere charge_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.665767Z", "completed_at": "2024-08-19T16:40:57.667915Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.668773Z", "completed_at": "2024-08-19T16:40:57.668777Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.005999088287353516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__address_shipping_line_address_id__index.ec269cbd74", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n address_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_shipping_line`\n group by address_id, index\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-08-19T16:40:57.670471Z", "completed_at": "2024-08-19T16:40:57.674398Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.674761Z", "completed_at": "2024-08-19T16:40:57.674764Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.005685091018676758, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__address_shipping_line_address_id.f5fb6034fc", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect address_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__address_shipping_line`\nwhere address_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.672583Z", "completed_at": "2024-08-19T16:40:57.674927Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.675779Z", "completed_at": "2024-08-19T16:40:57.675782Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.006215810775756836, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_line_item_charge_id__index.cba28984fe", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_line_item`\n group by charge_id, index\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-08-19T16:40:57.677034Z", "completed_at": "2024-08-19T16:40:57.681702Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.682121Z", "completed_at": "2024-08-19T16:40:57.682126Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.006675004959106445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__charge_line_item_charge_id.555f3f4938", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_line_item`\nwhere charge_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.679445Z", "completed_at": "2024-08-19T16:40:57.682287Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.683323Z", "completed_at": "2024-08-19T16:40:57.683327Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0050199031829833984, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_order_attribute_charge_id__index.e3dda1974f", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_order_attribute`\n group by charge_id, index\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-08-19T16:40:57.684567Z", "completed_at": "2024-08-19T16:40:57.690333Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.691066Z", "completed_at": "2024-08-19T16:40:57.691071Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.008095026016235352, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__charge_order_attribute_charge_id.8419846588", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_order_attribute`\nwhere charge_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.688170Z", "completed_at": "2024-08-19T16:40:57.690535Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.691258Z", "completed_at": "2024-08-19T16:40:57.691261Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.00433802604675293, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_tax_line_charge_id__index.9fc228fecf", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_tax_line`\n group by charge_id, index\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-08-19T16:40:57.695470Z", "completed_at": "2024-08-19T16:40:57.697572Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.698290Z", "completed_at": "2024-08-19T16:40:57.698295Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.005909919738769531, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__charge_charge_id.e40d1f4998", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge`\nwhere charge_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.693499Z", "completed_at": "2024-08-19T16:40:57.697770Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.698470Z", "completed_at": "2024-08-19T16:40:57.698473Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.006627082824707031, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__charge_tax_line_charge_id.f25f6cb759", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_tax_line`\nwhere charge_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.700746Z", "completed_at": "2024-08-19T16:40:57.704617Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.704973Z", "completed_at": "2024-08-19T16:40:57.704977Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.005576133728027344, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.unique_stg_recharge__charge_charge_id.a013ccef10", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select charge_id as unique_field\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge`\n where charge_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", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.702699Z", "completed_at": "2024-08-19T16:40:57.705133Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.706018Z", "completed_at": "2024-08-19T16:40:57.706020Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.00642085075378418, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__customer_customer_id.0f267f14ba", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect customer_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__customer`\nwhere customer_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.707140Z", "completed_at": "2024-08-19T16:40:57.711274Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.711663Z", "completed_at": "2024-08-19T16:40:57.711668Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0059740543365478516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.unique_stg_recharge__customer_customer_id.1dcf3f6410", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select customer_id as unique_field\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__customer`\n where customer_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", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.709325Z", "completed_at": "2024-08-19T16:40:57.711848Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.712784Z", "completed_at": "2024-08-19T16:40:57.712787Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.004625082015991211, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__one_time_product_one_time_product_id.03a2a12d7d", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect one_time_product_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__one_time_product`\nwhere one_time_product_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.714011Z", "completed_at": "2024-08-19T16:40:57.720384Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.720800Z", "completed_at": "2024-08-19T16:40:57.720806Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0081939697265625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.unique_stg_recharge__one_time_product_one_time_product_id.8ccb87ed5b", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select one_time_product_id as unique_field\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__one_time_product`\n where one_time_product_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", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.716117Z", "completed_at": "2024-08-19T16:40:57.721398Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.722219Z", "completed_at": "2024-08-19T16:40:57.722222Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.007010698318481445, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__charge_shipping_line_charge_id__index.4b9ff30e99", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n charge_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_shipping_line`\n group by charge_id, index\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-08-19T16:40:57.722893Z", "completed_at": "2024-08-19T16:40:57.727767Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.728168Z", "completed_at": "2024-08-19T16:40:57.728173Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0065460205078125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__charge_shipping_line_charge_id.2e2da51e26", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect charge_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__charge_shipping_line`\nwhere charge_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.725899Z", "completed_at": "2024-08-19T16:40:57.728730Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.729569Z", "completed_at": "2024-08-19T16:40:57.729572Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.004621028900146484, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__discount_discount_id.71ea1251b3", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect discount_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__discount`\nwhere discount_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.730281Z", "completed_at": "2024-08-19T16:40:57.734699Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.735382Z", "completed_at": "2024-08-19T16:40:57.735386Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0064961910247802734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.unique_stg_recharge__discount_discount_id.5e928f569c", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select discount_id as unique_field\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__discount`\n where discount_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", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.736763Z", "completed_at": "2024-08-19T16:40:57.739842Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.740203Z", "completed_at": "2024-08-19T16:40:57.740208Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0042421817779541016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__order_line_item_order_id__index.e56621b39a", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n order_id, index\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order_line_item`\n group by order_id, index\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-08-19T16:40:57.741393Z", "completed_at": "2024-08-19T16:40:57.743895Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.744219Z", "completed_at": "2024-08-19T16:40:57.744223Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0034990310668945312, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__order_line_item_order_id.bf548aca5f", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order_line_item`\nwhere order_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.343016Z", "completed_at": "2024-08-19T16:40:57.761022Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.761344Z", "completed_at": "2024-08-19T16:40:57.761349Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.4201700687408447, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__subscription_history", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription_history_tmp`\n),\n\nfields as (\n\n select\n \n \n \n subscription_id\n \n as \n \n subscription_id\n \n, \n cast(null as INT64) as \n \n id\n \n , \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n cancellation_reason\n \n as \n \n cancellation_reason\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n cancellation_reason_comments\n \n as \n \n cancellation_reason_comments\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n order_interval_unit\n \n as \n \n order_interval_unit\n \n, \n \n \n order_interval_frequency\n \n as \n \n order_interval_frequency\n \n, \n \n \n charge_interval_frequency\n \n as \n \n charge_interval_frequency\n \n, \n \n \n order_day_of_week\n \n as \n \n order_day_of_week\n \n, \n \n \n order_day_of_month\n \n as \n \n order_day_of_month\n \n, \n \n \n expire_after_specific_number_of_charges\n \n as \n \n expire_after_specific_number_of_charges\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 from base\n),\n\nfinal as (\n\n select\n coalesce(cast(id as INT64), cast(subscription_id as INT64)) as subscription_id,\n customer_id,\n address_id,\n cast(created_at as timestamp) as subscription_created_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n product_title,\n variant_title,\n sku,\n cast(price as FLOAT64) as price,\n quantity,\n status as subscription_status,\n charge_interval_frequency,\n order_interval_unit,\n order_interval_frequency,\n order_day_of_month,\n order_day_of_week,\n expire_after_specific_number_of_charges,\n cast(updated_at as timestamp) as subscription_updated_at,\n cast(next_charge_scheduled_at as timestamp) as subscription_next_charge_scheduled_at,\n cast(cancelled_at as timestamp) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments,\n _fivetran_synced\n\n \n\n\n\n\n\n from fields\n)\n\nselect\n *,\n row_number() over (partition by subscription_id order by subscription_updated_at desc) = 1 as is_most_recent_record\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription_history`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.763275Z", "completed_at": "2024-08-19T16:40:57.767719Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.768409Z", "completed_at": "2024-08-19T16:40:57.768413Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.0065059661865234375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.dbt_utils_unique_combination_of_columns_stg_recharge__subscription_history_subscription_id__subscription_updated_at.7eefd56269", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n subscription_id, subscription_updated_at\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription_history`\n group by subscription_id, subscription_updated_at\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-08-19T16:40:57.765734Z", "completed_at": "2024-08-19T16:40:57.767902Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.768593Z", "completed_at": "2024-08-19T16:40:57.768596Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.006536006927490234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__subscription_history_subscription_id.678aed985c", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect subscription_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription_history`\nwhere subscription_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.446045Z", "completed_at": "2024-08-19T16:40:57.788759Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.789105Z", "completed_at": "2024-08-19T16:40:57.789110Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.3439202308654785, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__subscription", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n cancelled_at\n \n as \n \n cancelled_at\n \n, \n \n \n next_charge_scheduled_at\n \n as \n \n next_charge_scheduled_at\n \n, \n \n \n price\n \n as \n \n price\n \n, \n \n \n quantity\n \n as \n \n quantity\n \n, \n \n \n cancellation_reason\n \n as \n \n cancellation_reason\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n cancellation_reason_comments\n \n as \n \n cancellation_reason_comments\n \n, \n \n \n product_title\n \n as \n \n product_title\n \n, \n \n \n variant_title\n \n as \n \n variant_title\n \n, \n \n \n external_product_id_ecommerce\n \n as \n \n external_product_id_ecommerce\n \n, \n \n \n external_variant_id_ecommerce\n \n as \n \n external_variant_id_ecommerce\n \n, \n \n \n sku\n \n as \n \n sku\n \n, \n \n \n order_interval_unit\n \n as \n \n order_interval_unit\n \n, \n \n \n order_interval_frequency\n \n as \n \n order_interval_frequency\n \n, \n \n \n charge_interval_frequency\n \n as \n \n charge_interval_frequency\n \n, \n \n \n order_day_of_week\n \n as \n \n order_day_of_week\n \n, \n \n \n order_day_of_month\n \n as \n \n order_day_of_month\n \n, \n \n \n expire_after_specific_number_of_charges\n \n as \n \n expire_after_specific_number_of_charges\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as subscription_id,\n customer_id,\n address_id,\n cast(created_at as timestamp) as subscription_created_at,\n product_title,\n variant_title,\n sku,\n cast(price as FLOAT64) as price,\n quantity,\n status as subscription_status,\n next_charge_scheduled_at as subscription_next_charge_scheduled_at,\n charge_interval_frequency,\n expire_after_specific_number_of_charges,\n order_interval_frequency,\n order_interval_unit,\n order_day_of_week,\n order_day_of_month,\n cast(updated_at as timestamp) as subscription_updated_at,\n external_product_id_ecommerce,\n external_variant_id_ecommerce,\n cast(cancelled_at as timestamp) as subscription_cancelled_at,\n cancellation_reason,\n cancellation_reason_comments\n\n \n\n\n\n\n\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.792935Z", "completed_at": "2024-08-19T16:40:57.794993Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.795840Z", "completed_at": "2024-08-19T16:40:57.795845Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.006093025207519531, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.unique_stg_recharge__subscription_subscription_id.bed39b80ea", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select subscription_id as unique_field\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription`\n where subscription_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", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.790951Z", "completed_at": "2024-08-19T16:40:57.795172Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:57.796078Z", "completed_at": "2024-08-19T16:40:57.796081Z"}], "thread_id": "Thread-1 (worker)", "execution_time": 0.006790876388549805, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__subscription_subscription_id.c2f0892c32", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect subscription_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__subscription`\nwhere subscription_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:57.732743Z", "completed_at": "2024-08-19T16:40:58.048898Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:58.049326Z", "completed_at": "2024-08-19T16:40:58.049332Z"}], "thread_id": "Thread-2 (worker)", "execution_time": 0.3173551559448242, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.recharge_source.stg_recharge__order", "compiled": true, "compiled_code": "with base as (\n\n select *\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order_tmp`\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n \n \n customer_id\n \n as \n \n customer_id\n \n, \n \n \n address_id\n \n as \n \n address_id\n \n, \n \n \n charge_id\n \n as \n \n charge_id\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n transaction_id\n \n as \n \n transaction_id\n \n, \n \n \n charge_status\n \n as \n \n charge_status\n \n, \n \n \n is_prepaid\n \n as \n \n is_prepaid\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n total_price\n \n as \n \n total_price\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n external_order_id_ecommerce\n \n as \n \n external_order_id_ecommerce\n \n, \n \n \n external_order_number_ecommerce\n \n as \n \n external_order_number_ecommerce\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 processed_at\n \n as \n \n processed_at\n \n, \n \n \n scheduled_at\n \n as \n \n scheduled_at\n \n, \n \n \n shipped_date\n \n as \n \n shipped_date\n \n\n\n\n from base\n),\n\nfinal as (\n\n select\n id as order_id,\n external_order_id_ecommerce,\n external_order_number_ecommerce,\n customer_id,\n email,\n cast(created_at as timestamp) as order_created_at,\n status as order_status,\n cast(updated_at as timestamp) as order_updated_at,\n charge_id,\n transaction_id,\n charge_status,\n is_prepaid,\n cast(total_price as FLOAT64) as order_total_price,\n type as order_type,\n cast(processed_at as timestamp) as order_processed_at,\n cast(scheduled_at as timestamp) as order_scheduled_at,\n cast(shipped_date as timestamp) as order_shipped_date,\n address_id,\n is_deleted\n\n \n\n\n\n\n\n from fields\n)\n\nselect *\nfrom final", "relation_name": "`dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order`"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:58.051584Z", "completed_at": "2024-08-19T16:40:58.056749Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:58.057498Z", "completed_at": "2024-08-19T16:40:58.057504Z"}], "thread_id": "Thread-3 (worker)", "execution_time": 0.007395029067993164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.not_null_stg_recharge__order_order_id.70fc03aaa7", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect order_id\nfrom `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order`\nwhere order_id is null\n\n\n", "relation_name": null}, {"status": "success", "timing": [{"name": "compile", "started_at": "2024-08-19T16:40:58.054462Z", "completed_at": "2024-08-19T16:40:58.056963Z"}, {"name": "execute", "started_at": "2024-08-19T16:40:58.057717Z", "completed_at": "2024-08-19T16:40:58.057720Z"}], "thread_id": "Thread-4 (worker)", "execution_time": 0.007440805435180664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.recharge_source.unique_stg_recharge__order_order_id.bab2588ddd", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select order_id as unique_field\n from `dbt-package-testing`.`recharge_source_integration_tests_03_recharge_source`.`stg_recharge__order`\n where order_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", "relation_name": null}], "elapsed_time": 3.460766077041626, "args": {"populate_cache": true, "print": true, "quiet": false, "send_anonymous_usage_stats": true, "defer": false, "indirect_selection": "eager", "static_parser": true, "favor_state": false, "log_path": "/Users/renee/Documents/dbt/recharge/dbt_recharge_source/integration_tests/logs", "printer_width": 80, "macro_debugging": false, "use_colors_file": true, "write_json": true, "strict_mode": false, "select": [], "partial_parse_file_diff": true, "log_level_file": "debug", "project_dir": "/Users/renee/Documents/dbt/recharge/dbt_recharge_source/integration_tests", "version_check": true, "log_format": "default", "use_colors": true, "vars": {}, "partial_parse": true, "enable_legacy_logger": false, "log_file_max_bytes": 10485760, "log_level": "info", "empty_catalog": false, "introspect": true, "static": false, "exclude": [], "show_resource_report": false, "profiles_dir": "/Users/renee/.dbt", "cache_selected_only": false, "warn_error_options": {"include": [], "exclude": []}, "which": "generate", "log_format_file": "debug", "compile": true, "invocation_command": "dbt docs generate"}} \ No newline at end of file diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 0396446..261daa7 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -21,8 +21,8 @@ vars: recharge_customer_identifier: "customer_data" recharge_discount_identifier: "discount_data" recharge_one_time_product_identifier: "one_time_product_data" - order: "{{ ref('order_data') }}" # Comment out for generating docs -- Uncomment this before sending to buildkite. - # recharge_order_identifier: "order_data" # Uncomment for generating docs -- Comment this out before sending to buildkite. + order: "{{ ref('order_data') }}" # @docs-ignore + # recharge_order_identifier: "order_data" # @docs-include recharge_orders_identifier: "orders_data" recharge_order_line_item_identifier: "order_line_item_data" recharge_subscription_identifier: "subscription_data" diff --git a/integration_tests/seeds/charge_data.csv b/integration_tests/seeds/charge_data.csv index 59a5f7c..3d045dd 100644 --- a/integration_tests/seeds/charge_data.csv +++ b/integration_tests/seeds/charge_data.csv @@ -1,3 +1,3 @@ -ID,ADDRESS_ID,CUSTOMER_ID,CUSTOMER_HASH,NOTE,CREATED_AT,UPDATED_AT,PROCESSED_AT,SCHEDULED_AT,ORDERS_COUNT,EXTERNAL_ORDER_ID_ECOMMERCE,SUBTOTAL_PRICE,TAGS,TAX_LINES,TOTAL_DISCOUNTS,TOTAL_LINE_ITEMS_PRICE,TOTAL_PRICE,TOTAL_TAX,TOTAL_WEIGHT_GRAMS,TYPE,STATUS,TOTAL_REFUNDS,EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR,EMAIL,PAYMENT_PROCESSOR,HAS_UNCOMMITED_CHANGES,RETRY_DATE,ERROR_TYPE,ERROR,CHARGE_ATTEMPTS,EXTERNAL_VARIANT_ID_NOT_FOUND,CLIENT_DETAILS_BROWSER_IP,CLIENT_DETAILS_USER_AGENT,_FIVETRAN_SYNCED,LAST_CHARGE_ATTEMPT_DATE -400000001,300000001,90000001,d81234567891234567891234567890c,next order in sequence 7,2022-09-08T03:21:55Z,2022-09-08T03:21:56Z,,2022-11-13T05:00:00Z,1,,11.95,"Subscription, Subscription Recurring Order",1.99,0,11.95,11.95,1.99,100,RECURRING,QUEUED,,,name01@domain01.com,stripe,FALSE,,,,,,,,2022-09-08T04:21:39.798Z,2022-09-08T04:21:39.798Z -400000002,300000002,90000002,d81234567891234567891234567891b,next order in sequence 25,2022-11-08T03:13:09Z,2022-11-08T03:13:10Z,,2022-11-10T04:00:00Z,1,,9.95,"Subscription, Subscription Recurring Order",1.66,0,9.95,9.95,1.66,100,RECURRING,QUEUED,,,name02@domain02.com,braintree,FALSE,,,,,,,,2022-11-08T03:54:57.851Z,2022-09-08T04:21:39.798Z \ No newline at end of file +ID,ADDRESS_ID,CUSTOMER_ID,CUSTOMER_HASH,NOTE,CREATED_AT,UPDATED_AT,PROCESSED_AT,SCHEDULED_AT,ORDERS_COUNT,EXTERNAL_ORDER_ID_ECOMMERCE,SUBTOTAL_PRICE,TAGS,TAX_LINES,TOTAL_DISCOUNTS,TOTAL_LINE_ITEMS_PRICE,TOTAL_PRICE,TOTAL_TAX,TOTAL_WEIGHT_GRAMS,TYPE,STATUS,TOTAL_REFUNDS,EXTERNAL_TRANSACTION_ID_PAYMENT_PROCESSOR,EMAIL,PAYMENT_PROCESSOR,HAS_UNCOMMITED_CHANGES,RETRY_DATE,ERROR_TYPE,ERROR,CHARGE_ATTEMPTS,EXTERNAL_VARIANT_ID_NOT_FOUND,CLIENT_DETAILS_BROWSER_IP,CLIENT_DETAILS_USER_AGENT,_FIVETRAN_SYNCED,LAST_CHARGE_ATTEMPT_DATE,_FIVETRAN_DELETED +400000001,300000001,90000001,d81234567891234567891234567890c,next order in sequence 7,2022-09-08T03:21:55Z,2022-09-08T03:21:56Z,,2022-11-13T05:00:00Z,1,,11.95,"Subscription, Subscription Recurring Order",1.99,0,11.95,11.95,1.99,100,RECURRING,QUEUED,,,name01@domain01.com,stripe,FALSE,,,,,,,,2022-09-08T04:21:39.798Z,2022-09-08T04:21:39.798Z,FALSE +400000002,300000002,90000002,d81234567891234567891234567891b,next order in sequence 25,2022-11-08T03:13:09Z,2022-11-08T03:13:10Z,,2022-11-10T04:00:00Z,1,,9.95,"Subscription, Subscription Recurring Order",1.66,0,9.95,9.95,1.66,100,RECURRING,QUEUED,,,name02@domain02.com,braintree,FALSE,,,,,,,,2022-11-08T03:54:57.851Z,2022-09-08T04:21:39.798Z,TRUE \ No newline at end of file diff --git a/integration_tests/seeds/one_time_product_data.csv b/integration_tests/seeds/one_time_product_data.csv index 851788a..7ebd722 100644 --- a/integration_tests/seeds/one_time_product_data.csv +++ b/integration_tests/seeds/one_time_product_data.csv @@ -1,3 +1,3 @@ -ID,ADDRESS_ID,CUSTOMER_ID,IS_DELETED,CREATED_AT,UPDATED_AT,NEXT_CHARGE_SCHEDULED_AT,PRODUCT_TITLE,VARIANT_TITLE,PRICE,QUANTITY,EXTERNAL_PRODUCT_ID_ECOMMERCE,EXTERNAL_VARIANT_ID_ECOMMERCE,SKU,_FIVETRAN_SYNCED -900000001,300000001,90000001,FALSE,2021-03-18T16:53:11Z,2021-03-18T16:53:11Z,2021-05-13T00:00:00,Product Title 01,,15,1,4800000000001,4800000000003,,2022-04-14T22:36:02.77Z -900000002,300000001,90000002,FALSE,2021-03-19T12:04:15Z,2021-03-19T12:04:15Z,2021-04-05T00:00:00,Product Title 02,,15,1,4800000000002,4800000000004,,2022-04-14T22:36:02.77Z \ No newline at end of file +ID,ADDRESS_ID,CUSTOMER_ID,IS_DELETED,CREATED_AT,UPDATED_AT,NEXT_CHARGE_SCHEDULED_AT,PRODUCT_TITLE,VARIANT_TITLE,PRICE,QUANTITY,EXTERNAL_PRODUCT_ID_ECOMMERCE,EXTERNAL_VARIANT_ID_ECOMMERCE,SKU,_FIVETRAN_SYNCED,_FIVETRAN_DELETED +900000001,300000001,90000001,FALSE,2021-03-18T16:53:11Z,2021-03-18T16:53:11Z,2021-05-13T00:00:00,Product Title 01,,15,1,4800000000001,4800000000003,,2022-04-14T22:36:02.77Z,FALSE +900000002,300000001,90000002,FALSE,2021-03-19T12:04:15Z,2021-03-19T12:04:15Z,2021-04-05T00:00:00,Product Title 02,,15,1,4800000000002,4800000000004,,2022-04-14T22:36:02.77Z,FALSE \ No newline at end of file diff --git a/integration_tests/seeds/orders_data.csv b/integration_tests/seeds/orders_data.csv index e96134f..9dd83d1 100644 --- a/integration_tests/seeds/orders_data.csv +++ b/integration_tests/seeds/orders_data.csv @@ -1,3 +1,3 @@ -ID,CUSTOMER_ID,ADDRESS_ID,CHARGE_ID,IS_DELETED,EMAIL,TRANSACTION_ID,CHARGE_STATUS,IS_PREPAID,STATUS,TOTAL_PRICE,TYPE,EXTERNAL_ORDER_ID_ECOMMERCE,EXTERNAL_ORDER_NUMBER_ECOMMERCE,CREATED_AT,UPDATED_AT,PROCESSED_AT,SCHEDULED_AT,SHIPPED_DATE,_FIVETRAN_SYNCED -11000001,90000001,300000001,400000001,FALSE,name01@domain01.com,ch_3La00000000000000000001uS,SUCCESS,FALSE,SUCCESS,14.45,RECURRING,13000001,14000001,2022-08-24T05:27:25Z,2022-08-24T05:27:26Z,2022-08-24T05:27:27Z,2022-08-24T04:00:00Z,2022-08-24T05:27:27Z,2022-08-25T03:57:07.416Z -11000002,90000002,300000002,400000002,FALSE,name02@domain02.com,ch_3La00000000000000000002uS,SUCCESS,FALSE,SUCCESS,11.95,RECURRING,13000002,14000002,2022-08-24T05:07:12Z,2022-08-24T05:07:14Z,2022-08-24T05:07:15Z,2022-08-24T04:00:00Z,2022-08-24T05:07:15Z,2022-08-25T03:57:06.225Z \ No newline at end of file +ID,CUSTOMER_ID,ADDRESS_ID,CHARGE_ID,IS_DELETED,EMAIL,TRANSACTION_ID,CHARGE_STATUS,IS_PREPAID,STATUS,TOTAL_PRICE,TYPE,EXTERNAL_ORDER_ID_ECOMMERCE,EXTERNAL_ORDER_NUMBER_ECOMMERCE,CREATED_AT,UPDATED_AT,PROCESSED_AT,SCHEDULED_AT,SHIPPED_DATE,_FIVETRAN_SYNCED,_FIVETRAN_DELETED +11000001,90000001,300000001,400000001,FALSE,name01@domain01.com,ch_3La00000000000000000001uS,SUCCESS,FALSE,SUCCESS,14.45,RECURRING,13000001,14000001,2022-08-24T05:27:25Z,2022-08-24T05:27:26Z,2022-08-24T05:27:27Z,2022-08-24T04:00:00Z,2022-08-24T05:27:27Z,2022-08-25T03:57:07.416Z,FALSE +11000002,90000002,300000002,400000002,FALSE,name02@domain02.com,ch_3La00000000000000000002uS,SUCCESS,FALSE,SUCCESS,11.95,RECURRING,13000002,14000002,2022-08-24T05:07:12Z,2022-08-24T05:07:14Z,2022-08-24T05:07:15Z,2022-08-24T04:00:00Z,2022-08-24T05:07:15Z,2022-08-25T03:57:06.225Z,FALSE \ No newline at end of file diff --git a/macros/get_charge_columns.sql b/macros/get_charge_columns.sql index b607d88..d91295d 100644 --- a/macros/get_charge_columns.sql +++ b/macros/get_charge_columns.sql @@ -3,6 +3,7 @@ {% set columns = [ {"name": "id", "datatype": dbt.type_int()}, + {"name": "_fivetran_deleted", "datatype": dbt.type_boolean()}, {"name": "address_id", "datatype": dbt.type_int()}, {"name": "customer_id", "datatype": dbt.type_int()}, {"name": "customer_hash", "datatype": dbt.type_string()}, diff --git a/macros/get_order_columns.sql b/macros/get_order_columns.sql index c330bf5..6199928 100644 --- a/macros/get_order_columns.sql +++ b/macros/get_order_columns.sql @@ -7,6 +7,7 @@ {"name": "address_id", "datatype": dbt.type_int()}, {"name": "charge_id", "datatype": dbt.type_int()}, {"name": "is_deleted", "datatype": dbt.type_boolean()}, + {"name": "_fivetran_deleted", "datatype": dbt.type_boolean()}, {"name": "email", "datatype": dbt.type_string()}, {"name": "transaction_id", "datatype": dbt.type_string()}, {"name": "charge_status", "datatype": dbt.type_string()}, diff --git a/macros/get_order_line_item_columns.sql b/macros/get_order_line_item_columns.sql index 3abb6ad..ba835d5 100644 --- a/macros/get_order_line_item_columns.sql +++ b/macros/get_order_line_item_columns.sql @@ -3,6 +3,7 @@ {% set columns = [ {"name": "order_id", "datatype": dbt.type_int()}, + {"name": "_fivetran_deleted", "datatype": dbt.type_boolean()}, {"name": "index", "datatype": dbt.type_int()}, {"name": "variant_title", "datatype": dbt.type_string()}, {"name": "title", "datatype": dbt.type_string()}, diff --git a/models/src_recharge.yml b/models/src_recharge.yml index 7c73869..4fd31e3 100644 --- a/models/src_recharge.yml +++ b/models/src_recharge.yml @@ -155,6 +155,8 @@ sources: description: The user agent detected during checkout. - name: _fivetran_synced description: "{{ doc('_fivetran_synced') }}" + - name: _fivetran_deleted + description: "{{ doc('_fivetran_deleted') }}" - name: charge_discount identifier: "{{ var('recharge_charge_discount_identifier','charge_discount') }}" @@ -344,6 +346,16 @@ sources: description: Boolean indicating if the customer has a credit card in dunning. - name: tax_exempt description: Boolean indicating if the customer is tax exempt. + - name: billing_first_name + description: First name associated with the billing details. + - name: billing_last_name + description: Last name associated with the billing details. + - name: billing_company + description: Company associated with the billing details. + - name: billing_city + description: City associated with the billing details. + - name: billing_country + description: Country associated with the billing details. - name: _fivetran_deleted description: "{{ doc('_fivetran_deleted') }}" - name: _fivetran_synced @@ -397,7 +409,9 @@ sources: - name: customer_id description: "{{ doc('customer_id') }}" - name: is_deleted - description: Boolean indicating if the onetime is deleted. + description: This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the onetime is deleted. + - name: _fivetran_deleted + description: "{{ doc('_fivetran_deleted') }}" - name: created_at description: The time the onetime item was first created. - name: updated_at @@ -438,7 +452,11 @@ sources: - name: charge_id description: The unique numeric identifier of the charge. - name: is_deleted - description: Boolean indicating if the order (record) is deleted. + description: This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the order (record) is deleted. + - name: _fivetran_deleted + description: "{{ doc('_fivetran_deleted') }}" + - name: created_at + description: The date and time when the order was created. - name: email description: The email address of the customer. - name: transaction_id diff --git a/models/stg_recharge.yml b/models/stg_recharge.yml index d94ff66..90765e6 100644 --- a/models/stg_recharge.yml +++ b/models/stg_recharge.yml @@ -147,6 +147,8 @@ models: description: The IP address of the buyer detected in checkout. - name: client_details_user_agent description: The user agent detected during checkout. + - name: _fivetran_deleted + description: "{{ doc('_fivetran_deleted') }}" - name: stg_recharge__charge_discount description: Table of all charge discount codes. @@ -359,6 +361,18 @@ models: description: Boolean indicating if the customer has a credit card in dunning. - name: tax_exempt description: Boolean indicating if the customer is tax exempt. + - name: billing_first_name + description: First name associated with the billing details. + - name: billing_last_name + description: Last name associated with the billing details. + - name: billing_company + description: Company associated with the billing details. + - name: billing_city + description: City associated with the billing details. + - name: billing_country + description: Country associated with the billing details. + - name: _fivetran_deleted + description: "{{ doc('_fivetran_deleted') }}" - name: stg_recharge__discount description: Table of discounts that can be applied to a checkout, or that can be directly applied to an address. @@ -408,7 +422,9 @@ models: - name: customer_id description: Unique numeric identifier for the customer the onetime purchase is tied to. - name: is_deleted - description: Boolean indicating if the onetime is deleted. + description: This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the onetime is deleted. + - name: _fivetran_deleted + description: "{{ doc('_fivetran_deleted') }}" - name: one_time_created_at description: The time the onetime item was first created. - name: one_time_updated_at @@ -473,7 +489,9 @@ models: - name: address_id description: "{{ doc('address_id') }}" - name: is_deleted - description: Boolean indicating if the order (record) is deleted. + description: This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the order (record) is deleted. + - name: _fivetran_deleted + description: "{{ doc('_fivetran_deleted') }}" - name: stg_recharge__order_line_item description: Table of all order line items. Each line containing information about an item in the order. diff --git a/models/stg_recharge__charge.sql b/models/stg_recharge__charge.sql index 133cc5c..afed808 100644 --- a/models/stg_recharge__charge.sql +++ b/models/stg_recharge__charge.sql @@ -52,7 +52,8 @@ final as ( client_details_user_agent, tags, error, - external_variant_id_not_found + external_variant_id_not_found, + _fivetran_deleted {{ fivetran_utils.fill_pass_through_columns('recharge__charge_passthrough_columns') }} diff --git a/models/stg_recharge__customer.sql b/models/stg_recharge__customer.sql index 278b5c1..366fd10 100644 --- a/models/stg_recharge__customer.sql +++ b/models/stg_recharge__customer.sql @@ -38,7 +38,8 @@ final as ( billing_last_name, billing_company, billing_city, - billing_country + billing_country, + _fivetran_deleted from fields where not coalesce(_fivetran_deleted, false) ) diff --git a/models/stg_recharge__one_time_product.sql b/models/stg_recharge__one_time_product.sql index 158f1ba..e813311 100644 --- a/models/stg_recharge__one_time_product.sql +++ b/models/stg_recharge__one_time_product.sql @@ -23,7 +23,8 @@ final as ( id as one_time_product_id, address_id, customer_id, - is_deleted, + is_deleted, --Deprecated in favor of the _fivetran_deleted column. + _fivetran_deleted, cast(created_at as {{ dbt.type_timestamp() }}) as one_time_created_at, cast(updated_at as {{ dbt.type_timestamp() }}) as one_time_updated_at, next_charge_scheduled_at as one_time_next_charge_scheduled_at, diff --git a/models/stg_recharge__order.sql b/models/stg_recharge__order.sql index 931aa18..7b31eac 100644 --- a/models/stg_recharge__order.sql +++ b/models/stg_recharge__order.sql @@ -38,7 +38,8 @@ final as ( cast(scheduled_at as {{ dbt.type_timestamp() }}) as order_scheduled_at, cast(shipped_date as {{ dbt.type_timestamp() }}) as order_shipped_date, address_id, - is_deleted + is_deleted, --Deprecated in favor of the _fivetran_deleted column. + _fivetran_deleted {{ fivetran_utils.fill_pass_through_columns('recharge__order_passthrough_columns') }}